lexik-jose-bridge
lexik-jose-bridge copied to clipboard
Update rector/rector requirement from ^0.12 to ^0.17
Updates the requirements on rector/rector to permit the latest version.
Release notes
Sourced from rector/rector's releases.
Released Rector 0.17
Preparing for Rector 1.0
In this release, we focus on architecture improvements before reaching Rector 1.0. We want to lower the memory usage and make Rector run faster.
This include removing next/previous nodes - this will most likely not affect you, as Rector rules were upgraded, but if you do you use them, switch to
StmtsAwareInterface
insteadWe follow PHPStan 1.6 move from April 2022, where you can learn more: https://phpstan.org/blog/preprocessing-ast-for-custom-rules
- Replace NodeConnectingVisitor with ParentConnectingVisitor (#3900)
To see how to refactor to
StmtsAwareInterface
, check these PRs:
- Remove NEXT_NODE dependency in ChangeAndIfToEarlyReturnRector, narrow to only closed scope function likes (#3913)
- Remove NEXT_NODE from SimplifyIfReturnBoolRector (#3915)
- [DeadCode] Remove next attribute on RemoveUnusedVariableAssignRector ([#3917](https://github.com/rectorphp/
- [CodingStyle] Refactor CatchExceptionNameMatchingTypeRector to use StmtsAwareInterface (#3788)
Add/remove nodes directly 👍
The next improvement focuses on explicit node adding/removal. Thanks to
StmtsAwareInterface
we can add nodes directly. This makes Rectorrefactor()
method contain all the code you need.
- Cleanup usage of NodesToAddCollector, return nodes directly instead (#4003)
- Cleanup removeNodeFromStatements(), removeArg(), removeParam(), removeStmt() methods and remove nodes directly (#4012)
- Remove unused addNodeAfterNode(), return nodes instead (#4023)
- Remove unused method addNodesBeforeNode() (#4024)
New Features :partying_face:
- [PHP 7.0] Add
IfIssetToCoalescingRector
(#3878)- Support attributes in
RemoveFinalFromEntityRector
(#3727), Thanks@alexndlm
!- Add
SwapMethodCallArgumentsRector
(#3726), Thanks@gaydamakha
!- [CodeQuality] Add
CleanupUnneededNullsafeOperatorRector
(#3767)- Make
ReturnNeverTypeRector
work with type declaration, add it to PHP 8.1 set (#3852)- [TypeDeclaration] Add
BoolReturnTypeFromStrictScalarReturnsRector
(#3898)- Make ChangeGlobalVariablesToPropertiesRector add properties directly, remove Nette inject methods (#3957)
- Utilize MinPhpVersionInterface in more rules (#3752), Thanks
@staabm
!- Dump dependency container and re-use it - 35% faster test-suite (#3809), Thanks
@staabm
!- Defer type-resolving in RemoveJustPropertyFetchRector (#3761), Thanks
@staabm
!Bugfixes :bug:
- [TypeDeclaration] Skip Arg unpack on AddMethodCallBasedStrictParamTypeRector (#3787)
... (truncated)
Commits
d8da002
Rector 0.17.0a4b4c3a
Updated Rector to commit bdc2fc99631f67eeb2d96e2cf0906279c2561c9a9a2931c
Updated Rector to commit bdc2fc99631f67eeb2d96e2cf0906279c2561c9abfd8f1a
Updated Rector to commit bdc2fc99631f67eeb2d96e2cf0906279c2561c9ab655a25
Updated Rector to commit 81e8c74b0ea2a107db681ee21c13925837b84abca31c14f
Updated Rector to commit 98fa6b51c4114010cb45c7f07ad96256430bf605c0ad822
Updated Rector to commit 227186b39430fee40e5c6ba5ff7261700c9d5031c8207cf
Updated Rector to commit b84fe9524aa20e200f743f13f6925d93225c6280f7d04bd
Updated Rector to commit b84fe9524aa20e200f743f13f6925d93225c6280089eca6
Updated Rector to commit b84fe9524aa20e200f743f13f6925d93225c6280- 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)