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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump friendsofphp/php-cs-fixer from 2.18.6 to 2.19.0 #54

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 4, 2021

Bumps friendsofphp/php-cs-fixer from 2.18.6 to 2.19.0.

Release notes

Sourced from friendsofphp/php-cs-fixer's releases.

v2.19.0 Testament

  • feature #4238 TrailingCommaInMultilineFixer - introduction (kubawerlos)
  • feature #4592 PhpdocToPropertyTypeFixer - introduction (julienfalque)
  • feature #5390 feature #4024 added a list-files command (clxmstaab, keradus)
  • feature #5635 Add list-sets command (keradus)
  • feature #5674 UX: Display deprecations to end-user (keradus)
  • minor #5601 Always stop when "PHP_CS_FIXER_FUTURE_MODE" is used (kubawerlos)
  • minor #5607 DX: new config filename (keradus)
  • minor #5613 DX: UtilsTest - add missing teardown (keradus)
  • minor #5631 DX: config deduplication (keradus)
  • minor #5633 fix typos (staabm)
  • minor #5642 Deprecate parameter of Token::toJson() (keradus)
  • minor #5672 DX: do not test deprecated fixer (kubawerlos)

v2.18.7 Remote Void

  • bug #5593 SingleLineThrowFixer - fix handling anonymous classes (kubawerlos)
  • bug #5654 SingleLineThrowFixer - fix for match expression (kubawerlos)
  • bug #5660 TypeAlternationTransformer - fix for "array" type in type alternation (kubawerlos)
  • bug #5665 NullableTypeDeclarationForDefaultNullValueFixer - fix for nullable with attribute (kubawerlos)
  • bug #5670 PhpUnitNamespacedFixer - do not try to fix constant (kubawerlos)
  • bug #5671 PhpdocToParamTypeFixer - do not change function call (kubawerlos)
  • bug #5673 GroupImportFixer - Fix failing case (julienfalque)
  • minor #4591 Refactor conversion of PHPDoc to type declarations (julienfalque, keradus)
  • minor #5611 DX: use method expectDeprecation from Symfony Bridge instead of annotation (kubawerlos)
  • minor #5658 DX: use constants in tests for Fixer configuration (keradus)
  • minor #5661 DX: remove PHPStan exceptions for "tests" from phpstan.neon (kubawerlos)
  • minor #5662 Change wording from "merge" to "intersect" (jschaedl)
  • minor #5663 DX: do not abuse "inheritdoc" tag (kubawerlos)
  • minor #5664 DX: code grooming (keradus)
Changelog

Sourced from friendsofphp/php-cs-fixer's changelog.

Changelog for v2.19.0

  • feature #4238 TrailingCommaInMultilineFixer - introduction (kubawerlos)
  • feature #4592 PhpdocToPropertyTypeFixer - introduction (julienfalque)
  • feature #5390 feature #4024 added a list-files command (clxmstaab, keradus)
  • feature #5635 Add list-sets command (keradus)
  • feature #5674 UX: Display deprecations to end-user (keradus)
  • minor #5601 Always stop when "PHP_CS_FIXER_FUTURE_MODE" is used (kubawerlos)
  • minor #5607 DX: new config filename (keradus)
  • minor #5613 DX: UtilsTest - add missing teardown (keradus)
  • minor #5631 DX: config deduplication (keradus)
  • minor #5633 fix typos (staabm)
  • minor #5642 Deprecate parameter of Token::toJson() (keradus)
  • minor #5672 DX: do not test deprecated fixer (kubawerlos)

Changelog for v2.18.7

  • bug #5593 SingleLineThrowFixer - fix handling anonymous classes (kubawerlos)
  • bug #5654 SingleLineThrowFixer - fix for match expression (kubawerlos)
  • bug #5660 TypeAlternationTransformer - fix for "array" type in type alternation (kubawerlos)
  • bug #5665 NullableTypeDeclarationForDefaultNullValueFixer - fix for nullable with attribute (kubawerlos)
  • bug #5670 PhpUnitNamespacedFixer - do not try to fix constant (kubawerlos)
  • bug #5671 PhpdocToParamTypeFixer - do not change function call (kubawerlos)
  • bug #5673 GroupImportFixer - Fix failing case (julienfalque)
  • minor #4591 Refactor conversion of PHPDoc to type declarations (julienfalque, keradus)
  • minor #5611 DX: use method expectDeprecation from Symfony Bridge instead of annotation (kubawerlos)
  • minor #5658 DX: use constants in tests for Fixer configuration (keradus)
  • minor #5661 DX: remove PHPStan exceptions for "tests" from phpstan.neon (kubawerlos)
  • minor #5662 Change wording from "merge" to "intersect" (jschaedl)
  • minor #5663 DX: do not abuse "inheritdoc" tag (kubawerlos)
  • minor #5664 DX: code grooming (keradus)
Commits
  • d5b8a9d prepared the 2.19.0 release
  • dee1277 Merge branch '2.18'
  • b3281bb prepared the 2.18.7 release
  • 45987c9 feature #5674 UX: Display deprecations to end-user (keradus)
  • c5d6614 Merge branch '2.18'
  • d6428ab bug #5673 GroupImportFixer - Fix failing case (julienfalque)
  • 9f6f63c Merge branch '2.18'
  • 3fadaee bug #5671 PhpdocToParamTypeFixer - do not change function call (kubawerlos)
  • a746cb7 PhpdocToParamTypeFixer - do not change function call
  • 7474d00 Merge branch '2.18'
  • 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 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 dependabot bot added the dependencies Pull requests that update a dependency file label May 4, 2021
@renekorss renekorss merged commit 800c3d0 into master May 11, 2021
@dependabot dependabot bot deleted the dependabot/composer/friendsofphp/php-cs-fixer-2.19.0 branch May 11, 2021 08:11
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant