sass-loader 10.0.3 → 10.0.4

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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [10.0.4](https://github.com/webpack-contrib/sass-loader/compare/v10.0.3...v10.0.4) (2020-10-22)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * compatibility with the filesystem cache ([#896](https://github.com/webpack-contrib/sass-loader/issues/896)) ([e31f9b6](https://github.com/webpack-contrib/sass-loader/commit/e31f9b682f62e957fd2075582c3cf6cf0daf6b52))
11
+
5
12
  ### [10.0.3](https://github.com/webpack-contrib/sass-loader/compare/v10.0.2...v10.0.3) (2020-10-09)
6
13
 
7
14
  ### Chore
package/dist/utils.js CHANGED
@@ -278,11 +278,18 @@ function getWebpackResolver(resolverFactory, implementation, includePaths = [],
278
278
  }
279
279
 
280
280
  const [{
281
- resolve,
282
- context,
283
281
  possibleRequests
284
282
  }] = resolutionMap;
285
283
 
284
+ if (possibleRequests.length === 0) {
285
+ return Promise.reject();
286
+ }
287
+
288
+ const [{
289
+ resolve,
290
+ context
291
+ }] = resolutionMap;
292
+
286
293
  try {
287
294
  return await resolve(context, possibleRequests[0]);
288
295
  } catch (_ignoreError) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sass-loader",
3
- "version": "10.0.3",
3
+ "version": "10.0.4",
4
4
  "description": "Sass loader for webpack",
5
5
  "license": "MIT",
6
6
  "repository": "webpack-contrib/sass-loader",
@@ -63,30 +63,30 @@
63
63
  "semver": "^7.3.2"
64
64
  },
65
65
  "devDependencies": {
66
- "@babel/cli": "^7.11.6",
67
- "@babel/core": "^7.11.6",
68
- "@babel/preset-env": "^7.11.5",
66
+ "@babel/cli": "^7.12.1",
67
+ "@babel/core": "^7.12.3",
68
+ "@babel/preset-env": "^7.12.1",
69
69
  "@commitlint/cli": "^11.0.0",
70
70
  "@commitlint/config-conventional": "^11.0.0",
71
71
  "@webpack-contrib/defaults": "^6.3.0",
72
72
  "@webpack-contrib/eslint-config-webpack": "^3.0.0",
73
- "babel-jest": "^26.5.2",
74
- "bootstrap": "^4.5.2",
73
+ "babel-jest": "^26.6.0",
74
+ "bootstrap": "^4.5.3",
75
75
  "bootstrap-sass": "^3.4.1",
76
76
  "cross-env": "^7.0.2",
77
- "css-loader": "^4.3.0",
77
+ "css-loader": "^5.0.0",
78
78
  "del": "^6.0.0",
79
79
  "del-cli": "^3.0.1",
80
- "enhanced-resolve": "^5.2.0",
80
+ "enhanced-resolve": "^5.3.0",
81
81
  "eslint": "^7.10.0",
82
- "eslint-config-prettier": "^6.12.0",
82
+ "eslint-config-prettier": "^6.14.0",
83
83
  "eslint-plugin-import": "^2.22.1",
84
84
  "fibers": "^5.0.0",
85
85
  "file-loader": "^6.1.0",
86
86
  "foundation-sites": "^6.6.3",
87
87
  "husky": "^4.3.0",
88
- "jest": "^26.5.2",
89
- "lint-staged": "^10.4.0",
88
+ "jest": "^26.6.0",
89
+ "lint-staged": "^10.4.2",
90
90
  "material-components-web": "^7.0.0",
91
91
  "memfs": "^3.2.0",
92
92
  "node-sass": "^4.14.1",
@@ -95,7 +95,7 @@
95
95
  "sass": "^1.27.0",
96
96
  "standard-version": "^9.0.0",
97
97
  "style-loader": "^2.0.0",
98
- "webpack": "^4.44.2"
98
+ "webpack": "^5.2.0"
99
99
  },
100
100
  "keywords": [
101
101
  "sass",