Skip to content

Commit f201634

Browse files
authored
build: fix rules_sass error (#24331)
Updates to the latest version of `rules_sass` in order to fix an error that is currently breaking the build.
1 parent 781a45a commit f201634

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
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 = "903858e0fb5eda0b36d37e1ce4cbcfbe03f65a5f153d894dc8a9894a4884e564",
20-
strip_prefix = "rules_sass-1.49.0",
19+
sha256 = "68b58c69cda77c4f765be92cf076400d882ea2f10d66eaf369ed69409afab5be",
20+
strip_prefix = "rules_sass-1.49.4",
2121
urls = [
22-
"https://github.com/bazelbuild/rules_sass/archive/1.49.0.zip",
22+
"https://github.com/bazelbuild/rules_sass/archive/1.49.4.zip",
2323
],
2424
)
2525

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
"requirejs": "^2.3.6",
202202
"rollup": "^2.66.1",
203203
"rollup-plugin-sourcemaps": "^0.6.3",
204-
"sass": "^1.49.0",
204+
"sass": "^1.49.4",
205205
"selenium-webdriver": "^3.6.0",
206206
"semver": "^7.3.5",
207207
"send": "^0.17.2",

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12954,7 +12954,7 @@ sass-lookup@^3.0.0:
1295412954
dependencies:
1295512955
commander "^2.16.0"
1295612956

12957-
[email protected], sass@^1.49.0:
12957+
1295812958
version "1.49.0"
1295912959
resolved "https://registry.yarnpkg.com/sass/-/sass-1.49.0.tgz#65ec1b1d9a6bc1bae8d2c9d4b392c13f5d32c078"
1296012960
integrity sha512-TVwVdNDj6p6b4QymJtNtRS2YtLJ/CqZriGg0eIAbAKMlN8Xy6kbv33FsEZSF7FufFFM705SQviHjjThfaQ4VNw==
@@ -12963,6 +12963,15 @@ [email protected], sass@^1.49.0:
1296312963
immutable "^4.0.0"
1296412964
source-map-js ">=0.6.2 <2.0.0"
1296512965

12966+
sass@^1.49.4:
12967+
version "1.49.4"
12968+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.49.4.tgz#d2655e03e52b2212ab65d392bdef6d0931d8637c"
12969+
integrity sha512-xUU5ZlppOjgfEyIIcHpnmY+f+3/ieaadp25S/OqZ5+jBPeTAMJJblkhM6UD9jb4j/lzglz7VOL5kglYt+CvNdQ==
12970+
dependencies:
12971+
chokidar ">=3.0.0 <4.0.0"
12972+
immutable "^4.0.0"
12973+
source-map-js ">=0.6.2 <2.0.0"
12974+
1296612975
saucelabs@^1.5.0:
1296712976
version "1.5.0"
1296812977
resolved "https://registry.yarnpkg.com/saucelabs/-/saucelabs-1.5.0.tgz#9405a73c360d449b232839919a86c396d379fd9d"

0 commit comments

Comments
 (0)