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

Update friendsofphp/php-cs-fixer requirement from 2.11.1 to 2.16.2 #5

Conversation

dependabot-preview[bot]
Copy link

Updates the requirements on friendsofphp/php-cs-fixer to permit the latest version.

Release notes

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

v2.16.2 Yellow Bird

  • bug #3820 Braces - (re)indenting comment issues (SpacePossum)
  • bug #3911 PhpdocVarWithoutNameFixer - fix for properties only (dmvdbrugge)
  • bug #4601 ClassKeywordRemoveFixer - Fix for namespace (yassine-ah, kubawerlos)
  • bug #4630 FullyQualifiedStrictTypesFixer - Ignore partial class names which look like FQCNs (localheinz, SpacePossum)
  • bug #4661 ExplicitStringVariableFixer - variables pair if one is already explicit (kubawerlos)
  • bug #4675 NonPrintableCharacterFixer - fix for backslash and quotes when changing to escape sequences (kubawerlos)
  • bug #4678 TokensAnalyzer::isConstantInvocation - fix for importing multiple classes with single "use" (kubawerlos)
  • bug #4682 Fix handling array type declaration in properties (julienfalque)
  • bug #4685 Improve Symfony 5 compatibility (keradus)
  • bug #4688 TokensAnalyzer::isConstantInvocation - Fix detection for fully qualified return type (julienfalque)
  • bug #4689 DeclareStrictTypesFixer - fix for "strict_types" set to "0" (kubawerlos)
  • bug #4690 PhpdocVarAnnotationCorrectOrderFixer - fix for multiline @var without type (kubawerlos)
  • bug #4710 SingleTraitInsertPerStatement - fix formatting for multiline "use" (kubawerlos)
  • bug #4711 Ensure that files from "tests" directory in release are autoloaded (kubawerlos)
  • bug #4749 TokensAnalyze::isUnaryPredecessorOperator fix for CT::T_ARRAY_INDEX_C… (SpacePossum)
  • bug #4759 Add more priority cases (SpacePossum)
  • bug #4761 NoSuperfluousElseifFixer - handle single line (SpacePossum)
  • bug #4783 NoSuperfluousPhpdocTagsFixer - fix for really big PHPDoc (kubawerlos, mvorisek)
  • bug #4787 NoUnneededFinalMethodFixer - Mark as risky (SpacePossum)
  • bug #4795 OrderedClassElementsFixer - Fix (SpacePossum)
  • bug #4801 GlobalNamespaceImportFixer - fix docblock handling (gharlan)
  • bug #4804 TokensAnalyzer::isUnarySuccessorOperator fix for array curly braces (SpacePossum)
  • bug #4807 IncrementStyleFixer - handle after ")" (SpacePossum)
  • bug #4808 Modernize types casting fixer array curly (SpacePossum)
  • bug #4809 Fix "braces" and "method_argument_space" priority (julienfalque)
  • bug #4813 BracesFixer - fix invalid code generation on alternative syntax (SpacePossum)
  • bug #4822 fix 2 bugs in phpdoc_line_span (lmichelin)
  • bug #4823 ReturnAssignmentFixer - repeat fix (SpacePossum)
  • bug #4824 NoUnusedImportsFixer - SingleLineAfterImportsFixer - fix priority (SpacePossum)
  • bug #4825 GlobalNamespaceImportFixer - do not import global into global (SpacePossum)
  • bug #4829 YodaStyleFixer - fix precedence for T_MOD_EQUAL and T_COALESCE_EQUAL (SpacePossum)
  • bug #4830 TernaryToNullCoalescingFixer - handle yield from (SpacePossum)
  • bug #4835 Remove duplicate "function_to_constant" from RuleSet (SpacePossum)
  • bug #4840 LineEndingFixer - T_CLOSE_TAG support, StringLineEndingFixer - T_INLI… (SpacePossum)
  • bug #4846 FunctionsAnalyzer - better isGlobalFunctionCall detection (SpacePossum)
  • bug #4852 Priority issues (SpacePossum)
  • bug #4870 HeaderCommentFixer - do not remove class docs (gharlan)
  • bug #4871 NoExtraBlankLinesFixer - handle cases on same line (SpacePossum)
  • bug #4895 Fix conflict between header_comment and declare_strict_types (BackEndTea, julienfalque)
  • bug #4911 PhpdocSeparationFixer - fix regression with lack of next line (keradus)
  • feature #4742 FunctionToConstantFixer - get_class($this) support (SpacePossum)
  • minor #4377 CommentsAnalyzer - fix for declare before header comment (kubawerlos)
  • minor #4636 DX: do not check for PHPDBG when collecting coverage (kubawerlos)
  • minor #4644 Docs: add info about "-vv..." (voku)
  • minor #4691 Run Travis CI on stable PHP 7.4 (kubawerlos)
  • minor #4693 Increase Travis CI Git clone depth (julienfalque)
  • minor #4699 LineEndingFixer - handle "\r\r\n" (kubawerlos)
  • minor #4703 NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p… (SpacePossum)
  • minor #4707 Fix typos (TysonAndre)
... (truncated)
Changelog

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

Changelog for v2.16.2

  • bug #3820 Braces - (re)indenting comment issues (SpacePossum)
  • bug #3911 PhpdocVarWithoutNameFixer - fix for properties only (dmvdbrugge)
  • bug #4601 ClassKeywordRemoveFixer - Fix for namespace (yassine-ah, kubawerlos)
  • bug #4630 FullyQualifiedStrictTypesFixer - Ignore partial class names which look like FQCNs (localheinz, SpacePossum)
  • bug #4661 ExplicitStringVariableFixer - variables pair if one is already explicit (kubawerlos)
  • bug #4675 NonPrintableCharacterFixer - fix for backslash and quotes when changing to escape sequences (kubawerlos)
  • bug #4678 TokensAnalyzer::isConstantInvocation - fix for importing multiple classes with single "use" (kubawerlos)
  • bug #4682 Fix handling array type declaration in properties (julienfalque)
  • bug #4685 Improve Symfony 5 compatibility (keradus)
  • bug #4688 TokensAnalyzer::isConstantInvocation - Fix detection for fully qualified return type (julienfalque)
  • bug #4689 DeclareStrictTypesFixer - fix for "strict_types" set to "0" (kubawerlos)
  • bug #4690 PhpdocVarAnnotationCorrectOrderFixer - fix for multiline @var without type (kubawerlos)
  • bug #4710 SingleTraitInsertPerStatement - fix formatting for multiline "use" (kubawerlos)
  • bug #4711 Ensure that files from "tests" directory in release are autoloaded (kubawerlos)
  • bug #4749 TokensAnalyze::isUnaryPredecessorOperator fix for CT::T_ARRAY_INDEX_C… (SpacePossum)
  • bug #4759 Add more priority cases (SpacePossum)
  • bug #4761 NoSuperfluousElseifFixer - handle single line (SpacePossum)
  • bug #4783 NoSuperfluousPhpdocTagsFixer - fix for really big PHPDoc (kubawerlos, mvorisek)
  • bug #4787 NoUnneededFinalMethodFixer - Mark as risky (SpacePossum)
  • bug #4795 OrderedClassElementsFixer - Fix (SpacePossum)
  • bug #4801 GlobalNamespaceImportFixer - fix docblock handling (gharlan)
  • bug #4804 TokensAnalyzer::isUnarySuccessorOperator fix for array curly braces (SpacePossum)
  • bug #4807 IncrementStyleFixer - handle after ")" (SpacePossum)
  • bug #4808 Modernize types casting fixer array curly (SpacePossum)
  • bug #4809 Fix "braces" and "method_argument_space" priority (julienfalque)
  • bug #4813 BracesFixer - fix invalid code generation on alternative syntax (SpacePossum)
  • bug #4822 fix 2 bugs in phpdoc_line_span (lmichelin)
  • bug #4823 ReturnAssignmentFixer - repeat fix (SpacePossum)
  • bug #4824 NoUnusedImportsFixer - SingleLineAfterImportsFixer - fix priority (SpacePossum)
  • bug #4825 GlobalNamespaceImportFixer - do not import global into global (SpacePossum)
  • bug #4829 YodaStyleFixer - fix precedence for T_MOD_EQUAL and T_COALESCE_EQUAL (SpacePossum)
  • bug #4830 TernaryToNullCoalescingFixer - handle yield from (SpacePossum)
  • bug #4835 Remove duplicate "function_to_constant" from RuleSet (SpacePossum)
  • bug #4840 LineEndingFixer - T_CLOSE_TAG support, StringLineEndingFixer - T_INLI… (SpacePossum)
  • bug #4846 FunctionsAnalyzer - better isGlobalFunctionCall detection (SpacePossum)
  • bug #4852 Priority issues (SpacePossum)
  • bug #4870 HeaderCommentFixer - do not remove class docs (gharlan)
  • bug #4871 NoExtraBlankLinesFixer - handle cases on same line (SpacePossum)
  • bug #4895 Fix conflict between header_comment and declare_strict_types (BackEndTea, julienfalque)
  • bug #4911 PhpdocSeparationFixer - fix regression with lack of next line (keradus)
  • feature #4742 FunctionToConstantFixer - get_class($this) support (SpacePossum)
  • minor #4377 CommentsAnalyzer - fix for declare before header comment (kubawerlos)
  • minor #4636 DX: do not check for PHPDBG when collecting coverage (kubawerlos)
  • minor #4644 Docs: add info about "-vv..." (voku)
  • minor #4691 Run Travis CI on stable PHP 7.4 (kubawerlos)
  • minor #4693 Increase Travis CI Git clone depth (julienfalque)
  • minor #4699 LineEndingFixer - handle "\r\r\n" (kubawerlos)
... (truncated)
Commits
  • c460a3c prepared the 2.16.2 release
  • 21f52c7 Merge branch '2.15' into 2.16
  • a859aba bumped version
  • 8d352fc prepared the 2.15.6 release
  • ccd3b67 Merge branch '2.15' into 2.16
  • 4893ab0 minor #4912 CI: Fix AppVeyor integration (keradus)
  • fa5daef Merge branch '2.15' into 2.16
  • 9640a31 bug #4911 PhpdocSeparationFixer - fix regression with lack of next line (kera...
  • 323c594 PhpdocSeparationFixer - fix regression with lack of next line
  • 91bc784 CI: Fix AppVeyor integration
  • Additional commits viewable in compare view

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)

Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) to permit the latest version.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.16/CHANGELOG.md)
- [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v2.11.1...v2.16.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 13, 2020
@dependabot-preview
Copy link
Author

Superseded by #6.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/friendsofphp/php-cs-fixer-2.16.2 branch April 16, 2020 03:19
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

0 participants