Skip to content

Conversation

@dependabot-preview
Copy link

Bumps friendsofphp/php-cs-fixer from 2.15.1 to 2.17.3.

Release notes

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

v2.17.3 Desert Beast

  • bug #5384 PsrAutoloadingFixer - do not remove directory structure from the Class name (kubawerlos, keradus)
  • bug #5385 SingleLineCommentStyleFixer- run before NoUselessReturnFixer (kubawerlos)
  • bug #5387 SingleSpaceAfterConstructFixer - do not touch multi line implements (SpacePossum)
  • minor #5329 DX: collect coverage with Github Actions (kubawerlos)
  • minor #5380 PhpdocOrderByValueFixer - Allow sorting of throws annotations by value (localheinz, keradus)
  • minor #5383 DX: fail PHPUnit tests on warning (kubawerlos)
  • minor #5386 DX: remove incorrect priority relations (kubawerlos)

v2.17.2 Desert Beast

  • bug #5345 CleanNamespaceFixer - preserve traling comments (SpacePossum)
  • bug #5348 PsrAutoloadingFixer - fix for class without namespace (kubawerlos)
  • bug #5362 SingleSpaceAfterConstructFixer: Do not adjust whitespace before multiple multi-line extends (localheinz, SpacePossum)
  • minor #5314 Enable testing with PHPUnit 9.x (sanmai)
  • minor #5319 Clean ups (SpacePossum)
  • minor #5338 clean ups (SpacePossum)
  • minor #5339 NoEmptyStatementFixer - fix more cases (SpacePossum)
  • minor #5340 NamedArgumentTransformer - Introduction (SpacePossum)
  • minor #5344 Update docs: do not use deprecated create method (SpacePossum)
  • minor #5353 Fix typo in issue template (stof)
  • minor #5355 OrderedTraitsFixer - mark as risky (SpacePossum)
  • minor #5356 RuleSet description fixes (SpacePossum)
  • minor #5359 Add application version to "fix" out put when verbosity flag is set (SpacePossum)
  • minor #5360 DX: clean up detectIndent methods (kubawerlos)
  • minor #5363 Added missing self return type to ConfigInterface::registerCustomFixers() (vudaltsov)
  • minor #5366 PhpUnitDedicateAssertInternalTypeFixer - recover target option (keradus)
  • minor #5368 DX: PHPUnit 9 compatibility for 2.17 (keradus)
  • minor #5370 DX: update PHPUnit usage to use external Prophecy trait and solve warning (keradus)
  • minor #5371 Update documentation about PHP_CS_FIXER_IGNORE_ENV (SanderSander, keradus)
  • minor #5373 DX: MagicMethodCasingFixerTest - fix test case description (keradus)
  • minor #5374 DX: PhpUnitDedicateAssertInternalTypeFixer - add code sample for non-default config (keradus)

v2.17.1 Desert Beast

  • bug #5325 NoBreakCommentFixer - better throw handling (SpacePossum)
  • bug #5327 StaticLambdaFixer - fix for arrow function used in class with $this (kubawerlos, SpacePossum)
  • bug #5332 Fix file missing for php8 (jderusse)
  • bug #5333 Fix file missing for php8 (jderusse)
  • minor #5328 Fixed deprecation message version (GrahamCampbell)
  • minor #5330 DX: cleanup Github Actions configs (kubawerlos)

v2.17.0 Desert Beast

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

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

Changelog for v2.17.3

  • bug #5384 PsrAutoloadingFixer - do not remove directory structure from the Class name (kubawerlos, keradus)
  • bug #5385 SingleLineCommentStyleFixer- run before NoUselessReturnFixer (kubawerlos)
  • bug #5387 SingleSpaceAfterConstructFixer - do not touch multi line implements (SpacePossum)
  • minor #5329 DX: collect coverage with Github Actions (kubawerlos)
  • minor #5380 PhpdocOrderByValueFixer - Allow sorting of throws annotations by value (localheinz, keradus)
  • minor #5383 DX: fail PHPUnit tests on warning (kubawerlos)
  • minor #5386 DX: remove incorrect priority relations (kubawerlos)

Changelog for v2.17.2

  • bug #5345 CleanNamespaceFixer - preserve traling comments (SpacePossum)
  • bug #5348 PsrAutoloadingFixer - fix for class without namespace (kubawerlos)
  • bug #5362 SingleSpaceAfterConstructFixer: Do not adjust whitespace before multiple multi-line extends (localheinz, SpacePossum)
  • minor #5314 Enable testing with PHPUnit 9.x (sanmai)
  • minor #5319 Clean ups (SpacePossum)
  • minor #5338 clean ups (SpacePossum)
  • minor #5339 NoEmptyStatementFixer - fix more cases (SpacePossum)
  • minor #5340 NamedArgumentTransformer - Introduction (SpacePossum)
  • minor #5344 Update docs: do not use deprecated create method (SpacePossum)
  • minor #5353 Fix typo in issue template (stof)
  • minor #5355 OrderedTraitsFixer - mark as risky (SpacePossum)
  • minor #5356 RuleSet description fixes (SpacePossum)
  • minor #5359 Add application version to "fix" out put when verbosity flag is set (SpacePossum)
  • minor #5360 DX: clean up detectIndent methods (kubawerlos)
  • minor #5363 Added missing self return type to ConfigInterface::registerCustomFixers() (vudaltsov)
  • minor #5366 PhpUnitDedicateAssertInternalTypeFixer - recover target option (keradus)
  • minor #5368 DX: PHPUnit 9 compatibility for 2.17 (keradus)
  • minor #5370 DX: update PHPUnit usage to use external Prophecy trait and solve warning (keradus)
  • minor #5371 Update documentation about PHP_CS_FIXER_IGNORE_ENV (SanderSander, keradus)
  • minor #5373 DX: MagicMethodCasingFixerTest - fix test case description (keradus)
  • minor #5374 DX: PhpUnitDedicateAssertInternalTypeFixer - add code sample for non-default config (keradus)

Changelog for v2.17.1

  • bug #5325 NoBreakCommentFixer - better throw handling (SpacePossum)
  • bug #5327 StaticLambdaFixer - fix for arrow function used in class with $this (kubawerlos, SpacePossum)
  • bug #5332 Fix file missing for php8 (jderusse)
  • bug #5333 Fix file missing for php8 (jderusse)
  • minor #5328 Fixed deprecation message version (GrahamCampbell)
  • minor #5330 DX: cleanup Github Actions configs (kubawerlos)

Changelog for v2.17.0

  • bug #4752 SimpleLambdaCallFixer - bug fixes (SpacePossum)
Commits
  • bd32f5d prepared the 2.17.3 release
  • 5d4d1ec bug #5384 PsrAutoloadingFixer - do not remove directory structure from the Cl...
  • 5d1856f PsrAutoloadingFixer - do not remove directory structure from the Class name
  • 9d14829 minor #5386 DX: remove incorrect priority relations (kubawerlos)
  • 29ec23d bug #5387 SingleSpaceAfterConstructFixer - do not touch multi line implements...
  • f29b18c minor #5380 PhpdocOrderByValueFixer - Allow sorting of throws annotations by ...
  • 4ec00e9 PhpdocOrderByValueFixer - Allow sorting of throws annotations by value
  • 1b81c27 bug #5385 SingleLineCommentStyleFixer- run before NoUselessReturnFixer (kubaw...
  • da8c26f minor #5383 DX: fail PHPUnit tests on warning (kubawerlos)
  • bf9b02c DX: fail PHPUnit tests on warning
  • 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 Jan 14, 2021
@dependabot-preview
Copy link
Author

Superseded by #145.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/friendsofphp/php-cs-fixer-2.17.3 branch January 18, 2021 07:15
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.

1 participant