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

Bump rector/rector from 0.17.2 to 0.17.6 #104

Merged
merged 2 commits into from Jul 16, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 16, 2023

Bumps rector/rector from 0.17.2 to 0.17.6.

Release notes

Sourced from rector/rector's releases.

Released Rector 0.17.6

In this release, we narrowed rules from PHPUit and Doctrine to their specific version category. We've detected few outdated and never used rules and cleaned them up to make Rector smaller and easier to use 馃憤

Be use to always use *SetList constants over specific rules to use the latest version:

use Rector\Config\RectorConfig;
return static function (RectorConfig $rectorConfig): void {
$rectorConfig->sets([
\Rector\PHPUnit\Set\PHPUnitLevelSetList::UP_TO_PHPUNIT_100,
]);
};

New Features 馃コ

  • Add PHPUnit to sets (#4495)
  • [CI] Add PHPUnit 10 to check rules and sets groups (#4500)
  • [CI] Add doctrine rules in set check (#4505)

Bugfixes 馃悰

  • [Performance] Only set Attribute on context inside ArrayDimFetch and ArrayItem on specific node used (#4493)
  • [Php52] Use instanceof check instead of compare object $newStmt === $caseStmt on ContinueToBreakInSwitchRector (#4494)
  • Exclude the full docs folder from archives (#4497), Thanks @鈥媠tof!
  • Cleanup RecastingRemovalRector tests (#4498)
  • Move Rector order test to PHPUnit, as uses its rules (#4499)
  • let phpunit handle its own empty method rule (#4501), Thanks @鈥媠taabm!
  • Micro optimizations: cheap checks first (#4510), Thanks @鈥媠taabm!
  • Skip coalsce assign in RemoveUnusedPrivatePropertyRector (#4491)
  • [DeadCode] Skip append += assignment on RemoveUnusedPrivatePropertyRector (#4506)
  • [AstResolver][Performance] Remove unnecessary double File read on AstResolver::parseFileNameToDecoratedNodes() (#4508)

Removed 馃拃

  • [NodeTypeResolver] Remove unused AttributeKey::INSIDE_ARRAY_ITEM on ContextNodeVisitor (#4496)
  • [NodeTypeResolver] Remove AttributeKey::IS_RETURN_EXPR from ContextNodeVisitor (#4502)
  • [NodeTypeResolver] Remove AttributeKey::IS_ISSET_VAR from ContextNodeVisitor (#4503)
  • [NodeTypeResolver] Remove nestedChainMethodCallLimit() for deep method call counter check (#4504)

Released Rector 0.17.5

Removed 馃拃

  • [DeadCode] Skip property not exists on RemoveTypedPropertyDeadInstanceOfRector (#4481)

... (truncated)

Commits
  • ec40080 Rector 0.17.6
  • b42f145 Updated Rector to commit baa394358b3dc76f6db5a003b226948ab9b32045
  • a09f711 Updated Rector to commit a12242df2ad756d59d6f214b3f727dedc0598704
  • ea78b6c Updated Rector to commit a12242df2ad756d59d6f214b3f727dedc0598704
  • 1463cdd Updated Rector to commit d64a761597a5e2f8b9158c770dcad5de08286f69
  • 6f18436 Updated Rector to commit 8537bbd52a5b9d8aa619326b750df6dcb1b30f32
  • 4da4f21 Updated Rector to commit 8537bbd52a5b9d8aa619326b750df6dcb1b30f32
  • ef7c42a Updated Rector to commit 398baa2c6aa2af11d0a391bd0d2a71dfb71eebcf
  • 0a29dbd Updated Rector to commit 398baa2c6aa2af11d0a391bd0d2a71dfb71eebcf
  • 5cbdbd7 Updated Rector to commit 295a01c49f086ab6c442f4287d0dded308cc8a6e
  • 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 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.17.2 to 0.17.6.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@0.17.2...0.17.6)

---
updated-dependencies:
- dependency-name: rector/rector
  dependency-type: direct:production
  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 Jul 16, 2023
@staabm staabm enabled auto-merge (squash) July 16, 2023 08:25
@staabm staabm merged commit 1ce698c into main Jul 16, 2023
5 checks passed
@staabm staabm deleted the dependabot/composer/rector/rector-0.17.6 branch July 16, 2023 08:26
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.

None yet

1 participant