Skip to content

Bump rector/rector from 2.5.5 to 2.5.8 in the composer-minor-and-patch group across 1 directory - #120

Merged
DaanRijpkema merged 1 commit into
masterfrom
dependabot/composer/composer-minor-and-patch-9554985c92
Aug 1, 2026
Merged

Bump rector/rector from 2.5.5 to 2.5.8 in the composer-minor-and-patch group across 1 directory#120
DaanRijpkema merged 1 commit into
masterfrom
dependabot/composer/composer-minor-and-patch-9554985c92

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the composer-minor-and-patch group with 1 update in the / directory: rector/rector.

Updates rector/rector from 2.5.5 to 2.5.8

Release notes

Sourced from rector/rector's releases.

Released Rector 2.5.8

New Features 🥳

  • [dx] Add "if" set with if/else/ternary rules (#8199)
  • [DeadCode] Add RemoveDeadInstanceOfAssertRector (#8202)
  • [DeadCode] Add RemoveDoubleSelfAssignRector (#8203)
  • [DeadCode] Add RemoveParentDelegatingClassMethodRector (#8204)
  • [DeadCode] Add RemoveDefaultValueFromAssignedPropertyRector (#8207)
  • [TypeDeclaration] Fix incomplete type on yield variable + yield from in AddParamTypeBasedOnPHPUnitDataProviderRector (#8206)

Bugfixes 🐛

  • Fix LogicalToBooleanRector: parenthesize assignments nested under unary/binary operators (#8184)
  • [TypeDeclaration] Skip trait methods on ParamTypeByMethodCallType rules (#8189)
  • [Php80] Skip promotion when property type is wider than constructor param on ClassPropertyAssignToConstructorPromotionRector (#8170), Thanks @​ximki-vinki!
  • [Php85] Skip outer spread on NestedFuncCallsToPipeOperatorRector (#8191)
  • [DeadCode] Fix crash on float version arg in ConditionResolver (#8192)
  • Make NestedFuncCallsToPipeOperatorRector minimum depth configurable (#8193)
  • Fix codeception data provider detection (#8194), Thanks @​d-mitrofanov-v!
  • Make PHPStan DI-Container available in bootstrap files (#8190), Thanks @​staabm!
  • [Privatization] Skip Symfony Command protected static property in PrivatizeFinalClassPropertyRector (#8201)
  • Bump to PHPStan ^2.2.6 and Fix its Container compatibility in RichParser (#8208)

Removed 💀

  • skip @ return this on RemoveReturnTagIncompatibleWithNativeTypeRector on Traits (#8185)
  • [DeadCode] Skip string scalar sub type on RemoveReturnTagIncompatibleWithNativeTypeRector (#8186)

rectorphp/rector-symfony 🎵

  • [Symfony73] Remove empty configure() method in CommandHelpToAttributeRector (#969)
  • [Symfony73] Keep AbstractExtension when Twig extension overrides a built-in function/filter (#968)
  • [Symfony73] Wrap scalar groups option in array in ConstraintOptionsToNamedArgumentsRector (#967)
  • [Symfony61] Remove empty configure() method even with empty body (#966)
  • [Symfony61] Remove now empty configure() method in CommandConfigureToAttributeRector (#965)
  • [CodeQuality] Respect typeGuardedClasses and skip closure-only returns in ResponseReturnTypeControllerActionRector (#964)
  • [Symfony44] Return 1 instead of (int) false in ConsoleExecuteReturnIntRector (#963)
  • [CodeQuality] Add union and method call return type support to ResponseReturnTypeControllerActionRector (#961)
  • [Twig30] Add new set for Twig 30 (#960), Thanks @​MrYamous

rectorphp/rector-doctrine 🟠

... (truncated)

Commits
  • 861c77f Rector 2.5.8
  • 3bdc91d Updated Rector to commit 009a5e43abbcdc79616ab8e1c5a7ef7511fc7930
  • 073c330 Updated Rector to commit e3564ee205b6d0923b7e95cbd57aaf0a060b7257
  • 75fcd96 Updated Rector to commit 3b8b78ae4ade8bb61c2b2e4be2b7b8f3ab2e70df
  • bfbe3f5 Updated Rector to commit 0d55511893c35bb1bde7af197c5dde34ac9a000e
  • 2d74206 Updated Rector to commit 0d55511893c35bb1bde7af197c5dde34ac9a000e
  • ac2881b Updated Rector to commit e46bfd972bdedfd6034dd3f0f8ac736d4aa8a0ab
  • af8c31f Updated Rector to commit 919fc0e528d102bdc63223f55d6436b2b8e4b275
  • c116f72 Updated Rector to commit 919fc0e528d102bdc63223f55d6436b2b8e4b275
  • 07b34da Updated Rector to commit 919fc0e528d102bdc63223f55d6436b2b8e4b275
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 17, 2026
@DaanRijpkema
DaanRijpkema force-pushed the dependabot/composer/composer-minor-and-patch-9554985c92 branch from 295b866 to a3b9cb0 Compare July 25, 2026 07:47
@DaanRijpkema

Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@DaanRijpkema

Copy link
Copy Markdown
Collaborator

@dependabot recreate

@dependabot dependabot Bot changed the title Bump rector/rector from 2.5.5 to 2.5.7 in the composer-minor-and-patch group Bump rector/rector from 2.5.5 to 2.5.8 in the composer-minor-and-patch group across 1 directory Aug 1, 2026
Bumps the composer-minor-and-patch group with 1 update in the / directory: [rector/rector](https://github.com/rectorphp/rector).


Updates `rector/rector` from 2.5.5 to 2.5.8
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@2.5.5...2.5.8)

---
updated-dependencies:
- dependency-name: rector/rector
  dependency-version: 2.5.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer-minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/composer/composer-minor-and-patch-9554985c92 branch from a3b9cb0 to 1520f98 Compare August 1, 2026 10:10
@DaanRijpkema
DaanRijpkema merged commit 724f9fe into master Aug 1, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/composer/composer-minor-and-patch-9554985c92 branch August 1, 2026 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant