yiisoft / yii-gii

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

Update rector/rector requirement from ^0.17.7 to ^0.18.0 #108

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

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

Release notes

Sourced from rector/rector's releases.

Released Rector 0.18.0 with Laravel container ⚡️

New Features and Changes :partying_face:

  • [DI] Switch container to Laravel - final step 🥳 (#4698)
  • [DI] Remove symfony/dependency-injection dependency (#4796)
  • [DI] Add symfony config BC warnings layer, to inform about an upgrade (#4800)
  • Add possibility to add multiple phpstan configs (#4798), Thanks @​alexander-schranz!
  • [DX] Make use of addParameter() (#4801)
  • Add deprecation warning for FileProcessorInterface (#4808)

Bugfixes :bug:

  • [DeadCode] Handle duplicated annotation on space before close parentheses on RemoveUselessParamTagRector (#4795)
  • Fix skip() Rector class, make container forget it comleteely (#4807)
Commits
  • 758ada2 Rector 0.18.0
  • b8fef75 Updated Rector to commit dc580ae1bb540eed78d915db46168b39c1469b42
  • a2d4674 Updated Rector to commit 9e19ff6b2fb081799d74a9ef6a4c068c2e7a5a01
  • 314c192 Updated Rector to commit bbd2e81b171f50d05ef73d63518cb1a31fdd7cd5
  • 64b92c8 Rector 0.17.14
  • 2666697 Updated Rector to commit a85997a277c3227652eb9b2a6571fd01d183a5a7
  • 7e217a5 Updated Rector to commit 2604a47c32dd8606349a1724122977c8b2fa6bf9
  • e7a7a23 Updated Rector to commit 81caf1ea0dd2a204e8e209f3f1adab13448b2f9d
  • 588afe6 Updated Rector to commit 58c67ff2e2b51e9de9fd399cc4c7756ca8ad3ed9
  • 1f6016e Updated Rector to commit 41de61755c1f982ec554b6037a724abe708bfa27
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 10 months ago

PR Summary

codecov[bot] commented 10 months ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (83d964f) 31.70% compared to head (3252080) 31.70%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #108 +/- ## ========================================= Coverage 31.70% 31.70% Complexity 199 199 ========================================= Files 28 28 Lines 757 757 ========================================= Hits 240 240 Misses 517 517 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dependabot[bot] commented 10 months ago

Superseded by #109.