Skip to content

Bump rector/rector from 0.12.23 to 0.14.7

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

Created by: dependabot[bot]

Bumps rector/rector from 0.12.23 to 0.14.7.

Release notes

Sourced from rector/rector's releases.

Released Rector 0.14.6

New Features :partying_face:

  • Move cakephp Rector from the core to the community (#2966)
  • Use better composer-unused (#2972)

Bugfixes 🐛

  • [DeadCode][Privatization] Handle crash on RemoveDeadZeroAndOneOperationRector+ChangeReadOnlyPropertyWithDefaultValueToConstantRector (#2962)
  • [DeadCode][EarlyReturn] Handle RemoveUnusedVariableAssignRector+RemoveAlwaysElseRector (#2964)
  • Fix wrong results in ExactCompareFactory (#2973), Thanks @​jlherren!
  • [Php81] Skip assigned after defined as constructor promotion on ReadOnlyPropertyRector (#2976)
  • [Php80] Handle crash on nullable scalar with mixed param on MixedTypeRector (#2977)
  • [Core] Set compatible with latest BetterReflection usage to handle assert($startLine > 0) notice (#2978)
  • [TypeDeclaration] Handle Parent ClassMethod has no Return_ stmt on ReturnTypeDeclarationRector (#2980)
  • [Privatization] Skip Property unsetted on ChangeReadOnlyPropertyWithDefaultValueToConstantRector (#2981)
  • fix symfony deprecation reports (https://github.com/rectorphp/rector-src/commit/e58f390c5e98542f12d559ee1c30dd46716d7286)
  • [Core] Remove second param on ClassLikeAstResolver::resolveClassFromClassReflection() (#2975)
  • [Core] Ensure refresh Scope Nodes when AbstractRector refactor() return array of Nodes (#2979)
  • [Core][Symfony] Handle crash on get dynamic value ClassConstFetch by method call on ChangeStringCollectionOptionToConstantRector (#2984)
  • [Php80] Handle crash after transform with trait-string on UnionTypesRector (#2985)
  • Fix multi property default assign (#2986)
  • Add new rule to simplify a last useless variable assignment. (#2963), Thanks @​Wohlie!
  • Fix missing extra import on NestedAnnotationToAttributeRector (#2989)
  • Assert JoinColumns in CPP should be converted (#2991)

Released Rector 0.14.5

Bugfixes 🐛

Released Rector 0.14.4

New Features :partying_face:

  • [Naming] Add TwigEnvironment special name to RenameParamToMatchTypeRector to keep the context (#2951)
  • Add support for interface in AnnotationToAttributeRector rule (#2958), Thanks @​astronom!

Bugfixes 🐛

  • Skip short class names on StringClassNameToClassConstantRector, as mostly internal classes or strings (#2950)
  • [CodeQuality] Skip nullable mixed on ReturnTypeFromStrictScalarReturnExprRector (#2947), Thanks @​thomasschiet!
  • [Php81] Handle crash insensitive function name on NullToStrictStringFuncCallArgRector (#2953)
  • [AutoImport] Add support for auto import in alias same last name (#2952)
  • [Php80] Skip no default next indirect in return Expr on ChangeSwitchToMatchRector (#2959)

Released Rector 0.14.3

New Features :partying_face:

... (truncated)

Commits
  • 3553aab Rector 0.14.7
  • ce3c134 Updated Rector to commit a5051ff31121d95ac2ccf7db351ea486024a0b3f
  • ecee0c4 Updated Rector to commit 7dae36df19a081561ca342751d9727eff503106b
  • 896854b Updated Rector to commit 92a5c65cc2ce07fcdffecce0344c4878184cb7cb
  • 1724f08 Updated Rector to commit 6902b17851f2b7172c0351e72cd1d4263684818f
  • 6afda57 Updated Rector to commit 9e4a9c0c25fbbd630cac07c9dab074f8dc9c54b8
  • ddc864e Updated Rector to commit 7b7d5a4b8bb61b52a298cbf941b7df131897f55b
  • f424fd6 Updated Rector to commit 7b7d5a4b8bb61b52a298cbf941b7df131897f55b
  • b7fb439 Updated Rector to commit 997e5f4ae8c388b8a12d16539e8109fe821e8fd6
  • 0f38f37 Updated Rector to commit af4cf28751f652d2ee1a8319d6cb39bf8614a1c1
  • 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