Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rector/rector requirement from ^0.12.19 to ^0.13.6 #153

Merged
merged 1 commit into from
Jun 23, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 22, 2022

Updates the requirements on rector/rector to permit the latest version.

Release notes

Sourced from rector/rector's releases.

Released Rector 0.13.6

New Features 🎉

  • [Core] AbstractScopeAwareRector is ready to be used in custom rules (#2537)
  • [PHP 8.1] Add FirstClassCallableRector (#2544)
  • [Php81] NullToStrictStringFuncCallArgRector - Register more functions (#2543), Thanks @​hungtrinh!
  • Improve RectorConfig import methods (#2526), Thanks @​alexndlm!

Bugfixes 🐛

  • [Renaming] Do not rename docblock same name not found in use inside namespace (#2471)
  • [TypeDeclaration] Skip generic on ReturnTypeDeclarationRector (#2469)
  • [DeadCode] Skip using coealesce assign operator on return on RemoveUnusedPrivatePropertyRector (#2476)
  • [DeadCode] Skip has return reassign Coalesce Op on RemoveUnusedPrivatePropertyRector (#2477)
  • [Php55] Handle crash on concat variable single quote on PregReplaceEModifierRector (#2483)
  • [PSR4] Handle invalid missing ; on NormalizeNamespaceByPSR4ComposerAutoloadRector with GroupUse (#2488)
  • [Php70] Refactor MultiDirnameRector by moving nestingLevel check to separate method (#2492)
  • [Php81] Fix crash on redis->set() on ReadOnlyPropertyRector (#2494)
  • [TypeDeclaration] Skip implements mixed, and already has typed return on AddReturnTypeDeclarationRector (#2509)
  • [Php81] Skip param reassign on ReadOnlyPropertyRector (#2498)
  • [CodeQuality] Fix default array param in CallableThisArrayToAnonymousFunctionRector (#2527)
  • [Transform] Handle with this->method() from current class on MethodCallToMethodCallRector (#2531)
  • [PHP 7.0] skip non-existing method in StaticCallOnNonStaticToInstanceCallRector (#2532)
  • [PHP 7.4] Skip default expr type on property, if there is mixed assign (#2534)
  • [Php56] Skip multiple catch with same variable on AddDefaultValueForUndefinedVariableRector (#2533)
  • [Php80] Skip Assign on its var not directly used in next return on ChangeSwitchToMatchRector (#2535), #7247
  • [Php81] Skip str_replace() pass array subject on NullToStrictStringFuncCallArgRector (#2541)
Commits
  • 3e494a7 Rector 0.13.6
  • c9b4c3f Updated Rector to commit 0fb4f5bfbbf4460ddb40b168cf40555f089d3a45
  • 7e8b6a2 Updated Rector to commit e8ca23fd1592e9a0e6587d0ecddc6199a5c219d3
  • 8c3b690 Updated Rector to commit 79b25e861d51dd85764420a94fe56343b01b1a04
  • 7547ec3 Updated Rector to commit dd4064e431f6876e706c7615bee5e01e11a71044
  • f638f7a Updated Rector to commit fe88fbb6306cec3728b9158fd13b1cfd23b9f0f6
  • bb396cb Updated Rector to commit 6c713a776c54053537fcca97630d2da154d95514
  • 9550950 Updated Rector to commit a16bc1b5762df29a2f71ddab8acfd7684205d8ce
  • 491ac4d Updated Rector to commit a16bc1b5762df29a2f71ddab8acfd7684205d8ce
  • c1ace7d Updated Rector to commit d4ec140212e815b6ddc6fbbda7fba7acbc7c10e1
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot requested a review from a team as a code owner June 22, 2022 10:07
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 22, 2022
@Zales0123
Copy link
Contributor

@dependabot rebase

Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@0.12.19...0.13.6)

---
updated-dependencies:
- dependency-name: rector/rector
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/rector/rector-tw-0.13.6 branch from 40d79d0 to ca37370 Compare June 23, 2022 08:02
@lchrusciel lchrusciel merged commit b9fbf90 into master Jun 23, 2022
@lchrusciel lchrusciel deleted the dependabot/composer/rector/rector-tw-0.13.6 branch June 23, 2022 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants