Update phpcs-changed to version 2.11.1 (#38756)

* bump version

* composer lock file update

* changelog
This commit is contained in:
Paul Sealock 2023-06-21 14:09:28 +12:00 committed by GitHub
parent 79b52d2a5f
commit ec9f489dd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 13 deletions

View File

@ -43,7 +43,7 @@ runs:
with:
php-version: ${{ inputs.php-version }}
coverage: none
tools: phpcs, sirbrillig/phpcs-changed:2.10.2
tools: phpcs, sirbrillig/phpcs-changed:2.11.1
- name: Cache Composer Dependencies
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8

View File

@ -1,7 +1,7 @@
{
"require-dev": {
"woocommerce/woocommerce-sniffs": "^0.1.3",
"sirbrillig/phpcs-changed": "^2.10.2"
"sirbrillig/phpcs-changed": "^2.11.1"
},
"config": {
"platform": {

View File

@ -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": "29a05e32698301ded5eeb893b4c22b90",
"content-hash": "9d6e48e1fc463e0a52cd9a1c5f815571",
"packages": [],
"packages-dev": [
{
@ -258,16 +258,16 @@
},
{
"name": "sirbrillig/phpcs-changed",
"version": "v2.10.2",
"version": "v2.11.1",
"source": {
"type": "git",
"url": "https://github.com/sirbrillig/phpcs-changed.git",
"reference": "ba0432bc86ffdc31a6946117be6c2419b7e3e16d"
"reference": "ebff6bebc105b674f671bb79e3a50c6a24bc0bb7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sirbrillig/phpcs-changed/zipball/ba0432bc86ffdc31a6946117be6c2419b7e3e16d",
"reference": "ba0432bc86ffdc31a6946117be6c2419b7e3e16d",
"url": "https://api.github.com/repos/sirbrillig/phpcs-changed/zipball/ebff6bebc105b674f671bb79e3a50c6a24bc0bb7",
"reference": "ebff6bebc105b674f671bb79e3a50c6a24bc0bb7",
"shasum": ""
},
"require": {
@ -275,10 +275,10 @@
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"phpstan/phpstan": "1.4.10 || ^1.7",
"phpunit/phpunit": "^6.4 || ^9.5",
"sirbrillig/phpcs-variable-analysis": "^2.1.3",
"squizlabs/php_codesniffer": "^3.2.1"
"squizlabs/php_codesniffer": "^3.2.1",
"vimeo/psalm": "^0.2 || ^0.3 || ^1.1 || ^4.24 || ^5.0@beta"
},
"bin": [
"bin/phpcs-changed"
@ -287,8 +287,6 @@
"autoload": {
"files": [
"PhpcsChanged/Cli.php",
"PhpcsChanged/SvnWorkflow.php",
"PhpcsChanged/GitWorkflow.php",
"PhpcsChanged/functions.php"
],
"psr-4": {
@ -308,9 +306,9 @@
"description": "Run phpcs on files, but only report warnings/errors from lines which were changed.",
"support": {
"issues": "https://github.com/sirbrillig/phpcs-changed/issues",
"source": "https://github.com/sirbrillig/phpcs-changed/tree/v2.10.2"
"source": "https://github.com/sirbrillig/phpcs-changed/tree/v2.11.1"
},
"time": "2023-03-25T15:10:31+00:00"
"time": "2023-06-16T02:31:57+00:00"
},
{
"name": "squizlabs/php_codesniffer",

View File

@ -0,0 +1,5 @@
Significance: patch
Type: update
Comment: phpcs-changed dependency version update