Skip to content

Commit 534b546

Browse files
authored
build: update to latest version of Sass (#27836)
Updates the repo to the latest version of Sass since we had fallen behind a bit.
1 parent f360257 commit 534b546

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
@@ -16,10 +16,10 @@ http_archive(
1616
# Add sass rules
1717
http_archive(
1818
name = "io_bazel_rules_sass",
19-
sha256 = "1ea0103fa6adcb7d43ff26373b5082efe1d4b2e09c4f34f8a8f8b351e9a8a9b0",
20-
strip_prefix = "rules_sass-1.55.0",
19+
sha256 = "1c89680ca9cbbba33cb9cd462eb328e5782e14c0aa1286b794c71b5333385407",
20+
strip_prefix = "rules_sass-1.68.0",
2121
urls = [
22-
"https://github.com/bazelbuild/rules_sass/archive/1.55.0.zip",
22+
"https://github.com/bazelbuild/rules_sass/archive/1.68.0.zip",
2323
],
2424
)
2525

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
"requirejs": "^2.3.6",
207207
"rollup": "^2.66.1",
208208
"rollup-plugin-sourcemaps": "^0.6.3",
209-
"sass": "^1.55.0",
209+
"sass": "^1.68.0",
210210
"selenium-webdriver": "^3.6.0",
211211
"semver": "^7.3.5",
212212
"send": "^0.17.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14950,10 +14950,10 @@ sass@1.66.1:
1495014950
immutable "^4.0.0"
1495114951
source-map-js ">=0.6.2 <2.0.0"
1495214952

14953-
sass@^1.55.0:
14954-
version "1.55.0"
14955-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.55.0.tgz#0c4d3c293cfe8f8a2e8d3b666e1cf1bff8065d1c"
14956-
integrity sha512-Pk+PMy7OGLs9WaxZGJMn7S96dvlyVBwwtToX895WmCpAOr5YiJYEUJfiJidMuKb613z2xNWcXCHEuOvjZbqC6A==
14953+
sass@^1.68.0:
14954+
version "1.68.0"
14955+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.68.0.tgz#0034b0cc9a50248b7d1702ac166fd25990023669"
14956+
integrity sha512-Lmj9lM/fef0nQswm1J2HJcEsBUba4wgNx2fea6yJHODREoMFnwRpZydBnX/RjyXw2REIwdkbqE4hrTo4qfDBUA==
1495714957
dependencies:
1495814958
chokidar ">=3.0.0 <4.0.0"
1495914959
immutable "^4.0.0"

0 commit comments

Comments
 (0)