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

composer(deps): bump friendsofphp/php-cs-fixer from 2.18.6 to 2.19.0 #400

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 dependency label May 4, 2021
@dependabot dependabot bot force-pushed the dependabot/composer/friendsofphp/php-cs-fixer-2.19.0 branch 3 times, most recently from f200deb to 5b88c70 Compare May 4, 2021 10:11
@dependabot dependabot bot force-pushed the dependabot/composer/friendsofphp/php-cs-fixer-2.19.0 branch from 5b88c70 to 4b6458e Compare May 4, 2021 10:14
@localheinz localheinz self-assigned this May 4, 2021
@codecov
Copy link

codecov bot commented May 4, 2021

Codecov Report

Merging #400 (3f34c7b) into main (fa05206) will not change coverage.
The diff coverage is n/a.

❗ Current head 3f34c7b differs from pull request most recent head e5e4e50. Consider uploading reports for the commit e5e4e50 to get more accurate results
Impacted file tree graph

@@             Coverage Diff             @@
##                main      #400   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity         8         8           
===========================================
  Files              2         2           
  Lines             24        24           
===========================================
  Hits              24        24           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fa05206...e5e4e50. Read the comment docs.

@ergebnis-bot ergebnis-bot self-assigned this May 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants