@anansi/webpack-config 21.1.15 → 21.1.17
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 +14 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,20 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [21.1.17](/github.com/ntucker/anansi/compare/@anansi/webpack-config@21.1.16...@anansi/webpack-config@21.1.17) (2026-04-10)
|
|
7
|
+
|
|
8
|
+
### 📦 Package
|
|
9
|
+
|
|
10
|
+
* Update `webpack-cli` to v7 ([#3008](/github.com/ntucker/anansi/issues/3008)) ([f1a8240](/github.com/ntucker/anansi/commit/f1a8240435172b3b6d679b94db08f382990c6c5e))
|
|
11
|
+
* Update webpack packages ([#3016](/github.com/ntucker/anansi/issues/3016)) ([d353faa](/github.com/ntucker/anansi/commit/d353faac656301d9c3f290ab6dccce0e467c2b0e))
|
|
12
|
+
* Update webpack packages ([#3031](/github.com/ntucker/anansi/issues/3031)) ([aed4bc5](/github.com/ntucker/anansi/commit/aed4bc523a1a10fd42123667264f09c8259430d2))
|
|
13
|
+
|
|
14
|
+
## [21.1.16](/github.com/ntucker/anansi/compare/@anansi/webpack-config@21.1.15...@anansi/webpack-config@21.1.16) (2026-03-20)
|
|
15
|
+
|
|
16
|
+
### 📦 Package
|
|
17
|
+
|
|
18
|
+
* Update all non-major dependencies ([#2999](/github.com/ntucker/anansi/issues/2999)) ([35bed6e](/github.com/ntucker/anansi/commit/35bed6ebc3783edd32db12ae90009eba98f705a4))
|
|
19
|
+
|
|
6
20
|
## [21.1.15](/github.com/ntucker/anansi/compare/@anansi/webpack-config@21.1.14...@anansi/webpack-config@21.1.15) (2026-03-11)
|
|
7
21
|
|
|
8
22
|
### 📦 Package
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anansi/webpack-config",
|
|
3
|
-
"version": "21.1.
|
|
3
|
+
"version": "21.1.17",
|
|
4
4
|
"description": "Production ready webpack for React",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -72,10 +72,10 @@
|
|
|
72
72
|
"@types/sass-loader": "^8.0.10",
|
|
73
73
|
"@types/webpack-bundle-analyzer": "^4.7.0",
|
|
74
74
|
"@vue/preload-webpack-plugin": "^2.0.0",
|
|
75
|
-
"@wyw-in-js/webpack-loader": "^1.0.
|
|
75
|
+
"@wyw-in-js/webpack-loader": "^1.0.7",
|
|
76
76
|
"assert": "^2.1.0",
|
|
77
77
|
"autoprefixer": "^10.4.27",
|
|
78
|
-
"babel-loader": "^10.1.
|
|
78
|
+
"babel-loader": "^10.1.1",
|
|
79
79
|
"browserify-zlib": "^0.2.0",
|
|
80
80
|
"buffer": "^6.0.3",
|
|
81
81
|
"circular-dependency-plugin": "^5.2.2",
|
|
@@ -94,12 +94,12 @@
|
|
|
94
94
|
"html-webpack-plugin": "^5.6.6",
|
|
95
95
|
"https-browserify": "^1.0.0",
|
|
96
96
|
"is-wsl": "^2.2.0",
|
|
97
|
-
"mini-css-extract-plugin": "^2.10.
|
|
97
|
+
"mini-css-extract-plugin": "^2.10.2",
|
|
98
98
|
"mkdirp": "^3.0.1",
|
|
99
99
|
"os-browserify": "^0.3.0",
|
|
100
100
|
"path": "^0.12.7",
|
|
101
101
|
"path-browserify": "^1.0.1",
|
|
102
|
-
"postcss": "^8.5.
|
|
102
|
+
"postcss": "^8.5.9",
|
|
103
103
|
"postcss-loader": "^8.2.1",
|
|
104
104
|
"postcss-preset-env": "^10.6.1",
|
|
105
105
|
"process": "^0.11.10",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"url": "^0.11.4",
|
|
125
125
|
"util": "^0.12.5",
|
|
126
126
|
"vm-browserify": "^1.1.2",
|
|
127
|
-
"webpack-bundle-analyzer": "^5.
|
|
127
|
+
"webpack-bundle-analyzer": "^5.3.0",
|
|
128
128
|
"webpack-node-externals": "^3.0.0",
|
|
129
129
|
"webpack-remove-empty-scripts": "^1.1.1",
|
|
130
130
|
"webpack-stats-plugin": "^1.1.3",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"sass-embedded": "^1.70.0",
|
|
142
142
|
"svgo": "^3.0.0 || ^4.0.0",
|
|
143
143
|
"webpack": "^5.61.0",
|
|
144
|
-
"webpack-cli": "^4.1.0 || ^5.0.0 || ^6.0.0",
|
|
144
|
+
"webpack-cli": "^4.1.0 || ^5.0.0 || ^6.0.0 || ^7.0.0",
|
|
145
145
|
"webpack-dev-server": "^4.8.0 || ^5.0.0"
|
|
146
146
|
},
|
|
147
147
|
"peerDependenciesMeta": {
|