Skip to content

Commit a655b92

Browse files
crisbetoalan-agius4
authored andcommitted
build: downgrade sass version
In 18.2 the Sass version was updated to 1.77.7 which causes a lot of deprecation warnings for Material users (see angular/components#29591). Resolving these warnings can break some apps so we want to delay it until v19. These changes downgrade to a version that doesn't check for the deprecation.
1 parent 83b2699 commit a655b92

File tree

4 files changed

+19
-6
lines changed

4 files changed

+19
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
"rollup": "4.20.0",
185185
"rollup-plugin-sourcemaps": "^0.6.0",
186186
"rxjs": "7.8.1",
187-
"sass": "1.77.8",
187+
"sass": "1.77.6",
188188
"sass-loader": "16.0.0",
189189
"semver": "7.6.3",
190190
"shelljs": "^0.8.5",

packages/angular/build/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"picomatch": "4.0.2",
4040
"piscina": "4.6.1",
4141
"rollup": "4.20.0",
42-
"sass": "1.77.8",
42+
"sass": "1.77.6",
4343
"semver": "7.6.3",
4444
"vite": "5.4.0",
4545
"watchpack": "2.4.1"

packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"postcss-loader": "8.1.1",
5454
"resolve-url-loader": "5.0.0",
5555
"rxjs": "7.8.1",
56-
"sass": "1.77.8",
56+
"sass": "1.77.6",
5757
"sass-loader": "16.0.0",
5858
"semver": "7.6.3",
5959
"source-map-loader": "5.0.0",

yarn.lock

+16-3
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ __metadata:
107107
postcss-loader: "npm:8.1.1"
108108
resolve-url-loader: "npm:5.0.0"
109109
rxjs: "npm:7.8.1"
110-
sass: "npm:1.77.8"
110+
sass: "npm:1.77.6"
111111
sass-loader: "npm:16.0.0"
112112
semver: "npm:7.6.3"
113113
source-map-loader: "npm:5.0.0"
@@ -399,7 +399,7 @@ __metadata:
399399
picomatch: "npm:4.0.2"
400400
piscina: "npm:4.6.1"
401401
rollup: "npm:4.20.0"
402-
sass: "npm:1.77.8"
402+
sass: "npm:1.77.6"
403403
semver: "npm:7.6.3"
404404
vite: "npm:5.4.0"
405405
watchpack: "npm:2.4.1"
@@ -788,7 +788,7 @@ __metadata:
788788
rollup: "npm:4.20.0"
789789
rollup-plugin-sourcemaps: "npm:^0.6.0"
790790
rxjs: "npm:7.8.1"
791-
sass: "npm:1.77.8"
791+
sass: "npm:1.77.6"
792792
sass-loader: "npm:16.0.0"
793793
semver: "npm:7.6.3"
794794
shelljs: "npm:^0.8.5"
@@ -15516,6 +15516,19 @@ __metadata:
1551615516
languageName: node
1551715517
linkType: hard
1551815518

15519+
"sass@npm:1.77.6":
15520+
version: 1.77.6
15521+
resolution: "sass@npm:1.77.6"
15522+
dependencies:
15523+
chokidar: "npm:>=3.0.0 <4.0.0"
15524+
immutable: "npm:^4.0.0"
15525+
source-map-js: "npm:>=0.6.2 <2.0.0"
15526+
bin:
15527+
sass: sass.js
15528+
checksum: 10c0/fe5a393c0aa29eda9f83c06be9b94788b61fe8bad0616ee6e3a25d21ab504f430d40c0064fdca89b02b8e426411ae6dcd906c91f2e48c263575c3d392b6daeb1
15529+
languageName: node
15530+
linkType: hard
15531+
1551915532
"sass@npm:1.77.8, sass@npm:^1.69.5":
1552015533
version: 1.77.8
1552115534
resolution: "sass@npm:1.77.8"

0 commit comments

Comments
 (0)