@anansi/webpack-config 21.1.13 → 21.1.15
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 +15 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,21 @@
|
|
|
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.15](/github.com/ntucker/anansi/compare/@anansi/webpack-config@21.1.14...@anansi/webpack-config@21.1.15) (2026-03-11)
|
|
7
|
+
|
|
8
|
+
### 📦 Package
|
|
9
|
+
|
|
10
|
+
* Update all non-major dependencies ([#2992](/github.com/ntucker/anansi/issues/2992)) ([30b2345](/github.com/ntucker/anansi/commit/30b2345ebe382d1df4d9de4cc2d0dde82dcf4374))
|
|
11
|
+
* Update webpack packages ([#2991](/github.com/ntucker/anansi/issues/2991)) ([a625fb9](/github.com/ntucker/anansi/commit/a625fb9764ee854ad050c55ebcf4e4cd45a517aa))
|
|
12
|
+
* Update webpack packages ([#2996](/github.com/ntucker/anansi/issues/2996)) ([0de32ef](/github.com/ntucker/anansi/commit/0de32eff8130c1c5928ddaccf480083aee95dff9))
|
|
13
|
+
|
|
14
|
+
## [21.1.14](/github.com/ntucker/anansi/compare/@anansi/webpack-config@21.1.13...@anansi/webpack-config@21.1.14) (2026-03-02)
|
|
15
|
+
|
|
16
|
+
### 📦 Package
|
|
17
|
+
|
|
18
|
+
* Update all non-major dependencies ([#2984](/github.com/ntucker/anansi/issues/2984)) ([04c3863](/github.com/ntucker/anansi/commit/04c38636e3fed438a2f68e871e14720b2d42696f))
|
|
19
|
+
* Update webpack packages ([#2983](/github.com/ntucker/anansi/issues/2983)) ([6b515d5](/github.com/ntucker/anansi/commit/6b515d5f3ef1319485afb0494da62e2f50e6293f))
|
|
20
|
+
|
|
6
21
|
## [21.1.13](/github.com/ntucker/anansi/compare/@anansi/webpack-config@21.1.12...@anansi/webpack-config@21.1.13) (2026-02-13)
|
|
7
22
|
|
|
8
23
|
### 📦 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.15",
|
|
4
4
|
"description": "Production ready webpack for React",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
"@vue/preload-webpack-plugin": "^2.0.0",
|
|
75
75
|
"@wyw-in-js/webpack-loader": "^1.0.6",
|
|
76
76
|
"assert": "^2.1.0",
|
|
77
|
-
"autoprefixer": "^10.4.
|
|
78
|
-
"babel-loader": "^10.
|
|
77
|
+
"autoprefixer": "^10.4.27",
|
|
78
|
+
"babel-loader": "^10.1.0",
|
|
79
79
|
"browserify-zlib": "^0.2.0",
|
|
80
80
|
"buffer": "^6.0.3",
|
|
81
81
|
"circular-dependency-plugin": "^5.2.2",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"constants-browserify": "^1.0.0",
|
|
85
85
|
"core-js-pure": "^3.40.0",
|
|
86
86
|
"crypto-browserify": "^3.12.1",
|
|
87
|
-
"css-loader": "^7.1.
|
|
87
|
+
"css-loader": "^7.1.4",
|
|
88
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",
|
|
@@ -94,13 +94,13 @@
|
|
|
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.1",
|
|
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.
|
|
103
|
-
"postcss-loader": "^8.2.
|
|
102
|
+
"postcss": "^8.5.8",
|
|
103
|
+
"postcss-loader": "^8.2.1",
|
|
104
104
|
"postcss-preset-env": "^10.6.1",
|
|
105
105
|
"process": "^0.11.10",
|
|
106
106
|
"querystring-es3": "^0.2.1",
|
|
@@ -115,9 +115,9 @@
|
|
|
115
115
|
"stream-http": "^3.2.0",
|
|
116
116
|
"string_decoder": "^1.3.0",
|
|
117
117
|
"strip-ansi": "^6.0.1",
|
|
118
|
-
"svgo": "^4.0.
|
|
118
|
+
"svgo": "^4.0.1",
|
|
119
119
|
"svgo-loader": "^4.0.0",
|
|
120
|
-
"terser-webpack-plugin": "^5.
|
|
120
|
+
"terser-webpack-plugin": "^5.4.0",
|
|
121
121
|
"timers-browserify": "^2.0.12",
|
|
122
122
|
"tsconfig-paths-webpack-plugin": "^4.2.0",
|
|
123
123
|
"tty-browserify": "^0.0.1",
|