Skip to content

Comments

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

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 7, 2025

This PR contains the following updates:

Package Change Age Confidence
friendsofphp/php-cs-fixer 3.77.0 -> 3.84.0 age confidence

Release Notes

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

v3.84.0

Compare Source

  • feat: Introduce NoUselessPrintfFixer (#​8820)
  • feat: CastSpacesFixer - support (void) cast (#​8851)
  • feat: NewExpressionParenthesesFixer - add to PHP84MigrationSet (#​8788)
  • feat: VisibilityRequiredFixer - support final promoted properties (#​8835)
  • fix: PhpdocToParamTypeFixer - do not convert types from phpstan-type, phpstan-import-type, psalm-type and psalm-import-type (#​8842)
  • fix: PhpdocToPropertyTypeFixer - do not convert types from phpstan-type, phpstan-import-type, psalm-type and psalm-import-type (#​8847)
  • fix: PhpdocToReturnTypeFixer - do not convert types from phpstan-type, phpstan-import-type, psalm-type and psalm-import-type (#​8846)
  • chore: introduce FCT for few missing tokens (#​8845)
  • chore: remove useless static variables for const content (#​8836)
  • chore: simplify isGivenKind/equals/equalsAll calls (#​8843)
  • docs: Support for new PHP version (#​8780)

v3.83.0

Compare Source

  • feat: Suppress enable parallel runner message when only 1 core is available (#​8833)
  • fix: BracesPositionFixer - fix performance issue for massive files with CT::T_CURLY_CLOSE (#​8830)
  • fix: NoUnreachableDefaultArgumentValueFixer - do not crash on property hook (#​8838)
  • chore: Add CS commit to .git-blame-ignore-revs
  • chore: apply native_constant_invocation for build-in consts (#​8837)
  • chore: configure native_constant_invocation (#​8840)
  • chore: early compat check with Symfony 8 (#​8827)
  • chore: FullyQualifiedStrictTypesFixer - reduce function calls (#​8834)
  • CI: mark jobs allow-to-fail declarative, instead of imperative check (#​8829)

v3.82.2

Compare Source

  • fix: ClassAttributesSeparationFixer - handle method get aliased in trait import (#​8822)
  • fix: LowercaseStaticReferenceFixer - do not touch enum's cases (#​8824)
  • fix: StatementIndentationFixer - multi constant statement containing array (#​8825)
  • fix: VisibilityRequiredFixer - handle promoted property with visibility and reference, but without type (#​8823)

v3.82.1

Compare Source

  • fix: OrderedClassElementsFixer - handle property hooks (#​8817)
  • fix: SingleClassElementPerStatementFixer - fix for property hooks (#​8816)

v3.82.0

Compare Source

  • chore: cleanup FCTTest (#​8808)
  • chore: PhpdocOrderFixer.php - CPU optimization (#​8812)
  • deps: update box (#​8795)
  • docs: fix whitespace around code examples and reference sections in rules' docs (#​8810)
  • feat: MagicConstantCasingFixer - support __PROPERTY__ (#​8809)
  • feat: PhpUnitDataProviderNameFixer - support data providers defined by both annotation and attribute for the same test (#​8811)
  • fix: PhpdocToParamTypeFixer - always handle reference in PHPDoc (#​8813)

v3.81.0

Compare Source

  • feat: VisibilityRequiredFixer - handle more than only the first promoted property (#​8801)
  • fix: BracesPositionFixer - do not crash when variable is terminated by PHP close tag (#​8804)
  • fix: PhpUnitDataProviderMethodOrderFixer - handle data provider defined by both annotation and attribute (#​8805)
  • fix: PhpUnitInternalClassFixer - skip adding @internal on instantiation of anonymous classes (#​8807)
  • fix: VisibilityRequiredFixer - handle promoted parameter passed by reference (#​8799)
  • chore: add automatically to milestone "PHP 8.5 initial compatibility" if label is "topic/PHP8.5" (#​8806)
  • chore: fail "Deployment checks" if any job from tests failed (#​8792)
  • docs: update docs about --allow-unsupported-php-version (#​8796)

v3.80.0

Compare Source

  • feat: PHP 8.4 compatibility support (#​8300)

v3.79.0

Compare Source

  • chore: VisibilityRequiredFixerTest - run tests in correct PHP version (#​8790)
  • feat: BracesPositionFixer - do not touch one-line properties with hooks (#​8785)
  • feat: PhpUnitDataProvider(.+)Fixer - support attributes (#​8197)

v3.78.1

Compare Source

  • fix: VisibilityRequiredFixer - do not add public incorrectly (#​8787)

v3.78.0

Compare Source

  • chore: VisibilityRequiredFixer - document behaviour for asymmetric visibility with only set-visibility (#​8783)
  • feat: BracesPositionFixer - support property hooks (#​8782)
  • feat: VisibilityRequiredFixer - support promoted property without visibility (#​8773)
  • fix: NativeFunctionInvocationFixer - fix global function set called in array key (#​8568)
  • fix: NoBreakCommentFixer - handle function having return type (#​8767)
  • fix: StatementIndentationFixer - handle functions set and get (like property hooks, but not) (#​8576)
  • fix: StaticPrivateMethodFixer - handle nested calls (#​8768)

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 Jul 7, 2025
@renovate renovate bot enabled auto-merge July 7, 2025 01:05
@renovate
Copy link
Contributor Author

renovate bot commented Jul 7, 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 from c8d1066 to 3a1e7a3 Compare July 7, 2025 20:36
@renovate renovate bot changed the title chore(deps): update dependency friendsofphp/php-cs-fixer to v3.80.0 chore(deps): update dependency friendsofphp/php-cs-fixer to v3.81.0 Jul 7, 2025
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-3.x branch from 3a1e7a3 to e8c9f9f Compare July 8, 2025 01:53
@renovate renovate bot changed the title chore(deps): update dependency friendsofphp/php-cs-fixer to v3.81.0 chore(deps): update dependency friendsofphp/php-cs-fixer to v3.82.0 Jul 8, 2025
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-3.x branch from e8c9f9f to 1d9a8e7 Compare July 8, 2025 13:56
@renovate renovate bot changed the title chore(deps): update dependency friendsofphp/php-cs-fixer to v3.82.0 chore(deps): update dependency friendsofphp/php-cs-fixer to v3.82.1 Jul 8, 2025
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-3.x branch 3 times, most recently from b699290 to 0fbab86 Compare July 8, 2025 23:04
@renovate renovate bot changed the title chore(deps): update dependency friendsofphp/php-cs-fixer to v3.82.1 chore(deps): update dependency friendsofphp/php-cs-fixer to v3.82.2 Jul 8, 2025
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-3.x branch 3 times, most recently from 0967aab to 4dd9d28 Compare July 10, 2025 21:04
@renovate renovate bot changed the title chore(deps): update dependency friendsofphp/php-cs-fixer to v3.82.2 chore(deps): update dependency friendsofphp/php-cs-fixer to v3.83.0 Jul 14, 2025
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-3.x branch 4 times, most recently from 360aa72 to 19547cd Compare July 15, 2025 18:28
@renovate renovate bot changed the title chore(deps): update dependency friendsofphp/php-cs-fixer to v3.83.0 chore(deps): update dependency friendsofphp/php-cs-fixer to v3.84.0 Jul 15, 2025
@renovate renovate bot changed the title chore(deps): update dependency friendsofphp/php-cs-fixer to v3.84.0 chore(deps): update dependency friendsofphp/php-cs-fixer to v3.84.0 - autoclosed Jul 15, 2025
@renovate renovate bot closed this Jul 15, 2025
auto-merge was automatically disabled July 15, 2025 18:59

Pull request was closed

@renovate renovate bot deleted the renovate/friendsofphp-php-cs-fixer-3.x branch July 15, 2025 18:59
@renovate renovate bot changed the title chore(deps): update dependency friendsofphp/php-cs-fixer to v3.84.0 - autoclosed chore(deps): update dependency friendsofphp/php-cs-fixer to v3.84.0 Jul 15, 2025
@renovate renovate bot reopened this Jul 15, 2025
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-3.x branch from cb9aa05 to 19547cd Compare July 15, 2025 19:01
@renovate renovate bot enabled auto-merge July 15, 2025 22:05
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-3.x branch 7 times, most recently from 546556c to 83a9608 Compare July 24, 2025 20:43
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-3.x branch 2 times, most recently from d015348 to e5e2e26 Compare July 26, 2025 16:52
@BacLuc BacLuc force-pushed the renovate/friendsofphp-php-cs-fixer-3.x branch from e5e2e26 to 7fd3aa7 Compare July 26, 2025 16:54
@renovate
Copy link
Contributor Author

renovate bot commented Jul 26, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot added this pull request to the merge queue Jul 26, 2025
Merged via the queue into devel with commit 88b16b5 Jul 26, 2025
55 checks passed
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