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.12.1 to 2.17.0 #175

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Dec 7, 2020

Bumps friendsofphp/php-cs-fixer from 2.12.1 to 2.17.0.

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)

v2.16.7 Yellow Bird

discovery release - exploring the adoption of PHP CS Fixer if it would require higher PHP version

  • Require PHP 7.1

v2.16.6 Yellow Bird

Changelog

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

Changelog for v2.17.0

  • bug #4752 SimpleLambdaCallFixer - bug fixes (SpacePossum)
  • bug #4794 TernaryToElvisOperatorFixer - fix open tag with echo (SpacePossum)
  • bug #5084 Fix for variables within string interpolation in lambda_not_used_import (GrahamCampbell)
  • bug #5094 SwitchContinueToBreakFixer - do not support alternative syntax (SpacePossum)
  • bumped version
  • feature #2619 PSR-5 @inheritDoc support (julienfalque)
  • feature #3253 Add SimplifiedIfReturnFixer (Slamdunk, SpacePossum)
  • feature #4005 GroupImportFixer - introduction (greeflas)
  • feature #4012 BracesFixer - add "allow_single_line_anonymous_class_with_empty_body" option (kubawerlos)
  • feature #4021 OperatorLinebreakFixer - Introduction (kubawerlos, SpacePossum)
  • feature #4259 PsrAutoloadingFixer - introduction (kubawerlos)
  • feature #4375 extend ruleset "@PHP73Migration" (gharlan)
  • feature #4435 SingleSpaceAfterConstructFixer - Introduction (localheinz)
  • feature #4493 Add echo_tag_syntax rule (mlocati, kubawerlos)
  • feature #4544 SimpleLambdaCallFixer - introduction (keradus)
  • feature #4569 PhpdocOrderByValueFixer - Introduction (localheinz)
  • feature #4590 SwitchContinueToBreakFixer - Introduction (SpacePossum)
  • feature #4679 NativeConstantInvocationFixer - add "strict" flag (kubawerlos)
  • feature #4701 OrderedTraitsFixer - introduction (julienfalque)
  • feature #4704 LambdaNotUsedImportFixer - introduction (SpacePossum)
  • feature #4740 NoAliasLanguageConstructCallFixer - introduction (SpacePossum)
  • feature #4741 TernaryToElvisOperatorFixer - introduction (SpacePossum)
  • feature #4778 UseArrowFunctionsFixer - introduction (gharlan)
  • feature #4790 ArrayPushFixer - introduction (SpacePossum)
  • feature #4800 NoUnneededFinalMethodFixer - Add "private_methods" option (SpacePossum)
  • feature #4831 BlankLineBeforeStatementFixer - add yield from (SpacePossum)
  • feature #4832 NoUnneededControlParenthesesFixer - add yield from (SpacePossum)
  • feature #4863 NoTrailingWhitespaceInStringFixer - introduction (gharlan)
  • feature #4875 ClassAttributesSeparationFixer - add option for no new lines between properties (adri, ruudk)
  • feature #4880 HeredocIndentationFixer - config option for indentation level (gharlan)
  • feature #4908 PhpUnitExpectationFixer - update for Phpunit 8.4 (ktomk)
  • feature #4942 OrderedClassElementsFixer - added support for abstract method sorting (carlalexander, SpacePossum)
  • feature #4947 NativeConstantInvocation - Add "PHP_INT_SIZE" to SF rule set (kubawerlos)
  • feature #4953 Add support for custom differ (paulhenri-l, SpacePossum)
  • feature #5264 CleanNamespaceFixer - Introduction (SpacePossum)
  • feature #5280 NoUselessSprintfFixer - Introduction (SpacePossum)
  • minor #4634 Make all options snake_case (kubawerlos)
  • minor #4667 PhpUnitOrderedCoversFixer - stop using deprecated fixer (keradus)
  • minor #4673 FinalStaticAccessFixer - deprecate (julienfalque)
  • minor #4762 Rename simple_lambda_call to regular_callable_call (julienfalque)
  • minor #4782 Update RuleSets (SpacePossum)
  • minor #4802 Master cleanup (SpacePossum)
  • minor #4828 Deprecate Config::create() (DocFX)
  • minor #4872 Update RuleSet SF and PHP-CS-Fixer with new config for `no_extra_blan… (SpacePossum)
  • minor #4900 Move "no_trailing_whitespace_in_string" to SF ruleset. (SpacePossum)
  • minor #4903 Docs: extend regular_callable_call rule docs (keradus, SpacePossum)
  • minor #4910 Add use_arrow_functions rule to PHP74Migration:risky set (keradus)
Commits
  • 5274ce3 prepared the 2.17.0 release
  • 38a376c minor #5326 DX: relax composer requirements to not block installation under P...
  • e393d52 DX: relax composer requirements to not block installation under PHP v8, suppo...
  • ae0ea89 minor #5323 NoUselessSprintfFixer - Fix test on PHP5.6 (SpacePossum)
  • d6a438e NoUselessSprintfFixer - Fix test on PHP5.6
  • 0f9eb4c Merge branch '2.16'
  • 13085ef bumped version
  • 0f8286f prepared the 2.16.8 release
  • d7c5729 minor #5321 DX: little code grooming (keradus)
  • 6d89350 DX: little code grooming
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

⚠️ Dependabot won't automerge this PR as it didn't detect CI on it ⚠️

You have automerging enabled for this repo but Dependabot didn't detect any CI statuses or checks. You can disable automerging on this repo from here.

@dependabot-preview
Copy link
Author

Superseded by #176.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/friendsofphp/php-cs-fixer-2.17.0 branch December 8, 2020 13:57
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.

0 participants