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

chore(deps): update dependency rector/rector to v1.1.0 #42

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 18, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

rectorphp/rector (rector/rector)

v1.1.0: Released Rector 1.1.0

Compare Source

New Features πŸ₯³

Bugfixes πŸ›

  • [CodeQuality] Skip increment variable on else on TernaryFalseExpressionToIfRector (#​5867)
  • [CodeQuality] Skip on property and class const on CallableThisArrayToAnonymousFunctionRector (#​5869)
  • [NodeTypeResolver] Using built int ->isArray()->yes() on ArrayTypeAnalyzer::isArrayType() (#​5870)
  • Fix "method x was not found in reflection of class" (#​5871), Thanks @​staabm!
  • [NodeTypeResolver] Clean up array check on NameTypeResolver (#​5872)
  • [NodeTypeResolver] Clean up "this" from NameTypeResolver, as not from Name node (#​5873)
  • [TypeDeclaration] Skip array by doc with different assign on ReturnTypeFromStrictNewArrayRector (#​5875)
  • [TypeDeclaration] Skip possible array on StrictStringParamConcatRector (#​5876)
  • [Performance] Ensure call $reflector->reflectAllClasses() once on Worker take 3 (#​5878)
  • [Performance] Call cached class names collection on FamilyRelationsAnalyzer (#​5879)
  • [NodeTypeResolver] Clean up resolve cache class name key (#​5880)
  • [NodeTypeResolver] No need json_decode/json_encode for cache class name collection (#​5881)
  • [TypeDeclaration] Handle crash on interface Mixin on ReturnTypeFromStrictConstantReturnRector (#​5884)
  • [PHPStan] Handle PHPStan internal ShouldNotHappenException on FamilyRelationsAnalyzer and PHPStanNodeScopeResolver (#​5885)
  • [NodeTypeResolver] No need to resolve class name on anonymous classes (#​5886)
  • [PHPStan] Fix missingType.generics notice on phpstan.neon on PHPStan 1.11 (#​5888)
  • [TypeDeclaration] Skip unitialized property on EmptyOnNullableObjectToInstanceOfRector (#​5889)
  • [Php80] Skip remove non-mixed type doc on MixedTypeRector (#​5874)
  • [TypeDeclaration] Add test for nullable object usage on AddReturnTypeDeclarationRector (#​5887)
  • [Configuration] Add missing LevelSetList::UP_TO_PHP_84 on PhpLevelSetResolver::resolveFromPhpVersion() (#​5890)

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

Copy link
Contributor

github-actions bot commented May 18, 2024

Coverage report for commit: 197dbb5
File: coverage/clover.xml

Summary - Lines: 98.16% | Methods: 94.23%
false
FilesLinesMethods
src/Awareness
Β  Β CircuitBreakerAwareTrait.php100.00%100.00%
src
Β  Β Circuit.php100.00%100.00%
Β  Β CircuitBreaker.php100.00%100.00%
Β  Β CircuitBreakerFactory.php100.00%100.00%
Β  Β State.php100.00%100.00%
src/Exception
Β  Β CircuitBreakerException.php100.00%100.00%
Β  Β OpenCircuitException.php100.00%100.00%
src/HeaderPolicy
Β  Β HttpHeaderPolicy.php100.00%100.00%
Β  Β PolicyChain.php100.00%100.00%
Β  Β RateLimitPolicy.php100.00%100.00%
Β  Β RetryAfterPolicy.php100.00%100.00%
src/Policy
Β  Β ConstantRetryPolicy.php100.00%100.00%
Β  Β ExponentialRetryPolicy.php88.89%66.67%
Β  Β LinearRetryPolicy.php88.89%66.67%
src/Storage
Β  Β CacheStorage.php100.00%100.00%
Β  Β InMemoryStorage.php91.67%66.67%

πŸ€– comment via lucassabreu/comment-coverage-clover

@renovate renovate bot force-pushed the renovate/rector-rector-1.x-lockfile branch from 9dce02c to 197dbb5 Compare June 4, 2024 00:57
@ksaveras ksaveras merged commit b5f0c28 into main Jun 11, 2024
8 checks passed
@ksaveras ksaveras deleted the renovate/rector-rector-1.x-lockfile branch June 11, 2024 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant