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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rector/rector from 0.13.10 to 0.18.1 #1292

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 30, 2023

Bumps rector/rector from 0.13.10 to 0.18.1.

Release notes

Sourced from rector/rector's releases.

Released Rector 0.18.1

This release is accompanied by 2 posts that explains behind the scenes context:

New Features and Changes 馃コ

  • [CI] Narrow tests to single job, as now takes 20 s 馃殌 (#4827)
  • [Config] Handle $rectorConfig->import() with wildcards * config (#4832)
  • [DX] Display rule count in list-rules (#4848)
  • Skip PHPDoc return type in AddReturnTypeDeclarationBasedOnParentClassMethodRector (#4809), Thanks @鈥媠taabm!
  • AddReturnTypeDeclarationBasedOnParentClassMethodRector: don't trust phpdoc types (#4810), Thanks @鈥媠taabm!
  • [DX] Add optional testdox/pest like output to get exact test metrics per unit test fixture (#4821)
  • [TypeDeclaration] Add new array replaced with array on ReturnTypeFromStrictNewArrayRector (#4825)
  • [DX] Merge PhpRectorInterface to RectorInterface as identical contract and separation no longer needed (#4812)
  • [PHPStan] Avoid removing bleeding edge from phar include, let user handle own phpstan configuration (#4840)

Bugfixes 馃悰

  • [Php73][Php80] Handle empty long array syntax default value on SensitiveConstantNameRector+AddParamBasedOnParentClassMethodRector (#4837)
  • [Config] Add merging of rules configuration, call configure() just once (#4838)
  • Fix RenamePropertyToMatchTypeRector to skip Laravel collections and avoid accident rename (#4811)
  • [BetterPhpDocParser] Enable textBetweenTagsBelongsToDescription on BetterPhpDocParser extends PhpDocParser (#4817)
  • [PHPUnit] Fix extreemely slow PHPUnit run on data providers with objects (#4823)
  • [AutoImport] Handle case insensitive name collide on auto import (#4829)
  • [Traverser] Set explicitely nodeConnectingVisitorCompatibility: false config in config/phpstan/static-reflection.neon (#4841)
  • replaces get_headers $associative with bool (#4850), Thanks @鈥媘vhirsch!
  • [Php55][Renaming] Handle rename string on combination StringClassNameToClassConstantRector+RenameStringRector (#4869)
  • [Php80] Handle crash parent default empty array/string param on AddParamBasedOnParentClassMethodRector (#4833)

Removed 馃拃

  • Remove deprecated FileProcessorInterface (#4835)
  • Remove SwapFuncCallArgumentsRector as keeps swaping to infinity, use custom rule instead (#4874)

Released Rector 0.18.0 with Laravel container 鈿★笍

New Features and Changes 馃コ

  • [DI] Switch container to Laravel - final step 馃コ (#4698)
  • [DI] Remove symfony/dependency-injection dependency (#4796)
  • [DI] Add symfony config BC warnings layer, to inform about an upgrade (#4800)
  • Add possibility to add multiple phpstan configs (#4798), Thanks @鈥媋lexander-schranz!
  • [DX] Make use of addParameter() (#4801)

... (truncated)

Commits
  • ee72ef5 Rector 0.18.1
  • cd424de Updated Rector to commit 5d0dd480a6f4d9ec46c7639c20f9e6345f7aa92d
  • 73a1ef4 Updated Rector to commit d8d31debc51ab5df1d30655846bb0fbd9f76039b
  • de9ddf6 Updated Rector to commit c03fd2ad2625f1a0cf6a02d9875078b7114381ad
  • dd562a4 Updated Rector to commit 9e8ed6c33f39aa9d7d859fb39b6f2d0344cdea0d
  • 1b7113d Updated Rector to commit 2f38105001867c15fb1b2001767b37566428719f
  • e17db30 Updated Rector to commit eac3d467a9ff5ce778bb79b214c39487a6f928f4
  • dcd7f10 Updated Rector to commit 7fc7034ddd58ff23d19bd2ed956ab93fdacfd153
  • 4844c51 Updated Rector to commit 00e267682a1faf3f8eab4208271f508b813ce4d3
  • 025bdb2 Updated Rector to commit 9be0ac335782f52be36535eb29f30df87bee42c2
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [rector/rector](https://github.com/rectorphp/rector) from 0.13.10 to 0.18.1.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@0.13.10...0.18.1)

---
updated-dependencies:
- dependency-name: rector/rector
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Aug 30, 2023
@cmuench cmuench merged commit c3b0b35 into develop Aug 30, 2023
6 checks passed
@dependabot dependabot bot deleted the dependabot/composer/rector/rector-0.18.1 branch August 30, 2023 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant