Skip to content

Bump rector/rector from 0.18.1 to 0.18.2#67

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/rector/rector-0.18.2
Closed

Bump rector/rector from 0.18.1 to 0.18.2#67
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/rector/rector-0.18.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 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 @​K0nias!
  • [TypeDeclaration] skip variadic constructor param of mixed type on AddParamTypeFromPropertyTypeRector (#4887), Thanks @​Celebrate-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 @​return 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 @​staabm!
  • 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 @​staabm!
  • FamilyRelationsAnalyzer: final classes can't have children (#4913), Thanks @​staabm!
  • [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>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 9, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2023

Superseded by #68.

@dependabot dependabot bot closed this Sep 16, 2023
@dependabot dependabot bot deleted the dependabot/composer/rector/rector-0.18.2 branch September 16, 2023 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants