Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deps: Update dependency sass-loader to v14 #1528

Merged
merged 1 commit into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/web-twig-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@symfony/webpack-encore": "4.6.1",
"core-js": "3.37.1",
"regenerator-runtime": "0.14.1",
"sass-loader": "13.3.3",
"sass-loader": "14.2.1",
"sass": "1.77.6",
"ts-loader": "9.5.1",
"typescript": "5.5.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"react-dom": "18.3.1",
"react-syntax-highlighter": "15.5.0",
"react-textarea-autosize": "8.5.3",
"sass-loader": "13.3.3",
"sass-loader": "14.2.1",
"style-loader": "4.0.0",
"typescript": "4.7.4",
"vite-raw-plugin": "1.0.2",
Expand Down
16 changes: 9 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24306,27 +24306,29 @@ __metadata:
languageName: node
linkType: hard

"sass-loader@npm:13.3.3":
version: 13.3.3
resolution: "sass-loader@npm:13.3.3"
"sass-loader@npm:14.2.1":
version: 14.2.1
resolution: "sass-loader@npm:14.2.1"
dependencies:
neo-async: "npm:^2.6.2"
peerDependencies:
fibers: ">= 3.1.0"
"@rspack/core": 0.x || 1.x
node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0
sass: ^1.3.0
sass-embedded: "*"
webpack: ^5.0.0
peerDependenciesMeta:
fibers:
"@rspack/core":
optional: true
node-sass:
optional: true
sass:
optional: true
sass-embedded:
optional: true
checksum: 10/a8a8519add9f0bb2d3d1b834dbf30b1b67e22833425755a56640cc20845107850adfc6f243cdab07a5cb26ec964513b950a02dca7b1d5b3cf3659c89bf1988eb
webpack:
optional: true
checksum: 10/9cb864fd8d4c4f73d05f6cedae9ff4500f15fa742385e1f1cffcc0f994270810288fe99009f233ac6516fdc497570ce21f53c63f079c70e841c1e5bf994bc27d
languageName: node
linkType: hard

Expand Down Expand Up @@ -25044,7 +25046,7 @@ __metadata:
react-dom: "npm:18.3.1"
react-syntax-highlighter: "npm:15.5.0"
react-textarea-autosize: "npm:8.5.3"
sass-loader: "npm:13.3.3"
sass-loader: "npm:14.2.1"
style-loader: "npm:4.0.0"
typescript: "npm:4.7.4"
vite-raw-plugin: "npm:1.0.2"
Expand Down
Loading