Skip to content

Commit 8af06ea

Browse files
committed
build: bump sass version
Updates us to Sass version 1.41.0, because it includes some potentially breaking changes related to `calc`.
1 parent 505c0d1 commit 8af06ea

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ http_archive(
1515
# Add sass rules
1616
http_archive(
1717
name = "io_bazel_rules_sass",
18-
sha256 = "334b2ad87c13109486a8bfdc8d80d90e4ce6a4528bc6fb090b021ec87c2c3080",
19-
strip_prefix = "rules_sass-1.39.0",
18+
sha256 = "435efe759f1c8baffadc320ecc1830454da181fa790aa83bb4326f07e903a0f4",
19+
strip_prefix = "rules_sass-1.41.0",
2020
urls = [
21-
"https://github.com/bazelbuild/rules_sass/archive/1.39.0.zip",
21+
"https://github.com/bazelbuild/rules_sass/archive/1.41.0.zip",
2222
],
2323
)
2424

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
"rollup-plugin-commonjs": "^10.1.0",
216216
"rollup-plugin-node-resolve": "^5.2.0",
217217
"rollup-plugin-sourcemaps": "^0.6.3",
218-
"sass": "^1.38.0",
218+
"sass": "^1.41.0",
219219
"selenium-webdriver": "^3.6.0",
220220
"semver": "^7.3.4",
221221
"send": "^0.17.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11929,10 +11929,10 @@ sass-lookup@^3.0.0:
1192911929
dependencies:
1193011930
commander "^2.16.0"
1193111931

11932-
sass@^1.26.3, sass@^1.38.0:
11933-
version "1.38.0"
11934-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.38.0.tgz#2f3e60a1efdcdc910586fa79dc89d3399a145b4f"
11935-
integrity sha512-WBccZeMigAGKoI+NgD7Adh0ab1HUq+6BmyBUEaGxtErbUtWUevEbdgo5EZiJQofLUGcKtlNaO2IdN73AHEua5g==
11932+
sass@^1.26.3, sass@^1.41.0:
11933+
version "1.41.1"
11934+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.41.1.tgz#bca5bed2154192779c29f48fca9c644c60c38d98"
11935+
integrity sha512-vIjX7izRxw3Wsiez7SX7D+j76v7tenfO18P59nonjr/nzCkZuoHuF7I/Fo0ZRZPKr88v29ivIdE9BqGDgQD/Nw==
1193611936
dependencies:
1193711937
chokidar ">=3.0.0 <4.0.0"
1193811938

0 commit comments

Comments
 (0)