sass-loader 13.2.2 → 13.3.0

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +21 -18
package/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
  [![node][node]][node-url]
12
12
  [![tests][tests]][tests-url]
13
13
  [![coverage][cover]][cover-url]
14
- [![chat][chat]][chat-url]
14
+ [![discussion][discussion]][discussion-url]
15
15
  [![size][size]][size-url]
16
16
 
17
17
  # sass-loader
@@ -952,7 +952,7 @@ Please take a moment to read our contributing guidelines if you haven't yet done
952
952
  [tests-url]: https://github.com/webpack-contrib/sass-loader/actions
953
953
  [cover]: https://codecov.io/gh/webpack-contrib/sass-loader/branch/master/graph/badge.svg
954
954
  [cover-url]: https://codecov.io/gh/webpack-contrib/sass-loader
955
- [chat]: https://badges.gitter.im/webpack/webpack.svg
956
- [chat-url]: https://gitter.im/webpack/webpack
955
+ [discussion]: https://img.shields.io/github/discussions/webpack/webpack
956
+ [discussion-url]: https://github.com/webpack/webpack/discussions
957
957
  [size]: https://packagephobia.now.sh/badge?p=sass-loader
958
958
  [size-url]: https://packagephobia.now.sh/result?p=sass-loader
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sass-loader",
3
- "version": "13.2.2",
3
+ "version": "13.3.0",
4
4
  "description": "Sass loader for webpack",
5
5
  "license": "MIT",
6
6
  "repository": "webpack-contrib/sass-loader",
@@ -26,6 +26,9 @@
26
26
  "lint:js": "eslint --cache .",
27
27
  "lint": "npm-run-all -l -p \"lint:**\"",
28
28
  "test:only": "cross-env NODE_ENV=test jest",
29
+ "fix:js": "npm run lint:js -- --fix",
30
+ "fix:prettier": "npm run lint:prettier -- --write",
31
+ "fix": "npm-run-all -l fix:js fix:prettier",
29
32
  "lint:spelling": "cspell \"**/*.*\"",
30
33
  "test:watch": "npm run test:only -- --watch",
31
34
  "test:manual": "npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js",
@@ -40,7 +43,7 @@
40
43
  ],
41
44
  "peerDependencies": {
42
45
  "fibers": ">= 3.1.0",
43
- "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
46
+ "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
44
47
  "sass": "^1.3.0",
45
48
  "sass-embedded": "*",
46
49
  "webpack": "^5.0.0"
@@ -64,11 +67,11 @@
64
67
  "neo-async": "^2.6.2"
65
68
  },
66
69
  "devDependencies": {
67
- "@babel/cli": "^7.21.0",
68
- "@babel/core": "^7.21.3",
69
- "@babel/preset-env": "^7.20.2",
70
- "@commitlint/cli": "^17.5.0",
71
- "@commitlint/config-conventional": "^17.4.4",
70
+ "@babel/cli": "^7.21.5",
71
+ "@babel/core": "^7.21.5",
72
+ "@babel/preset-env": "^7.21.5",
73
+ "@commitlint/cli": "^17.6.1",
74
+ "@commitlint/config-conventional": "^17.6.1",
72
75
  "@webpack-contrib/eslint-config-webpack": "^3.0.0",
73
76
  "babel-jest": "^29.5.0",
74
77
  "bootstrap-sass": "^3.4.1",
@@ -79,8 +82,8 @@
79
82
  "css-loader": "^6.7.3",
80
83
  "del": "^6.1.1",
81
84
  "del-cli": "^4.0.1",
82
- "enhanced-resolve": "^5.12.0",
83
- "eslint": "^8.36.0",
85
+ "enhanced-resolve": "^5.13.0",
86
+ "eslint": "^8.39.0",
84
87
  "eslint-config-prettier": "^8.8.0",
85
88
  "eslint-plugin-import": "^2.27.5",
86
89
  "fibers": "^5.0.3",
@@ -89,19 +92,19 @@
89
92
  "husky": "^8.0.3",
90
93
  "jest": "^29.5.0",
91
94
  "jest-environment-node-single-context": "^29.0.0",
92
- "lint-staged": "^12.5.0",
93
- "material-components-web": "^8.0.0",
94
- "memfs": "^3.4.13",
95
+ "lint-staged": "^13.2.2",
96
+ "material-components-web": "^9.0.0",
97
+ "memfs": "^3.5.1",
95
98
  "node-sass": "^8.0.0",
96
99
  "node-sass-glob-importer": "^5.3.2",
97
100
  "npm-run-all": "^4.1.5",
98
- "prettier": "^2.8.7",
99
- "sass": "^1.58.0",
100
- "sass-embedded": "^1.57.1",
101
- "semver": "^7.3.8",
101
+ "prettier": "^2.8.8",
102
+ "sass": "^1.62.1",
103
+ "sass-embedded": "^1.62.0",
104
+ "semver": "^7.5.0",
102
105
  "standard-version": "^9.3.1",
103
- "style-loader": "^3.2.1",
104
- "webpack": "^5.76.3"
106
+ "style-loader": "^3.3.2",
107
+ "webpack": "^5.81.0"
105
108
  },
106
109
  "keywords": [
107
110
  "sass",