Skip to content

Commit

Permalink
build: fix rules_sass error (#24331)
Browse files Browse the repository at this point in the history
Updates to the latest version of `rules_sass` in order to fix an error that is currently breaking the build.

(cherry picked from commit f201634)
  • Loading branch information
crisbeto committed Feb 1, 2022
1 parent 70d1634 commit c17c423
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ http_archive(
# Add sass rules
http_archive(
name = "io_bazel_rules_sass",
sha256 = "903858e0fb5eda0b36d37e1ce4cbcfbe03f65a5f153d894dc8a9894a4884e564",
strip_prefix = "rules_sass-1.49.0",
sha256 = "68b58c69cda77c4f765be92cf076400d882ea2f10d66eaf369ed69409afab5be",
strip_prefix = "rules_sass-1.49.4",
urls = [
"https://github.com/bazelbuild/rules_sass/archive/1.49.0.zip",
"https://github.com/bazelbuild/rules_sass/archive/1.49.4.zip",
],
)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
"requirejs": "^2.3.6",
"rollup": "^2.66.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"sass": "^1.49.0",
"sass": "^1.49.4",
"selenium-webdriver": "^3.6.0",
"semver": "^7.3.5",
"send": "^0.17.2",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12954,7 +12954,7 @@ sass-lookup@^3.0.0:
dependencies:
commander "^2.16.0"

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

sass@^1.49.4:
version "1.49.4"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.49.4.tgz#d2655e03e52b2212ab65d392bdef6d0931d8637c"
integrity sha512-xUU5ZlppOjgfEyIIcHpnmY+f+3/ieaadp25S/OqZ5+jBPeTAMJJblkhM6UD9jb4j/lzglz7VOL5kglYt+CvNdQ==
dependencies:
chokidar ">=3.0.0 <4.0.0"
immutable "^4.0.0"
source-map-js ">=0.6.2 <2.0.0"

saucelabs@^1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/saucelabs/-/saucelabs-1.5.0.tgz#9405a73c360d449b232839919a86c396d379fd9d"
Expand Down

0 comments on commit c17c423

Please sign in to comment.