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

Update dependency rector/rector to v0.17.13 #141

Merged
merged 1 commit into from
Aug 14, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 14, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rector/rector (source) require patch 0.17.12 -> 0.17.13

Release Notes

rectorphp/rector (rector/rector)

v0.17.13: Released Rector 0.17.13

Compare Source

New Features and Changes 🥳

  • [TypeDeclaration] Skip in conditional on AddParamTypeFromPropertyTypeRector (#​4779)
  • [DX] Deprecate NonPhpRectorInterface, the only rule and its file processor, to make Rector handle exlusively PHP (#​4761)
  • Bump nikic/php-parser to 4.17 (#​4781)

Removed 💀

  • Remove SwapMethodCallArgumentsRector as could lead to infinite swapping, use custom rule with type/value check instead (#​4766)
  • [Php81] Remove IntersectionTypesRector as rely on docblock (#​4784)

Bugfixes 🐛

  • [DeadCode] Skip used by trait on RemoveUnusedPrivateMethodRector (#​4770)
  • [DeadCode] Skip used by trait inside Closure on RemoveUnusedPrivateMethodRector (#​4773)
  • [e2e] Handle $rectorConfig->paths() with wilcards * config (#​4765)
  • [Config] Move from magic loading of all PHPStan extensions, their bootstrap files etc. under control with explicit file listing (#​4769)
  • [TypeDeclaration] Handle crash on concat param append returned used on Arg on StrictStringParamConcatRector (#​4774)
  • [TypeDeclaration] Skip param re-assign on Strict Param rules (#​4775)
  • [TypeDeclaration] Skip param int on StrictStringParamConcatRector (#​4780)
  • [PHPStanStaticTypeMapper] Allow Closure type on ClosureTypeMapper based on PHP versions (#​4785)
  • [PHPStanStaticTypeMapper] Allow standalone null type on NullTypeMapper on php 8.2 (#​4783)
  • Make SimplifyUselessVariableRector run without scope (#​4791)
  • Make NullToStrictStringFuncCallArgRector run without scope (#​4792)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

Read more information about the use of Renovate Bot within Laminas.

| datasource | package       | from    | to      |
| ---------- | ------------- | ------- | ------- |
| packagist  | rector/rector | 0.17.12 | 0.17.13 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot added the renovate label Aug 14, 2023
@renovate renovate bot merged commit 47b38cf into 1.36.x Aug 14, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch August 14, 2023 22:38
@samsonasik samsonasik added this to the 1.36.0 milestone Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant