Skip to content

Commit

Permalink
build: update dependency sass to v1.83.0
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot authored and jkrems committed Dec 13, 2024
1 parent 5295d4d commit 7069c3b
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
"rollup-license-plugin": "~3.0.1",
"rollup-plugin-sourcemaps": "^0.6.0",
"rxjs": "7.8.1",
"sass": "1.82.0",
"sass": "1.83.0",
"sass-loader": "16.0.4",
"semver": "7.6.3",
"shelljs": "^0.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"picomatch": "4.0.2",
"piscina": "4.8.0",
"rollup": "4.28.1",
"sass": "1.82.0",
"sass": "1.83.0",
"semver": "7.6.3",
"vite": "6.0.3",
"watchpack": "2.4.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"postcss-loader": "8.1.1",
"resolve-url-loader": "5.0.0",
"rxjs": "7.8.1",
"sass": "1.82.0",
"sass": "1.83.0",
"sass-loader": "16.0.4",
"semver": "7.6.3",
"source-map-loader": "5.0.0",
Expand Down
23 changes: 20 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ __metadata:
postcss-loader: "npm:8.1.1"
resolve-url-loader: "npm:5.0.0"
rxjs: "npm:7.8.1"
sass: "npm:1.82.0"
sass: "npm:1.83.0"
sass-loader: "npm:16.0.4"
semver: "npm:7.6.3"
source-map-loader: "npm:5.0.0"
Expand Down Expand Up @@ -393,7 +393,7 @@ __metadata:
picomatch: "npm:4.0.2"
piscina: "npm:4.8.0"
rollup: "npm:4.28.1"
sass: "npm:1.82.0"
sass: "npm:1.83.0"
semver: "npm:7.6.3"
vite: "npm:6.0.3"
watchpack: "npm:2.4.2"
Expand Down Expand Up @@ -763,7 +763,7 @@ __metadata:
rollup-license-plugin: "npm:~3.0.1"
rollup-plugin-sourcemaps: "npm:^0.6.0"
rxjs: "npm:7.8.1"
sass: "npm:1.82.0"
sass: "npm:1.83.0"
sass-loader: "npm:16.0.4"
semver: "npm:7.6.3"
shelljs: "npm:^0.8.5"
Expand Down Expand Up @@ -16089,6 +16089,23 @@ __metadata:
languageName: node
linkType: hard

"sass@npm:1.83.0":
version: 1.83.0
resolution: "sass@npm:1.83.0"
dependencies:
"@parcel/watcher": "npm:^2.4.1"
chokidar: "npm:^4.0.0"
immutable: "npm:^5.0.2"
source-map-js: "npm:>=0.6.2 <2.0.0"
dependenciesMeta:
"@parcel/watcher":
optional: true
bin:
sass: sass.js
checksum: 10c0/4415361229879a9041d77c953da85482e89032aa4321ba13250a9987d39c80fac6c88af3777f2a2d76a4e8b0c8afbd21c1970fdbe84e0b3ec25fb26741f92beb
languageName: node
linkType: hard

"saucelabs@npm:^1.5.0":
version: 1.5.0
resolution: "saucelabs@npm:1.5.0"
Expand Down

0 comments on commit 7069c3b

Please sign in to comment.