Skip to content

chore(deps): update dependency friendsofphp/php-cs-fixer to v3.75.0#6914

Merged
renovate[bot] merged 2 commits intodevelfrom
renovate/friendsofphp-php-cs-fixer-3.x
Apr 12, 2025
Merged

chore(deps): update dependency friendsofphp/php-cs-fixer to v3.75.0#6914
renovate[bot] merged 2 commits intodevelfrom
renovate/friendsofphp-php-cs-fixer-3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 23, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
friendsofphp/php-cs-fixer 3.69.1 -> 3.75.0 age adoption passing confidence

Release Notes

PHP-CS-Fixer/PHP-CS-Fixer (friendsofphp/php-cs-fixer)

v3.75.0

Compare Source

v3.74.0

Compare Source

  • feat: add --format=@​auto (#​8513)
  • fix: BracesPositionFixer - do not create two consecutive whitespace tokens (#​8496)
  • fix: MbStrFunctionsFixer - fix imports with leading backslash (#​8507)
  • fix: NoUnreachableDefaultArgumentValueFixer - do not crash on property hook (#​8512)
  • fix: OrderedImportsFixer - do not take the braces part in grouped imports into account (#​8459)
  • fix: OrderedImportsFixer - fix syntax error with grouped use statement and multiple use with comma (#​8483)
  • fix: PhpUnitAttributesFixer - handle parentheses after data provider method name (#​8510)
  • fix: PhpUnitMethodCasingFixer - do not touch anonymous class (#​8463)
  • chore: make options that have default and allowed sets the same size the same array (#​8529)
  • chore: update return type of FixerOptionInterface::getAllowedValues (#​8530)
  • chore: Preg - improve types (#​8527)
  • CI: fix code coverage job (#​8520)
  • CI: try MacOS job without ParaUnit (#​8528)
  • deps: update PHPStan (#​8531)
  • deps: upgrade PHPStan/* (#​8524)

v3.73.1

Compare Source

  • fix: OrderedClassElementsFixer - do not crash on property hook (#​8517)

v3.73.0

Compare Source

  • feat: add support for asymmetric visibility to Doctrine's fixers (#​8415)
  • fix: GeneralPhpdocTagRenameFixer - do not rename keys in array shape definition (#​8477)
  • fix: MethodArgumentSpaceFixer - handle when nested in HTML (#​8503)
  • chore: update checkbashisms to 2.25.5 (#​8519)
  • DX: cleanup NoExtraBlankLinesFixerTest (#​8505)
  • DX: for duplicated test methods check methods without parameters (#​8508)
  • DX: remove more duplicated test methods (#​8506)
  • refactor: Tokenizer hash metode using xxHash (#​8491)
  • refactor: TokensAnalyzerTest - better test isArray and isArrayMultiLine (#​8504)
  • test: run code coverage on PHP 8.4 (#​8448)

v3.72.0

Compare Source

  • feat: StatementIndentationFixer - handle property hooks (#​8492)
  • fix: MbStrFunctionsFixer - fix imports (#​8474)
  • fix: TrailingCommaInMultilineFixer - handle empty match body (#​8480)
  • fix: VisibilityRequiredFixer - handle property hooks (#​8495)
  • deps: upgrade few dev-deps (#​8490)
  • deps: Upgrade PHPStan to 2.1.8 (#​8489)
  • DX: add trailing comma to multiline auto-generated types (#​8499)
  • refactor: generalize CodeHasher into Hasher (#​8500)
  • refactor: Runner - unify paths used when using parallel runner (#​8488)
  • refactor: use Hasher instead of md5 directly (#​8501)

v3.71.0

Compare Source

  • feat: OrderedImportsFixer - deprecate length sorting algorithm (#​8473)
  • fix: BinaryOperatorSpacesFixer - do not break alignment of UTF-8 array keys (#​8484)
  • fix: PhpdocAlignFixer - align correctly type with UTF8 characters (#​8486)
  • fix: SingleSpaceAroundConstructFixer - handle alternative syntax (#​8317)
  • fix: StatementIndentationFixer - return in braceless if (#​8479)
  • chore: update type in SingleSpaceAroundConstructFixerTest::provideFixWithElseIfCases (#​8481)
  • chore: update type in SingleSpaceAroundConstructFixerTest::provideFixWithIfCases (#​8482)
  • deps: bump phpstan/phpstan from 2.1.6 to 2.1.7 in /dev-tools in the phpstan group (#​8485)
  • DX: cleanup PhpdocNoAliasTagFixerTest (#​8476)
  • refactor: add FullyQualifiedNameAnalyzer (#​8048)
  • refactor: codeHash - update when it's (re-)generated (#​8470)
  • refactor: SwitchAnalyzer - improve performance (#​8407)
  • test: NameQualifiedTransformerTest - correct test case (#​8471)

v3.70.2

Compare Source

  • deps: upgrade deep dev-tools deps (#​8472)
  • fix: MbStrFunctionsFixer must run before NativeFunctionInvocationFixer (#​8466)
  • fix: MethodArgumentSpaceFixer - fix nested calls for ensure_fully_multiline option (#​8469)

v3.70.1

Compare Source

  • fix: PhpUnitSizeClassFixer must run before PhpUnitAttributesFixer (#​8457)
  • DX: cleanup OrderedImportsFixerTest (#​8458)

v3.70.0

Compare Source

  • feat: Add PhpUnitDataProviderMethodOrderFixer fixer (#​8225)
  • feat: HeaderCommentFixer - allow validators (#​8452)
  • feat: PhpCsFixer ruleset: use operator_linebreak rule for all operators (#​8417)
  • feat: PhpUnitMethodCasingFixer to support PHPUnit's Test attribute (#​8451)
  • feat: TypeDeclarationSpacesFixer - Fix whitespace between const type and const name (#​8442)
  • chore: extend bug report template (#​8447)
  • chore: extend bug report template - more installation options (#​8450)
  • CI: phpstan-symfony - add entry point for console (#​8292)
  • deps: bump alpine from 3.21.2 to 3.21.3 (#​8454)
  • deps: bump phpstan/phpstan from 2.1.5 to 2.1.6 in /dev-tools in the phpstan group (#​8453)
  • fix: CommentsAnalyzer - allow other forms of assignment as valid structural elements for PHPDocs (#​8371)
  • fix: PhpUnitTestClassRequiresCoversFixer must run before PhpUnitAttributesFixer (#​8444)
  • test: fix CheckCommandTest::testDryRunModeIsUnavailable to correctly check that option --dry-run is unavailable (#​8438)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Feb 23, 2025
@renovate renovate bot enabled auto-merge February 23, 2025 02:37
@renovate
Copy link
Contributor Author

renovate bot commented Feb 23, 2025

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-3.x branch 2 times, most recently from c69b429 to 450f3c3 Compare February 25, 2025 12:57
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-3.x branch from 450f3c3 to 0b3bd06 Compare March 2, 2025 02:52
@renovate renovate bot changed the title chore(deps): update dependency friendsofphp/php-cs-fixer to v3.70.0 chore(deps): update dependency friendsofphp/php-cs-fixer to v3.70.1 Mar 2, 2025
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-3.x branch 2 times, most recently from 700df41 to 355afa5 Compare March 3, 2025 18:33
@renovate renovate bot changed the title chore(deps): update dependency friendsofphp/php-cs-fixer to v3.70.1 chore(deps): update dependency friendsofphp/php-cs-fixer to v3.70.2 Mar 3, 2025
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-3.x branch 7 times, most recently from 64cdd6d to 1233070 Compare March 7, 2025 23:19
@renovate renovate bot changed the title chore(deps): update dependency friendsofphp/php-cs-fixer to v3.70.2 chore(deps): update dependency friendsofphp/php-cs-fixer to v3.71.0 Mar 7, 2025
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-3.x branch 4 times, most recently from 555d3a6 to 447774a Compare March 13, 2025 13:36
@renovate renovate bot changed the title chore(deps): update dependency friendsofphp/php-cs-fixer to v3.71.0 chore(deps): update dependency friendsofphp/php-cs-fixer to v3.72.0 Mar 13, 2025
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-3.x branch 5 times, most recently from 60156b1 to 03feb4f Compare March 20, 2025 02:33
@renovate renovate bot changed the title chore(deps): update dependency friendsofphp/php-cs-fixer to v3.72.0 chore(deps): update dependency friendsofphp/php-cs-fixer to v3.73.1 Mar 20, 2025
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-3.x branch 8 times, most recently from 1a3fd43 to fd84a20 Compare March 27, 2025 22:22
@renovate renovate bot changed the title chore(deps): update dependency friendsofphp/php-cs-fixer to v3.73.1 chore(deps): update dependency friendsofphp/php-cs-fixer to v3.74.0 Mar 28, 2025
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-3.x branch 5 times, most recently from fbd474f to a30e6e5 Compare March 31, 2025 19:32
@renovate renovate bot changed the title chore(deps): update dependency friendsofphp/php-cs-fixer to v3.74.0 chore(deps): update dependency friendsofphp/php-cs-fixer to v3.75.0 Mar 31, 2025
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-3.x branch 3 times, most recently from 871de8c to b85d0e7 Compare April 8, 2025 21:55
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-3.x branch from b85d0e7 to dc1c1ef Compare April 11, 2025 20:07
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-3.x branch from dc1c1ef to 6f680e9 Compare April 11, 2025 20:30
@renovate renovate bot added this pull request to the merge queue Apr 12, 2025
Merged via the queue into devel with commit 209f120 Apr 12, 2025
55 checks passed
@renovate renovate bot deleted the renovate/friendsofphp-php-cs-fixer-3.x branch April 12, 2025 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant