Skip to content

Bump rector/rector from 0.12.20 to 0.13.4

Wesley Klop requested to merge dependabot/composer/rector/rector-0.13.4 into develop

Created by: dependabot[bot]

Bumps rector/rector from 0.12.20 to 0.13.4.

Release notes

Sourced from rector/rector's releases.

Released Rector 0.13.4

New Features 🎉

  • Update to php-parser 4.14.0 to work with literal _ number separator (#2321)
  • Update to PHPStan 1.7.10 (#2424)
  • [DowngradePhp82] Add DowngradeReadonlyClassRector to downgrade readonly class (#2322)
  • [PHP 8.0] Add ConstantListClassToEnumRector (#2404)
  • [DowngradePhp80] Add DowngradeEnumToConstantListClassRector (#2416)
  • [DeadCode] Add RemoveJustPropertyFetchForAssignRector (#2423)

Bugfixes 🐛

  • [PHP 8.0] Fix double annotation change on annotation to attribute (#2403)
  • [Attribute] Fix UseAliasNameMatcher for the last part of use import rename (#2402)
  • [Core] Fix bootstrap stubs load on PHP 7.2 when vendor/ excluded via skip() (#2394)
  • [Php74] Skip nullable mixed on Php 8.0 feature enabled on TypedPropertyRector (#2414)
  • [Php80] Mirror additional docblock on importNames() on ClassPropertyAssignToConstructorPromotionRector (#2410)
  • [Renaming] Skip docblock rename different namespace on RenameClassRector (#2419)

Released Rector 0.13.3

Rector release downgrade is now handled in single run and with parallel run It's faster and vendor includes only the packages it really uses.

New Features 🎉

  • [Laravel] Add set for Laravel 9.x (#49), Thanks @​hirenkeraliya
  • [Attribures] Add annotation to attribute core rename in AnnotationToAttributeRector (#2384)

This now allows annotation to attribute rename with change in the namespace:

-use Project\Annotation\Security as SC;
+use Project\Attribute\Security as SC;
-/**



@​SC\LoggedIn


*/
+#[SC\LoggedIn]
final class PrivateController
{
}

... (truncated)

Commits
  • 60b4f87 Rector 0.13.4
  • 85ec271 Updated Rector to commit eedfd1155da61baff4c5eae44c1d20ab2d5941c7
  • 4a6df92 Updated Rector to commit c8814f5422888e5e5a269bff2649f83c2b08018c
  • bf28f06 Updated Rector to commit 6b9984175f5a334baa6d1b0736fd2434f1338252
  • 5349987 Updated Rector to commit c3581f9d339415a309668656d7e83e062588a1d1
  • 98eb761 Updated Rector to commit 283a9af3f0656d221c223f66c2ab2f4d47d95ada
  • 7c9c246 Updated Rector to commit e8f058a6e473078290b3235f0b4472b02008f0ba
  • ef1a9b9 Updated Rector to commit d2bf080d6be423189793cd325bbc898d0881bab1
  • 9537927 Updated Rector to commit c5f35e4a1d118473ace101d4b73c82d4fc35d6b3
  • 3f0eebf Updated Rector to commit 0df2351b89c65ee2ac61528a63624da15d210f06
  • 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 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 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)

Merge request reports