Skip to content

chore(deps-dev): update rector/rector requirement from 2.6.3 to 2.6.4 in the composer-dependencies group - #10513

Merged
michalsn merged 3 commits into
developfrom
dependabot/composer/composer-dependencies-4f759285d5
Sep 1, 2026
Merged

chore(deps-dev): update rector/rector requirement from 2.6.3 to 2.6.4 in the composer-dependencies group#10513
michalsn merged 3 commits into
developfrom
dependabot/composer/composer-dependencies-4f759285d5

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on rector/rector to permit the latest version.
Updates rector/rector 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 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 [rector/rector](https://github.com/rectorphp/rector) to permit the latest version.

Updates `rector/rector` 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
  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 Aug 31, 2026
@michalsn

michalsn commented Sep 1, 2026

Copy link
Copy Markdown
Member

The IfToNullCoalescingAssignRector rule was applied. Do we want to keep it?

@samsonasik samsonasik left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good 👍

@michalsn
michalsn merged commit 70c99eb into develop Sep 1, 2026
65 of 66 checks passed
@michalsn
michalsn deleted the dependabot/composer/composer-dependencies-4f759285d5 branch September 1, 2026 16:01
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.

3 participants