Skip to content

chore(deps-dev): bump rector/rector from 2.5.7 to 2.5.8 - #83

Merged
kojiromike merged 1 commit into
mainfrom
dependabot/composer/rector/rector-2.5.8
Jul 27, 2026
Merged

chore(deps-dev): bump rector/rector from 2.5.7 to 2.5.8#83
kojiromike merged 1 commit into
mainfrom
dependabot/composer/rector/rector-2.5.8

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps rector/rector from 2.5.7 to 2.5.8.

Release notes

Sourced from rector/rector's releases.

Released Rector 2.5.8

New Features 🥳

  • [TypeDeclarationDocblocks] Remove AstResolver usage on AddReturnDocblockFromMethodCallDocblockRector (#8195)
  • [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)
  • Fix test: SetManagerTest (#8187)
  • Allow dispatching Build Scoped Rector manually (#8188)
  • [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!
  • Bump ECS to ^13.2.13 and skip /SourcePhp81/ from apply (#8200)
  • [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)
  • Remove StructArmed (#8205)

rectorphp/rector-symfony

  • Remove StructArmed (#970)
  • [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)
  • Rebuild scoped Rector after a pull request is merged (#962)
  • [CodeQuality] Add union and method call return type support to ResponseReturnTypeControllerActionRector (#961)

... (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 compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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

---
updated-dependencies:
- dependency-name: rector/rector
  dependency-version: 2.5.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added composer PHP Composer ecosystem dependencies Pull requests that update a dependency file labels Jul 27, 2026
@kojiromike
kojiromike merged commit e5db7b1 into main Jul 27, 2026
5 checks passed
@kojiromike
kojiromike deleted the dependabot/composer/rector/rector-2.5.8 branch July 27, 2026 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

composer PHP Composer ecosystem dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant