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.0 to 2.19.0 #12

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 2, 2021

Bumps friendsofphp/php-cs-fixer from 2.18.0 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)

v2.18.6 Remote Void

  • bug #5586 Add support for nullsafe object operator ("?->") (kubawerlos)
  • bug #5597 Tokens - fix for checking block edges (kubawerlos)
  • bug #5604 Custom annotations @​type changed into @​var (Leprechaunz)
  • bug #5606 DoctrineAnnotationBracesFixer false positive (Leprechaunz)
  • bug #5610 BracesFixer - fix braces of match expression (Leprechaunz)
  • bug #5615 GroupImportFixer severely broken (Leprechaunz)
  • bug #5617 ClassAttributesSeparationFixer - fix for using visibility for class elements (kubawerlos)
  • bug #5618 GroupImportFixer - fix removal of import type when mixing multiple types (Leprechaunz)
  • bug #5622 Exclude Doctrine documents from final fixer (ossinkine)
  • bug #5630 PhpdocTypesOrderFixer - handle complex keys (Leprechaunz)
  • minor #5554 DX: use tmp file in sys_temp_dir for integration tests (keradus)
  • minor #5564 DX: make integration tests matching entries in FixerFactoryTest (kubawerlos)
  • minor #5603 DX: DocumentationGenerator - no need to re-configure Differ (keradus)
  • minor #5612 DX: use ::class whenever possible (kubawerlos)
  • minor #5619 DX: allow XDebugHandler v2 (keradus)
  • minor #5623 DX: when displaying app version, don't put extra space if there is no CODENAME available (keradus)
  • minor #5626 DX: update PHPStan and way of ignoring flickering PHPStan exception (keradus)
  • minor #5629 DX: fix CiIntegrationTest (keradus)
  • minor #5636 DX: remove 'create' method in internal classes (keradus)

... (truncated)

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)

Changelog for v2.18.6

  • bug #5586 Add support for nullsafe object operator ("?->") (kubawerlos)
  • bug #5597 Tokens - fix for checking block edges (kubawerlos)
  • bug #5604 Custom annotations @​type changed into @​var (Leprechaunz)
  • bug #5606 DoctrineAnnotationBracesFixer false positive (Leprechaunz)
  • bug #5610 BracesFixer - fix braces of match expression (Leprechaunz)
  • bug #5615 GroupImportFixer severely broken (Leprechaunz)
  • bug #5617 ClassAttributesSeparationFixer - fix for using visibility for class elements (kubawerlos)
  • bug #5618 GroupImportFixer - fix removal of import type when mixing multiple types (Leprechaunz)
  • bug #5622 Exclude Doctrine documents from final fixer (ossinkine)
  • bug #5630 PhpdocTypesOrderFixer - handle complex keys (Leprechaunz)
  • minor #5554 DX: use tmp file in sys_temp_dir for integration tests (keradus)
  • minor #5564 DX: make integration tests matching entries in FixerFactoryTest (kubawerlos)
  • minor #5603 DX: DocumentationGenerator - no need to re-configure Differ (keradus)

... (truncated)

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)

Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 2.18.0 to 2.19.0.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/3.0/CHANGELOG.md)
- [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v2.18.0...v2.19.0)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 2, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 20, 2021

Superseded by #13.

@dependabot dependabot bot closed this Aug 20, 2021
@dependabot dependabot bot deleted the dependabot/composer/friendsofphp/php-cs-fixer-2.19.0 branch August 20, 2021 06:26
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.

0 participants