CPS-IT / project-builder

Composer package to create new projects from project templates
https://project-builder.cps-it.de/
GNU General Public License v3.0
24 stars 2 forks source link

[TASK] Update rector/rector to v1.2.3 #588

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

rectorphp/rector (rector/rector) ### [`v1.2.3`](https://togithub.com/rectorphp/rector/releases/tag/1.2.3): Released Rector 1.2.3 [Compare Source](https://togithub.com/rectorphp/rector/compare/1.2.2...1.2.3) ลก## New Features :partying_face: - Add withRealPathReporting() to allow real paths in output formatters ([#​6187](https://togithub.com/rectorphp/rector-src/pull/6187)), Thanks [@​llaville](https://togithub.com/llaville)! - Add known type casting to AnnotationToAttributeRector ([#​6217](https://togithub.com/rectorphp/rector-src/pull/6217))

#### Bugfixes :bug: - Only import docblock if import name enabled on PostFileProcessor ([#​6185](https://togithub.com/rectorphp/rector-src/pull/6185)) - fix issue [#​8755](https://togithub.com/rectorphp/rector/issues/8755) about wrong systemError location ([#​6184](https://togithub.com/rectorphp/rector-src/pull/6184)), Thanks [@​llaville](https://togithub.com/llaville)! - \[PostRector] Only register ClassRenamingPostRector when class data collector not empty ([#​6188](https://togithub.com/rectorphp/rector-src/pull/6188)) - \[Performance] \[PostRector] Avoid unnecessary traverse() to count total namespaces on NameImportingPostRector ([#​6191](https://togithub.com/rectorphp/rector-src/pull/6191)) - Support more assign cases in PropertyFetchAssignManipulator ([#​6192](https://togithub.com/rectorphp/rector-src/pull/6192)), Thanks [@​andersonamuller](https://togithub.com/andersonamuller)! - Use instanceof check ([#​6200](https://togithub.com/rectorphp/rector-src/pull/6200)) - Skip symfony response in ReturnTypeFromReturnNewRector ([#​6202](https://togithub.com/rectorphp/rector-src/pull/6202)) - Skip only response inside controller class ([#​6204](https://togithub.com/rectorphp/rector-src/pull/6204)) - Carbon use parse method ([#​6183](https://togithub.com/rectorphp/rector-src/pull/6183)), Thanks [@​florisbosch](https://togithub.com/florisbosch)! - \[Php54] No need reprint when array is just created on LongArrayToShortArrayRector ([#​6206](https://togithub.com/rectorphp/rector-src/pull/6206)) - \[TypeDeclaration] Handle crash on nullable intersection on ClosureReturnTypeRector ([#​6213](https://togithub.com/rectorphp/rector-src/pull/6213)) - Merge only if one item follow next to avoid skipping a type in MultiExceptionCatchRector ([#​6216](https://togithub.com/rectorphp/rector-src/pull/6216)) - \[Php71] Allow multiple same catches on MultiExceptionCatchRector ([#​6218](https://togithub.com/rectorphp/rector-src/pull/6218)) - \[CodeQuality] Skip Generator on SimplifyForeachToCoalescingRector ([#​6221](https://togithub.com/rectorphp/rector-src/pull/6221)) - \[CodeQuality] Ensure check native array type on Foreach\* rules ([#​6222](https://togithub.com/rectorphp/rector-src/pull/6222)) - \[TypeDeclaration] Skip isset and empty with index on param variable on StrictArrayParamDimFetchRector ([#​6227](https://togithub.com/rectorphp/rector-src/pull/6227)) - \[TypeDeclaration] Skip mixed in union on ClosureReturnTypeRector ([#​6228](https://togithub.com/rectorphp/rector-src/pull/6228))

#### Removed :skull: - Remove SimplifyUselessVariableRector from code quality level ([#​6201](https://togithub.com/rectorphp/rector-src/pull/6201)), Thanks [@​Harfusha](https://togithub.com/Harfusha)! *** #### rectorphp/rector-symfony - Add the Symfony 7.0 set to SymfonySetList.php ([#​659](https://togithub.com/rectorphp/rector-symfony/pull/659)), Thanks [@​pbowyer](https://togithub.com/pbowyer) - add ContainerGetNameToTypeInTestsRector to symfony-constructor-injection set ([#​656](https://togithub.com/rectorphp/rector-symfony/pull/656)) - \[Config] Add ParameterBagToAutowireAttributeRector ([#​654](https://togithub.com/rectorphp/rector-symfony/pull/654)) - add void fixture ([#​653](https://togithub.com/rectorphp/rector-symfony/pull/653)) - \[CodeQuality] Remove no returns check on ResponseReturnTypeControllerActionRector ([#​652](https://togithub.com/rectorphp/rector-symfony/pull/652)) - Add new Response() support to ResponseReturnTypeControllerActionRector ([#​651](https://togithub.com/rectorphp/rector-symfony/pull/651)) - \[Configs] Add MergeServiceNameTypeRector ([#​650](https://togithub.com/rectorphp/rector-symfony/pull/650)) - Deprecate ServicesSetNameToSetTypeRector as it creates invalid code ([#​649](https://togithub.com/rectorphp/rector-symfony/pull/649))
#### rectorphp/rector-doctrine - Add ODM support to TypedPropertyFromToManyRelationTypeRector ([#​335](https://togithub.com/rectorphp/rector-doctrine/pull/335)) - Add next fixture ([#​334](https://togithub.com/rectorphp/rector-doctrine/pull/334)) - Include ODM in description ([#​333](https://togithub.com/rectorphp/rector-doctrine/pull/333)) - Add TYPED_COLLECTIONS set, to have rules deadling with collections together ([#​332](https://togithub.com/rectorphp/rector-doctrine/pull/332)) - Merge AddReturnDocBlockToCollectionPropertyGetterByToManyAttributeRector to single rule ([#​331](https://togithub.com/rectorphp/rector-doctrine/pull/331)) - Add odm support to AddReturnDocBlockToCollectionPropertyGetterByToManyAnnotationRector ([#​330](https://togithub.com/rectorphp/rector-doctrine/pull/330)) - Add ODM support to ExplicitRelationCollectionRector ([#​329](https://togithub.com/rectorphp/rector-doctrine/pull/329))
#### rectorphp/rector-phpunit - \[PHPUnit100] Skip First class callable on RemoveSetMethodsMethodCallRector ([#​352](https://togithub.com/rectorphp/rector-phpunit/pull/352)) - Add magic methods mocking to RemoveSetMethodsMethodCallRector ([#​351](https://togithub.com/rectorphp/rector-phpunit/pull/351)) - \[CodeQuality] SetUpBeforeClassToSetUpRector ([#​350](https://togithub.com/rectorphp/rector-phpunit/pull/350))

Configuration

๐Ÿ“… Schedule: Branch creation - "every weekday" (UTC), 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.



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

codeclimate[bot] commented 3 months ago

Code Climate has analyzed commit ca87432f and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 96.5% (0.0% change).

View more on Code Climate.

coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 10356501657

Details


Totals Coverage Status
Change from base Build 10346963935: 0.0%
Covered Lines: 2221
Relevant Lines: 2301

๐Ÿ’› - Coveralls