yiisoft / yii-bootstrap5

Yii Framework Bootstrap 5 support
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
60 stars 20 forks source link

Update rector/rector requirement from ^0.15.0 to ^0.17.5 #115

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

Removed :skull:

  • [DeadCode] Skip property not exists on RemoveTypedPropertyDeadInstanceOfRector (#4481)
  • [CodeQuality][Php80] Handle infite loop swap params on RemoveUnusedVariableInCatchRector + OptionalParametersAfterRequiredRector (#4484)

Bugfixes :bug:

  • fix(rules): Skip readonly classes from restoring default null value. (#4479), Thanks @​scyzoryck!
  • [Php80] Handle crash on ClassOnObjectRector + GetDebugTypeRector (#4483)
  • [Strict] Fix DisallowedEmptyRuleFixerRector on empty string isset (#4485)
  • Fix StrictArrayParamDimFetchRector on is_* calls (#4486), Thanks @​staabm!
  • Fix trait rename in Php4ConsturctorRector (#4487)
  • Fix StrictArrayParamDimFetchRector on same named property (#4488), Thanks @​staabm!
Commits
  • f4a5f45 Rector 0.17.5
  • b978021 Updated Rector to commit 84926641fd25008f8b9e00c821643624fc2c9e29
  • 03be033 Updated Rector to commit d514a5ad79c530cf236308d4f7ab9254e2340996
  • 7312a4c Updated Rector to commit d4be167d7e1bc3940db01d3a2096df7aa9cebe1c
  • 100d1e2 Updated Rector to commit d4a432e7e490695a11daa32bce6bf20ab0d075f6
  • db04f76 Updated Rector to commit d78bfb44bebd32bd212a1f1ca43d2da51b22286d
  • ae06888 Updated Rector to commit 3648297e5b2bc393b41fa85eba1028d3735dbaa6
  • 9aefef1 Updated Rector to commit 5dfb6218ec53caa197456adb78baebaae0a4334a
  • 72fec64 Updated Rector to commit 4fbeab88e1b505c0740e66d53864667cc3d7700a
  • 802b78e Updated Rector to commit dd6a1fb651c07c558d28a9dcf72ff1248b2c0614
  • 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 (38e8690) 97.26% compared to head (9e5401e) 97.26%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #115 +/- ## ========================================= Coverage 97.26% 97.26% Complexity 444 444 ========================================= Files 18 18 Lines 1570 1570 ========================================= Hits 1527 1527 Misses 43 43 ```

: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 #116.