From fccd9c4d766f679e6fcc8104397032505284988b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 14:33:49 -0800 Subject: [PATCH] Bump pantheon-systems/wpunit-helpers from 1.0.1 to 2.0.0 (#457) * Bump pantheon-systems/wpunit-helpers from 1.0.1 to 2.0.0 Bumps [pantheon-systems/wpunit-helpers](https://github.com/pantheon-systems/wpunit-helpers) from 1.0.1 to 2.0.0. - [Release notes](https://github.com/pantheon-systems/wpunit-helpers/releases) - [Commits](https://github.com/pantheon-systems/wpunit-helpers/compare/v1.0.1...v2.0.0) --- updated-dependencies: - dependency-name: pantheon-systems/wpunit-helpers dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Tests require WP-CLI --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Phil Tyler --- .github/workflows/lint-test.yml | 2 ++ composer.json | 2 +- composer.lock | 16 ++++++++-------- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index f556ac9..f376330 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -83,6 +83,8 @@ jobs: path: ~/vendor key: test-dependencies-{{ checksum "composer.json" }} restore-keys: test-dependencies-{{ checksum "composer.json" }} + - name: Setup WP-CLI + uses: godaddy-wordpress/setup-wp-cli@1 - name: Install dependencies run: | if [ ${{ matrix.php_version }} = "7.4" ]; then diff --git a/composer.json b/composer.json index aefb6e5..15e6642 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "pantheon-systems/pantheon-wordpress-upstream-tests": "dev-master", "phpunit/phpunit": "^9", "yoast/phpunit-polyfills": "^2.0", - "pantheon-systems/wpunit-helpers": "^1.0" + "pantheon-systems/wpunit-helpers": "^2.0" }, "scripts": { "lint": [ diff --git a/composer.lock b/composer.lock index 8aa57b5..5ba9150 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "fb804dfcc08ed8258ad202b46dbc1d62", + "content-hash": "9852be5ffa4bd54669cf9301c3dd7df6", "packages": [], "packages-dev": [ { @@ -1264,16 +1264,16 @@ }, { "name": "pantheon-systems/wpunit-helpers", - "version": "v1.0.1", + "version": "v2.0.0", "source": { "type": "git", "url": "https://github.com/pantheon-systems/wpunit-helpers.git", - "reference": "683c9eb83a76c5229a40eef2ec1b19162f162a50" + "reference": "8f77f209060fbb9178952d0265f53af0ed2517df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pantheon-systems/wpunit-helpers/zipball/683c9eb83a76c5229a40eef2ec1b19162f162a50", - "reference": "683c9eb83a76c5229a40eef2ec1b19162f162a50", + "url": "https://api.github.com/repos/pantheon-systems/wpunit-helpers/zipball/8f77f209060fbb9178952d0265f53af0ed2517df", + "reference": "8f77f209060fbb9178952d0265f53af0ed2517df", "shasum": "" }, "require": { @@ -1303,10 +1303,10 @@ ], "description": "Unified scripts for installing and running automated WP Unit Tests.", "support": { - "issues": "https://github.com/pantheon-systems/Pantheon-WP-Coding-Standards/issues", - "source": "https://github.com/pantheon-systems/Pantheon-WP-Coding-Standards/tree/2.0.1" + "issues": "https://github.com/pantheon-systems/wpunit-helpers/issues", + "source": "https://github.com/pantheon-systems/wpunit-helpers/tree/v2.0.0" }, - "time": "2023-12-12T16:18:18+00:00" + "time": "2024-02-13T21:19:22+00:00" }, { "name": "phar-io/manifest",