@ideasonpurpose/build-tools-wordpress 2.2.5 → 2.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.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ #### v2.2.6
8
+
9
+ > 18 October 2025
10
+
11
+ - bump deps
12
+
13
+ #### v2.2.5
14
+
15
+ > 6 October 2025
16
+
17
+ - bump deps
18
+ - update example docker-compose file with experimental WP Multisite envvars
19
+
7
20
  #### v2.2.4
8
21
 
9
22
  > 10 September 2025
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ideasonpurpose/build-tools-wordpress
2
2
 
3
- #### Version 2.2.5
3
+ #### Version 2.3.0
4
4
 
5
5
  [![NPM Version](https://img.shields.io/npm/v/%40ideasonpurpose%2Fbuild-tools-wordpress?logo=npm)](https://www.npmjs.com/package/@ideasonpurpose/build-tools-wordpress)
6
6
  [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/ideasonpurpose/build-tools-wordpress/npm-publish.yml?logo=github&logoColor=white)](https://github.com/ideasonpurpose/build-tools-wordpress#readme)
@@ -136,7 +136,7 @@ export default async (env) => {
136
136
  {
137
137
  test: /\.(scss|css)$/,
138
138
  use: [
139
- { loader: MiniCssExtractPlugin.loader },
139
+ isProduction ? MiniCssExtractPlugin.loader : "style-loader",
140
140
  {
141
141
  loader: "css-loader",
142
142
  options: {
@@ -350,7 +350,6 @@ export default async (env) => {
350
350
  },
351
351
 
352
352
  setupMiddlewares: (middlewares, devServer) => {
353
-
354
353
  /**
355
354
  * The `/inform` route is an annoying bit of code. Here's why:
356
355
  * Ubiquity Wi-fi hardware frequently spams the shit out of their
@@ -469,6 +468,7 @@ export default async (env) => {
469
468
  }),
470
469
  ],
471
470
  optimization: {
471
+ runtimeChunk: "single",
472
472
  splitChunks: {
473
473
  chunks: "all",
474
474
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ideasonpurpose/build-tools-wordpress",
3
- "version": "2.2.5",
3
+ "version": "2.3.0",
4
4
  "description": "Build scripts and dependencies for IOP's WordPress development environments.",
5
5
  "homepage": "https://github.com/ideasonpurpose/build-tools-wordpress#readme",
6
6
  "bugs": {
@@ -36,17 +36,17 @@
36
36
  "@ideasonpurpose/prettier-config": "^1.0.1",
37
37
  "@ideasonpurpose/stylelint-config": "^1.1.4",
38
38
  "@prettier/plugin-php": "^0.24.0",
39
- "@rollup/plugin-commonjs": "^28.0.6",
39
+ "@rollup/plugin-commonjs": "^28.0.8",
40
40
  "@rollup/plugin-json": "^6.1.0",
41
- "@rollup/plugin-node-resolve": "^16.0.2",
41
+ "@rollup/plugin-node-resolve": "^16.0.3",
42
42
  "@svgr/webpack": "^8.1.0",
43
- "@wordpress/dependency-extraction-webpack-plugin": "^6.32.0",
43
+ "@wordpress/dependency-extraction-webpack-plugin": "^6.33.0",
44
44
  "ansi-html": "^0.0.9",
45
45
  "archiver": "^7.0.1",
46
46
  "auto-changelog": "^2.5.0",
47
47
  "autoprefixer": "^10.4.21",
48
48
  "babel-loader": "^10.0.0",
49
- "caniuse-lite": "^1.0.30001748",
49
+ "caniuse-lite": "^1.0.30001751",
50
50
  "chalk": "^5.6.2",
51
51
  "chalk-cli": "^6.0.0",
52
52
  "classnames": "^2.5.1",
@@ -58,7 +58,7 @@
58
58
  "cssnano": "^7.1.1",
59
59
  "dotenv": "^17.2.3",
60
60
  "esbuild-loader": "^4.4.0",
61
- "eslint": "^9.37.0",
61
+ "eslint": "^9.38.0",
62
62
  "filesize": "^11.0.13",
63
63
  "fs-extra": "^11.3.2",
64
64
  "globby": "^15.0.0",
@@ -78,7 +78,7 @@
78
78
  "replacestream": "^4.0.3",
79
79
  "sass-embedded": "^1.93.2",
80
80
  "sass-loader": "^16.0.5",
81
- "semver": "^7.7.2",
81
+ "semver": "^7.7.3",
82
82
  "sharp": "^0.34.4",
83
83
  "sort-package-json": "^3.4.0",
84
84
  "string-length": "^6.0.0",
@@ -86,7 +86,7 @@
86
86
  "svgo": "^4.0.0",
87
87
  "svgo-loader": "^4.0.0",
88
88
  "version-everything": "^0.11.4",
89
- "webpack": "^5.102.0",
89
+ "webpack": "^5.102.1",
90
90
  "webpack-bundle-analyzer": "^4.10.2",
91
91
  "webpack-dev-middleware": "^7.4.5",
92
92
  "webpack-dev-server": "^5.2.2"