Skip to content

Commit a1e0056

Browse files
authored
build: clean up sass patch workaround (angular#22057)
With recent versions of Sass we don't need the worker async workaround patch.
1 parent b4fafda commit a1e0056

File tree

4 files changed

+6
-29
lines changed

4 files changed

+6
-29
lines changed

WORKSPACE

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ http_archive(
1515
# Add sass rules
1616
http_archive(
1717
name = "io_bazel_rules_sass",
18-
sha256 = "596ab3616d370135e0ecc710e103422e0aa3719f1c970303a0886b70c81ee819",
19-
strip_prefix = "rules_sass-1.32.2",
18+
sha256 = "9ad74e6e75a86939f4349b31d43bb1db4279e4f2a139c5ebaf56cf99feea1faa",
19+
strip_prefix = "rules_sass-1.32.8",
2020
urls = [
21-
"https://github.com/bazelbuild/rules_sass/archive/1.32.2.zip",
22-
"https://mirror.bazel.build/github.com/bazelbuild/rules_sass/archive/1.32.2.zip",
21+
"https://github.com/bazelbuild/rules_sass/archive/1.32.8.zip",
22+
"https://mirror.bazel.build/github.com/bazelbuild/rules_sass/archive/1.32.8.zip",
2323
],
2424
)
2525

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
"rollup-plugin-commonjs": "^10.1.0",
206206
"rollup-plugin-node-resolve": "^5.2.0",
207207
"rollup-plugin-sourcemaps": "^0.6.3",
208-
"sass": "^1.29.0",
208+
"sass": "^1.32.8",
209209
"selenium-webdriver": "^3.6.0",
210210
"semver": "^7.3.4",
211211
"send": "^0.17.1",

tools/postinstall/sass_worker_async.patch

-23
This file was deleted.

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -11484,7 +11484,7 @@ sass-lookup@^3.0.0:
1148411484
dependencies:
1148511485
commander "^2.16.0"
1148611486

11487-
sass@^1.29.0:
11487+
sass@^1.32.8:
1148811488
version "1.32.8"
1148911489
resolved "https://registry.yarnpkg.com/sass/-/sass-1.32.8.tgz#f16a9abd8dc530add8834e506878a2808c037bdc"
1149011490
integrity sha512-Sl6mIeGpzjIUZqvKnKETfMf0iDAswD9TNlv13A7aAF3XZlRPMq4VvJWBC2N2DXbp94MQVdNSFG6LfF/iOXrPHQ==

0 commit comments

Comments
 (0)