From 31abc43cdef7841b59dc066a012ae8fdc61e6034 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 15:32:41 +0000 Subject: [PATCH] Bump wp-cli/wp-cli-tests from 5.2.2 to 5.2.3 Bumps [wp-cli/wp-cli-tests](https://github.com/wp-cli/wp-cli-tests) from 5.2.2 to 5.2.3. - [Release notes](https://github.com/wp-cli/wp-cli-tests/releases) - [Commits](https://github.com/wp-cli/wp-cli-tests/compare/v5.2.2...v5.2.3) --- updated-dependencies: - dependency-name: wp-cli/wp-cli-tests dependency-version: 5.2.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 229 ++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 194 insertions(+), 35 deletions(-) diff --git a/composer.lock b/composer.lock index 99d48e3e5..806f05bb6 100644 --- a/composer.lock +++ b/composer.lock @@ -3714,6 +3714,81 @@ ], "time": "2022-12-30T00:15:36+00:00" }, + { + "name": "johnbillion/wp-compat", + "version": "2.0.1", + "source": { + "type": "git", + "url": "https://github.com/johnbillion/wp-compat.git", + "reference": "b2e32bd91716a98bc6fc527c525b979652a4a567" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/johnbillion/wp-compat/zipball/b2e32bd91716a98bc6fc527c525b979652a4a567", + "reference": "b2e32bd91716a98bc6fc527c525b979652a4a567", + "shasum": "" + }, + "require": { + "php": ">= 7.2.24", + "phpstan/phpstan": "^1.12 || ^2.0", + "wp-hooks/wordpress-core": "^1.13" + }, + "require-dev": { + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", + "nikic/php-parser": "^4.18 || ^5.1", + "phpstan/phpstan-deprecation-rules": "^1.0 || ^2.0", + "phpstan/phpstan-phpunit": "^1.0 || ^2.0", + "phpstan/phpstan-strict-rules": "^1.0 || ^2.0", + "phpunit/phpunit": "^8.5 || ^9.0", + "roots/wordpress": "*", + "wp-coding-standards/wpcs": "3.4.1" + }, + "suggest": { + "phpstan/phpstan-deprecation-rules": "PHPStan rules for detecting usage of deprecated symbols", + "swissspidy/phpstan-no-private": "PHPStan rules for detecting usage of pseudo-private functions, classes, and methods", + "szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan" + }, + "type": "phpstan-extension", + "extra": { + "phpstan": { + "includes": [ + "extension.neon" + ] + }, + "wordpress-install-dir": "vendor/wordpress/wordpress" + }, + "autoload": { + "psr-4": { + "WPCompat\\PHPStan\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "John Blackbourn", + "homepage": "https://johnblackbourn.com/" + } + ], + "description": "PHPStan extension to help verify that your PHP code is compatible with a given version of WordPress", + "keywords": [ + "PHPStan", + "wordpress" + ], + "support": { + "issues": "https://github.com/johnbillion/wp-compat/issues", + "source": "https://github.com/johnbillion/wp-compat" + }, + "funding": [ + { + "url": "https://github.com/sponsors/johnbillion", + "type": "github" + } + ], + "time": "2026-08-29T17:12:02+00:00" + }, { "name": "justinrainbow/json-schema", "version": "6.10.0", @@ -5113,16 +5188,16 @@ }, { "name": "phpunit/phpunit", - "version": "8.5.53", + "version": "8.5.54", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "17cd4291b0ef645b6d21e5ddb6f497694c5e9bcd" + "reference": "416a546dfbf773a98501bc97791e00c88b89668b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/17cd4291b0ef645b6d21e5ddb6f497694c5e9bcd", - "reference": "17cd4291b0ef645b6d21e5ddb6f497694c5e9bcd", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/416a546dfbf773a98501bc97791e00c88b89668b", + "reference": "416a546dfbf773a98501bc97791e00c88b89668b", "shasum": "" }, "require": { @@ -5144,7 +5219,7 @@ "sebastian/comparator": "^3.0.7", "sebastian/diff": "^3.0.6", "sebastian/environment": "^4.2.5", - "sebastian/exporter": "^3.1.8", + "sebastian/exporter": "^3.1.9", "sebastian/global-state": "^3.0.6", "sebastian/object-enumerator": "^3.0.5", "sebastian/resource-operations": "^2.0.3", @@ -5191,7 +5266,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.53" + "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.54" }, "funding": [ { @@ -5199,7 +5274,7 @@ "type": "other" } ], - "time": "2026-07-06T14:29:25+00:00" + "time": "2026-08-11T06:06:51+00:00" }, { "name": "psr/container", @@ -6820,16 +6895,16 @@ }, { "name": "sebastian/exporter", - "version": "3.1.8", + "version": "3.1.9", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "64cfeaa341951ceb2019d7b98232399d57bb2296" + "reference": "0cd58aaf479f1e18dfef818b8b8a4ccba188e545" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/64cfeaa341951ceb2019d7b98232399d57bb2296", - "reference": "64cfeaa341951ceb2019d7b98232399d57bb2296", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/0cd58aaf479f1e18dfef818b8b8a4ccba188e545", + "reference": "0cd58aaf479f1e18dfef818b8b8a4ccba188e545", "shasum": "" }, "require": { @@ -6885,7 +6960,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/exporter/issues", - "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.8" + "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.9" }, "funding": [ { @@ -6905,7 +6980,7 @@ "type": "tidelift" } ], - "time": "2025-09-24T05:55:14+00:00" + "time": "2026-08-11T04:45:00+00:00" }, { "name": "sebastian/global-state", @@ -7097,16 +7172,16 @@ }, { "name": "sebastian/recursion-context", - "version": "3.0.3", + "version": "3.0.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "8fe7e75986a9d24b4cceae847314035df7703a5a" + "reference": "4d3432ab12baebb4da6b7ad65d92847287f593b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/8fe7e75986a9d24b4cceae847314035df7703a5a", - "reference": "8fe7e75986a9d24b4cceae847314035df7703a5a", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/4d3432ab12baebb4da6b7ad65d92847287f593b8", + "reference": "4d3432ab12baebb4da6b7ad65d92847287f593b8", "shasum": "" }, "require": { @@ -7148,7 +7223,7 @@ "homepage": "http://www.github.com/sebastianbergmann/recursion-context", "support": { "issues": "https://github.com/sebastianbergmann/recursion-context/issues", - "source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.3" + "source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.4" }, "funding": [ { @@ -7168,7 +7243,7 @@ "type": "tidelift" } ], - "time": "2025-08-10T05:25:53+00:00" + "time": "2026-08-11T05:21:46+00:00" }, { "name": "sebastian/resource-operations", @@ -8487,16 +8562,16 @@ }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.38.0", + "version": "v1.42.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "2d446c214bdbe5b71bde5011b060a05fece3ae6b" + "reference": "aa20edea75bd9c48cfecc8360922e5a6e5c44502" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/2d446c214bdbe5b71bde5011b060a05fece3ae6b", - "reference": "2d446c214bdbe5b71bde5011b060a05fece3ae6b", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/aa20edea75bd9c48cfecc8360922e5a6e5c44502", + "reference": "aa20edea75bd9c48cfecc8360922e5a6e5c44502", "shasum": "" }, "require": { @@ -8548,7 +8623,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.38.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.42.0" }, "funding": [ { @@ -8568,7 +8643,7 @@ "type": "tidelift" } ], - "time": "2026-05-25T13:48:31+00:00" + "time": "2026-08-07T06:33:24+00:00" }, { "name": "symfony/polyfill-mbstring", @@ -9651,21 +9726,22 @@ }, { "name": "wp-cli/wp-cli-tests", - "version": "v5.2.2", + "version": "v5.2.3", "source": { "type": "git", "url": "https://github.com/wp-cli/wp-cli-tests.git", - "reference": "b02c72dfa273b064a47807c9355d3b28a5c306d4" + "reference": "d11deccf9c4b2b04e34182e920031cfebf269e00" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/wp-cli-tests/zipball/b02c72dfa273b064a47807c9355d3b28a5c306d4", - "reference": "b02c72dfa273b064a47807c9355d3b28a5c306d4", + "url": "https://api.github.com/repos/wp-cli/wp-cli-tests/zipball/d11deccf9c4b2b04e34182e920031cfebf269e00", + "reference": "d11deccf9c4b2b04e34182e920031cfebf269e00", "shasum": "" }, "require": { "behat/behat": "^v3.15.0", "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || ^0.5 || ^0.6.2 || ^0.7.1 || ^1.0.0", + "johnbillion/wp-compat": "^2.0", "php": ">=7.2.24", "php-parallel-lint/php-console-highlighter": "^1.0", "php-parallel-lint/php-parallel-lint": "^1.3.1", @@ -9740,7 +9816,7 @@ "issues": "https://github.com/wp-cli/wp-cli-tests/issues", "source": "https://github.com/wp-cli/wp-cli-tests" }, - "time": "2026-08-04T15:58:45+00:00" + "time": "2026-08-25T08:41:09+00:00" }, { "name": "wp-coding-standards/wpcs", @@ -9748,12 +9824,12 @@ "source": { "type": "git", "url": "https://github.com/WordPress/WordPress-Coding-Standards.git", - "reference": "65a13501ddba76e75d317315d567c6fe4dae1f26" + "reference": "f72bcdfc4da28526a6e753bcecfaeff8a80a6d00" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/65a13501ddba76e75d317315d567c6fe4dae1f26", - "reference": "65a13501ddba76e75d317315d567c6fe4dae1f26", + "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/f72bcdfc4da28526a6e753bcecfaeff8a80a6d00", + "reference": "f72bcdfc4da28526a6e753bcecfaeff8a80a6d00", "shasum": "" }, "require": { @@ -9764,7 +9840,7 @@ "php": ">=7.2", "phpcsstandards/phpcsextra": "^1.5.1", "phpcsstandards/phpcsutils": "^1.2.3", - "squizlabs/php_codesniffer": "^3.13.5" + "squizlabs/php_codesniffer": "^3.13.6" }, "require-dev": { "php-parallel-lint/php-console-highlighter": "^1.0.0", @@ -9807,7 +9883,90 @@ "type": "custom" } ], - "time": "2026-08-04T07:41:29+00:00" + "time": "2026-08-20T23:19:15+00:00" + }, + { + "name": "wp-hooks/wordpress-core", + "version": "1.13.0", + "source": { + "type": "git", + "url": "https://github.com/wp-hooks/wordpress-core-hooks.git", + "reference": "6bb3f47ccf1b58415ad8fbcd73ef404cae9cb187" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wp-hooks/wordpress-core-hooks/zipball/6bb3f47ccf1b58415ad8fbcd73ef404cae9cb187", + "reference": "6bb3f47ccf1b58415ad8fbcd73ef404cae9cb187", + "shasum": "" + }, + "replace": { + "johnbillion/wp-hooks": "*" + }, + "require-dev": { + "erusev/parsedown": "1.8.0-beta-7", + "oomphinc/composer-installers-extender": "^2", + "roots/wordpress-core-installer": "^1.0.0", + "roots/wordpress-full": "7.1", + "wp-hooks/generator": "1.0.0" + }, + "type": "library", + "extra": { + "wp-hooks": { + "ignore-files": [ + "wp-admin/includes/deprecated.php", + "wp-admin/includes/ms-deprecated.php", + "wp-content/", + "wp-includes/build/pages/", + "wp-includes/deprecated.php", + "wp-includes/ID3/", + "wp-includes/ms-deprecated.php", + "wp-includes/pomo/", + "wp-includes/random_compat/", + "wp-includes/Requests/", + "wp-includes/SimplePie/", + "wp-includes/sodium_compat/", + "wp-includes/Text/" + ], + "ignore-hooks": [ + "load-categories.php", + "load-edit-link-categories.php", + "load-edit-tags.php", + "load-page-new.php", + "load-page.php", + "option_enable_xmlrpc", + "edit_post_{$field}", + "pre_post_{$field}", + "post_{$field}", + "pre_option_enable_xmlrpc", + "$page_hook", + "$hook", + "$hook_name" + ] + }, + "wordpress-install-dir": "vendor/wordpress/wordpress" + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-3.0-or-later" + ], + "authors": [ + { + "name": "John Blackbourn", + "homepage": "https://johnblackbourn.com/" + } + ], + "description": "All the actions and filters from WordPress core in machine-readable JSON format.", + "support": { + "issues": "https://github.com/wp-hooks/wordpress-core-hooks/issues", + "source": "https://github.com/wp-hooks/wordpress-core-hooks/tree/1.13.0" + }, + "funding": [ + { + "url": "https://github.com/sponsors/johnbillion", + "type": "github" + } + ], + "time": "2026-08-20T19:54:29+00:00" }, { "name": "yoast/phpunit-polyfills",