Skip to content
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

deps(deps): update dependency rector/rector to v1.2.9 #562

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rector/rector (source) 1.2.2 -> 1.2.9 age adoption passing confidence

Release Notes

rectorphp/rector (rector/rector)

v1.2.9

Compare Source

v1.2.8: Released Rector 1.2.8

Compare Source

Bugfixes 🐛

  • [UnusedImport] Fix removing multiple uses (#​6376), Thanks @​jorgsowa!
  • [PostRector] Clean up variables and conditional usage on UnusedImportRemovingPostRector (#​6378)
  • [PostRector] Reduce repetitive toString() on loop on UnusedImportRemovingPostRector (#​6379)
  • [CodeQuality] Skip no @​ property doc on DynamicDocBlockPropertyToNativePropertyRector (#​6380)
  • [CodeQuality] Handle with other attributes on DynamicDocBlockPropertyToNativePropertyRector (#​6381)
  • [CodeQuality] Use existing PhpAttributeAnalyzer service instead of AttributeFinder from Doctrine package on DynamicDocBlockPropertyToNativePropertyRector (#​6382)
  • Fix duplicated register ContinueToBreakInSwitchRector in php52.php and php73.php (#​6385)
  • [AutoImport] Fix missing @​ in deep annotation auto import (#​6386)
  • [DeadCode] Skip non FullyQualified property type on RemoveTypedPropertyNonMockDocblockRector (#​6383)

New Features 🥳

  • [CodeQuality] Add DynamicDocBlockPropertyToNativePropertyRector (#​5691)
  • [DX] [Experimental] Add withPhpLevel() to raise PHP level one rule at a time (#​6261)

v1.2.7: Released Rector 1.2.7

Compare Source

New Features 🥳


Bugfixes 🐛

  • Fixed --memory-limit=-1 option handling when used in parallel (#​6349), Thanks @​ddegasperi!
  • [Php70] Fix delimiter in the middle on EregToPregMatchRector (#​6356)
  • [Php70] More delimiter case in the middle fix on EregToPregMatchRector (#​6357)
  • [Php80] Cast string/int for int vs string condition and case condition on ChangeSwitchToMatchRector (#​6359)
  • [DeadCode] Skip from call with return docblock on ReduceAlwaysFalseIfOrRector (#​6361)
  • [TypeDeclaration] Closure Param Types from Iterator Source (#​6345), Thanks @​peterfox!
  • [Privatization] Allow privatize protected promoted property on PrivatizeFinalClassPropertyRector (#​6360)
  • [DeadCode] Skip with Else and ElseIf on SimplifyIfNotNullReturnRector (#​6365)
  • [Php70] Handle empty branch crash on unprintable char \x0C on EregToPregMatchRector (#​6368)
  • [UnusedImport] Different letter case for classes + optimization (#​6362), Thanks @​jorgsowa!
  • [CodeQuality] Skip else indirect return on SimplifyIfReturnBoolRector (#​6371)
  • [CodeQuality] Clean up else check on SimplifyIfReturnBoolRector (#​6372)
  • [TypeDeclaration] Fix deep nested array docblock with \ prefix on ReturnTypeFromStrictNewArrayRector (#​6373)
  • [EarlyReturn] Skip nested with OR in root if statement condition on ChangeNestedForeachIfsToEarlyContinueRector (#​6375)
  • [DeadCode] Skip RemoveUnusedPrivatePropertyRector in middle assign (#​6363)

Removed 💀

  • [NodeAnalyzer] Remove ClassAnalyzer::isAnonymousClassName() (#​6351)
  • [NodeAnalyzer] Remove unused AstResolver on VariadicAnalyzer (#​6353)
  • [DeadCode] Clean up double private method filtering on RemoveUnusedPrivateMethodRector (#​6364)
  • [DeadCode] Skip union docblock param with is_object() native type check on RemoveAlwaysTrueIfConditionRector (#​6370)



rectorphp/rector-symfony 🎵

  • [CodeQuality] Add AddTraitGetterReturnTypeBasedOnSetterRequiredRector (#​671)

rectorphp/rector-phpunit 🟢

  • [PHPUnit 10] Add ifs as default way for withConsecutive, as more readable and opens upgrade during PHPUnit 9 (#​382)
  • Use simple direct assert on consecutive in case of arrow function in callable (#​381)
  • Use more readable ifs on will return in WithConsecutiveRector (#​380)
  • add NarrowSingleWillReturnCallbackRector to code quality set (#​379)

v1.2.6: Released Rector 1.2.6

Compare Source

New Features 🥳

  • [TypeDeclaration] Add isset(), empty(), and negation support on BoolReturnTypeFromBooleanStrictReturnsRector (#​6339)
  • [TypeDeclaration] Add NativeMethodReflection support on ReturnStrictTypeAnalyzer (#​6344)
  • [DX] Show paths not match any file/directory on ProcessCommand when given path not exists (#​6307)

Bugfixes 🐛

  • [TypeDeclaration] Convert inline @​var tag to assert() (#​6300), Thanks @​carlos-granados!
  • Fix incorrect result after using RemoveByType in PhpDocInfo (#​6301), Thanks @​carlos-granados!
  • [TypeDeclaration] Skip nullable callable on TypedPropertyFromAssignsRector (#​6308)
  • Fix LocallyCalledStaticMethodToNonStaticRector when static function is called using the class name (#​6310), Thanks @​carlos-granados!
  • [Php81] Handle crash on ArrowFunction attribute on FirstClassCallableRector (#​6313)
  • [Performance] Reduce double traverse on StrictNativeFunctionReturnTypeAnalyzer (#​6320)
  • [PhpParser] Alternative PR for findInstancesOfScoped() to keep existing performance (#​6324)
  • [CodingStyle] Use double quote to escape quotes in EncapsedStringsToSprintfRector (#​6326)
  • [TypeDeclaration] Handle crash on func call not found on BoolReturnTypeFromBooleanStrictReturnsRector (#​6327)
  • Fix first class callable to use combineAcceptors() to avoid assert Arg instance error (#​6330)
  • [Php81] Allow used as assign expr on ReadOnlyPropertyRector (#​6331)
  • Skip arrow function in scoped search (#​6333)
  • [TypeDeclaration] Better approach for native type check on ReturnStrictTypeAnalyzer (#​6343)
  • [DeadCode] Skip extension load append variable on RemoveAlwaysTrueIfConditionRector (#​6332)
  • [TypeDeclaration] Remove only void type on ReturnedNodesReturnTypeInfererTypeInferer (#​6340)
  • [DeadCode] Skip indirect next line definition of @​var on RemoveNonExistingVarAnnotationRector (#​6348)

rectorphp/rector-symfony 🎵

  • Added return type declaration rules for FormTypeInterface (#​670), Thanks @​stollr

rectorphp/rector-phpunit 🟢

  • [CodeQuality] Add NarrowSingleWillReturnCallbackRector (#​374)
  • [CodeQuality] Add SingleWithConsecutiveToWithRector (#​370)
  • [CodeQuality] Add NarrowIdenticalWithConsecutiveRector (#​369)
  • [CodeQuality] Add AddParentSetupCallOnSetupRector (#​364)
  • Include match() to invoke counting in WithConsecutiveRector (#​362)
  • Move WithConsecutiveRector to its PHPUnit100 namespace, CreateMockToAnonymousClassRector + PreferPHPUnitSelfCallRector to CodeQuality (#​360)
  • Add existing willReturnCallback() support to WithConsecutiveRector (#​358)

v1.2.5: Released Rector 1.2.5

Compare Source

New Features and Improvements 🥳

  • 20-30 % Rector speedup - Optimise checking the node types allowed for each rule (#​6232), Thanks @​carlos-granados!
  • [docs] Add help on the default process command (#​6226), Thanks @​94noni!
  • [TypeDeclaration] Adds AddClosureParamTypeFromArgRector (#​6258)
  • Adds AddClosureParamTypeFromObjectRector (#​6265), Thanks @​peterfox!
  • [Config] Improve ComposerJsonPhpVersionResolver API, make use of explicit php set files (#​6273)
  • [FileSystem] Add data and writable to not include on InitFilePathsResolver (#​6285)
  • always make paths absolute before processing files (#​6293), Thanks @​Kanti!

Bugfixes 🐛

  • [CodeQuality] Handle crash on first class callable inside match on OptionalParametersAfterRequiredRector (#​6263)
  • [ReturnTypeInferer] Drop this/static docblock type check on ReturnTypeInferer (#​6270)

Removed 💀

  • [deprecated] Remove deprecated ChangeAndIfToEarlyReturnRector, CallableThisArrayToAnonymousFunctionRector + casting rules (#​6276)
  • [deprecations] Remove deprecated GetClassToInstanceOfRector, UseIncrementAssignRector, DetectNodeCommand (#​6278)
  • [deprecated] Remove deprecated closure return rules, return type from strict bool/scalar returns (#​6287)


rectorphp/rector-symfony 🎵

  • Add Class_ annotation support to TemplateAnnotationToThisRenderRector (#​666)

rectorphp/rector-doctrine 🟠

  • Refactor the OrderByKeyToClassConstRector to use the new enum only in Criteria::orderBy method calls (#​336), Thanks @​julienfastre

v1.2.4: Released Rector 1.2.4

Compare Source

Bugfixes 🐛

  • Fix PropertyTypeFromStrictSetterGetterRector for default null (#​6231)
  • [Php70] Fix with \r\n on EregToPregMatchRector (#​6246)
  • Optimise post rectors (#​6240), Thanks @​carlos-granados!
  • [Php84] Do not reprint node type on ExplicitNullableParamTypeRector (#​6250)
  • Skip Doctrine collections in TypedPropertyFromAssignsRector (#​6253)
  • Skip Columns from TypedPropertyFromAssignsRector, as handled better in doctrine rules (#​6254)
  • [AutoImport] Do not add cast on valid Integer type on Name Node on auto import enabled (#​6236)
  • [AutoImport] Do not add cast on valid Integer type on aliased Name Node on auto import enabled (#​6237)
  • [Performance] Cache should traverse for AddUseStatementGuard (#​6234)

New Features 🥳

  • Adds the ScalarValueToConstFetchRector rule (#​6195), Thanks @​peterfox!
  • [TypeDeclaration] Add AddParamArrayDocblockBasedOnCallableNativeFuncCallRector (#​6233)
  • [TypeDeclaration] Add AddReturnArrayDocblockBasedOnArrayMapRector (#​6235)

Deprecated 💀

  • Deprecate PublicConstantVisibilityRector, as adds public blindly everywhere; use scope-based approach instead (#​6238)

rectorphp/rector-symfony 🎵

  • [Symfony 6.1] Skip abstract class on CommandConfigureToAttributeRector (#​662)
  • [CodeQuality] skip array + non native response return on ResponseReturnTypeControllerActionRector (#​661)
  • [CodeQuality] Skip posible return array + response on ResponseReturnTypeControllerActionRector (#​660)
  • Do not convert to array Process->setInput() (#​647), Thanks @​refsz

rectorphp/rector-doctrine 🟠

  • [CodeQuality] Skip blob type on TypedPropertyFromColumnTypeRector (#​340)
  • Fix attribute support in ImproveDoctrineCollectionDocTypeInEntityRector (#​339)

rectorphp/rector-phpunit 🔵

v1.2.3: Released Rector 1.2.3

Compare Source

New Features 🥳


Bugfixes 🐛

  • Only import docblock if import name enabled on PostFileProcessor (#​6185)
  • fix issue #​8755 about wrong systemError location (#​6184), Thanks @​llaville!
  • Support more assign cases in PropertyFetchAssignManipulator (#​6192), Thanks @​andersonamuller!
  • Skip Symfony Response in ReturnTypeFromReturnNewRector (#​6202)
  • Skip only response inside controller class (#​6204)
  • [Php54] No need reprint when array is just created on LongArrayToShortArrayRector (#​6206)
  • [TypeDeclaration] Handle crash on nullable intersection on ClosureReturnTypeRector (#​6213)
  • [Php71] Allow multiple same catches on MultiExceptionCatchRector (#​6218)
  • [CodeQuality] Skip Generator on SimplifyForeachToCoalescingRector (#​6221)
  • [CodeQuality] Ensure check native array type on Foreach* rules (#​6222)
  • [TypeDeclaration] Skip isset and empty with index on param variable on StrictArrayParamDimFetchRector (#​6227)
  • [TypeDeclaration] Skip mixed in union on ClosureReturnTypeRector (#​6228)

Removed 💀




rectorphp/rector-symfony 🎵

  • Add the Symfony 7.0 set to SymfonySetList.php (#​659), Thanks @​pbowyer
  • [Config] Add ParameterBagToAutowireAttributeRector (#​654)
  • add void fixture (#​653)
  • [CodeQuality] Remove no returns check on ResponseReturnTypeControllerActionRector (#​652)
  • Add new Response() support to ResponseReturnTypeControllerActionRector (#​651)
  • [Configs] Add MergeServiceNameTypeRector (#​650)
  • Deprecate ServicesSetNameToSetTypeRector as it creates invalid code (#​649)

rectorphp/rector-doctrine 🟠

  • Add ODM support to TypedPropertyFromToManyRelationTypeRector (#​335)
  • Add next fixture (#​334)
  • Include ODM in description (#​333)
  • Add TYPED_COLLECTIONS set, to have rules deadling with collections together (#​332)
  • Merge AddReturnDocBlockToCollectionPropertyGetterByToManyAttributeRector to single rule (#​331)
  • Add odm support to AddReturnDocBlockToCollectionPropertyGetterByToManyAnnotationRector (#​330)
  • Add ODM support to ExplicitRelationCollectionRector (#​329)

rectorphp/rector-phpunit 🔵

  • [PHPUnit100] Skip First class callable on RemoveSetMethodsMethodCallRector (#​352)
  • Add magic methods mocking to RemoveSetMethodsMethodCallRector (#​351)
  • [CodeQuality] SetUpBeforeClassToSetUpRector (#​350)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from lotyp as a code owner June 21, 2024 10:39
@renovate renovate bot enabled auto-merge (rebase) June 21, 2024 10:39
Copy link

codecov bot commented Jun 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (7ac5e97) to head (1b891ed).

Additional details and impacted files
@@             Coverage Diff             @@
##              master      #562   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity         9         9           
===========================================
  Files              3         3           
  Lines             24        24           
===========================================
  Hits              24        24           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/rector-rector-1.x-lockfile branch from 4f280ae to c1e217e Compare July 1, 2024 16:54
@renovate renovate bot changed the title deps(deps): update dependency rector/rector to v1.1.1 deps(deps): update dependency rector/rector to v1.2.0 Jul 1, 2024
@renovate renovate bot force-pushed the renovate/rector-rector-1.x-lockfile branch from c1e217e to 648fb5f Compare July 16, 2024 01:32
@renovate renovate bot changed the title deps(deps): update dependency rector/rector to v1.2.0 deps(deps): update dependency rector/rector to v1.2.1 Jul 16, 2024
@renovate renovate bot force-pushed the renovate/rector-rector-1.x-lockfile branch from 648fb5f to 9b861dc Compare July 25, 2024 08:15
@renovate renovate bot changed the title deps(deps): update dependency rector/rector to v1.2.1 deps(deps): update dependency rector/rector to v1.2.2 Jul 25, 2024
@renovate renovate bot changed the title deps(deps): update dependency rector/rector to v1.2.2 deps(deps): update dependency rector/rector to v1.2.2 - autoclosed Aug 7, 2024
@renovate renovate bot closed this Aug 7, 2024
auto-merge was automatically disabled August 7, 2024 12:23

Pull request was closed

@renovate renovate bot deleted the renovate/rector-rector-1.x-lockfile branch August 7, 2024 12:23
@renovate renovate bot changed the title deps(deps): update dependency rector/rector to v1.2.2 - autoclosed deps(deps): update dependency rector/rector to v1.2.2 Aug 12, 2024
@renovate renovate bot reopened this Aug 12, 2024
@renovate renovate bot restored the renovate/rector-rector-1.x-lockfile branch August 12, 2024 17:21
@renovate renovate bot force-pushed the renovate/rector-rector-1.x-lockfile branch from 9b861dc to 1b891ed Compare August 12, 2024 17:22
@renovate renovate bot enabled auto-merge (rebase) August 12, 2024 17:22
@renovate renovate bot changed the title deps(deps): update dependency rector/rector to v1.2.2 deps(deps): update dependency rector/rector to v1.2.3 Aug 12, 2024
@renovate renovate bot changed the title deps(deps): update dependency rector/rector to v1.2.3 deps(deps): update dependency rector/rector to v1.2.4 Aug 25, 2024
Copy link
Contributor Author

renovate bot commented Aug 25, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update rector/rector:1.2.9 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Dependency phpstan/phpstan is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires rector/rector ^1.1 -> satisfiable by rector/rector[1.2.9].
    - rector/rector 1.2.9 requires phpstan/phpstan ^1.12.5 -> found phpstan/phpstan[1.12.5, 1.12.6, 1.12.7, 1.12.x-dev] but the package is fixed to 1.11.9 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
  Problem 2
    - orchestra/testbench is locked to version v9.2.0 and an update of this package was not requested.
    - orchestra/testbench v9.2.0 requires orchestra/workbench ^9.1 -> satisfiable by orchestra/workbench[v9.3.0].
    - orchestra/workbench v9.3.0 requires spatie/laravel-ray ^1.35 -> satisfiable by spatie/laravel-ray[1.37.1].
    - rector/rector 1.2.9 requires phpstan/phpstan ^1.12.5 -> found phpstan/phpstan[1.12.5, 1.12.6, 1.12.7, 1.12.x-dev] but the package is fixed to 1.11.9 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
    - spatie/laravel-ray 1.37.1 requires rector/rector ^0.19.2|^1.0 -> satisfiable by rector/rector[1.2.9].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@renovate renovate bot changed the title deps(deps): update dependency rector/rector to v1.2.4 deps(deps): update dependency rector/rector to v1.2.5 Sep 8, 2024
@renovate renovate bot changed the title deps(deps): update dependency rector/rector to v1.2.5 deps(deps): update dependency rector/rector to v1.2.6 Oct 3, 2024
@renovate renovate bot changed the title deps(deps): update dependency rector/rector to v1.2.6 deps(deps): update dependency rector/rector to v1.2.7 Oct 12, 2024
@renovate renovate bot changed the title deps(deps): update dependency rector/rector to v1.2.7 deps(deps): update dependency rector/rector to v1.2.8 Oct 18, 2024
@renovate renovate bot changed the title deps(deps): update dependency rector/rector to v1.2.8 deps(deps): update dependency rector/rector to v1.2.9 Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants