Skip to content

chore(deps-dev): update rector/rector requirement from 0.13.2 to 0.13.3 #6057

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 1 commit into from
May 31, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 31, 2022

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

Release notes

Sourced from rector/rector's releases.

Released Rector 0.13.3

Rector release downgrade is now handled in single run and with parallel run ⚡ It's faster and vendor includes only the packages it really uses.

New Features 🎉

  • [Laravel] Add set for Laravel 9.x (#49), Thanks @​hirenkeraliya
  • [Attribures] Add annotation to attribute core rename in AnnotationToAttributeRector (#2384)

This now allows annotation to attribute rename with change in the namespace:

-use Project\Annotation\Security as SC;
+use Project\Attribute\Security as SC;
-/**



@​SC\LoggedIn


*/
+#[SC\LoggedIn]
final class PrivateController
{
}

Bugfixes 🐛

  • [Transform] Skip different method on CallableInMethodCallToVariableRector (#2395)
  • [CodeQuality] Add empty array support to InlineArrayReturnAssignRector (#2397)
  • [PHP 8.2] Skip readonly class on property without type in ReadOnlyClassRector (#2398)
  • Add annotation to attribute core rename in AnnotationToAttributeRector (#2380)
  • [DowngradePhp81] Handle crash parent Arg is missing scope on DowngradeFirstClassCallableSyntaxRector (#2387)

Changes 📆

  • remove working-dir option as not compatible with parallel run, better handle via CI working-dir options (#2387)
Commits
  • 38c15a1 Rector 0.13.3
  • f40a2a2 Updated Rector to commit c85e9339be70f1795b68de9e3f77e38b9e7ad696
  • 80e45b1 Updated Rector to commit 32afbbe079de59a57522426215f84c14ac5dbe60
  • 82e4121 Updated Rector to commit 967279219d369ccb2e85ef1d7b34c4fa2ab60531
  • 8779477 Updated Rector to commit 3619d8bdaa2f48b04c5af3743c40968d76a49a8a
  • c25adde Updated Rector to commit 3778486d88990cc32030941d9fad4f7a9824a6c7
  • 8506c85 Updated Rector to commit 01fc91e57548e29d58db7e5c24a555b9d385828e
  • 0501290 Updated Rector to commit dc6bd9680c930795d9dd34fac16d5ff8304cc530
  • 5975ecb Updated Rector to commit 0dc9777f46971c709fea00ef85df87418654a0b5
  • 6612bb0 Updated Rector to commit 7df41da0558f1d013fb705339784c7cbe0b88b96
  • 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.13.2...0.13.3)

---
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 May 31, 2022
@samsonasik samsonasik merged commit 5acfe78 into develop May 31, 2022
@samsonasik samsonasik deleted the dependabot/composer/rector/rector-0.13.3 branch May 31, 2022 16:27
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