From 92af49c3e5b65abb495e08e03f4d3eae9070f222 Mon Sep 17 00:00:00 2001 From: "Gudmundur D. Haraldsson" Date: Tue, 21 May 2024 18:27:17 +0000 Subject: [PATCH 1/3] Update PHPCS and PHPUtils dependencies --- tools-init.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools-init.sh b/tools-init.sh index 82f87d56..48e6ecc2 100755 --- a/tools-init.sh +++ b/tools-init.sh @@ -10,9 +10,9 @@ set -e # https://github.com/PHPCSStandards/PHP_CodeSniffer export PHP_CODESNIFFER_REPO="PHPCSStandards/PHP_CodeSniffer" -export PHP_CODESNIFFER_VER="3.9.2" +export PHP_CODESNIFFER_VER="3.10.0" export PHP_CODESNIFFER_VER_FILE="php-codesniffer-$PHP_CODESNIFFER_VER.txt" -export PHP_CODESNIFFER_SHA1SUM="5b4b2063c6b4917fd196447a647e5b56a7023a6a" +export PHP_CODESNIFFER_SHA1SUM="9776d7108bafcda3bfb457c55cae2a6322652136" # https://github.com/WordPress/WordPress-Coding-Standards export WP_CODING_STANDARDS_REPO="WordPress/WordPress-Coding-Standards" @@ -52,9 +52,9 @@ export PHP_COMPATIBILITY_PARAGONIE_SHA1SUM="7aa800cf9b2737ad64082cb70b4b4113d8c1 # https://github.com/PHPCSStandards/PHPCSUtils export PHPCS_UTILS_REPO="PHPCSStandards/PHPCSUtils" -export PHPCS_UTILS_VER="1.0.11" +export PHPCS_UTILS_VER="1.0.12" export PHPCS_UTILS_VER_FILE="phpcs-utils-$PHPCS_UTILS_VER.txt" -export PHPCS_UTILS_SHA1SUM="5c2ef745d960b4a865f0a17a97b9f2d69e12eecd" +export PHPCS_UTILS_SHA1SUM="3877b9c263dee2b490520c58b98ad8c407d810b3" # https://github.com/PHPCSStandards/PHPCSExtra export PHPCS_EXTRA_REPO="PHPCSStandards/PHPCSExtra" From 09d04436a703cc32857b458fe1d4587abab70e90 Mon Sep 17 00:00:00 2001 From: "Gudmundur D. Haraldsson" Date: Wed, 22 May 2024 11:18:20 +0000 Subject: [PATCH 2/3] Update more utilities --- tools-init.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools-init.sh b/tools-init.sh index 48e6ecc2..42e4cb9d 100755 --- a/tools-init.sh +++ b/tools-init.sh @@ -40,15 +40,15 @@ export PHP_COMPATIBILITY_SHA1SUM="ee2b066a386664419f190ef55850a68172fd29e5" # https://github.com/phpcompatibility/phpcompatibilitywp export PHP_COMPATIBILITY_WP_REPO="phpcompatibility/phpcompatibilitywp" -export PHP_COMPATIBILITY_WP_VER="2.1.4" +export PHP_COMPATIBILITY_WP_VER="2.1.5" export PHP_COMPATIBILITY_WP_VER_FILE="php-compatibility-wp-$PHP_COMPATIBILITY_WP_VER.txt" -export PHP_COMPATIBILITY_WP_SHA1SUM="e1f90246005b6265428e6c7313cd7335a49b9ac6" +export PHP_COMPATIBILITY_WP_SHA1SUM="ed0f9717fde6dd295f2fe64b834051e13908203d" # https://github.com/phpcompatibility/phpcompatibilityparagonie export PHP_COMPATIBILITY_PARAGONIE_REPO="phpcompatibility/phpcompatibilityparagonie" -export PHP_COMPATIBILITY_PARAGONIE_VER="1.3.2" +export PHP_COMPATIBILITY_PARAGONIE_VER="1.3.3" export PHP_COMPATIBILITY_PARAGONIE_VER_FILE="php-compatibility-paragonie-$PHP_COMPATIBILITY_PARAGONIE_VER.txt" -export PHP_COMPATIBILITY_PARAGONIE_SHA1SUM="7aa800cf9b2737ad64082cb70b4b4113d8c19cdb" +export PHP_COMPATIBILITY_PARAGONIE_SHA1SUM="ce612de4aa56e6184570c69d5cabf56c29e90d30" # https://github.com/PHPCSStandards/PHPCSUtils export PHPCS_UTILS_REPO="PHPCSStandards/PHPCSUtils" From a322a16aebdcadeed3c7948774fcf2bbe9a6568a Mon Sep 17 00:00:00 2001 From: "Gudmundur D. Haraldsson" Date: Wed, 22 May 2024 12:14:46 +0000 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb5df23a..851fc1cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. ## [1.3.12](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.12) - 2024-15-05 - [#386](https://github.com/Automattic/vip-go-ci/pull/386): Update VIPCS + dependencies +- [#388](https://github.com/Automattic/vip-go-ci/pull/388): Update PHPCS, PHPUtils and PHPCompatibility dependencies ## [1.3.11](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.11) - 2023-11-02 - [#383](https://github.com/Automattic/vip-go-ci/pull/383): Temporarily roll back git requirement