Skip to content

chore(deps-dev): bump the composer-dependencies group with 2 updates - #10430

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/composer/composer-dependencies-d4ae831e0d
Open

chore(deps-dev): bump the composer-dependencies group with 2 updates#10430
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/composer/composer-dependencies-d4ae831e0d

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on boundwize/structarmed and rector/rector to permit the latest version.
Updates boundwize/structarmed to 0.15.3

Release notes

Sourced from boundwize/structarmed's releases.

Released: StructArmed 0.15.3

ci build PHPStan

What's Changed

Full Changelog: boundwize/structarmed@0.15.2...0.15.3

Commits

Updates rector/rector 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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [boundwize/structarmed](https://github.com/boundwize/structarmed) and [rector/rector](https://github.com/rectorphp/rector) to permit the latest version.

Updates `boundwize/structarmed` to 0.15.3
- [Release notes](https://github.com/boundwize/structarmed/releases)
- [Commits](boundwize/structarmed@0.15.2...0.15.3)

Updates `rector/rector` 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: boundwize/structarmed
  dependency-version: 0.15.3
  dependency-type: direct:development
  dependency-group: composer-dependencies
- dependency-name: rector/rector
  dependency-version: 2.5.8
  dependency-type: direct:development
  dependency-group: composer-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update external dependencies php Pull requests that update php code labels Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update external dependencies php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants