@ideasonpurpose/build-tools-wordpress 2.6.0 → 2.6.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/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ 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.6.0
8
+
9
+ > 13 March 2026
10
+
11
+ - bump deps, remove debug logs, resulve from sass & styles
12
+
7
13
  #### v2.5.1
8
14
 
9
15
  > 8 March 2026
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ideasonpurpose/build-tools-wordpress
2
2
 
3
- #### Version 2.6.0
3
+ #### Version 2.6.1
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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ideasonpurpose/build-tools-wordpress",
3
- "version": "2.6.0",
3
+ "version": "2.6.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": {
@@ -40,13 +40,13 @@
40
40
  "@rollup/plugin-json": "^6.1.0",
41
41
  "@rollup/plugin-node-resolve": "^16.0.3",
42
42
  "@svgr/webpack": "^8.1.0",
43
- "@wordpress/dependency-extraction-webpack-plugin": "^6.41.0",
43
+ "@wordpress/dependency-extraction-webpack-plugin": "^6.42.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.27",
48
48
  "babel-loader": "^10.1.1",
49
- "caniuse-lite": "^1.0.30001778",
49
+ "caniuse-lite": "^1.0.30001781",
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.3",
59
59
  "dotenv": "^17.3.1",
60
60
  "esbuild-loader": "^4.4.2",
61
- "eslint": "^10.0.3",
61
+ "eslint": "^10.1.0",
62
62
  "filesize": "^11.0.13",
63
63
  "fs-extra": "^11.3.4",
64
64
  "globby": "^16.1.1",
@@ -90,7 +90,7 @@
90
90
  "version-everything": "^0.11.4",
91
91
  "webpack": "^5.105.4",
92
92
  "webpack-bundle-analyzer": "^5.2.0",
93
- "webpack-dev-middleware": "^7.4.5",
93
+ "webpack-dev-middleware": "^8.0.0",
94
94
  "webpack-dev-server": "^5.2.3",
95
95
  "webpack-manifest-plugin": "^6.0.1"
96
96
  },