From 3471d27c8ed971f9f2ae2d1db8210ee9604516aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 17:25:53 +0000 Subject: [PATCH] Update dependency rector/rector to ^0.15.16 (#51) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rector/rector](https://getrector.org) ([source](https://togithub.com/rectorphp/rector)) | require-dev | patch | `^0.15.13` -> `^0.15.16` | --- ### Release Notes
rectorphp/rector ### [`v0.15.16`](https://togithub.com/rectorphp/rector/compare/0.15.15...0.15.16) [Compare Source](https://togithub.com/rectorphp/rector/compare/0.15.15...0.15.16) ### [`v0.15.15`](https://togithub.com/rectorphp/rector/releases/tag/0.15.15): Released Rector 0.15.15 [Compare Source](https://togithub.com/rectorphp/rector/compare/0.15.14...0.15.15) #### New Features :partying_face: - \[DX] Add back node helper functions to ease debugging ([#​3354](https://togithub.com/rectorphp/rector-src/pull/3354)) - Added RenameClassNonPhpRector dependency to ClassRenamingPostRector ([#​3360](https://togithub.com/rectorphp/rector-src/pull/3360)), Thanks [@​grandmaster44](https://togithub.com/grandmaster44)! - Add unused import remover to cleanup use imports after changes ([#​3358](https://togithub.com/rectorphp/rector-src/pull/3358)) - **\[config] include bootstrap files of extensions, to let rector know about types as well** ([#​3380](https://togithub.com/rectorphp/rector-src/pull/3380))
#### Bugfixes :bug: - Fix CallableTypeParameterNode and IdentifierTypeParameterNode crash ([#​3353](https://togithub.com/rectorphp/rector-src/pull/3353)) - \[Cache] Replace Strings::webalize() with sha1\_file() from resolved path on ChangedFilesDetector ([#​3356](https://togithub.com/rectorphp/rector-src/pull/3356)) - The php-parser 5.0 is far away from release, no need to include it for now ([#​3355](https://togithub.com/rectorphp/rector-src/pull/3355)) - \[TypeDeclaration] Handle crash Multiple variants - use selectFromArgs() on ReturnAnnotationIncorrectNullableRector ([#​3359](https://togithub.com/rectorphp/rector-src/pull/3359)) - Replace ParametersAcceptorSelector::selectSingle() with ParametersAcceptorSelectorVariantsWrapper::select() when possible ([#​3361](https://togithub.com/rectorphp/rector-src/pull/3361)) - \[Php55] Handle crash on direct $ without double quote backreference on PregReplaceEModifierRector ([#​3369](https://togithub.com/rectorphp/rector-src/pull/3369)) - \[Renaming] Skip rename as Namespace\_ name on RenameClassRector ([#​3371](https://togithub.com/rectorphp/rector-src/pull/3371)) - \[Php72] Handle crash on variable as operator on CreateFunctionToAnonymousFunctionRector ([#​3370](https://togithub.com/rectorphp/rector-src/pull/3370)) - \[TypeDeclaration] Handle nullable intersection on TypedPropertyFromAssignsRector ([#​3372](https://togithub.com/rectorphp/rector-src/pull/3372)) - \[Php80]\[AutoImport] Do not import iterable on AutoImport enabled on UnionTypesRector ([#​3374](https://togithub.com/rectorphp/rector-src/pull/3374)) - Fix test on RenameClassRector ([#​3381](https://togithub.com/rectorphp/rector-src/pull/3381)) - Skip namespaced use on removeUnusedImports() feature ([#​3365](https://togithub.com/rectorphp/rector-src/pull/3365))
#### Removed :skull: - Remove NonVariableToVariableOnFunctionCallRector, should be handled manually as might need attention ([#​3357](https://togithub.com/rectorphp/rector-src/pull/3357)) - Remove unused RectorServiceConfigurator, use RectorConfig instead ([#​3363](https://togithub.com/rectorphp/rector-src/pull/3363)) - \[CodeQuality] Remove DoWhileBreakFalseToIfElseRector, rather manual static spot and refactoring ([#​3367](https://togithub.com/rectorphp/rector-src/pull/3367)) ### [`v0.15.14`](https://togithub.com/rectorphp/rector/compare/0.15.13...0.15.14) [Compare Source](https://togithub.com/rectorphp/rector/compare/0.15.13...0.15.14)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Lendable/composer-license-checker). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index be5eaac0..7007f758 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "phpstan/phpstan-phpunit": "^1.3.4", "phpstan/phpstan-strict-rules": "^1.4.5", "phpunit/phpunit": "^10.0.7", - "rector/rector": "^0.15.13" + "rector/rector": "^0.15.16" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 035d5d95..d4f3534e 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ec1f8dd3101813c6868639bfe38d3be6", + "content-hash": "15f51342bda2f33f9cdb6f9b0ff86d69", "packages": [ { "name": "psr/container", @@ -2083,16 +2083,16 @@ }, { "name": "rector/rector", - "version": "0.15.13", + "version": "0.15.16", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "05df336f8e29873ed14c0790fbea68fa5de14f50" + "reference": "826539a991aa22590e91f8add06ca99f76e21ccd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/05df336f8e29873ed14c0790fbea68fa5de14f50", - "reference": "05df336f8e29873ed14c0790fbea68fa5de14f50", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/826539a991aa22590e91f8add06ca99f76e21ccd", + "reference": "826539a991aa22590e91f8add06ca99f76e21ccd", "shasum": "" }, "require": { @@ -2102,7 +2102,6 @@ "conflict": { "rector/rector-doctrine": "*", "rector/rector-downgrade-php": "*", - "rector/rector-php-parser": "*", "rector/rector-phpunit": "*", "rector/rector-symfony": "*" }, @@ -2127,7 +2126,7 @@ "description": "Instant Upgrade and Automated Refactoring of any PHP code", "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.15.13" + "source": "https://github.com/rectorphp/rector/tree/0.15.16" }, "funding": [ { @@ -2135,7 +2134,7 @@ "type": "github" } ], - "time": "2023-02-07T01:46:29+00:00" + "time": "2023-02-14T22:22:09+00:00" }, { "name": "sebastian/cli-parser",