Skip to content

chore(deps): bump rector/rector from 2.6.3 to 2.6.4 - #23

Merged
HecFranco merged 1 commit into
mainfrom
dependabot/composer/rector/rector-2.6.4
Aug 31, 2026
Merged

chore(deps): bump rector/rector from 2.6.3 to 2.6.4#23
HecFranco merged 1 commit into
mainfrom
dependabot/composer/rector/rector-2.6.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps rector/rector from 2.6.3 to 2.6.4.

Release notes

Sourced from rector/rector's releases.

Released Rector 2.6.4

A tooling release under the hood: Rector's dependency-injection container moves off illuminate/container onto entropy/entropy, and composer-based sets now target the lowest declared version of a library instead of guessing the current one.

New rules 🎉

rector-src

  • [Php7.4] IfToNullCoalescingAssignRector — convert an if null-guard into ??= (#8356)
  • [Php7.3] ArrayKeysToArrayKeyFirstLastRectorarray_keys($a)[0]array_key_first($a) (#8238)

rector-symfony

  • [Web Link] WebLinkStringRelationsToConstantsRector (#1058)

Engine 🔧

  • Switch the DI container from illuminate/container to entropy/entropy (#8362) — lighter container, order-independent service collections via autodiscover()
  • [VersionBonding] Allow a rule to require multiple composer package constraints at once (#8355)
  • [Composer] Target the lowest declared version for libraries in composer-based sets; only a project package type is treated as an application (#8359, #8363)
  • [Configuration] Skip deprecated rules pulled in from an active set — warn only instead of crashing (#8358)
  • [DI] Register PHPStan PhpVersionFactory as a public service so third-party rules can autowire it (#8365)
  • [PhpParser] Merge decorating node visitors from 14 to 8 for faster traversal (#8380)

Bugfixes 🐛

rector-src

  • [TypeDeclarationDocblocks] Skip ClassMethodArrayDocblockParamFromLocalCallsRector on methods overriding a parent/interface (#8357)
  • [TypeDeclarationDocblocks] Skip a contradicting @param array when the local call type conflicts with the default value (#8381)
  • [Naming] Skip a valid singular name with an ous suffix in RenameForeachValueVariableToMatchExprVariableRector (#8382)

rector-symfony

  • [Symfony 6.1] Skip CommandConfigureToAttributeRector on non-constant configure() values (#1057)
  • [Symfony 3.4] Skip ContainerGetNameToTypeInTestsRector when the named service has no matching FQCN service (#1051)
  • [Symfony 3.0] Skip OptionNameRector when no option name changes (#1044)

rector-phpunit

  • [CodeQuality] Fix AddInstanceofAssertForNullableArgumentRector duplicating assertInstanceOf inside traits (#773)
  • [CodeQuality] Fix MatchAssertSameExpectedTypeRector rewriting a passing assert into a failing one (#771)

... (truncated)

Commits
  • 6ff0084 Rector 2.6.4
  • 4f200ea Updated Rector to commit a50ce054c4868521b16622e296192d8daf6d6ed6
  • c6e94a2 Updated Rector to commit c236c3a4da7ea763e69cbed799e5d6401c9c2652
  • bf687a8 Updated Rector to commit c236c3a4da7ea763e69cbed799e5d6401c9c2652
  • fd60822 Updated Rector to commit b0924425a745f88b50be43c4af0abb879690bac3
  • b2adc66 Updated Rector to commit 53a764b165b2e18c221229919d4051a82960245f
  • 215f7cf Updated Rector to commit 53a764b165b2e18c221229919d4051a82960245f
  • 420570f Updated Rector to commit 53a764b165b2e18c221229919d4051a82960245f
  • 578c863 Updated Rector to commit 22353e27b3db321a03c66b55d233ec413c4820e9
  • 57ae283 Updated Rector to commit 22353e27b3db321a03c66b55d233ec413c4820e9
  • 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.6.3 to 2.6.4.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@2.6.3...2.6.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, php. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot requested a review from HecFranco as a code owner August 31, 2026 07:10
@HecFranco
HecFranco merged commit 19a3659 into main Aug 31, 2026
26 of 28 checks passed
@dependabot
dependabot Bot deleted the dependabot/composer/rector/rector-2.6.4 branch August 31, 2026 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant