yiisoft / classifier

Classifier traverses file system to find classes by a certain criteria.
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

Update rector/rector requirement from ^0.14.3 to ^0.15.3 #17

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

New Features :partying_face:

  • [CodeQuality] Add Variable support on class arg on InlineIsAInstanceOfRector (#3261)
  • [Utils] Add ArrayChecker util to verify first data found on given array (#3262)

Bugfixes :bug:

  • [TypeDeclaration] Fix TypedPropertyFromStrictGetterMethodReturnTypeRector for default type (#3251)
  • [Privatization] Optimize ParentPropertyLookupGuard, make $class parameter required (#3252)
  • [CodeQuality] Handle crash on ReturnTypeFromStrictScalarReturnExprRector on ConditionalTypeForParameter (#3254)
  • refactors Spatie enum method calls to native enums (#3226), Thanks @​JoolsMcFly!
  • PHP80 string helpers loose comparison (#3246), Thanks @​N-Silbernagel!
  • [CodeQuality] Handle class-string case insensitive on CompleteDynamicPropertiesRector (#3260)
  • [TypeDeclaration] Handle comment + single docblock on TypedPropertyFromAssignsRector (#3264)
  • Bump PHPStan ^1.9.7 (#3268)
  • [TypeDeclaration] Do not remove multiple docblocks with comment on TypedPropertyFromAssignsRector (#3263)
  • [e2e] handle multiple classes with anonymous class on MultipleClassFileToPsr4ClassesRector file removed (#3253)
Commits
  • 3f15e3a Rector 0.15.3
  • 29be2b6 Updated Rector to commit 9c64c2a7ef9aa19592349b3928173adc9b9eb394
  • 6b7133a Updated Rector to commit d43f7498b821cf58437f622bce3b3aae290fa89e
  • 9548122 Updated Rector to commit d43f7498b821cf58437f622bce3b3aae290fa89e
  • 80b6ffc Updated Rector to commit 8c439cffaee2124388b4fd03db951f43f10a5359
  • a8b92be Updated Rector to commit 27d57142d9581209db7809c3e1f50e77140574cb
  • ee002f4 Updated Rector to commit fe5292d39dde5bfbd9ad3f652762bf70f621ee48
  • 9b5abdc Updated Rector to commit fe5292d39dde5bfbd9ad3f652762bf70f621ee48
  • 3e51438 Updated Rector to commit 5b76f7b43b18b04c4eb32fbf55d6795478a09a43
  • 11b6f00 Updated Rector to commit a94a11a157b69172d32dbdd6de3328d313f9f5ce
  • 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
codecov[bot] commented 1 year ago

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

Coverage data is based on head (89dc49a) compared to base (d359b8f). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #17 +/- ## =========================================== Coverage 100.00% 100.00% Complexity 15 15 =========================================== Files 1 1 Lines 39 40 +1 =========================================== + Hits 39 40 +1 ``` | [Impacted Files](https://codecov.io/gh/yiisoft/classifier/pull/17?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft) | Coverage Δ | | |---|---|---| | [src/Classifier.php](https://codecov.io/gh/yiisoft/classifier/pull/17?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL0NsYXNzaWZpZXIucGhw) | `100.00% <0.00%> (ø)` | | 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.