@ideasonpurpose/build-tools-wordpress 1.1.13 → 1.1.14
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 +8 -0
- package/README.md +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,14 @@ 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
|
+
#### v1.1.13
|
|
8
|
+
|
|
9
|
+
> 10 April 2024
|
|
10
|
+
|
|
11
|
+
- bump most all the deps
|
|
12
|
+
- add read-package-up, esTarget: es2020
|
|
13
|
+
- readme tweak
|
|
14
|
+
|
|
7
15
|
#### v1.1.12
|
|
8
16
|
|
|
9
17
|
> 4 March 2024
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @ideasonpurpose/build-tools-wordpress
|
|
2
2
|
|
|
3
|
-
#### Version 1.1.
|
|
3
|
+
#### Version 1.1.14
|
|
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": "1.1.
|
|
3
|
+
"version": "1.1.14",
|
|
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,14 +36,14 @@
|
|
|
36
36
|
"@rollup/plugin-json": "^6.1.0",
|
|
37
37
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
38
38
|
"@svgr/webpack": "^8.1.0",
|
|
39
|
-
"@wordpress/dependency-extraction-webpack-plugin": "^5.
|
|
39
|
+
"@wordpress/dependency-extraction-webpack-plugin": "^5.8.0",
|
|
40
40
|
"ansi-html": "^0.0.9",
|
|
41
41
|
"archiver": "^7.0.1",
|
|
42
42
|
"auto-changelog": "^2.4.0",
|
|
43
43
|
"autoprefixer": "^10.4.19",
|
|
44
44
|
"babel-loader": "^9.1.3",
|
|
45
45
|
"body-parser": "^1.20.2",
|
|
46
|
-
"caniuse-lite": "^1.0.
|
|
46
|
+
"caniuse-lite": "^1.0.30001616",
|
|
47
47
|
"chalk": "^5.3.0",
|
|
48
48
|
"chalk-cli": "^5.0.1",
|
|
49
49
|
"classnames": "^2.5.1",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"del": "^7.1.0",
|
|
57
57
|
"dotenv": "^16.4.5",
|
|
58
58
|
"esbuild-loader": "^4.1.0",
|
|
59
|
-
"eslint": "^
|
|
59
|
+
"eslint": "^8",
|
|
60
60
|
"eslint-plugin-react": "^7.34.1",
|
|
61
61
|
"filesize": "^10.1.1",
|
|
62
62
|
"fs-extra": "^11.1.1",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"image-minimizer-webpack-plugin": "^4.0.0",
|
|
67
67
|
"is-text-path": "^2.0.0",
|
|
68
68
|
"lodash": "^4.17.21",
|
|
69
|
-
"mini-css-extract-plugin": "^2.
|
|
69
|
+
"mini-css-extract-plugin": "^2.9.0",
|
|
70
70
|
"node-sass": "^9.0.0",
|
|
71
71
|
"postcss": "^8.4.38",
|
|
72
72
|
"postcss-loader": "^8.1.1",
|
|
@@ -76,23 +76,23 @@
|
|
|
76
76
|
"pretty-hrtime": "^1.0.3",
|
|
77
77
|
"read-package-up": "^11.0.0",
|
|
78
78
|
"replacestream": "^4.0.3",
|
|
79
|
-
"sass": "^1.
|
|
80
|
-
"sass-embedded": "^1.
|
|
81
|
-
"sass-loader": "^14.
|
|
79
|
+
"sass": "^1.76.0",
|
|
80
|
+
"sass-embedded": "^1.76.0",
|
|
81
|
+
"sass-loader": "^14.2.1",
|
|
82
82
|
"semver": "^7.6.0",
|
|
83
83
|
"sharp": "^0.33.3",
|
|
84
84
|
"sort-package-json": "^2.10.0",
|
|
85
85
|
"source-map-explorer": "^2.5.3",
|
|
86
86
|
"string-length": "^6.0.0",
|
|
87
87
|
"style-loader": "^4.0.0",
|
|
88
|
-
"stylelint": "^16.
|
|
88
|
+
"stylelint": "^16.5.0",
|
|
89
89
|
"stylelint-order": "^6.0.4",
|
|
90
90
|
"stylelint-prettier": "^5.0.0",
|
|
91
91
|
"svgo": "^3.0.2",
|
|
92
92
|
"svgo-loader": "^4.0.0",
|
|
93
93
|
"version-everything": "^0.11.2",
|
|
94
94
|
"webpack": "^5.91.0",
|
|
95
|
-
"webpack-bundle-analyzer": "^4.
|
|
95
|
+
"webpack-bundle-analyzer": "^4.10.2",
|
|
96
96
|
"webpack-cli": "^5.1.4",
|
|
97
97
|
"webpack-dev-middleware": "^7.2.1",
|
|
98
98
|
"webpack-dev-server": "^4.15.1"
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
]
|
|
104
104
|
},
|
|
105
105
|
"devDependencies": {
|
|
106
|
-
"@vitest/coverage-v8": "^1.
|
|
107
|
-
"vitest": "^1.
|
|
106
|
+
"@vitest/coverage-v8": "^1.6.0",
|
|
107
|
+
"vitest": "^1.6.0"
|
|
108
108
|
}
|
|
109
109
|
}
|