Skip to content

Commit 7d553ff

Browse files
committed
Update VERSION for 3.3.73
1 parent ee6c795 commit 7d553ff

File tree

6 files changed

+2234
-1835
lines changed

6 files changed

+2234
-1835
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ For instance:
1313

1414
## [Unreleased]
1515

16+
## [3.3.73] - 2025-12-22
17+
18+
### Added
19+
- Upgraded to Tailwind CSS v4 (4.1.18 latest)
20+
1621
### Fixed
1722
- [Elementor, Bricks, Oxygen, OxygenClassic, Breakdance, Builderius, Timber, Blockstudio] Scanner now properly supports batch system to handle large datasets
1823
- [Internal] JSON string detection in cache fetch_contents method to properly set content type
@@ -646,7 +651,8 @@ For instance:
646651
### Added
647652
- 🐣 Initial release.
648653

649-
[unreleased]: https://github.com/wind-press/windpress/compare/v3.3.72...HEAD
654+
[unreleased]: https://github.com/wind-press/windpress/compare/v3.3.73...HEAD
655+
[3.3.73]: https://github.com/wind-press/windpress/compare/v3.3.72...v3.3.73
650656
[3.3.72]: https://github.com/wind-press/windpress/compare/v3.3.71...v3.3.72
651657
[3.3.71]: https://github.com/wind-press/windpress/compare/v3.3.70...v3.3.71
652658
[3.3.70]: https://github.com/wind-press/windpress/compare/v3.3.69...v3.3.70

constant.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class WIND_PRESS
2626
/**
2727
* @var string
2828
*/
29-
public const VERSION = '3.3.72';
29+
public const VERSION = '3.3.73';
3030

3131
/**
3232
* @var string

package.json

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -15,49 +15,49 @@
1515
"release": "node deploy/release.js"
1616
},
1717
"devDependencies": {
18-
"@iconify-json/arcticons": "^1.2.38",
18+
"@iconify-json/arcticons": "^1.2.42",
1919
"@iconify-json/bx": "^1.2.2",
20-
"@iconify-json/devicon": "^1.2.45",
20+
"@iconify-json/devicon": "^1.2.54",
2121
"@iconify-json/fa6-brands": "^1.2.6",
2222
"@iconify-json/fa6-solid": "^1.2.4",
23-
"@iconify-json/fluent": "^1.2.34",
23+
"@iconify-json/fluent": "^1.2.36",
2424
"@iconify-json/healthicons": "^1.2.12",
2525
"@iconify-json/iconoir": "^1.2.10",
2626
"@iconify-json/line-md": "^1.2.11",
2727
"@iconify-json/mage": "^1.2.4",
2828
"@iconify-json/mdi": "^1.2.3",
29-
"@iconify-json/octicon": "^1.2.16",
29+
"@iconify-json/octicon": "^1.2.19",
3030
"@iconify-json/skill-icons": "^1.2.3",
31-
"@iconify-json/tabler": "^1.2.23",
31+
"@iconify-json/tabler": "^1.2.24",
3232
"@kucrut/vite-for-wp": "^0.12.0",
33-
"@shikijs/transformers": "^3.14.0",
33+
"@shikijs/transformers": "^3.20.0",
3434
"@types/css-tree": "^2.3.11",
35-
"@types/lodash": "^4.17.20",
35+
"@types/lodash": "^4.17.21",
3636
"@types/lodash-es": "^4.17.12",
37-
"@types/node": "^24.9.2",
37+
"@types/node": "^24.10.4",
3838
"@types/postcss-import": "^14.0.3",
3939
"@types/postcss-safe-parser": "^5.0.4",
40-
"@vitejs/plugin-react": "^5.1.0",
41-
"@vitejs/plugin-vue": "^6.0.1",
42-
"eslint": "^9.39.0",
43-
"eslint-plugin-oxlint": "^1.25.0",
44-
"eslint-plugin-vue": "^10.5.1",
40+
"@vitejs/plugin-react": "^5.1.2",
41+
"@vitejs/plugin-vue": "^6.0.3",
42+
"eslint": "^9.39.2",
43+
"eslint-plugin-oxlint": "^1.34.0",
44+
"eslint-plugin-vue": "^10.6.2",
4545
"lightningcss": "^1.30.2",
46-
"memfs": "^4.50.0",
47-
"oxlint": "^1.25.0",
46+
"memfs": "^4.51.1",
47+
"oxlint": "^1.34.0",
4848
"rollup-plugin-external-globals": "^0.13.0",
49-
"sass": "npm:sass-embedded@^1.93.3",
50-
"typescript-eslint": "^8.46.2",
49+
"sass": "npm:sass-embedded@^1.97.1",
50+
"typescript-eslint": "^8.50.0",
5151
"unplugin-icons": "^22.5.0",
5252
"unplugin-vue-components": "^30.0.0",
53-
"vite": "npm:rolldown-vite@^7.1.20",
53+
"vite": "npm:rolldown-vite@7.1.20",
5454
"vite-plugin-external": "^6.2.2",
5555
"vite-plugin-node-polyfills": "^0.24.0",
5656
"vite-plugin-static-copy": "^3.1.4",
5757
"vite-plugin-svgr": "^4.5.0",
5858
"vite-plugin-top-level-await": "^1.6.0",
5959
"vite-plugin-wasm": "^3.5.0",
60-
"vitest": "^4.0.6"
60+
"vitest": "^4.0.16"
6161
},
6262
"dependencies": {
6363
"@adobe/css-tools": "^4.4.4",
@@ -74,12 +74,12 @@
7474
"@tailwindcss/root": "github:tailwindlabs/tailwindcss",
7575
"@vueuse/core": "^13.9.0",
7676
"@vueuse/integrations": "^13.9.0",
77-
"@windpress/oxide-parser": "^1.0.4",
78-
"@wordpress/block-editor": "^15.7.0",
79-
"@wordpress/components": "^30.7.0",
80-
"@wordpress/i18n": "^6.7.0",
77+
"@windpress/oxide-parser": "^1.0.8",
78+
"@wordpress/block-editor": "^15.9.0",
79+
"@wordpress/components": "^30.9.0",
80+
"@wordpress/i18n": "^6.9.0",
8181
"autosize": "^6.0.1",
82-
"browserslist": "^4.27.0",
82+
"browserslist": "^4.28.1",
8383
"buffer-crc32": "^1.0.0",
8484
"colorjs.io": "0.6.0-alpha.1",
8585
"css-tree": "^3.1.0",
@@ -88,40 +88,40 @@
8888
"fuse.js": "^7.1.0",
8989
"idb-keyval": "^6.2.2",
9090
"lightningcss-wasm": "^1.30.2",
91-
"lodash-es": "^4.17.21",
91+
"lodash-es": "^4.17.22",
9292
"lz-string": "https://pkg.pr.new/wind-press/lz-string@68d6fca",
9393
"magic-string": "^0.30.21",
9494
"maska": "^3.2.0",
9595
"minimatch": "^10.1.1",
9696
"monaco-editor": "^0.54.0",
9797
"nanoid": "^5.1.6",
9898
"parse-package-name": "^1.0.0",
99-
"pinia": "^3.0.3",
99+
"pinia": "^3.0.4",
100100
"postcss": "^8.5.6",
101101
"postcss-import": "^16.1.1",
102102
"postcss-nested": "^7.0.2",
103103
"postcss-safe-parser": "^7.0.1",
104-
"postcss-selector-parser": "^7.1.0",
104+
"postcss-selector-parser": "^7.1.1",
105105
"postcss-value-parser": "^4.2.0",
106106
"pretty-bytes": "^7.1.0",
107107
"pretty-ms": "^9.3.0",
108-
"react": "^19.2.0",
109-
"react-dom": "^19.2.0",
108+
"react": "^19.2.3",
109+
"react-dom": "^19.2.3",
110110
"redaxios": "^0.5.1",
111-
"shiki": "^3.14.0",
112-
"tailwindcss": "^4.1.16",
111+
"shiki": "^3.20.0",
112+
"tailwindcss": "^4.1.18",
113113
"tailwindcss-intellisense": "github:tailwindlabs/tailwindcss-intellisense",
114114
"tailwindcss-language-service": "^0.0.28",
115115
"tailwindcss3": "npm:tailwindcss@3",
116116
"tippy.js": "^6.3.7",
117117
"tributejs": "github:zurb/tribute",
118118
"vscode-languageserver-textdocument": "^1.0.12",
119-
"vue": "^3.5.22",
119+
"vue": "^3.5.26",
120120
"vue-color": "^3.3.3",
121121
"vue-inline-svg": "^4.0.1",
122-
"vue-router": "^4.6.3",
123-
"yaml": "^2.8.1",
124-
"zod": "^4.1.12"
122+
"vue-router": "^4.6.4",
123+
"yaml": "^2.8.2",
124+
"zod": "^4.2.1"
125125
},
126126
"pnpm": {
127127
"updateConfig": {

0 commit comments

Comments
 (0)