Skip to content

Bump rector/rector from 0.12.20 to 0.13.5

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

Created by: dependabot[bot]

Bumps rector/rector from 0.12.20 to 0.13.5.

Release notes

Sourced from rector/rector's releases.

Released Rector 0.13.5

New Features 🎉

  • [DeadCode] Add RemoveJustPropertyFetchRector (#2433)
  • [DX] Make ClassAnnotationMatcher differentiate between known and unknown classes (#2319), Thanks @​dritter!
  • [CS] Fix dynamic and broken indent detection, allow to configure spacing via RectorConfig::indent() method (#2442)
  • [DX] Add deprecation exception about old ContainerConfigurator, to prepare for removal even in CI (#2463)
  • use PHPStan 1.7.12, with phpdoc-parser 1.6.0 to fix endline issue (https://github.com/rectorphp/rector-src/commit/56651d0190ca04cdf0c33484d359ae197b455a15)
  • [DX] Detach typo3 from core to allow stable growth of both packages (#2446)
  • [scoped] Build with Scoper 0.17.2 (#2445)

Bugfixes 🐛

  • [DX] Remove too detailed --type in init command, use fw documentation instead (#2430)
  • [Renaming] Keep comment on RenameClassRector (#2439)
  • [Renaming] Do not Rename Docblock inner Namespace on RenameClassRector (#2441)
  • [Renaming] Handle crash on FuncCall with Arg class name conflict with use statement or namespace on RenameClassRector with auto import enabled (#2431)
  • [DX] Remove symlinks option to require safe way of providing explicit paths (#2443)
  • [Php74] Remove ReservedFnFunctionRector (#2447)
  • [Renaming] Skip rename docblock on conflict with alias on RenameClassRector (#2450)
  • [DeadCode][PHPUnit] handle crash on RemoveJustPropertyFetchForAssignRector+SimplifyForeachInstanceOfRector (#2453)
  • [CodingStyle] Skip non-empty-string on VarConstantCommentRector (#2451)
  • [Renaming] Do not rename class with same name inside different namespace on RenameClassRector (#2455)
  • [Php72] Handle crash on PreInc usage on CreateFunctionToAnonymousFunctionRector (#2456)
  • [Php70] Handle crash on EregToPregMatchRector (#2460)

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

... (truncated)

Commits
  • 4170aad Rector 0.13.5
  • 6206a20 Updated Rector to commit e7ec08fe91acafca09adf161c82214300b53f3f7
  • 5953030 Updated Rector to commit 56651d0190ca04cdf0c33484d359ae197b455a15
  • 2d4d997 Updated Rector to commit 78954bb4a3871a11871cfa373af759b6d8d07a0b
  • 6d1d83e Updated Rector to commit ca02184695d324e17480a2e4688028c0981792a2
  • eab0248 Updated Rector to commit ca02184695d324e17480a2e4688028c0981792a2
  • f188888 Updated Rector to commit bdf11c5968b1304f809781f9023dc7a2cf3642ad
  • bfad534 Updated Rector to commit d1b7a49e35cd236f15ddb3010d2b91b065d094a5
  • 63f3dad Updated Rector to commit eaea281956949f03f3b6477dec89dd503099f632
  • 20216aa Updated Rector to commit f2300baf8972f7c1ee72692edfdea979f01cad59
  • 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