@anansi/webpack-config 21.1.4 → 21.1.6
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 +13 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,19 @@
|
|
|
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.6](/github.com/ntucker/anansi/compare/@anansi/webpack-config@21.1.5...@anansi/webpack-config@21.1.6) (2025-12-21)
|
|
7
|
+
|
|
8
|
+
### 📦 Package
|
|
9
|
+
|
|
10
|
+
* Update all non-major dependencies ([#2913](/github.com/ntucker/anansi/issues/2913)) ([4b45293](/github.com/ntucker/anansi/commit/4b45293087c85e14e3e97db352c737b9dd4951af))
|
|
11
|
+
* Update webpack packages ([#2918](/github.com/ntucker/anansi/issues/2918)) ([c274bc5](/github.com/ntucker/anansi/commit/c274bc5bd0c7ad856f2fa00a6677c3055d01cd25))
|
|
12
|
+
|
|
13
|
+
## [21.1.5](/github.com/ntucker/anansi/compare/@anansi/webpack-config@21.1.4...@anansi/webpack-config@21.1.5) (2025-12-12)
|
|
14
|
+
|
|
15
|
+
### 📦 Package
|
|
16
|
+
|
|
17
|
+
* Update webpack packages ([#2902](/github.com/ntucker/anansi/issues/2902)) ([5e324f5](/github.com/ntucker/anansi/commit/5e324f5e1a9a350bec85955053f2c4469c5e0a27))
|
|
18
|
+
|
|
6
19
|
## [21.1.4](/github.com/ntucker/anansi/compare/@anansi/webpack-config@21.1.3...@anansi/webpack-config@21.1.4) (2025-12-07)
|
|
7
20
|
|
|
8
21
|
### 📦 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.6",
|
|
4
4
|
"description": "Production ready webpack for React",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -72,9 +72,9 @@
|
|
|
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": "^0.8.
|
|
75
|
+
"@wyw-in-js/webpack-loader": "^0.8.1",
|
|
76
76
|
"assert": "^2.1.0",
|
|
77
|
-
"autoprefixer": "^10.4.
|
|
77
|
+
"autoprefixer": "^10.4.23",
|
|
78
78
|
"babel-loader": "^10.0.0",
|
|
79
79
|
"browserify-zlib": "^0.2.0",
|
|
80
80
|
"buffer": "^6.0.3",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"core-js-pure": "^3.40.0",
|
|
86
86
|
"crypto-browserify": "^3.12.1",
|
|
87
87
|
"css-loader": "^7.1.2",
|
|
88
|
-
"css-minimizer-webpack-plugin": "^7.0.
|
|
88
|
+
"css-minimizer-webpack-plugin": "^7.0.4",
|
|
89
89
|
"domain-browser": "^5.7.0",
|
|
90
90
|
"duplicate-package-checker-webpack-plugin": "^3.0.0",
|
|
91
91
|
"events": "^3.3.0",
|
|
@@ -117,14 +117,14 @@
|
|
|
117
117
|
"strip-ansi": "^6.0.1",
|
|
118
118
|
"svgo": "^4.0.0",
|
|
119
119
|
"svgo-loader": "^4.0.0",
|
|
120
|
-
"terser-webpack-plugin": "^5.3.
|
|
120
|
+
"terser-webpack-plugin": "^5.3.16",
|
|
121
121
|
"timers-browserify": "^2.0.12",
|
|
122
122
|
"tsconfig-paths-webpack-plugin": "^4.2.0",
|
|
123
123
|
"tty-browserify": "^0.0.1",
|
|
124
124
|
"url": "^0.11.4",
|
|
125
125
|
"util": "^0.12.5",
|
|
126
126
|
"vm-browserify": "^1.1.2",
|
|
127
|
-
"webpack-bundle-analyzer": "^5.0
|
|
127
|
+
"webpack-bundle-analyzer": "^5.1.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",
|