chore(deps): update dependency sass-loader to v17
PHP Unit Tests / test (pull_request) Failing after 11m11s
JS Unit Tests / test (pull_request) Failing after 11m15s
Build Test / build (pull_request) Failing after 11m29s

This commit is contained in:
2026-07-10 00:26:26 +00:00
parent 9cbda1013b
commit 7afa1241a3
2 changed files with 8 additions and 14 deletions
+7 -13
View File
@@ -42,7 +42,7 @@
"jsdom": "^29.1.1",
"prettier": "^3.8.3",
"sass": "^1.99.0",
"sass-loader": "^16.0.8",
"sass-loader": "^17.0.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.3",
"vite": "^8.0.13",
@@ -4636,7 +4636,8 @@
"resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
"integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
"dev": true,
"license": "MIT"
"license": "MIT",
"peer": true
},
"node_modules/node-addon-api": {
"version": "7.1.1",
@@ -5192,16 +5193,13 @@
}
},
"node_modules/sass-loader": {
"version": "16.0.8",
"resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-16.0.8.tgz",
"integrity": "sha512-hcov4ZwZJIGbEuyNr9EmiTmZueyrxSToE6GOzoZnq5JM7ecRO7ttyvilPn+VmRsqiP16+VYZzVnGZj/hzZgKBA==",
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-17.0.0.tgz",
"integrity": "sha512-0Ybm8ohBQ9LcrycVrFQp/KQBNX5a3Wda9/smS0mE/xLffzEnwvV8nykOzrbiSWNzTE3IB/jiXx8O4QmDPG2+Gw==",
"dev": true,
"license": "MIT",
"dependencies": {
"neo-async": "^2.6.2"
},
"engines": {
"node": ">= 18.12.0"
"node": ">= 22.11.0"
},
"funding": {
"type": "opencollective",
@@ -5209,7 +5207,6 @@
},
"peerDependencies": {
"@rspack/core": "0.x || ^1.0.0 || ^2.0.0-0",
"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"
@@ -5218,9 +5215,6 @@
"@rspack/core": {
"optional": true
},
"node-sass": {
"optional": true
},
"sass": {
"optional": true
},
+1 -1
View File
@@ -56,7 +56,7 @@
"jsdom": "^29.1.1",
"prettier": "^3.8.3",
"sass": "^1.99.0",
"sass-loader": "^16.0.8",
"sass-loader": "^17.0.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.3",
"vite": "^8.0.13",