FakerPHP / Faker

Faker is a PHP library that generates fake data for you
https://fakerphp.github.io
Other
3.49k stars 331 forks source link

composer(deps): bump rector/rector from 0.17.7 to 0.18.1 in /vendor-bin/rector #688

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps rector/rector from 0.17.7 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 :partying_face:

  • [CI] Narrow tests to single job, as now takes 20 s :rocket: (#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 @​staabm!
  • AddReturnTypeDeclarationBasedOnParentClassMethodRector: don't trust phpdoc types (#4810), Thanks @​staabm!
  • [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 :bug:

  • [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 @​mvhirsch!
  • [Php55][Renaming] Handle rename string on combination StringClassNameToClassConstantRector+RenameStringRector (#4869)
  • [Php80] Handle crash parent default empty array/string param on AddParamBasedOnParentClassMethodRector (#4833)

Removed :skull:

  • 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 :partying_face:

  • [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 @​alexander-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 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)
localheinz commented 10 months ago

@dependabot recreate