Skip to content

Commit

Permalink
Merge branch 'refactor/internal-api' into update/add-php-8.4-to-tests…
Browse files Browse the repository at this point in the history
…-and-move-pcov-to-php-8.2-retry
  • Loading branch information
acicovic authored Oct 25, 2024
2 parents 53a6602 + f66f6cf commit b88e9ba
Show file tree
Hide file tree
Showing 59 changed files with 3,489 additions and 5,637 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: composer dump-autoload --classmap-authoritative

- name: Use desired version of NodeJS
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.1.0
with:
node-version: 18
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: echo "NODE_VERSION=$(cat .nvmrc)" >> $GITHUB_ENV

- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.1.0
with:
node-version: ${{ env.NODE_VERSION }}
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion build/content-helper/editor-sidebar.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-primitives', 'wp-url'), 'version' => '4d5d7667e71460a1ce64');
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-primitives', 'wp-url'), 'version' => '6e668f9bfad0f3f02bf6');
4 changes: 2 additions & 2 deletions build/content-helper/editor-sidebar.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/recommended-widget.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-dom-ready'), 'version' => '5ce8268d45bbe4264568');
<?php return array('dependencies' => array('wp-dom-ready'), 'version' => 'ebd7d076e230ba29e797');
2 changes: 1 addition & 1 deletion build/recommended-widget.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"phpstan/phpstan": "^1.4",
"rector/rector": "^1.0.0",
"szepeviktor/phpstan-wordpress": "^1.0",
"tomasvotruba/type-coverage": "^0.3.0",
"tomasvotruba/type-coverage": "^1.0.0",
"yoast/wp-test-utils": "^1"
},
"config": {
Expand Down
Loading

0 comments on commit b88e9ba

Please sign in to comment.