Skip to content

Commit

Permalink
Update dependency rector/rector to ^0.15.16 (#51)
Browse files Browse the repository at this point in the history
[![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

<details>
<summary>rectorphp/rector</summary>

###
[`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 🥳

- \[DX] Add back node helper functions to ease debugging
([#&#8203;3354](https://togithub.com/rectorphp/rector-src/pull/3354))
- Added RenameClassNonPhpRector dependency to ClassRenamingPostRector
([#&#8203;3360](https://togithub.com/rectorphp/rector-src/pull/3360)),
Thanks [@&#8203;grandmaster44](https://togithub.com/grandmaster44)!
- Add unused import remover to cleanup use imports after changes
([#&#8203;3358](https://togithub.com/rectorphp/rector-src/pull/3358))
- **\[config] include bootstrap files of extensions, to let rector know
about types as well**
([#&#8203;3380](https://togithub.com/rectorphp/rector-src/pull/3380))

<br>

#### Bugfixes 🐛

- Fix CallableTypeParameterNode and IdentifierTypeParameterNode crash
([#&#8203;3353](https://togithub.com/rectorphp/rector-src/pull/3353))
- \[Cache] Replace Strings::webalize() with sha1\_file() from resolved
path on ChangedFilesDetector
([#&#8203;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
([#&#8203;3355](https://togithub.com/rectorphp/rector-src/pull/3355))
- \[TypeDeclaration] Handle crash Multiple variants - use
selectFromArgs() on ReturnAnnotationIncorrectNullableRector
([#&#8203;3359](https://togithub.com/rectorphp/rector-src/pull/3359))
- Replace ParametersAcceptorSelector::selectSingle() with
ParametersAcceptorSelectorVariantsWrapper::select() when possible
([#&#8203;3361](https://togithub.com/rectorphp/rector-src/pull/3361))
- \[Php55] Handle crash on direct $ without double quote backreference
on PregReplaceEModifierRector
([#&#8203;3369](https://togithub.com/rectorphp/rector-src/pull/3369))
- \[Renaming] Skip rename as Namespace\_ name on RenameClassRector
([#&#8203;3371](https://togithub.com/rectorphp/rector-src/pull/3371))
- \[Php72] Handle crash on variable as operator on
CreateFunctionToAnonymousFunctionRector
([#&#8203;3370](https://togithub.com/rectorphp/rector-src/pull/3370))
- \[TypeDeclaration] Handle nullable intersection on
TypedPropertyFromAssignsRector
([#&#8203;3372](https://togithub.com/rectorphp/rector-src/pull/3372))
- \[Php80]\[AutoImport] Do not import iterable on AutoImport enabled on
UnionTypesRector
([#&#8203;3374](https://togithub.com/rectorphp/rector-src/pull/3374))
- Fix test on RenameClassRector
([#&#8203;3381](https://togithub.com/rectorphp/rector-src/pull/3381))
- Skip namespaced use on removeUnusedImports() feature
([#&#8203;3365](https://togithub.com/rectorphp/rector-src/pull/3365))

<br>

#### Removed 💀

- Remove NonVariableToVariableOnFunctionCallRector, should be handled
manually as might need attention
([#&#8203;3357](https://togithub.com/rectorphp/rector-src/pull/3357))
- Remove unused RectorServiceConfigurator, use RectorConfig instead
([#&#8203;3363](https://togithub.com/rectorphp/rector-src/pull/3363))
- \[CodeQuality] Remove DoWhileBreakFalseToIfElseRector, rather manual
static spot and refactoring
([#&#8203;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)

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzMuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE0Mi4xIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 16, 2023
1 parent 674088b commit 3471d27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
15 changes: 7 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3471d27

Please sign in to comment.