Skip to content

Commit 7f90ee7

Browse files
committed
build: update to the latest version of Sass (#25813)
We were a few minor versions behind on Sass which include some breaking changes. These changes update us to the latest version so that we can sure that we won't be broken. (cherry picked from commit baaf7c9)
1 parent de301a8 commit 7f90ee7

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
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 = "4b6153ae6c454c5bd44f3e47e5430f8a634d4affb983a237d21ca6199e13991c",
19-
strip_prefix = "rules_sass-1.50.1",
18+
sha256 = "1ea0103fa6adcb7d43ff26373b5082efe1d4b2e09c4f34f8a8f8b351e9a8a9b0",
19+
strip_prefix = "rules_sass-1.55.0",
2020
urls = [
21-
"https://github.com/bazelbuild/rules_sass/archive/1.50.1.zip",
21+
"https://github.com/bazelbuild/rules_sass/archive/1.55.0.zip",
2222
],
2323
)
2424

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
"requirejs": "^2.3.6",
205205
"rollup": "^2.66.1",
206206
"rollup-plugin-sourcemaps": "^0.6.3",
207-
"sass": "^1.50.1",
207+
"sass": "^1.55.0",
208208
"selenium-webdriver": "^3.6.0",
209209
"semver": "^7.3.5",
210210
"send": "^0.17.2",

yarn.lock

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@
157157

158158
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#a96fc0c88c55faf5314dd373ebe86b0f3a95c776":
159159
version "0.0.0-db59d4951f9ec1ea6736a55fc99228340083ad19"
160-
uid a96fc0c88c55faf5314dd373ebe86b0f3a95c776
161160
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#a96fc0c88c55faf5314dd373ebe86b0f3a95c776"
162161
dependencies:
163162
"@angular-devkit/build-angular" "15.0.0-next.0"
@@ -291,7 +290,6 @@
291290

292291
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#73935ddb0fc3ede9b10db7a0780173fa1f82cd22":
293292
version "0.0.0-db59d4951f9ec1ea6736a55fc99228340083ad19"
294-
uid "73935ddb0fc3ede9b10db7a0780173fa1f82cd22"
295293
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#73935ddb0fc3ede9b10db7a0780173fa1f82cd22"
296294
dependencies:
297295
"@yarnpkg/lockfile" "^1.1.0"
@@ -13578,10 +13576,10 @@ [email protected]:
1357813576
immutable "^4.0.0"
1357913577
source-map-js ">=0.6.2 <2.0.0"
1358013578

13581-
sass@^1.50.1:
13582-
version "1.50.1"
13583-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.50.1.tgz#e9b078a1748863013c4712d2466ce8ca4e4ed292"
13584-
integrity sha512-noTnY41KnlW2A9P8sdwESpDmo+KBNkukI1i8+hOK3footBUcohNHtdOJbckp46XO95nuvcHDDZ+4tmOnpK3hjw==
13579+
sass@^1.55.0:
13580+
version "1.55.0"
13581+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.55.0.tgz#0c4d3c293cfe8f8a2e8d3b666e1cf1bff8065d1c"
13582+
integrity sha512-Pk+PMy7OGLs9WaxZGJMn7S96dvlyVBwwtToX895WmCpAOr5YiJYEUJfiJidMuKb613z2xNWcXCHEuOvjZbqC6A==
1358513583
dependencies:
1358613584
chokidar ">=3.0.0 <4.0.0"
1358713585
immutable "^4.0.0"

0 commit comments

Comments
 (0)