@ideasonpurpose/build-tools-wordpress 2.9.0 → 2.9.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.
- package/.github/workflows/npm-publish.yml +4 -5
- package/CHANGELOG.md +7 -0
- package/README.md +1 -1
- package/package.json +8 -8
|
@@ -5,7 +5,7 @@ on:
|
|
|
5
5
|
tags: ["v*"]
|
|
6
6
|
|
|
7
7
|
permissions:
|
|
8
|
-
id-token: write
|
|
8
|
+
id-token: write # Required for OIDC
|
|
9
9
|
contents: read
|
|
10
10
|
|
|
11
11
|
jobs:
|
|
@@ -20,9 +20,8 @@ jobs:
|
|
|
20
20
|
# https://github.com/actions/setup-node
|
|
21
21
|
- uses: actions/setup-node@v6
|
|
22
22
|
with:
|
|
23
|
-
node-version:
|
|
24
|
-
registry-url:
|
|
25
|
-
|
|
23
|
+
node-version: "24"
|
|
24
|
+
registry-url: "https://registry.npmjs.org"
|
|
25
|
+
|
|
26
26
|
# - run: npm ci
|
|
27
27
|
- run: npm publish --provenance --access public
|
|
28
|
-
|
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,13 @@ 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.9.0
|
|
8
|
+
|
|
9
|
+
> 26 June 2026
|
|
10
|
+
|
|
11
|
+
- update AGENTS
|
|
12
|
+
- strip dimensions from React-imported SVGRs.
|
|
13
|
+
|
|
7
14
|
#### v2.8.5
|
|
8
15
|
|
|
9
16
|
> 23 June 2026
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @ideasonpurpose/build-tools-wordpress
|
|
2
2
|
|
|
3
|
-
#### Version 2.9.
|
|
3
|
+
#### Version 2.9.1
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@ideasonpurpose/build-tools-wordpress)
|
|
6
6
|
[](https://github.com/ideasonpurpose/build-tools-wordpress#readme)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ideasonpurpose/build-tools-wordpress",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.1",
|
|
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": {
|
|
@@ -34,17 +34,17 @@
|
|
|
34
34
|
},
|
|
35
35
|
"prettier": "@ideasonpurpose/prettier-config",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@ideasonpurpose/prettier-config": "^1.1.
|
|
37
|
+
"@ideasonpurpose/prettier-config": "^1.1.1",
|
|
38
38
|
"@ideasonpurpose/stylelint-config": "^1.1.6",
|
|
39
39
|
"@prettier/plugin-php": "^0.25.0",
|
|
40
40
|
"@rollup/plugin-commonjs": "^29.0.3",
|
|
41
41
|
"@rollup/plugin-json": "^6.1.0",
|
|
42
42
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
43
43
|
"@svgr/webpack": "^8.1.0",
|
|
44
|
-
"@wordpress/dependency-extraction-webpack-plugin": "^6.
|
|
44
|
+
"@wordpress/dependency-extraction-webpack-plugin": "^6.49.0",
|
|
45
45
|
"ansi-html": "^0.0.9",
|
|
46
46
|
"archiver": "^8.0.0",
|
|
47
|
-
"autoprefixer": "^10.5.
|
|
47
|
+
"autoprefixer": "^10.5.2",
|
|
48
48
|
"babel-loader": "^10.1.1",
|
|
49
49
|
"caniuse-lite": "^1.0.30001799",
|
|
50
50
|
"chalk": "^5.6.2",
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"cssnano": "^8.0.2",
|
|
58
58
|
"dotenv": "^17.4.2",
|
|
59
59
|
"esbuild-loader": "^4.5.0",
|
|
60
|
-
"eslint": "^10.
|
|
61
|
-
"filesize": "^11.0.
|
|
60
|
+
"eslint": "^10.6.0",
|
|
61
|
+
"filesize": "^11.0.19",
|
|
62
62
|
"fs-extra": "^11.3.5",
|
|
63
63
|
"globby": "^16.2.0",
|
|
64
64
|
"html-webpack-plugin": "^5.6.7",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"postcss": "^8.5.15",
|
|
73
73
|
"postcss-loader": "^8.2.1",
|
|
74
74
|
"postcss-scss": "^4.0.9",
|
|
75
|
-
"prettier": "^3.8.
|
|
75
|
+
"prettier": "^3.8.5",
|
|
76
76
|
"pretty-hrtime": "^1.0.3",
|
|
77
77
|
"read-package-up": "^12.0.0",
|
|
78
78
|
"replacestream": "^4.0.3",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"svgo": "^4.0.1",
|
|
88
88
|
"svgo-loader": "^5.0.0",
|
|
89
89
|
"version-everything": "^0.12.2",
|
|
90
|
-
"webpack": "^5.
|
|
90
|
+
"webpack": "^5.108.1",
|
|
91
91
|
"webpack-bundle-analyzer": "^5.3.0",
|
|
92
92
|
"webpack-dev-middleware": "^8.0.3",
|
|
93
93
|
"webpack-dev-server": "^5.2.5",
|