Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 17, 2025

Bumps rector/rector from 2.0.15 to 2.0.16.

Release notes

Sourced from rector/rector's releases.

Released Rector 2.0.16

New Features 🥳

  • [dx] add symfonyRoute and symfonyValidator option to ->withAttributesSets() to ease upgrade (#6882)
  • [nette/utils] [4.0] Add upgrade set to handle named args in Json class (#6884)

Bugfixes 🐛

  • [TypeDeclaration] Skip __destruct() from add return type based on parent on AddReturnTypeDeclarationBasedOnParentClassMethodRector (#6883)
  • [CodeQuality] Skip with init non empty dynamic array on ForeachItemsAssignToEmptyArrayToAssignRector (#6881)
  • UseIdenticalOverEqualWithSameTypeRector should not trust phpdoc (#6880), Thanks @​staabm!
  • [Php70] Handle class named Pool on Php4ConstructorRector (#6887)
  • [Php73] Handle key() called multiple times on ArrayKeyFirstLastRector (#6888)
  • Clean up repetitive recursive call and flag on ArrayKeyFirstLastRector (#6889)
  • [Config] Handle config realpath() actually has asterisk, not pattern (#6891)
  • [Php82] Handle implicit "public" on construtor promotion on ReadOnlyClassRector (#6895)

rectorphp/rector-symfony 🎵

  • [Symfony73] Skip different object on GetFunctionsToAsTwigFunctionAttributeRector (#767)
  • skip magic first class callable (#766)
  • [symfony 7.2] AddPushRequestToRequestStackConstructorRector (#765)
  • [Symfony 7.3] kick off GetFunctionsToAsTwigFunctionAttributeRector (#764)
  • [Symfony 7.3] Handle first class callable on GetFiltersToAsTwigFilterAttributeRector (#763)
  • Register symfony73-twig-bundle into Symfony7SetProvider (#762)
  • [symfony 7.3] Add GetFiltersToAsTwigFilterAttributeRector to migrate #[TwigFilter] (#761)
  • [code-quality] Improve TemplateAnnotationToThisRenderRector to keep ternary types (#758)
  • Keep JsonResponse type (#757)
  • Remove array shape return in TemplateAnnotationToThisRenderRector as no longer used (#755)
  • Add attribute support to TemplateAnnotationToThisRenderRector (#754)
  • [7.3] Update InvokableCommandRector to InvokableCommandInputAttributeRector to improve discoverability (#743)

rectorphp/rector-doctrine 🟠

  • Remove array on collection in TypedPropertyFromToManyRelationTypeRector (#386)
  • Remove default null value in TypedPropertyFromToManyRelationTypeRector (#384)
  • [collection] Add embed many annotation support to TypedPropertyFromToManyRelationTypeRector (#383)
  • Fix #[AsListener] attribute location to doctrine bundle 2.8, deprecate doctrine constants and refer to composer based sets (#382)

... (truncated)

Commits
  • f1366d1 Rector 2.0.16
  • 81a1e1d Updated Rector to commit c229e8e11549b98cbc0514efc57d12a5fd75c071
  • 8fdbfa7 Updated Rector to commit ac3a9412706652b2d93d900abc1dfef06be3758c
  • 573bd61 Updated Rector to commit ac3a9412706652b2d93d900abc1dfef06be3758c
  • 47f2759 Updated Rector to commit ac3a9412706652b2d93d900abc1dfef06be3758c
  • e166787 Updated Rector to commit 2c73f6a5f5994afb72f56be926e8ea8e09531e79
  • b8576e7 Updated Rector to commit 3be6fd7636ee24d82606f6166f94d8372fee800d
  • 31d1a75 Updated Rector to commit 3be6fd7636ee24d82606f6166f94d8372fee800d
  • 3b6d9f5 Updated Rector to commit 3be6fd7636ee24d82606f6166f94d8372fee800d
  • 85fffd8 Updated Rector to commit 3be6fd7636ee24d82606f6166f94d8372fee800d
  • 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 will merge this PR once CI passes on it, as requested by @nextcloud-command.


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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.0.15 to 2.0.16.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@2.0.15...2.0.16)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 17, 2025
@dependabot dependabot bot requested a review from nickvergessen as a code owner May 17, 2025 01:19
@dependabot dependabot bot added 3. to review dependencies Pull requests that update a dependency file labels May 17, 2025
Copy link
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

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

@dependabot merge

@github-actions
Copy link
Contributor

🐢 Performance warning.
It looks like the query count of the integration tests increased with this PR.
Database query count is now 8900 was 8600 (+3.48%)
Please check your code again. If you added a new test this can be expected and the base value in tests/Integration/base-query-count.txt can be increased.

@dependabot dependabot bot merged commit 59dd39e into master May 17, 2025
47 checks passed
@dependabot dependabot bot deleted the dependabot/composer/vendor-bin/rector/rector/rector-2.0.16 branch May 17, 2025 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants