Skip to content

Bump rector/rector from 0.12.23 to 0.15.7

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

Created by: dependabot[bot]

Bumps rector/rector from 0.12.23 to 0.15.7.

Release notes

Sourced from rector/rector's releases.

Released Rector 0.15.7

Bugfixes 🐛

  • Skip Doctrine Collection in RenamePropertyToMatchTypeRector (#3279)
  • Skip attribute in RemoveUnusedPromotedPropertyRector (#3280)
  • Fix AddMethodCallBasedStrictParamTypeRector for invalid generics type (#3281)

Released Rector 0.15.6

Bugfixes 🐛

  • Skip RenamePropertyToMatchTypeRector for promoted property date time (#3275)
  • Fix FinalizeClassesWithoutChildrenRector for changed class, use more reliable reflection to detect Doctrine attributes (#3276)
  • Skip date time on naming, as custom standard (#3278)
  • [Naming] Fix add fixture RenameVariableToMatchMethodCallReturnTypeRector for date time assign (#3277)

Released Rector 0.15.5

Bugfixes 🐛

  • [TypeDeclaration] Skip crash Undefined property: PhpParser\Node\Stmt\Enum_::$extends on AddParamTypeDeclarationRector (#3272)
  • Includes PHPStan bleedingEdge.neon config in phpstan-for-rector and phpstan-for-downgrade config (#3274)

Released Rector 0.15.4

New Features :partying_face:

  • [CodingStyle] Add DataProviderArrayItemsNewlinedRector (#3271)

Bugfixes 🐛

Released Rector 0.15.3

New Features :partying_face:

  • [CodeQuality] Add Variable support on class arg on InlineIsAInstanceOfRector (#3261)
  • [Utils] Add ArrayChecker util to verify first data found on given array (#3262)

Bugfixes 🐛

  • [TypeDeclaration] Fix TypedPropertyFromStrictGetterMethodReturnTypeRector for default type (#3251)
  • [Privatization] Optimize ParentPropertyLookupGuard, make $class parameter required (#3252)
  • [CodeQuality] Handle crash on ReturnTypeFromStrictScalarReturnExprRector on ConditionalTypeForParameter (#3254)
  • refactors Spatie enum method calls to native enums (#3226), Thanks @​JoolsMcFly!
  • PHP80 string helpers loose comparison (#3246), Thanks @​N-Silbernagel!
  • [CodeQuality] Handle class-string case insensitive on CompleteDynamicPropertiesRector (#3260)
  • [TypeDeclaration] Handle comment + single docblock on TypedPropertyFromAssignsRector (#3264)
  • Bump PHPStan ^1.9.7 (#3268)

... (truncated)

Commits
  • a43370e Rector 0.15.7
  • f21fb3b Updated Rector to commit 774de56c848e9b4c4bbf2a8319cbfaebd16f6ef9
  • 827c456 Updated Rector to commit fe7ed4fb9a4ed31a13f70ee9e6595552aecb0f58
  • 2980e4c Updated Rector to commit 3b3ee7ea805d2a5d4abe1049d595b456abdd400c
  • 81f82f7 Rector 0.15.6
  • 28ec152 Updated Rector to commit bea3bc6d9fd4fd5596486490f4abb612cd05b160
  • 3bf1b86 Updated Rector to commit 9a2bcbf87e0e9ef7a243bae52d666f9704c1aee1
  • f0db387 Updated Rector to commit b91f35ff6e833e2abb6591044309984549f0b539
  • 4372e75 Updated Rector to commit fbf9506c5de7389260e8a842c911b3315b053df3
  • d37a463 Updated Rector to commit fbf9506c5de7389260e8a842c911b3315b053df3
  • 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