@anansi/webpack-config 20.0.23 → 21.0.1

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/CHANGELOG.md +18 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
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.0.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@21.0.0...@anansi/webpack-config@21.0.1) (2025-03-17)
7
+
8
+ ### 📦 Package
9
+
10
+ * Update webpack packages ([#2695](https://github.com/ntucker/anansi/issues/2695)) ([f0929b7](https://github.com/ntucker/anansi/commit/f0929b7854c7204472f6569ce4b0b4bccf27e691))
11
+
12
+ ## [21.0.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@20.0.23...@anansi/webpack-config@21.0.0) (2025-03-12)
13
+
14
+ ### ⚠ 💥 BREAKING CHANGES
15
+
16
+ * webpack >= 5.61.0
17
+
18
+ ### 📦 Package
19
+
20
+ * Update `babel-loader` to v10 ([#2677](https://github.com/ntucker/anansi/issues/2677)) ([3a20264](https://github.com/ntucker/anansi/commit/3a2026497c6ec8e71a3046c4d3c6a4616ef150be))
21
+ * Update all non-major dependencies ([#2691](https://github.com/ntucker/anansi/issues/2691)) ([33e5276](https://github.com/ntucker/anansi/commit/33e52766936f71739cd9d037d362b971c4764160))
22
+ * Update webpack packages ([#2687](https://github.com/ntucker/anansi/issues/2687)) ([e10c1cf](https://github.com/ntucker/anansi/commit/e10c1cf66916778008e513ce88dd8a1f59f047f7))
23
+
6
24
  ### [20.0.23](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@20.0.22...@anansi/webpack-config@20.0.23) (2025-02-27)
7
25
 
8
26
  ### 📦 Package
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anansi/webpack-config",
3
- "version": "20.0.23",
3
+ "version": "21.0.1",
4
4
  "description": "Production ready webpack for React",
5
5
  "main": "lib/index.js",
6
6
  "types": "./index.d.ts",
@@ -52,7 +52,7 @@
52
52
  "directory": "packages/webpack-config-anansi"
53
53
  },
54
54
  "engines": {
55
- "node": ">=18.12.0"
55
+ "node": "^18.20.0 || ^20.10.0 || >=22.0.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@types/node": "^22.0.0",
@@ -65,10 +65,10 @@
65
65
  "@types/sass-loader": "^8.0.9",
66
66
  "@types/webpack-bundle-analyzer": "^4.7.0",
67
67
  "@vue/preload-webpack-plugin": "^2.0.0",
68
- "@wyw-in-js/webpack-loader": "^0.5.5",
68
+ "@wyw-in-js/webpack-loader": "^0.6.0",
69
69
  "assert": "^2.1.0",
70
- "autoprefixer": "^10.4.20",
71
- "babel-loader": "^9.2.1",
70
+ "autoprefixer": "^10.4.21",
71
+ "babel-loader": "^10.0.0",
72
72
  "browserify-zlib": "^0.2.0",
73
73
  "buffer": "^6.0.3",
74
74
  "circular-dependency-plugin": "^5.2.2",
@@ -78,7 +78,7 @@
78
78
  "core-js-pure": "^3.40.0",
79
79
  "crypto-browserify": "^3.12.1",
80
80
  "css-loader": "^7.1.2",
81
- "css-minimizer-webpack-plugin": "^7.0.0",
81
+ "css-minimizer-webpack-plugin": "^7.0.2",
82
82
  "domain-browser": "^5.7.0",
83
83
  "duplicate-package-checker-webpack-plugin": "^3.0.0",
84
84
  "events": "^3.3.0",
@@ -110,7 +110,7 @@
110
110
  "strip-ansi": "^6.0.1",
111
111
  "svgo": "^3.3.1",
112
112
  "svgo-loader": "^4.0.0",
113
- "terser-webpack-plugin": "^5.3.12",
113
+ "terser-webpack-plugin": "^5.3.14",
114
114
  "timers-browserify": "^2.0.12",
115
115
  "tsconfig-paths-webpack-plugin": "^4.2.0",
116
116
  "tty-browserify": "^0.0.1",
@@ -133,7 +133,7 @@
133
133
  "sass": "^1.3.0",
134
134
  "sass-embedded": "^1.70.0",
135
135
  "svgo": "^3.0.0",
136
- "webpack": "^5.12.0",
136
+ "webpack": "^5.61.0",
137
137
  "webpack-cli": "^4.1.0 || ^5.0.0 || ^6.0.0",
138
138
  "webpack-dev-server": "^4.0.0 || ^5.0.0"
139
139
  },