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.16.7 to 2.16.8 in /vendor-bin/tools #163

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 7, 2020

Bumps friendsofphp/php-cs-fixer from 2.16.7 to 2.16.8.

Release notes

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

v2.16.8 Yellow Bird

  • bug #5095 Annotation - fix for Windows line endings (SpacePossum)
  • bug #5221 NoSuperfluousPhpdocTagsFixer - fix for single line PHPDoc (kubawerlos)
  • bug #5225 TernaryOperatorSpacesFixer - fix for alternative control structures (kubawerlos)
  • bug #5235 ArrayIndentationFixer - fix for nested arrays (kubawerlos)
  • bug #5248 NoBreakCommentFixer - fix throw detect (SpacePossum)
  • bug #5250 SwitchAnalyzer - fix for semicolon after case/default (kubawerlos)
  • bug #5253 IO - fix cache info message (SpacePossum)
  • bug #5273 Fix PHPDoc line span fixer when property has array typehint (ossinkine)
  • bug #5274 TernaryToNullCoalescingFixer - concat precedence fix (SpacePossum)
  • feature #5216 Add RuleSets to docs (SpacePossum)
  • minor #5226 Applied CS fixes from 2.17-dev (GrahamCampbell)
  • minor #5229 Fixed incorrect phpdoc (GrahamCampbell)
  • minor #5231 CS: unify styling with younger branches (keradus)
  • minor #5232 PHP8 - throw expression support (SpacePossum)
  • minor #5233 DX: simplify check_file_permissions.sh (kubawerlos)
  • minor #5236 Improve handling of unavailable code samples (julienfalque, keradus)
  • minor #5239 PHP8 - Allow trailing comma in parameter list support (SpacePossum)
  • minor #5254 PHP8 - mixed type support (SpacePossum)
  • minor #5255 Tests: do not skip documentation test (keradus)
  • minor #5256 Docs: phpdoc_to_return_type - add new example in docs (keradus)
  • minor #5261 Do not update Composer twice (sanmai)
  • minor #5263 PHP8 support (SpacePossum)
  • minor #5266 PhpUnitTestCaseStaticMethodCallsFixer - PHPUnit 9.x support (sanmai)
  • minor #5267 Improve InstallViaComposerTest (sanmai)
  • minor #5268 Add GitHub Workflows CI, including testing on PHP 8 and on macOS/Windows/Ubuntu (sanmai)
  • minor #5269 Prep work to migrate to PHPUnit 9.x (sanmai, keradus)
  • minor #5275 remove not supported verbose options (SpacePossum)
  • minor #5276 PHP8 - add NoUnreachableDefaultArgumentValueFixer to risky set (SpacePossum)
  • minor #5277 PHP8 - Constructor Property Promotion support (SpacePossum)
  • minor #5292 Disable blank issue template and expose community chat (keradus)
  • minor #5293 Add documentation to "yoda_style" sniff to convert Yoda style to non-Yoda style (Luc45)
  • minor #5295 Run static code analysis off GitHub Actions (sanmai)
  • minor #5298 Add yamllint workflow, validates .yaml files (sanmai)
  • minor #5302 SingleLineCommentStyleFixer - do not fix possible attributes (PHP8) (SpacePossum)
  • minor #5303 Drop CircleCI and AppVeyor (keradus)
  • minor #5304 DX: rename TravisTest, as we no longer test only Travis there (keradus)
  • minor #5305 Groom GitHub CI and move some checks from TravisCI to GitHub CI (keradus)
  • minor #5308 Only run yamllint when a YAML file is changed (julienfalque, keradus)
  • minor #5309 CICD: create yamllint config file (keradus)
  • minor #5311 OrderedClassElementsFixer - PHPUnit Bridge support (ktomk)
  • minor #5316 PHP8 - Attribute support (SpacePossum)
  • minor #5321 DX: little code grooming (keradus)
Changelog

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

Changelog for v2.16.8

  • bug #5095 Annotation - fix for Windows line endings (SpacePossum)
  • bug #5221 NoSuperfluousPhpdocTagsFixer - fix for single line PHPDoc (kubawerlos)
  • bug #5225 TernaryOperatorSpacesFixer - fix for alternative control structures (kubawerlos)
  • bug #5235 ArrayIndentationFixer - fix for nested arrays (kubawerlos)
  • bug #5248 NoBreakCommentFixer - fix throw detect (SpacePossum)
  • bug #5250 SwitchAnalyzer - fix for semicolon after case/default (kubawerlos)
  • bug #5253 IO - fix cache info message (SpacePossum)
  • bug #5273 Fix PHPDoc line span fixer when property has array typehint (ossinkine)
  • bug #5274 TernaryToNullCoalescingFixer - concat precedence fix (SpacePossum)
  • feature #5216 Add RuleSets to docs (SpacePossum)
  • minor #5226 Applied CS fixes from 2.17-dev (GrahamCampbell)
  • minor #5229 Fixed incorrect phpdoc (GrahamCampbell)
  • minor #5231 CS: unify styling with younger branches (keradus)
  • minor #5232 PHP8 - throw expression support (SpacePossum)
  • minor #5233 DX: simplify check_file_permissions.sh (kubawerlos)
  • minor #5236 Improve handling of unavailable code samples (julienfalque, keradus)
  • minor #5239 PHP8 - Allow trailing comma in parameter list support (SpacePossum)
  • minor #5254 PHP8 - mixed type support (SpacePossum)
  • minor #5255 Tests: do not skip documentation test (keradus)
  • minor #5256 Docs: phpdoc_to_return_type - add new example in docs (keradus)
  • minor #5261 Do not update Composer twice (sanmai)
  • minor #5263 PHP8 support (SpacePossum)
  • minor #5266 PhpUnitTestCaseStaticMethodCallsFixer - PHPUnit 9.x support (sanmai)
  • minor #5267 Improve InstallViaComposerTest (sanmai)
  • minor #5268 Add GitHub Workflows CI, including testing on PHP 8 and on macOS/Windows/Ubuntu (sanmai)
  • minor #5269 Prep work to migrate to PHPUnit 9.x (sanmai, keradus)
  • minor #5275 remove not supported verbose options (SpacePossum)
  • minor #5276 PHP8 - add NoUnreachableDefaultArgumentValueFixer to risky set (SpacePossum)
  • minor #5277 PHP8 - Constructor Property Promotion support (SpacePossum)
  • minor #5292 Disable blank issue template and expose community chat (keradus)
  • minor #5293 Add documentation to "yoda_style" sniff to convert Yoda style to non-Yoda style (Luc45)
  • minor #5295 Run static code analysis off GitHub Actions (sanmai)
  • minor #5298 Add yamllint workflow, validates .yaml files (sanmai)
  • minor #5302 SingleLineCommentStyleFixer - do not fix possible attributes (PHP8) (SpacePossum)
  • minor #5303 Drop CircleCI and AppVeyor (keradus)
  • minor #5304 DX: rename TravisTest, as we no longer test only Travis there (keradus)
  • minor #5305 Groom GitHub CI and move some checks from TravisCI to GitHub CI (keradus)
  • minor #5308 Only run yamllint when a YAML file is changed (julienfalque, keradus)
  • minor #5309 CICD: create yamllint config file (keradus)
  • minor #5311 OrderedClassElementsFixer - PHPUnit Bridge support (ktomk)
  • minor #5316 PHP8 - Attribute support (SpacePossum)
  • minor #5321 DX: little code grooming (keradus)

Changelog for v2.16.5

  • bug #4378 PhpUnitNoExpectationAnnotationFixer - annotation in single line doc comment (kubawerlos)

... (truncated)

Commits
  • 0f8286f prepared the 2.16.8 release
  • d7c5729 minor #5321 DX: little code grooming (keradus)
  • 6d89350 DX: little code grooming
  • 6f4e62f minor #5316 PHP8 - Attribute support (SpacePossum)
  • 74fedb6 PHP8 - Attribute support
  • 796eb29 minor #5311 OrderedClassElementsFixer - PHPUnit Bridge support (ktomk)
  • 91b146a minor #5302 SingleLineCommentStyleFixer - do not fix possible attributes (PHP...
  • d8d1fdd OrderedClassElementsFixer - PHPUnit Bridge support
  • 694dfb7 minor #5269 Prep work to migrate to PHPUnit 9.x (sanmai, keradus)
  • 3d8284e Prep work to migrate to PHPUnit 9.x
  • 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)

@nucleos-bot nucleos-bot merged commit 5490fa9 into main Dec 7, 2020
@dependabot dependabot bot deleted the dependabot/composer/vendor-bin/tools/friendsofphp/php-cs-fixer-2.16.8 branch December 7, 2020 03:30
@nucleos-bot nucleos-bot self-requested a review December 7, 2020 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant