Skip to content

build(deps-dev): update rector/rector requirement from 0.14.3 to 0.14.4 #6603

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

Merged
merged 2 commits into from
Sep 28, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 28, 2022

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

Release notes

Sourced from rector/rector's releases.

Released Rector 0.14.4

New Features 🥳

  • [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)
Commits
  • 149764b Rector 0.14.4
  • de60227 Updated Rector to commit cbe52ed52d2231d1487196fddf114c7fae341555
  • 89cb1be Updated Rector to commit eeacb4fb2889cd04a4ef532c59337089dc8ecb7c
  • 0c28bef Updated Rector to commit 643c444d936e692a8a0224b7e7c81a74be40d398
  • debee17 Updated Rector to commit 6b3ce0af37a7fbae87d06e43bc485616bf81be3e
  • fb7d11d Updated Rector to commit 2015f4680793359cf0135a5f1a9f3e74b6ee632a
  • 44e9f0d Updated Rector to commit 429c9c087662fbd35e10e5d044b63aabfb1872f7
  • 465ae70 Updated Rector to commit 54cc8e7a839343023a10a4ee230b9973dd03c376
  • 9fc9967 Updated Rector to commit df36e385def96b447520c35e341e46e16cbffb56
  • 2395bb1 Updated Rector to commit 54ff28da2aebcbb38d1f740be83dc839deeb4a99
  • 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)

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.14.3...0.14.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update external dependencies php Pull requests that update Php code labels Sep 28, 2022
@samsonasik samsonasik self-assigned this Sep 28, 2022
@samsonasik
Copy link
Member

StringClassNameToClassConstantRector is now skip short name by default, so no need to define the short name classes to be skipped.

@samsonasik samsonasik merged commit 979baa1 into develop Sep 28, 2022
@samsonasik samsonasik deleted the dependabot/composer/rector/rector-0.14.4 branch September 28, 2022 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update external dependencies php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant