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.2 to 2.18.6 #392

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 20, 2021

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

Release notes

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

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)
  • minor #5637 DX: do not calculate bitmap via helper anymore (keradus)
  • minor #5639 Move fix reports (classes and schemas) (keradus)
  • minor #5640 DX: use constants for PHPUnit version (keradus)
  • minor #5646 Cleanup YodaStyleFixerTest (kubawerlos)

v2.18.5 Remote Void

  • bug #5561 NoMixedEchoPrintFixer: fix for conditions without curly brackets (kubawerlos)
  • bug #5563 Priority fix: SingleSpaceAfterConstructFixer must run before BracesFixer (kubawerlos)
  • bug #5567 Fix order of BracesFixer and ClassDefinitionFixer (Daeroni)
  • bug #5596 NullableTypeTransformer - fix for attributes (kubawerlos, jrmajor)
  • bug #5598 GroupImportFixer - fix breaking code when fixing root classes (Leprechaunz)
  • minor #5571 DX: add test to make sure SingleSpaceAfterConstructFixer runs before FunctionDeclarationFixer (kubawerlos)
  • minor #5577 Extend priority test for "class_definition" vs "braces" (kubawerlos)
  • minor #5585 DX: make doc examples prettier (kubawerlos)
  • minor #5590 Docs: HeaderCommentFixer - document example how to remove header comment (keradus)
  • minor #5602 DX: regenerate docs (keradus)

v2.18.4 Remote Void

  • bug #4085 Priority: AlignMultilineComment should run before every PhpdocFixer (dmvdbrugge)
  • bug #5421 PsrAutoloadingFixer - Fix PSR autoloading outside configured directory (kelunik, keradus)
  • bug #5464 NativeFunctionInvocationFixer - PHP 8 attributes (HypeMC, keradus)
  • bug #5548 NullableTypeDeclarationForDefaultNullValueFixer - fix handling promoted properties (jrmajor, keradus)
  • bug #5550 TypeAlternationTransformer - fix for typed static properties (kubawerlos)
  • bug #5551 ClassAttributesSeparationFixer - fix for properties with type alternation (kubawerlos, keradus)
  • bug #5552 DX: test relation between function_declaration and method_argument_space (keradus)
  • minor #5540 DX: RuleSet - convert null handling to soft-warning (keradus)
  • minor #5545 DX: update checkbashisms (keradus)

v2.18.3 Remote Void

  • bug #5484 NullableTypeDeclarationForDefaultNullValueFixer - handle mixed pseudotype (keradus)

... (truncated)

Changelog

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

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)
  • 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)
  • minor #5637 DX: do not calculate bitmap via helper anymore (keradus)
  • minor #5639 Move fix reports (classes and schemas) (keradus)
  • minor #5640 DX: use constants for PHPUnit version (keradus)
  • minor #5646 Cleanup YodaStyleFixerTest (kubawerlos)

Changelog for v2.18.5

  • bug #5561 NoMixedEchoPrintFixer: fix for conditions without curly brackets (kubawerlos)
  • bug #5563 Priority fix: SingleSpaceAfterConstructFixer must run before BracesFixer (kubawerlos)
  • bug #5567 Fix order of BracesFixer and ClassDefinitionFixer (Daeroni)
  • bug #5596 NullableTypeTransformer - fix for attributes (kubawerlos, jrmajor)
  • bug #5598 GroupImportFixer - fix breaking code when fixing root classes (Leprechaunz)
  • minor #5571 DX: add test to make sure SingleSpaceAfterConstructFixer runs before FunctionDeclarationFixer (kubawerlos)
  • minor #5577 Extend priority test for "class_definition" vs "braces" (kubawerlos)
  • minor #5585 DX: make doc examples prettier (kubawerlos)
  • minor #5590 Docs: HeaderCommentFixer - document example how to remove header comment (keradus)
  • minor #5602 DX: regenerate docs (keradus)

Changelog for v2.18.4

  • bug #4085 Priority: AlignMultilineComment should run before every PhpdocFixer (dmvdbrugge)
  • bug #5421 PsrAutoloadingFixer - Fix PSR autoloading outside configured directory (kelunik, keradus)
  • bug #5464 NativeFunctionInvocationFixer - PHP 8 attributes (HypeMC, keradus)
  • bug #5548 NullableTypeDeclarationForDefaultNullValueFixer - fix handling promoted properties (jrmajor, keradus)
  • bug #5550 TypeAlternationTransformer - fix for typed static properties (kubawerlos)
  • bug #5551 ClassAttributesSeparationFixer - fix for properties with type alternation (kubawerlos, keradus)

... (truncated)

Commits
  • 5fed214 prepared the 2.18.6 release
  • e7a92aa minor #5639 Move fix reports (classes and schemas) (keradus)
  • 552bf42 Move fix reports (classes and schemas)
  • 2638d59 minor #5646 Cleanup YodaStyleFixerTest (kubawerlos)
  • 9aad69e Cleanup YodaStyleFixerTest
  • dd17ef9 minor #5564 DX: make integration tests matching entries in FixerFactoryTest (...
  • e89da2d minor #5637 DX: do not calculate bitmap via helper anymore (keradus)
  • 2e54b06 DX: do not calculate bitmap via helper anymore
  • 0acd4d5 minor #5636 DX: remove 'create' method in internal classes (keradus)
  • 3cc28f8 DX: remove 'create' method in internal classes
  • 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)

@localheinz
Copy link
Member

@dependabot rebase

@localheinz localheinz self-assigned this Apr 20, 2021
@dependabot dependabot bot force-pushed the dependabot/composer/friendsofphp/php-cs-fixer-2.18.6 branch from d32f7de to 846b1e5 Compare April 20, 2021 09:50
@localheinz localheinz removed the merge label Apr 20, 2021
@codecov
Copy link

codecov bot commented Apr 20, 2021

Codecov Report

Merging #392 (b648418) into main (b265740) will not change coverage.
The diff coverage is n/a.

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

@@             Coverage Diff             @@
##                main      #392   +/-   ##
===========================================
  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 b265740...5d207c0. Read the comment docs.

@ergebnis-bot ergebnis-bot self-assigned this Apr 20, 2021
@ergebnis-bot ergebnis-bot merged commit 97d2c98 into main Apr 20, 2021
@ergebnis-bot ergebnis-bot deleted the dependabot/composer/friendsofphp/php-cs-fixer-2.18.6 branch April 20, 2021 10:02
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