Skip to content

Commit

Permalink
build: update to the latest version of Sass (#25813)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
crisbeto authored Oct 14, 2022
1 parent 03408fd commit baaf7c9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ http_archive(
# Add sass rules
http_archive(
name = "io_bazel_rules_sass",
sha256 = "4b6153ae6c454c5bd44f3e47e5430f8a634d4affb983a237d21ca6199e13991c",
strip_prefix = "rules_sass-1.50.1",
sha256 = "1ea0103fa6adcb7d43ff26373b5082efe1d4b2e09c4f34f8a8f8b351e9a8a9b0",
strip_prefix = "rules_sass-1.55.0",
urls = [
"https://github.com/bazelbuild/rules_sass/archive/1.50.1.zip",
"https://github.com/bazelbuild/rules_sass/archive/1.55.0.zip",
],
)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"requirejs": "^2.3.6",
"rollup": "^2.66.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"sass": "^1.50.1",
"sass": "^1.55.0",
"selenium-webdriver": "^3.6.0",
"semver": "^7.3.5",
"send": "^0.17.2",
Expand Down
10 changes: 4 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@

"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#a96fc0c88c55faf5314dd373ebe86b0f3a95c776":
version "0.0.0-db59d4951f9ec1ea6736a55fc99228340083ad19"
uid a96fc0c88c55faf5314dd373ebe86b0f3a95c776
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#a96fc0c88c55faf5314dd373ebe86b0f3a95c776"
dependencies:
"@angular-devkit/build-angular" "15.0.0-next.0"
Expand Down Expand Up @@ -291,7 +290,6 @@

"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#73935ddb0fc3ede9b10db7a0780173fa1f82cd22":
version "0.0.0-db59d4951f9ec1ea6736a55fc99228340083ad19"
uid "73935ddb0fc3ede9b10db7a0780173fa1f82cd22"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#73935ddb0fc3ede9b10db7a0780173fa1f82cd22"
dependencies:
"@yarnpkg/lockfile" "^1.1.0"
Expand Down Expand Up @@ -13578,10 +13576,10 @@ sass@1.54.9:
immutable "^4.0.0"
source-map-js ">=0.6.2 <2.0.0"

sass@^1.50.1:
version "1.50.1"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.50.1.tgz#e9b078a1748863013c4712d2466ce8ca4e4ed292"
integrity sha512-noTnY41KnlW2A9P8sdwESpDmo+KBNkukI1i8+hOK3footBUcohNHtdOJbckp46XO95nuvcHDDZ+4tmOnpK3hjw==
sass@^1.55.0:
version "1.55.0"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.55.0.tgz#0c4d3c293cfe8f8a2e8d3b666e1cf1bff8065d1c"
integrity sha512-Pk+PMy7OGLs9WaxZGJMn7S96dvlyVBwwtToX895WmCpAOr5YiJYEUJfiJidMuKb613z2xNWcXCHEuOvjZbqC6A==
dependencies:
chokidar ">=3.0.0 <4.0.0"
immutable "^4.0.0"
Expand Down

0 comments on commit baaf7c9

Please sign in to comment.