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

[TASK]: Bump rector/rector from 0.17.0 to 0.17.1 #62

Merged
merged 3 commits into from
Jun 15, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 15, 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 will merge this PR once CI passes on it, as requested by @cpsitgmbh.


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 added the dependencies Updates project dependencies label Jun 15, 2023
@cpsitgmbh
Copy link

@dependabot merge

@codeclimate
Copy link

codeclimate bot commented Jun 15, 2023

Code Climate has analyzed commit fbe08aa and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 99.5% (0.0% change).

View more on Code Climate.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 15, 2023

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

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:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/develop/rector/rector-0.17.1 branch from fed9150 to 1f52d4a Compare June 15, 2023 06:05
@mteu
Copy link
Collaborator

mteu commented Jun 15, 2023

The issue of the unresolvable rule is being addressed in #64

…t-list

[BUGFIX] Remove obsolete PHPUnit rector set list
@mteu mteu enabled auto-merge June 15, 2023 16:46
@mteu mteu merged commit e5c5f3e into develop Jun 15, 2023
6 checks passed
@mteu mteu deleted the dependabot/composer/develop/rector/rector-0.17.1 branch June 15, 2023 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Updates project dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants