Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 8, 2025

Bumps rector/rector from 2.0.9 to 2.0.10.

Release notes

Sourced from rector/rector's releases.

Released Rector 2.0.10

New Features 🥳

Bugfixes 🐛

  • [PhpParser] Re-add back get value from __DIR__ and __FILE__ on ValueResolver (#6756)
  • [TypeDeclaration] Skip already typed param on AddClosureParamTypeForArrayReduceRector (#6737)
  • [TypeDeclaration] Skip already typed param on AddClosureParamTypeForArrayMapRector (#6738)
  • [Renaming] Handle crash on assign on for loop on RenameFunctionRector (#6730)
  • [CodeQuality] Skip unused static methods in LocallyCalledStaticMethodToNonStaticRector, as should be handled by another rule (#6731)
  • [Carbon] Fix refactor time to carbon to use ->getTimestamp() over ->timestamp (#6733)
  • [TypeDeclaration] Unregister AddClosureParamTypeForArrayMapRector and AddClosureParamTypeForArrayReduceRector due to may read from docblock (#6727)
  • [TypeDeclaration] Handle crash on union intersection on AddClosureParamTypeForArrayReduceRector (#6729)
  • [Privatization] Skip magic method on PrivatizeFinalClassMethodRector (#6734)
  • [Php74] Skip property hook on RestoreDefaultNullToNullableTypePropertyRector (#6736)
  • [Php53] Handle parentheses in else on TernaryToElvisRector (#6740)
  • [Php81] Handle crash Class parent was not found on MyCLabsMethodCallToEnumConstRector (#6741)
  • [CodeQuality] Handle crash division by zero error on ForeachItemsAssignToEmptyArrayToAssignRector (#6743)
  • fix(ValueObject): FileDiff first line number is below as expected (#6746), Thanks @​neilime!
  • [naming] Skip variadic params in RenameParamToMatchTypeRector to avoid single naming for multiple types (#6748)
  • Do not try to refresh attributes (#6750), Thanks @​lyrixx!
  • [Php74] Skip with @​var doc with more specific type on ClosureToArrowFunctionRector (#6753)
  • [Php81] Skip property hook on ReadOnlyPropertyRector (#6758)
  • [code-quality] Skip complex new instance with args assigns in InlineArrayReturnAssignRector (#6762)
  • [CodeQuality] Handle crash first class callable on InlineArrayReturnAssignRector (#6763)
  • [dx] Remove 3 rules registered in both code quality and coding style levels, keep them in coding style level only (#6757)

rectorphp/rector-symfony

  • [Symfony] Add attribute routing with mix other annotation (#703)
  • [code-quality] Add InlineClassRoutePrefixRector (#701)
  • Do not change method if name does not need to change (#700), Thanks @​carlos-granados
  • [code-quality] Add attribute support (#702)
  • [SYMFONY 5 & 6] Security add missing param (#699), Thanks @​JohJohan

... (truncated)

Commits
  • 5844a71 Rector 2.0.10
  • 8ae64fb Updated Rector to commit a732689e0488b7c199551d466ff1bb04fb00afa9
  • 8d61334 Updated Rector to commit a732689e0488b7c199551d466ff1bb04fb00afa9
  • 9b85fce Updated Rector to commit 5a833e062eafffe01921dc6b2b674d173947777f
  • 6d653bc Updated Rector to commit efef8aca6e7aaf688759cd09b48c64990adbfb53
  • 8457889 Updated Rector to commit efef8aca6e7aaf688759cd09b48c64990adbfb53
  • e21184b Updated Rector to commit 008cae39b4b99b7f60035a214a88553b0a6be5e2
  • cb32765 Updated Rector to commit 008cae39b4b99b7f60035a214a88553b0a6be5e2
  • 38b7d8f Updated Rector to commit 008cae39b4b99b7f60035a214a88553b0a6be5e2
  • c959676 Updated Rector to commit 4d2efb4713e458c08470c4e02d64d17b91b6bd2d
  • 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.9 to 2.0.10.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@2.0.9...2.0.10)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from nickvergessen as a code owner March 8, 2025 02:10
@dependabot dependabot bot added 3. to review dependencies Pull requests that update a dependency file labels Mar 8, 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

@dependabot dependabot bot merged commit 5a6ff80 into master Mar 8, 2025
47 checks passed
@dependabot dependabot bot deleted the dependabot/composer/vendor-bin/rector/rector/rector-2.0.10 branch March 8, 2025 02:16
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