sass-loader 13.2.1 → 13.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +12 -12
package/dist/index.js
CHANGED
|
@@ -67,7 +67,7 @@ async function loader(content) {
|
|
|
67
67
|
|
|
68
68
|
// Modern API
|
|
69
69
|
if (typeof result.loadedUrls !== "undefined") {
|
|
70
|
-
result.loadedUrls.filter(url => url.protocol === "file").forEach(includedFile => {
|
|
70
|
+
result.loadedUrls.filter(url => url.protocol === "file:").forEach(includedFile => {
|
|
71
71
|
const normalizedIncludedFile = _url.default.fileURLToPath(includedFile);
|
|
72
72
|
|
|
73
73
|
// Custom `importer` can return only `contents` so includedFile will be relative
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sass-loader",
|
|
3
|
-
"version": "13.2.
|
|
3
|
+
"version": "13.2.2",
|
|
4
4
|
"description": "Sass loader for webpack",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": "webpack-contrib/sass-loader",
|
|
@@ -64,30 +64,30 @@
|
|
|
64
64
|
"neo-async": "^2.6.2"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@babel/cli": "^7.
|
|
68
|
-
"@babel/core": "^7.
|
|
67
|
+
"@babel/cli": "^7.21.0",
|
|
68
|
+
"@babel/core": "^7.21.3",
|
|
69
69
|
"@babel/preset-env": "^7.20.2",
|
|
70
|
-
"@commitlint/cli": "^17.
|
|
71
|
-
"@commitlint/config-conventional": "^17.4.
|
|
70
|
+
"@commitlint/cli": "^17.5.0",
|
|
71
|
+
"@commitlint/config-conventional": "^17.4.4",
|
|
72
72
|
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
|
|
73
|
-
"babel-jest": "^29.
|
|
73
|
+
"babel-jest": "^29.5.0",
|
|
74
74
|
"bootstrap-sass": "^3.4.1",
|
|
75
75
|
"bootstrap-v4": "npm:bootstrap@^4.5.3",
|
|
76
76
|
"bootstrap-v5": "npm:bootstrap@^5.0.1",
|
|
77
77
|
"cross-env": "^7.0.3",
|
|
78
|
-
"cspell": "^6.
|
|
78
|
+
"cspell": "^6.31.1",
|
|
79
79
|
"css-loader": "^6.7.3",
|
|
80
80
|
"del": "^6.1.1",
|
|
81
81
|
"del-cli": "^4.0.1",
|
|
82
82
|
"enhanced-resolve": "^5.12.0",
|
|
83
|
-
"eslint": "^8.
|
|
84
|
-
"eslint-config-prettier": "^8.
|
|
83
|
+
"eslint": "^8.36.0",
|
|
84
|
+
"eslint-config-prettier": "^8.8.0",
|
|
85
85
|
"eslint-plugin-import": "^2.27.5",
|
|
86
86
|
"fibers": "^5.0.3",
|
|
87
87
|
"file-loader": "^6.2.0",
|
|
88
88
|
"foundation-sites": "^6.7.5",
|
|
89
89
|
"husky": "^8.0.3",
|
|
90
|
-
"jest": "^29.
|
|
90
|
+
"jest": "^29.5.0",
|
|
91
91
|
"jest-environment-node-single-context": "^29.0.0",
|
|
92
92
|
"lint-staged": "^12.5.0",
|
|
93
93
|
"material-components-web": "^8.0.0",
|
|
@@ -95,13 +95,13 @@
|
|
|
95
95
|
"node-sass": "^8.0.0",
|
|
96
96
|
"node-sass-glob-importer": "^5.3.2",
|
|
97
97
|
"npm-run-all": "^4.1.5",
|
|
98
|
-
"prettier": "^2.8.
|
|
98
|
+
"prettier": "^2.8.7",
|
|
99
99
|
"sass": "^1.58.0",
|
|
100
100
|
"sass-embedded": "^1.57.1",
|
|
101
101
|
"semver": "^7.3.8",
|
|
102
102
|
"standard-version": "^9.3.1",
|
|
103
103
|
"style-loader": "^3.2.1",
|
|
104
|
-
"webpack": "^5.
|
|
104
|
+
"webpack": "^5.76.3"
|
|
105
105
|
},
|
|
106
106
|
"keywords": [
|
|
107
107
|
"sass",
|