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.17.4 #103

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.17.4

Bugfixes :bug:

  • [CodeQuality][EarlyReturn] Handle crash Replace Stmt to Expr on FlipTypeControlToUseExclusiveTypeRector+FlipTypeControlToUseExclusiveTypeRector+ReturnBinaryOrToEarlyReturnRector (#4474)
  • Fix ReturnBinaryOrToEarlyReturnRector mixing up returned nodes of array, hook into StmtsAwareInterface instead to keep next Rector rules updated (#4476)

Removed :skull:

  • Remove duplicated version_compare ReplaceFuncCallArgumentDefaultValue rule (#4473), Thanks @​alexander-schranz!
  • [EarlyReturn] Remove ReturnBinaryAndToEarlyReturnRector as creates code hard to read and flips condition (#4478)
Commits
  • 1482988 Rector 0.17.4
  • fb5e28c Updated Rector to commit db16e33a9a72d6c75600187d9f7851060d9a88fe
  • e73319d Updated Rector to commit 59b4c8d69f788a36184b69adf06b03e2ab2e8989
  • 2e39614 Updated Rector to commit 26a368c89ba8297d33600aa5a1c954d2a1b5d274
  • a552423 Updated Rector to commit aac0f2a90922bcfe90a1918448dc6e80172beb62
  • 6f70a13 Updated Rector to commit aac0f2a90922bcfe90a1918448dc6e80172beb62
  • dbd0b13 Rector 0.17.3
  • 5f68d82 Updated Rector to commit 284596d4b976784ebe973370e2ed93d0e9977d90
  • 94fef75 Updated Rector to commit 284596d4b976784ebe973370e2ed93d0e9977d90
  • 56adf23 Updated Rector to commit bed225d99e487388a60785fdb898fc997d3f759c
  • 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)
what-the-diff[bot] commented 1 year ago

PR Summary

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (1808edb) 31.61% compared to head (4855b0b) 31.61%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #103 +/- ## ========================================= Coverage 31.61% 31.61% Complexity 199 199 ========================================= Files 28 28 Lines 756 756 ========================================= Hits 239 239 Misses 517 517 ```

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

dependabot[bot] commented 1 year ago

Superseded by #104.