yiisoft / yii-gii

Yii code generator extension
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
33 stars 19 forks source link

Update rector/rector requirement from ^0.14.3 to ^0.15.20 #92

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on rector/rector to permit the latest version.

Release notes

Sourced from rector/rector's releases.

Released Rector 0.15.20

New Features :partying_face:

  • [DX] Add "setup-ci" command to ease integration to CI (#3425)
  • [CI] Move from EndBug/add-and-commit to stefanzweifel/git-auto-commit-action (#3426)
  • [CodeQuality] Add concat support on ReturnTypeFromStrictScalarReturnExprRector to be string (#3435)
  • [Php80] Add typed property Closure support on ClassPropertyAssignToConstructorPromotionRector (#3453)

Bugfixes :bug:

  • [Privatization] Fix crash on assign inside Arg on ChangeReadOnlyVariableWithDefaultValueToConstantRector (#3423)
  • [TypeDeclaration] Only apply false type on php 8.2+ configured on TypedPropertyFromAssignsRector (#3422)
  • [Php71] Set public constant on final constant on PublicConstantVisibilityRector (#3431)
  • [CodingStyle] Fix infinite loop on NewlineAfterStatementRector when parent attribute is different (#3434)
  • [Php80] Skip array append different keys in cases on ChangeSwitchToMatchRector (#3437)
  • Alternative Rector workflow on check repo before steps run (#3440)
  • Handle $reflectionProperty->getDefaultValueExpression() return null (#3446)
  • [CodingStyle] Skip case not constant value on BinarySwitchToIfElseRector (#3452)
  • [CodingStyle] Use ExprAnalyzer::isDynamicExpr() to detect dynamic value case cond on BinarySwitchToIfElseRector (#3456)
  • [DeadCode] Skip assign inside if cond on RemoveAlwaysTrueIfConditionRector (#3447)

Removed :skull:

  • Remove deprecated NodeValueResolver, ChangeSingletonToServiceRector as rather experimental and leaky (#3442 (#3442)
  • [Privatization] Remove ReplaceStringWithClassConstantRector as rather dynamic and can lead to unexpected results (#3443)
Commits
  • c3c4fb3 Rector 0.15.20
  • 2f750e7 Updated Rector to commit bf6fdc70b4b903a27367926d189400d279dcb411
  • 6fea23a Updated Rector to commit d9dc05621793de2fa23815b73e8db94c8f56b30d
  • 57f48de Updated Rector to commit ed16cab5a2fa6982539e06ad70ac9c119c7dc346
  • b66a828 Updated Rector to commit d9dc05621793de2fa23815b73e8db94c8f56b30d
  • 4077cee Updated Rector to commit 64a96e39ebbb3b3c00cb2c1f23addc4017388845
  • 2ddddb4 Updated Rector to commit c2a6d2217395ef9f6ba9a46188a62b97f2c4b250
  • b3c8106 Updated Rector to commit adfc65ab9500d1a6066bcb05944dd9c5e7c4c7d1
  • 3280541 Updated Rector to commit 9af763f23d4f12db2b18f0aa23afe08b082cb5f0
  • bc4d628 Updated Rector to commit b2e90e8df6609979f068858c5912aba7e2d1ede3
  • 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)
codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (116f234) 31.20% compared to head (92d5d0c) 31.20%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #92 +/- ## ========================================= Coverage 31.20% 31.20% Complexity 200 200 ========================================= Files 29 29 Lines 766 766 ========================================= Hits 239 239 Misses 527 527 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

dependabot[bot] commented 1 year ago

Superseded by #93.