Update Development packages (minor)#335
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
e430452 to
921d950
Compare
921d950 to
adf9b61
Compare
6d1814b to
51d3040
Compare
51d3040 to
25104d7
Compare
25104d7 to
ea8b4bb
Compare
ea8b4bb to
17565a9
Compare
17565a9 to
80d9171
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.1.56→^2.2.1^2.0.19→^2.4.5Release Notes
phpstan/phpstan-phar-composer-source (phpstan/phpstan)
v2.2.1Compare Source
v2.2.0Compare Source
rectorphp/rector (rector/rector)
v2.4.5: Released Rector 2.4.5Compare Source
New Features 🥳
Bugfixes 🐛
rectorphp/rector-symfony
rectorphp/rector-doctrine
rectorphp/rector-phpunit
rectorphp/rector-downgrade-php
v2.4.4: Released Rector 2.4.4Compare Source
New Features 🥳
Bugfixes 🐛
Removed 💀
rectorphp/rector-symfony
rectorphp/rector-downgrade-php
v2.4.3: Released Rector 2.4.3Compare Source
New Features 🥳
Bugfixes 🐛
ClassPropertyAssignToConstructorPromotionRectorwhen types do not match (#7972), Thanks @mspirkov!adb24d0)7805989)Removed 💀
2166603)rectorphp/rector-symfony
rectorphp/rector-phpunit
rectorphp/rector-downgrade-php
v2.4.2: Released Rector 2.4.2Compare Source
New Features 🥳
Bugfixes 🐛
rectorphp/rector-symfony 🎵
v2.4.1: Released Rector 2.4.1Compare Source
New Features 🥳
RemoveUselessTernaryRector(#7961)CoalesceToTernaryRector(#7960)--rules-summaryoption to display applied rules summary with count (#7874), Thanks @carlos-granados!#[Override]attribute to methods implementing interfaces (#7934), Thanks @hockdudu!Bugfixes 🐛
Deprecations 💀
NewInInitializerRectoras depends on context (#7913)v2.4.0: Released Rector 2.4.0Compare Source
New Features 🥳
SafeDeclareStrictTypesRectorto code quality set (#7935), Thanks @calebdw!Bugfixes 🐛
Removed 💀
rectorphp/rector-symfony 🎵
rectorphp/rector-doctrine 🟠
rectorphp/rector-phpunit 🟢
v2.3.9: Released Rector 2.3.9Compare Source
New Features 🥳
StrictInArrayRector(#7921)Bugfixes 🐛
rectorphp/rector-symfony 🎵
rectorphp/rector-doctrine 🟠
rectorphp/rector-phpunit 🟢
v2.3.8: Released Rector 2.3.8Compare Source
Bugfixes 🐛
rectorphp/rector-symfony
v2.3.7: Released Rector 2.3.7Compare Source
New Features 🥳
Bugfixes 🐛
RemoveParentDelegatingConstructorRector(#7900), Thanks @marcreichel!rectorphp/rector-symfony 🎵
rectorphp/rector-phpunit 🟢
BehatPHPUnitAssertToWebmozzartRector(#658)AddKeysExistsAssertForKeyUseRector(#657)rectorphp/rector-downgrade-php ⬇️
DowngradeUnionIntersectionRector(#363)v2.3.6: Released Rector 2.3.6Compare Source
New Features 🥳
rector.dist.phpdist file (#7845), Thanks @carlos-granados!Bugfixes 🐛
rectorphp/rector-symfony 🎵
rectorphp/rector-phpunit 🟢
v2.3.5: Released Rector 2.3.5Compare Source
New Features 🥳
SafeDeclareStrictTypesRector(#7814), Thanks @calebdw!Bugfixes 🐛
rectorphp/rector-symfony 🎵
rectorphp/rector-doctrine 🟠
rectorphp/rector-phpunit 🟢
NoSetupWithParentCallOverrideRector(#617)DirectInstanceOverMockArgRector(#609)CreateStubOverCreateMockArgRector(#608)v2.3.4: Released Rector 2.3.4Compare Source
Bugfixes 🐛
v2.3.3: Released Rector 2.3.3Compare Source
Bugfixes 🐛
61f8719Pin PHPStan 2.1.34, as 2.1.35 introduced a complex regression breaking Rector - see rectorphp/rector-src#7847v2.3.2: Released Rector 2.3.2Compare Source
New Features 🥳
DeprecatedAnnotationToDeprecatedAttributeRectorfor PHP 8.5 to explicit ConstAndTraitDeprecatedAttributeRector, add trait suport (#7823)Bugfixes 🐛
rectorphp/rector-phpunit 🟢
v2.3.1: Released Rector 2.3.1Compare Source
New Features and Changes 🥳
AddReturnDocblockForDimFetchArrayFromAssignsRector(#7792)AddReturnDocblockFromMethodCallDocblockRector(#7796)AddVarArrayDocblockFromDimFetchAssignRector(#7801)RemoveDeadIfBlocksRector(#7528), Thanks @john-shaffer!RemoveVoidDocblockFromMagicMethodRector(#7822) - Thanks @parijke!Bugfixes 🐛
AddReturnDocblockFromMethodCallDocblockRector(#7797)AddReturnDocblockFromMethodCallDocblockRector(#7798)DocblockReturnArrayFromDirectArrayInstanceRector(#7795)AddTypeToConstRector(#7804)RemoveNextSameValueConditionRectorin dead-code set (#7790)v2.3.0: Released Rector 2.3Compare Source
New Features 🥳
FileNodeto handle file-level changes (#7728) to be used instead ofFileWithoutNamespacenode - see https://github.com/rectorphp/rector-src/blob/main/UPGRADING.md for the upgradePrivatizeFinalClassConstantRector(#7753), Thanks @simonschaufi!RemoveParentDelegatingConstructorRector(#7769)Bugfixes 🐛
SymplifyQuoteEscapeRectordeprecated rule for BC layer (#7744)SortNamedParamRectortoSortCallLikeNamedArgsRectorto be more clear about the intent (#7751)Removed 💀
rectorphp/rector-symfony 🎵
rectorphp/rector-doctrine 🟠
FileNode(#474)rectorphp/rector-phpunit 🟢
v2.2.14: Released Rector 2.2.14Compare Source
Bugfixes 🐛
FirstClassCallableRectorand mark as deprecated to keep BC (#7742)v2.2.13: Released Rector 2.2.13Compare Source
Bugfixes 🐛
v2.2.12: Released Rector 2.2.12Compare Source
Bugfixes 🐛
NewlineBetweenClassLikeStmtsRector(#7698), Thanks @parth391!SetTypeToCastRector(#7699)NodeTravser::*where possible, use node visitor attribute key instead (#7697)Removed and Deprecated 💀
Configuration
📅 Schedule: (in timezone America/New_York)
* * * * 0,6)* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.