FakerPHP / Faker

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

composer(deps): Bump rector/rector from 0.18.13 to 0.19.5 in /vendor-bin/rector #855

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 5 months ago

Bumps rector/rector from 0.18.13 to 0.19.5.

Release notes

Sourced from rector/rector's releases.

Released Rector 0.19.5

New Features :tada:

  • [Autoloading] Allow to define bootstrapFiles([DIR . '/some.phar']) on BootstrapFilesIncluder (#5518)
  • add withPhpSets() methods (#5519)

Released Rector 0.19.4

Bugfixes :bug:

  • Fix configured rule (#5517)

Released Rector 0.19.3

New Features ahd Changes :partying_face:

  • [Config] Add RectorConfigBuilder (#5503)
  • Add gitlab to "setup-ci" command (#5497)
  • Add "custom-rule" command to make creating rules easy (#5498)
  • [Windows] Rework add windows support on tests CI (#5504)
  • make literal separator optional, as rather coding style and not always desired (#5505)

Bugfixes :bug:

  • [Php70] Skip inside Encapsed on ThisCallOnStaticMethodToStaticCallRector (#5481)
  • [Performance] Cache PHP version features on reading composer.json on PhpVersionProvider (#5484)
  • Fix phpstan (#5489)
  • [Config] Restore default values for RectorConfig->parallel() config similar to original <=0.18.x version (#5472)
  • [Performance][PhpParser] Deprecate InlineCodeParser::parse(), extract into parseFile() and parseString() (#5482)
  • [CodeQuality] Skip surplus open square bracket on SimplifyRegexPatternRector (#5494)
  • [AutoImport] Skip start with <?= short open tag on auto import (#5496)
  • [Testing] Deprecate FileInfoParser, use existing TestingParser instead (#5501)
  • custom copy path fix (#5502)
  • [DX] Allow Arg in value resolver, as often used and intuitive (#5512)
  • [Windows] Support replace \r\n on DocBlockInliner (#5513)
  • [Php83] add string type to concat constant (#5516), Thanks @​jdohuutin!

Removed :skull:

  • [Renaming] Remove namespace renames in ClassRename, as it should only rename references, not move to new namespace (#5487)
  • [Renaming] Remove rename class name (#5488)

Released Rector 0.19.2

New features and Changes :tada:

  • [DX] Depreate heavy and conflicting Symfony/Twig/PHPUnit level sets (#5477)
  • Remove collectors, as performance very costly and not practically useful (#5470)

... (truncated)

Commits
  • 89c895d Rector 0.19.5
  • 3c3170a Updated Rector to commit 171fddb1a1e9c54e194130ffe039809721d1f465
  • bc9920f Updated Rector to commit ca23ae894e833861e83533ed9f89fc7b3bf37fee
  • 0d3dcc3 Rector 0.19.4
  • 7c6043c Updated Rector to commit 21aa474269373c93fa8d74e72e7e8ee817a38cee
  • 5c1dd52 Rector 0.19.3
  • 826292d Updated Rector to commit 52398c81f9e88bde858cd2d79d481ae66190abc7
  • 94c55b8 Updated Rector to commit 1608ae8c9497bbfaf78ce54130ec304963ac6f2a
  • 691f25c Updated Rector to commit e17f878d5adb301fda0de8f9da2d94d898a363c3
  • 758b064 Updated Rector to commit c5d4a78df1fe7ad674631f7373e127ff75eae896
  • 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)
dependabot[bot] commented 4 months ago

Superseded by #864.