@ideasonpurpose/build-tools-wordpress 2.1.9 → 2.1.11
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 +12 -0
- package/README.md +1 -1
- package/config/webpack.config.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,18 @@ 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.1.10
|
|
8
|
+
|
|
9
|
+
> 3 September 2025
|
|
10
|
+
|
|
11
|
+
- tweak devserver hot setting
|
|
12
|
+
|
|
13
|
+
#### v2.1.9
|
|
14
|
+
|
|
15
|
+
> 24 August 2025
|
|
16
|
+
|
|
17
|
+
- bump deps
|
|
18
|
+
|
|
7
19
|
#### v2.1.8
|
|
8
20
|
|
|
9
21
|
> 29 May 2025
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @ideasonpurpose/build-tools-wordpress
|
|
2
2
|
|
|
3
|
-
#### Version 2.1.
|
|
3
|
+
#### Version 2.1.11
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@ideasonpurpose/build-tools-wordpress)
|
|
6
6
|
[](https://github.com/ideasonpurpose/build-tools-wordpress#readme)
|
package/config/webpack.config.js
CHANGED
|
@@ -249,7 +249,7 @@ export default async (env) => {
|
|
|
249
249
|
allowedHosts: "all",
|
|
250
250
|
port: "auto",
|
|
251
251
|
// hot: true, // TODO: What does 'only' do? https://webpack.js.org/configuration/dev-server/#devserverhot
|
|
252
|
-
hot:
|
|
252
|
+
hot: true, // Enable hot module replacement with fallback to full reload
|
|
253
253
|
client: {
|
|
254
254
|
logging: "info",
|
|
255
255
|
overlay: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ideasonpurpose/build-tools-wordpress",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.11",
|
|
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": {
|
|
@@ -39,23 +39,23 @@
|
|
|
39
39
|
"@rollup/plugin-json": "^6.1.0",
|
|
40
40
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
41
41
|
"@svgr/webpack": "^8.1.0",
|
|
42
|
-
"@wordpress/dependency-extraction-webpack-plugin": "^6.
|
|
42
|
+
"@wordpress/dependency-extraction-webpack-plugin": "^6.30.0",
|
|
43
43
|
"ansi-html": "^0.0.9",
|
|
44
44
|
"archiver": "^7.0.1",
|
|
45
45
|
"auto-changelog": "^2.5.0",
|
|
46
46
|
"autoprefixer": "^10.4.21",
|
|
47
47
|
"babel-loader": "^10.0.0",
|
|
48
|
-
"caniuse-lite": "^1.0.
|
|
48
|
+
"caniuse-lite": "^1.0.30001739",
|
|
49
49
|
"chalk": "^5.6.0",
|
|
50
50
|
"chalk-cli": "^6.0.0",
|
|
51
51
|
"classnames": "^2.5.1",
|
|
52
|
-
"cli-truncate": "^
|
|
52
|
+
"cli-truncate": "^5.0.0",
|
|
53
53
|
"copy-webpack-plugin": "^13.0.1",
|
|
54
54
|
"cosmiconfig": "^9.0.0",
|
|
55
55
|
"cross-env": "^10.0.0",
|
|
56
56
|
"css-loader": "^7.1.2",
|
|
57
57
|
"cssnano": "^7.1.1",
|
|
58
|
-
"dotenv": "^17.2.
|
|
58
|
+
"dotenv": "^17.2.2",
|
|
59
59
|
"esbuild-loader": "^4.3.0",
|
|
60
60
|
"eslint": "^9.34.0",
|
|
61
61
|
"filesize": "^11.0.2",
|
|
@@ -69,12 +69,12 @@
|
|
|
69
69
|
"mini-css-extract-plugin": "^2.9.4",
|
|
70
70
|
"ora": "^8.2.0",
|
|
71
71
|
"postcss": "^8.5.6",
|
|
72
|
-
"postcss-loader": "^8.
|
|
72
|
+
"postcss-loader": "^8.2.0",
|
|
73
73
|
"postcss-scss": "^4.0.9",
|
|
74
74
|
"pretty-hrtime": "^1.0.3",
|
|
75
75
|
"read-package-up": "^11.0.0",
|
|
76
76
|
"replacestream": "^4.0.3",
|
|
77
|
-
"sass-embedded": "^1.
|
|
77
|
+
"sass-embedded": "^1.92.0",
|
|
78
78
|
"sass-loader": "^16.0.5",
|
|
79
79
|
"semver": "^7.7.2",
|
|
80
80
|
"sharp": "^0.34.3",
|