From 300abf093b1723373e92db52c1283878d344b4d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 15:32:38 +0000 Subject: [PATCH] Bump wp-cli/wp-cli-tests from 5.2.3 to 5.3.0 Bumps [wp-cli/wp-cli-tests](https://github.com/wp-cli/wp-cli-tests) from 5.2.3 to 5.3.0. - [Release notes](https://github.com/wp-cli/wp-cli-tests/releases) - [Commits](https://github.com/wp-cli/wp-cli-tests/compare/v5.2.3...v5.3.0) --- updated-dependencies: - dependency-name: wp-cli/wp-cli-tests dependency-version: 5.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 806f05bb6..dcacdd768 100644 --- a/composer.lock +++ b/composer.lock @@ -2756,7 +2756,7 @@ "issues": "https://github.com/wp-cli/wp-cli/issues", "source": "https://github.com/wp-cli/wp-cli" }, - "time": "2026-09-01T10:52:52+00:00" + "time": "2026-09-03T09:30:48+00:00" }, { "name": "wp-cli/wp-config-transformer", @@ -9726,21 +9726,22 @@ }, { "name": "wp-cli/wp-cli-tests", - "version": "v5.2.3", + "version": "v5.3.0", "source": { "type": "git", "url": "https://github.com/wp-cli/wp-cli-tests.git", - "reference": "d11deccf9c4b2b04e34182e920031cfebf269e00" + "reference": "94ec63b587d4955ea0a305c586302d07a4ae11ec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/wp-cli-tests/zipball/d11deccf9c4b2b04e34182e920031cfebf269e00", - "reference": "d11deccf9c4b2b04e34182e920031cfebf269e00", + "url": "https://api.github.com/repos/wp-cli/wp-cli-tests/zipball/94ec63b587d4955ea0a305c586302d07a4ae11ec", + "reference": "94ec63b587d4955ea0a305c586302d07a4ae11ec", "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", + "ext-tokenizer": "*", "johnbillion/wp-compat": "^2.0", "php": ">=7.2.24", "php-parallel-lint/php-console-highlighter": "^1.0", @@ -9768,6 +9769,7 @@ "bin/install-package-tests", "bin/rerun-behat-tests", "bin/run-behat-tests", + "bin/run-gherkin-lint-tests", "bin/run-linter-tests", "bin/run-php-unit-tests", "bin/run-phpcs-tests", @@ -9816,7 +9818,7 @@ "issues": "https://github.com/wp-cli/wp-cli-tests/issues", "source": "https://github.com/wp-cli/wp-cli-tests" }, - "time": "2026-08-25T08:41:09+00:00" + "time": "2026-08-27T07:07:17+00:00" }, { "name": "wp-coding-standards/wpcs",