Skip to content

Commit

Permalink
Update dependency sass-loader to v14 (#1402)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 15, 2024
1 parent 314bbba commit 998e82a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"path": "^0.12.7",
"request": "^2.88.2",
"sass-lint": "^1.13.1",
"sass-loader": "^13.2.2",
"sass-loader": "^14.0.0",
"sinon": "^15.0.4",
"sinon-chai": "^3.7.0",
"sonar-scanner": "^3.1.0",
Expand Down
16 changes: 9 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7987,7 +7987,7 @@ __metadata:
require-directory: ^2.1.1
sass: ^1.65.1
sass-lint: ^1.13.1
sass-loader: ^13.2.2
sass-loader: ^14.0.0
serve-favicon: ^2.5.0
session-file-store: ^1.5.0
sinon: ^15.0.4
Expand Down Expand Up @@ -14741,27 +14741,29 @@ __metadata:
languageName: node
linkType: hard

"sass-loader@npm:^13.2.2":
version: 13.3.3
resolution: "sass-loader@npm:13.3.3"
"sass-loader@npm:^14.0.0":
version: 14.2.1
resolution: "sass-loader@npm:14.2.1"
dependencies:
neo-async: ^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: 32bdb99afc07de06291091c847ec5a21eca1a4136a58a5a57f965a70e53d40d4f88625b828915ffb205baa866eef16a7c2c3a4db416b74ec6fe0bb00a04b7609
webpack:
optional: true
checksum: f0c4710587d4cae56cad56eb46fe32c4a71c61a508951660dfb5a4cf873a3f221ec97658f364700fb4e3271376f7280656d4db9344754f7aab77d22bca70e22d
languageName: node
linkType: hard

Expand Down

0 comments on commit 998e82a

Please sign in to comment.