Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2022

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

Release notes

Sourced from rector/rector's releases.

Released Rector 0.14.8

New Features 🥳

  • Update PHP-Parser to ^4.15.2 (#3057)
  • [Php80] Add $object::class support on GetDebugTypeRector (#3039)
  • [Php81] Register uniqid function on NullToStrictStringFuncCallArgRector (#3045), Thanks @​bkosun!
  • [Init] Add smart paths detection to "init" command to make first Rector experience better (#3050)
  • [Core] Improve performance: only reindex Node Attributes when Original Node is not null (#3043)
  • [Core] Improve performance: only update and connect parent Node when different Node (#3044)
  • [Core] Improve performance: remove unnecessary loop StmtsAwareInterface to fill Scope on PHPStanNodeScopeResolver (#3048)
  • [Core] Improve performance on NodeComparator (#3049)
  • [Core] Improve performance: verify consecutive execute same Rector Rule when Original Node is Null (#3047)
  • [Core] Improve performance: remove unnecessary loop on SimpleCallableNodeTraverser (#3053)

Bugfixes 🐛

  • [Caching] Fix cache consecutive run rector with --dry-run (#3060)
  • [Php80][CodeQuality] Handle crash on ExplicitMethodCallOverMagicGetSetRector+ChangeSwitchToMatchRector (#3034)
  • [Php55] Handle crash on ([[:upper:]]+) regex on PregReplaceEModifierRector (#3037)
  • Apply node->isFirstCallable() check early before ->getArgs() when possible on CallLike (#3038)
  • Fix var/property usage for RemoveUnusedNonEmptyArrayBeforeForeachRector. (#3040), Thanks @​Wohlie!
  • [Php81][Restoration] Handle crash on ReadOnlyPropertyRector+MakeTypedPropertyNullableIfCheckedRector (#3046)
  • Re-print on constructor promotion (#3051), Thanks @​greg0ire!
  • remove NodeTypeAnalyzer (#3055), Thanks @​staabm!
  • [Core] Fix resolve scope handling when parent Node just re-printed (#3056)
Commits
  • 46ee9a1 Rector 0.14.8
  • e97dbec Updated Rector to commit 2af80959bc599d7318c1fe4f1662c411937634be
  • cf32f86 Updated Rector to commit 419c4f8e5268854e234b14e62dfc2d90d904951b
  • 3495067 Updated Rector to commit 2be958b4e4db947c63777443eafb886274a5c7c7
  • c976b41 Updated Rector to commit 2be958b4e4db947c63777443eafb886274a5c7c7
  • 142e95d Updated Rector to commit 295c489f26f3509e9980ea0529137e710e7227e3
  • 4464342 Updated Rector to commit 03f627b38589a03c59108e71d66fb3c04bf0dacf
  • 311b8e7 Updated Rector to commit 3fd129ff50ca57f219130fe9665bd4951fac42bd
  • 726ca40 Updated Rector to commit 64f4a55aa43b1197247637192b04bc48c7a77877
  • d48b0e7 Updated Rector to commit a8fd5aacc7d1adc87d971e29604deacdcc3376c1
  • 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.7...0.14.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Nov 15, 2022
@samsonasik samsonasik self-assigned this Nov 15, 2022
@samsonasik samsonasik merged commit 61c88d8 into develop Nov 15, 2022
@samsonasik samsonasik deleted the dependabot/composer/rector/rector-0.14.8 branch November 15, 2022 08:17
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 php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants