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.3 to 2.18.7 #433

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps friendsofphp/php-cs-fixer from 2.18.3 to 2.18.7.

Release notes

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

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)
  • 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)

... (truncated)

Changelog

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

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)
  • 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)

... (truncated)

Commits
  • b3281bb prepared the 2.18.7 release
  • d6428ab bug #5673 GroupImportFixer - Fix failing case (julienfalque)
  • 3fadaee bug #5671 PhpdocToParamTypeFixer - do not change function call (kubawerlos)
  • a746cb7 PhpdocToParamTypeFixer - do not change function call
  • c8472bb bug #5670 PhpUnitNamespacedFixer - do not try to fix constant (kubawerlos)
  • 2b1e42e Fix group_import failing case
  • 6da4910 PhpUnitNamespacedFixer - do not try to fix constant
  • db7e1f1 minor #4591 Refactor conversion of PHPDoc to type declarations (julienfalque,...
  • 462260d Refactor conversion of PHPDoc to type declarations
  • 4961df4 minor #5663 DX: do not abuse "inheritdoc" tag (kubawerlos)
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 4, 2021
@sonarcloud
Copy link

sonarcloud bot commented May 4, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

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