Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

composer(deps-dev): Bump rector/rector from 0.18.1 to 0.18.2 #854

Merged
merged 1 commit into from
Sep 6, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 6, 2023

Bumps rector/rector from 0.18.1 to 0.18.2.

Release notes

Sourced from rector/rector's releases.

Released Rector 0.18.2

New Features and Changes 馃コ

  • Add MyCLabs enum equals + keeping methods (#4645), Thanks @鈥婯0nias!
  • [TypeDeclaration] skip variadic constructor param of mixed type on AddParamTypeFromPropertyTypeRector (#4887), Thanks @鈥婥elebrate-Reinhard!
  • [TypeDeclaration] Do not add default value when assigned in __construct() on TypedPropertyFromStrictGetterMethodReturnTypeRector (#4886)
  • [TypeDeclaration] Add ReturnTypeFromStrictFluentReturnRector (#4890)
  • Add single value concat support to EncapsedStringsToSprintfRector (#4897)
  • Add number support to concat EncapsedStringsToSprintfRector (#4898)
  • [DeadCode] Remove @鈥媟eturn void on return self on RemoveUselessReturnTagRector (#4894)
  • Add test case for caching $rectorConfig->rules() changed (#4903)
  • [CodeQuality] Add NumberCompareToMaxFuncCallRector (#4914)
  • [TypeDeclaration] Add return self object support on ReturnTypeFromStrictFluentReturnRector (#4915)
  • [TypeDeclaration] Add return static object support on ReturnTypeFromStrictFluentReturnRector (#4916)

Bugfixes 馃悰

  • [Caching] Add VersionResolver::PACKAGE_VERSION to FileHashComputer::compute() so cache cleared on composer update got new version (#4904)
  • [TypeDeclaration] Using ClassMethodReturnTypeOverrideGuard on ReturnTypeFromStrictParamRector (#4878)
  • [e2e] $rectorConfig->skip() should not skip inside different path over config (#4882)
  • Fix missing default string in TypedPropertyFromStrictGetterMethodReturnTypeRector (#4885)
  • Fix tests fixture updater (#4892)
  • Fix union type check of object (#4893)
  • Simplify isMatchingUnionType() (#4895), Thanks @鈥媠taabm!
  • Skip identical to false in SimplifyBoolIdenticalTrueRector, as exact comparison is stronger than negated expression (#4901)
  • Fix Rector invalidation in case of changes sets or rules (#4902)
  • [TypeDeclaration] Skip mixing native + docblock union assign on TypedPropertyFromAssignsRector (#4905)
  • StrictArrayParamDimFetchRector: Skip objects (#4907), Thanks @鈥媠taabm!
  • FamilyRelationsAnalyzer: final classes can't have children (#4913), Thanks @鈥媠taabm!
  • [Config] Remove $isBound usage as cause empty configuration on RectorConfig (#4880)
Commits
  • 8606564 Rector 0.18.2
  • a4c5e31 Updated Rector to commit 0abb641afd13ce5e3b9de47cbc099bd2c81ff765
  • 2bbdfcf Updated Rector to commit a21a3f17578cb8e13505ffe0e797ecfd12e86c4f
  • 4c7551d Updated Rector to commit aa7282195caab5889ee067ca3fb5eda62f26ed1b
  • dbdeb21 Updated Rector to commit 6d009ccad0aacd102fdacba00eb59b32a1104582
  • 2ae279b Updated Rector to commit 093bcb63a19db3fcdab8264897c584212d755463
  • f4213d1 Updated Rector to commit 8c5cfafd4429765fecd1f3db9546cdb9abef080f
  • e31a8c2 Updated Rector to commit 1812281273ff14f76b8b81ab5321ee4b7e656684
  • bdf398e Updated Rector to commit 4a3627e63426e3c590ec21815621f6684ff41f87
  • 491915e Updated Rector to commit 5595f80ed176f93485f50ff6dabad79cedbb72dc
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> 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)

Bumps [rector/rector](https://github.com/rectorphp/rector) from 0.18.1 to 0.18.2.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@0.18.1...0.18.2)

---
updated-dependencies:
- dependency-name: rector/rector
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@codecov
Copy link

codecov bot commented Sep 6, 2023

Codecov Report

Merging #854 (e2a03f0) into main (09615c8) will not change coverage.
The diff coverage is n/a.

@@             Coverage Diff             @@
##                main      #854   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity         7         7           
===========================================
  Files              2         2           
  Lines             29        29           
===========================================
  Hits              29        29           

馃摚 We鈥檙e building smart automated test selection to slash your CI/CD build times. Learn more

@ergebnis-bot ergebnis-bot self-assigned this Sep 6, 2023
@ergebnis-bot ergebnis-bot merged commit 8a49d56 into main Sep 6, 2023
16 checks passed
@ergebnis-bot ergebnis-bot deleted the dependabot/composer/rector/rector-0.18.2 branch September 6, 2023 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant