Skip to content

Bump rector/rector from 0.12.15 to 0.12.16

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

Created by: dependabot[bot]

Bumps rector/rector from 0.12.15 to 0.12.16.

Release notes

Sourced from rector/rector's releases.

Released Rector 0.12.16

New Features 🎉

Bugfixes 🐛

  • [Php81] Skip dynamic class on NewInInitializerRector (#1736), Thanks @​samsonasik!
  • [Php81] Do not add final modifier on class constant that the class has children on FinalizePublicClassConstantRector (#1739), Thanks @​samsonasik!
  • [Php81] Handle non-dynamic + dynamic args (non-array, non-scalar) passed to New_ on NewInInitializerRector (#1737), Thanks @​samsonasik!
  • [Php81] Skip override abstract method on NewInInitializerRector (#1740), Thanks @​samsonasik!
  • [Renaming] Fix duplicate namespacing on RenameNamespaceRector (#1761), Thanks @​samsonasik!
  • [Php80] Fix configure should not remove annotation directly passed bool value (#1761), Thanks @​samsonasik!
  • [PHP 8.0] Include keys in annotation to attribute transformation (#1766)
  • [CodeQuality] Skip ExplicitMethodCallOverMagicGetSetRector on method no param + variadic (#1768), Thanks @​samsonasik!

Changes

  • [DX] Deprecate show command (#1758), use --debug option on main command instead
Commits
  • 13412ef Rector 0.12.16
  • 4d73ef4 Updated Rector to commit bc0eac36f4eece9f824efdb71c55ae59355d6a09
  • b1d44ed Updated Rector to commit 94ef798f75158dae46d65d72bfcecb3b13c54e5a
  • 3b8eaad Updated Rector to commit 7c14a98e546fc6ebf58208d8e1d993f23125bf54
  • 6f1d3d9 Updated Rector to commit cd7140a768289a19db7aa0edccd51abb9dc91abc
  • 7fb8791 Updated Rector to commit f03e2a1ee33c0d5e5fdf7adda058f4179d7cf824
  • b6f1f45 Updated Rector to commit 6aa48e1034197091cf8c676072adb6cb5815b5fe
  • adcb702 Updated Rector to commit 78a42c7b8a9b3f56365241437c760d076af149b9
  • 1c13355 Updated Rector to commit e2bd1841f453150064274d3eedd6fb4db535f5a3
  • 49f90fb Updated Rector to commit de8ebd038e2a8ea838964d07059f98ffcbc72a44
  • 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