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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

composer(deps): bump rector/rector from 0.17.0 to 0.17.1 #7

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 14, 2023

Bumps rector/rector from 0.17.0 to 0.17.1.

Release notes

Sourced from rector/rector's releases.

Released Rector 0.17.1

In this release we continue preparing for Rector 1.0 release rectorphp/rector#7854

This includes:

  • removing more parent node connections, to lower node tree memory consumption
  • replacing removeNode() method with return NodeTraverser::REMOVE_NODE direct constant to make changes happen directly in the Rector rule
  • refactoring node adding from post-process to directly in the rule

New Features 🥳

  • [Docblock] Move DocBlockUpdater service usage from AbstractRector to PhpDocTypeChanger (#4215)
  • Improve string support in Doctrine Annotations (#3645), Thanks @​yguedidi!
  • [Php80] Fix add default nullable type on ClassPropertyAssignToConstructorPromotionRector (#4091)
  • Add STRICT_BOOLEANS set (#4116)

Changes

  • [FileProcessor] Add warning instead of skip InlineHTML on PhpFileProcessor (#4058)
  • Remove node adding collector (#4095)
  • Remove propperty to add collector, add them directly or as a constructor dependency (#4131)
  • Move ReturnArrayClassMethodToYieldRector to PHPUnit Rector (#4213)

Bugfixes 🐛

  • [CodeQuality] Exclude first class callable from IntvalToTypeCastRector (#7962) (#4040), Thanks @​thbley!
  • [CodingStyle] Skip first class callable on UnSpreadOperatorRector (#4041)
  • Skip StrvalToType for strval first class callable syntax (#4046), Thanks @​NicoImparfait!
  • Ensure check isFirstClassCallable() before node->getArgs() on CallLike (#4049)
  • [CodeQuality] Skip multiple assigns append before foreach on ForeachItemsAssignToEmptyArrayToAssignRector (#4052)
  • [CodeQuality] Skip deep append in if foreach before on ForeachItemsAssignToEmptyArrayToAssignRector (#4053)
  • [NodeTypeResolver] Handle crash after next exit() on no namespaced code after removal next attribute (#4074)
  • [FileProcessor] Show warning on has InlineHTML node if file has changed on PhpFileProcessor (#4079)
  • Make SimplifyRegexPatternRector work without parent nodes + deprecate BetterNodeFinder and findParent* methods (#4105)
  • Fix StaticCallOnNonStaticToInstanceCallRector to skip parent's parent's method calls. (#4098), Thanks @​klimslim!
  • [CodingStyle] Skip countable object on CountArrayToEmptyArrayComparisonRector (#4108)
  • [DeadCode] Skip used on Closure use next stmt on RemoveUnusedVariableAssignRector (#4042)
  • [CodeQuality] Handle throw after if on ConsecutiveNullCompareReturnsToNullCoalesceQueueRector (#4107)
  • [CodeQuality] Handle return new object and no return on ConsecutiveNullCompareReturnsToNullCoalesceQueueRector (#4112)
  • Make ConvertStaticPrivateConstantToSelfRector work for non-final classes, make part of code-quality set (#4114)
  • StringClassNameToClassConstantRector: cheap checks first (#4151), Thanks @​staabm!
  • Reduce memory-consumption by simpler skip-patterns (#4152), Thanks @​staabm!

... (truncated)

Commits
  • 11401dc Rector 0.17.1
  • f4f965b Updated Rector to commit dac6b46cdbd4a7820d923af040d1f8627faced39
  • 3c126cf Updated Rector to commit e11e77f6c345558fa8f6593a26c2a3c012b8d581
  • cc9d836 Updated Rector to commit 72f772294bc816daa7cba09fb512306fffda2ee3
  • 4c28e35 Updated Rector to commit 20ec11e73d8998f9ad7533c8f179ee7be8e2abdf
  • 50725c3 Updated Rector to commit 255161870edc4a8bd94630863256caae38ca3bcd
  • 1b592b0 Updated Rector to commit c6acfe8108cfbabb7064ac6c4e1acba544b2b3b0
  • 73448ff Updated Rector to commit 883608be8a7fcade8b0cc78d74b26f17b690c189
  • 594af98 Updated Rector to commit 5431047ba10053a1204866e9d33b3061f39a1b7d
  • 5712e3d Updated Rector to commit b4eb417407360b419e71eaa7609209a1597441e2
  • 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)

@dependabot dependabot bot requested a review from localheinz as a code owner June 14, 2023 21:08
@codecov
Copy link

codecov bot commented Jun 14, 2023

Codecov Report

Merging #7 (a9819dd) into main (56196a7) will not change coverage.
The diff coverage is n/a.

@@             Coverage Diff             @@
##                main        #7   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity         3         3           
===========================================
  Files              1         1           
  Lines              6         6           
===========================================
  Hits               6         6           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@localheinz
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/composer/rector/rector-0.17.1 branch from 0c0aede to c635ff8 Compare June 28, 2023 08:39
@dependabot dependabot bot requested a review from ergebnis-bot as a code owner June 28, 2023 08:39
@dependabot dependabot bot force-pushed the dependabot/composer/rector/rector-0.17.1 branch 5 times, most recently from 33fbc31 to a3e26fc Compare June 28, 2023 08:45
@localheinz
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/composer/rector/rector-0.17.1 branch from a3e26fc to 2646ebe Compare June 28, 2023 08:52
Bumps [rector/rector](https://github.com/rectorphp/rector) from 0.17.0 to 0.17.1.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@0.17.0...0.17.1)

---
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 force-pushed the dependabot/composer/rector/rector-0.17.1 branch from 2646ebe to a9819dd Compare June 28, 2023 20:56
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 29, 2023

Superseded by #15.

@dependabot dependabot bot closed this Jun 29, 2023
@dependabot dependabot bot deleted the dependabot/composer/rector/rector-0.17.1 branch June 29, 2023 20:20
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.

1 participant