Skip to content

Commit

Permalink
Bump friendsofphp/php-cs-fixer from 3.35.1 to 3.38.2 (#140)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Markus Staab <[email protected]>
  • Loading branch information
dependabot[bot] and staabm authored Nov 16, 2023
1 parent ebe6770 commit 377ff0a
Show file tree
Hide file tree
Showing 33 changed files with 609 additions and 215 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"require": {
"php": ">=7.4",
"rector/rector": "0.18.8",
"friendsofphp/php-cs-fixer": "3.35.1",
"friendsofphp/php-cs-fixer": "3.38.2",
"redaxo/php-cs-fixer-config": "^1.0"
},
"config": {
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,17 +229,17 @@
},
{
"name": "friendsofphp/php-cs-fixer",
"version": "v3.35.1",
"version_normalized": "3.35.1.0",
"version": "v3.38.2",
"version_normalized": "3.38.2.0",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
"reference": "ec1ccc264994b6764882669973ca435cf05bab08"
"reference": "d872cdd543797ade030aaa307c0a4954a712e081"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/ec1ccc264994b6764882669973ca435cf05bab08",
"reference": "ec1ccc264994b6764882669973ca435cf05bab08",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/d872cdd543797ade030aaa307c0a4954a712e081",
"reference": "d872cdd543797ade030aaa307c0a4954a712e081",
"shasum": ""
},
"require": {
Expand Down Expand Up @@ -279,7 +279,7 @@
"ext-dom": "For handling output formats in XML",
"ext-mbstring": "For handling non-UTF8 characters."
},
"time": "2023-10-12T13:47:26+00:00",
"time": "2023-11-14T00:19:22+00:00",
"bin": [
"php-cs-fixer"
],
Expand Down Expand Up @@ -313,7 +313,7 @@
],
"support": {
"issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.35.1"
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.38.2"
},
"funding": [
{
Expand Down
10 changes: 5 additions & 5 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => '__root__',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '75110b2ab6385d5b41dbec2cd0751690b951c966',
'reference' => '380bddae5f63eb2071f51663139e56706b83ded9',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -13,7 +13,7 @@
'__root__' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '75110b2ab6385d5b41dbec2cd0751690b951c966',
'reference' => '380bddae5f63eb2071f51663139e56706b83ded9',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down Expand Up @@ -47,9 +47,9 @@
'dev_requirement' => false,
),
'friendsofphp/php-cs-fixer' => array(
'pretty_version' => 'v3.35.1',
'version' => '3.35.1.0',
'reference' => 'ec1ccc264994b6764882669973ca435cf05bab08',
'pretty_version' => 'v3.38.2',
'version' => '3.38.2.0',
'reference' => 'd872cdd543797ade030aaa307c0a4954a712e081',
'type' => 'application',
'install_path' => __DIR__ . '/../friendsofphp/php-cs-fixer',
'aliases' => array(),
Expand Down
66 changes: 66 additions & 0 deletions vendor/friendsofphp/php-cs-fixer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,72 @@ CHANGELOG for PHP CS Fixer

This file contains changelogs for stable releases only.

Changelog for v3.38.2
---------------------

* docs: fix 'Could not lex literal_block as "php". Highlighting skipped.' (#7433)
* docs: small unification between FixerDocumentGenerator and ListDocumentGenerator (#7435)
* docs: unify ../ <> ./../ (#7434)

Changelog for v3.38.1
---------------------

* chore: ListSetsCommand::execute - add missing return type (#7432)
* chore: PHPStan - add counter to dataProvider exception, so we do not increase the tech debt on it (#7425)
* CI: Use `actions/checkout` v4 (#7423)
* fix: ClassAttributesSeparationFixer - handle Disjunctive Normal Form types parentheses (#7428)
* fix: Remove all variable names in `@var` callable signature (#7429)
* fix: Satisfy `composer normalize` (#7424)

Changelog for v3.38.0
---------------------

* chore: upgrade phpstan (#7421)
* CI: add curl and mbstring to build php (#7409)
* CI: cache dev-tools/bin (#7416)
* CI: Composer - move prefer-stable to file config (#7406)
* CI: conditionally install flex (#7412)
* CI: dev-tools/build.sh - no need to repeat 'prefer-stable', but let's use '--no-scripts' (#7408)
* CI: Do not run post-autoload-dump on Composer install (#7403)
* CI: general restructure (#7407)
* CI: GitHub Actions - use actions/cache for Composer in composite action (#7415)
* CI: Improve QA process - suplement (#7411)
* CI: prevent Infection plugins during build time, as we do not use it (#7422)
* CI: simplify setup-php config (#7404)
* DX: Do not mark as stale issues/PRs with milestone assigned (#7398)
* DX: Improve QA process (#7366)
* feat: phpDoc to property/return/param Fixer - allow fixing mixed on PHP >= 8 (#6356)
* feat: phpDoc to property/return/param Fixer - allow fixing union types on PHP >= 8 (#6359)
* feat: Support for array destructuring in `array_indentation` (#7405)
* feat: `@Symfony` - keep Annotation,NamedArgumentConstructor,Target annotations as single group (#7399)
* fix(SelfAccessorFixer): do not touch references inside lambda and/or arrow function (#7349)
* fix: long_to_shorthand_operator - mark as risky fixer (#7418)
* fix: OrderedImportsFixer - handle non-grouped list of const/function imports (#7397)

Changelog for v3.37.1
---------------------

* docs: config file - provide better examples (#7396)
* docs: config file - provide better link to Finder docs (#6992)

Changelog for v3.37.0
---------------------

* feat: add parallel cache support (#7131)

Changelog for v3.36.0
---------------------

* chore: disable `infection-installer` plugin, as we do not use `infection/*` yet (#7391)
* chore: Run dev-tools on PHP 8.2 (#7389)
* CI: Run Symfony 6 compat check on PHP 8.1 (#7383)
* CI: use fast-linter when calculating code coverage (#7390)
* docs: extend example for nullable_type_declaration (#7381)
* DX: FixerFactoryTest - make assertion failing msg more descriptive (#7387)
* feat: PhpdocSummaryFixer - support lists in description (#7385)
* feat: PSR12 - configure unary_operator_spaces (#7388)
* feat: StatementIndentationFixer - support comment for continuous control statement (#7384)

Changelog for v3.35.1
---------------------

Expand Down
39 changes: 31 additions & 8 deletions vendor/friendsofphp/php-cs-fixer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,20 @@
],
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
"ergebnis/composer-normalize": true,
"infection/extension-installer": false
},
"prefer-stable": true,
"sort-packages": true
},
"scripts": {
"post-autoload-dump": [
"@install-tools"
],
"auto-review": [
"Composer\\Config::disableProcessTimeout",
"paraunit run --testsuite auto-review"
],
"cs:check": "@php php-cs-fixer check --diff",
"cs:fix": "@php php-cs-fixer fix",
"cs:fix:parallel": "echo '🔍 Will run in batches of 50 files.'; if [[ -f .php-cs-fixer.php ]]; then FIXER_CONFIG=.php-cs-fixer.php; else FIXER_CONFIG=.php-cs-fixer.dist.php; fi; php php-cs-fixer list-files --config=$FIXER_CONFIG | xargs -n 50 -P 8 php php-cs-fixer fix --config=$FIXER_CONFIG --path-mode intersection 2> /dev/null",
Expand All @@ -96,7 +102,7 @@
"Composer\\Config::disableProcessTimeout",
"@install-tools --quiet",
"@self-check",
"@sa",
"@static-analysis",
"@test"
],
"require-checker": "@php dev-tools/vendor/bin/composer-require-checker check composer.json --config-file .composer-require-checker.json",
Expand All @@ -105,7 +111,8 @@
"./dev-tools/check_file_permissions.sh",
"./dev-tools/check_trailing_spaces.sh",
"@normalize",
"@require-checker"
"@require-checker",
"@auto-review"
],
"static-analysis": [
"@cs:check",
Expand All @@ -114,15 +121,28 @@
],
"test": "@test:all",
"test:all": [
"Composer\\Config::disableProcessTimeout",
"paraunit run --testsuite all"
"@test:unit",
"@test:integration"
],
"test:coverage": [
"Composer\\Config::disableProcessTimeout",
"paraunit run --testsuite coverage"
"paraunit coverage --testsuite unit --exclude-group covers-nothing"
],
"test:integration": [
"Composer\\Config::disableProcessTimeout",
"paraunit run --testsuite integration"
],
"test:smoke": [
"Composer\\Config::disableProcessTimeout",
"paraunit run --testsuite smoke"
],
"test:unit": [
"Composer\\Config::disableProcessTimeout",
"paraunit run --testsuite unit"
]
},
"scripts-descriptions": {
"auto-review": "Execute Auto-review",
"cs:check": "Check coding standards",
"cs:fix": "Fix coding standards",
"cs:fix:parallel": "Fix coding standards in naive parallel mode (using xargs)",
Expand All @@ -140,7 +160,10 @@
"self-check": "Run set of self-checks ensuring repository's validity",
"static-analysis": "Run static analysis",
"test": "Alias for 'test:all'",
"test:all": "Run all tests",
"test:coverage": "Run tool-related tests"
"test:all": "Run Unit and Integration tests (but *NOT* Smoke tests)",
"test:coverage": "Run tests that provide code coverage",
"test:integration": "Run Integration tests",
"test:smoke": "Run Smoke tests",
"test:unit": "Run Unit tests"
}
}
Loading

0 comments on commit 377ff0a

Please sign in to comment.