Skip to content

Commit

Permalink
[FIX] Dependency Support for WP 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jdamner committed Jul 22, 2024
1 parent 8877222 commit a76a847
Show file tree
Hide file tree
Showing 8 changed files with 13,081 additions and 17,086 deletions.
30,130 changes: 13,060 additions & 17,070 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"type-coverage": "turbo run type-coverage"
},
"devDependencies": {
"turbo": "^2.0.7"
"turbo": "^2.0.7",
"webpack-cli": "^5.1.4"
},
"packageManager": "[email protected]+sha512.0e9d42e92bd2318408ed81eaff2da5f78baf23ee7d12a6eed44a6e2901d0f29d7ab715d1b918ade601f72e769a824d9a5c322383f22bbbda5dd396e79de2a077"
}
1 change: 1 addition & 0 deletions packages/editor-tools/editor-tools.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Version: 1.0.0
* Author: BoxUK
* Author URI: https://boxuk.com
* Requires at least: 6.4
*
* @package Boxuk\BoxWpEditorTools
*/
Expand Down
1 change: 1 addition & 0 deletions packages/iconography/iconography.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Version: 1.0.0
* Author: BoxUK
* Author URI: https://www.boxuk.com
* Requires at least: 6.4
*
* @package Boxuk\Iconography
*/
Expand Down
12 changes: 6 additions & 6 deletions packages/iconography/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint:fix": "wp-scripts lint-js --fix",
"test": "wp-scripts test-unit-js",
"test:snapshots": "wp-scripts test-unit-js --updateSnapshot",
"packages-update": "wp-scripts packages-update",
"packages-update": "wp-scripts packages-update --dist-tag=wp-6.4",
"start": "wp-scripts start",
"type-coverage": "type-coverage --strict --detail --at-least 97.5"
},
Expand All @@ -23,11 +23,11 @@
"@jest/globals": "^29.7.0",
"@testing-library/react": "^16.0.0",
"@types/wordpress__block-editor": "^11.5.15",
"@wordpress/dom-ready": "^4.3.0",
"@wordpress/editor": "^14.3.0",
"@wordpress/icons": "^10.3.0",
"@wordpress/interface": "^6.3.0",
"@wordpress/scripts": "^27.8.0",
"@wordpress/dom-ready": "^3.42.13",
"@wordpress/editor": "^13.19.14",
"@wordpress/icons": "^9.33.13",
"@wordpress/interface": "^5.19.14",
"@wordpress/scripts": "^26.13.13",
"react": "^18.2.0",
"type-coverage": "^2.29.1"
}
Expand Down
18 changes: 9 additions & 9 deletions packages/query-include-exclude/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint:fix": "wp-scripts lint-js --fix",
"test": "wp-scripts test-unit-js --passWithNoTests",
"test:snapshots": "wp-scripts test-unit-js --updateSnapshot",
"packages-update": "wp-scripts packages-update",
"packages-update": "wp-scripts packages-update --dist-tag=wp-6.4",
"start": "wp-scripts start",
"type-coverage": "type-coverage --strict --detail --at-least 97.5"
},
Expand All @@ -22,14 +22,14 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@testing-library/react": "^16.0.0",
"@wordpress/data": "^10.3.0",
"@wordpress/core-data": "^7.3.0",
"@wordpress/blocks": "^13.3.0",
"@wordpress/block-editor": "^13.3.0",
"@wordpress/compose": "^7.3.0",
"@wordpress/hooks": "^4.3.0",
"@wordpress/icons": "^10.3.0",
"@wordpress/scripts": "^27.8.0",
"@wordpress/block-editor": "^12.10.14",
"@wordpress/blocks": "^12.19.13",
"@wordpress/compose": "^6.19.13",
"@wordpress/core-data": "^6.19.14",
"@wordpress/data": "^9.12.13",
"@wordpress/hooks": "^3.42.13",
"@wordpress/icons": "^9.33.13",
"@wordpress/scripts": "^26.13.13",
"react": "^18.2.0",
"type-coverage": "^2.29.1"
}
Expand Down
1 change: 1 addition & 0 deletions packages/query-include-exclude/query-include-exclude.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Version: 1.0.0
* Author: BoxUK
* Author URI: https://boxuk.com
* Requires at least: 6.4
*
* @package Boxuk\QueryIncludeExclude
*/
Expand Down
1 change: 1 addition & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ parameters:
analyse:
- packages/vendor
- /**/tests/*
- /**/node_modules/*
analyseAndScan:
- packages/vendor/10up/wp_mock # WP_Mock functions override the signatures from php-stubs/wordpress

0 comments on commit a76a847

Please sign in to comment.