@ideasonpurpose/build-tools-wordpress 2.1.8 → 2.1.9

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,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.1.8
8
+
9
+ > 29 May 2025
10
+
11
+ - Fix inline-whitespace wrapped php token bug
12
+ - typo
13
+
7
14
  #### v2.1.7
8
15
 
9
16
  > 28 May 2025
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ideasonpurpose/build-tools-wordpress
2
2
 
3
- #### Version 2.1.8
3
+ #### Version 2.1.9
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)
@@ -14,7 +14,7 @@ const svgoConfig = {
14
14
  params: {
15
15
  overrides: {
16
16
  cleanupIDs: false,
17
- removeViewBox: false,
17
+ // removeViewBox: false, // removed with SVGO v4
18
18
  },
19
19
  },
20
20
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ideasonpurpose/build-tools-wordpress",
3
- "version": "2.1.8",
3
+ "version": "2.1.9",
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": {
@@ -35,66 +35,66 @@
35
35
  "dependencies": {
36
36
  "@ideasonpurpose/prettier-config": "^1.0.1",
37
37
  "@ideasonpurpose/stylelint-config": "^1.1.1",
38
- "@rollup/plugin-commonjs": "^28.0.3",
38
+ "@rollup/plugin-commonjs": "^28.0.6",
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.24.0",
42
+ "@wordpress/dependency-extraction-webpack-plugin": "^6.29.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.30001718",
49
- "chalk": "^5.4.1",
48
+ "caniuse-lite": "^1.0.30001737",
49
+ "chalk": "^5.6.0",
50
50
  "chalk-cli": "^6.0.0",
51
51
  "classnames": "^2.5.1",
52
52
  "cli-truncate": "^4.0.0",
53
- "copy-webpack-plugin": "^13.0.0",
53
+ "copy-webpack-plugin": "^13.0.1",
54
54
  "cosmiconfig": "^9.0.0",
55
- "cross-env": "^7.0.3",
55
+ "cross-env": "^10.0.0",
56
56
  "css-loader": "^7.1.2",
57
- "cssnano": "^7.0.7",
58
- "dotenv": "^16.5.0",
57
+ "cssnano": "^7.1.1",
58
+ "dotenv": "^17.2.1",
59
59
  "esbuild-loader": "^4.3.0",
60
- "eslint": "^9.27.0",
61
- "filesize": "^10.1.6",
62
- "fs-extra": "^11.3.0",
60
+ "eslint": "^9.34.0",
61
+ "filesize": "^11.0.2",
62
+ "fs-extra": "^11.3.1",
63
63
  "globby": "^14.1.0",
64
64
  "http-proxy": "^1.18.1",
65
- "humanize-duration": "^3.32.2",
66
- "image-minimizer-webpack-plugin": "^4.1.3",
65
+ "humanize-duration": "^3.33.0",
66
+ "image-minimizer-webpack-plugin": "^4.1.4",
67
67
  "is-text-path": "^3.0.0",
68
68
  "lodash": "^4.17.21",
69
- "mini-css-extract-plugin": "^2.9.2",
69
+ "mini-css-extract-plugin": "^2.9.4",
70
70
  "ora": "^8.2.0",
71
- "postcss": "^8.5.3",
71
+ "postcss": "^8.5.6",
72
72
  "postcss-loader": "^8.1.1",
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.89.0",
77
+ "sass-embedded": "^1.90.0",
78
78
  "sass-loader": "^16.0.5",
79
79
  "semver": "^7.7.2",
80
- "sharp": "^0.34.2",
81
- "sort-package-json": "^3.2.1",
80
+ "sharp": "^0.34.3",
81
+ "sort-package-json": "^3.4.0",
82
82
  "string-length": "^6.0.0",
83
83
  "style-loader": "^4.0.0",
84
- "svgo": "^3.3.2",
84
+ "svgo": "^4.0.0",
85
85
  "svgo-loader": "^4.0.0",
86
86
  "version-everything": "^0.11.4",
87
- "webpack": "^5.99.9",
87
+ "webpack": "^5.101.3",
88
88
  "webpack-bundle-analyzer": "^4.10.2",
89
89
  "webpack-dev-middleware": "^7.4.2",
90
- "webpack-dev-server": "^5.2.1"
90
+ "webpack-dev-server": "^5.2.2"
91
91
  },
92
92
  "peerDependencies": {
93
93
  "webpack-cli": "^6.0.1"
94
94
  },
95
95
  "devDependencies": {
96
- "@vitest/coverage-v8": "^3.1.4",
97
- "vitest": "^3.1.4"
96
+ "@vitest/coverage-v8": "^3.2.4",
97
+ "vitest": "^3.2.4"
98
98
  },
99
99
  "version-everything": {
100
100
  "files": [