narrowspark / php-cs-fixer-config

:notebook: Provides a configuration for fabpot/php-cs-fixer, used within Narrowspark.
MIT License
5 stars 2 forks source link

Build(deps): Update friendsofphp/php-cs-fixer requirement from ~2.16.3 to ~2.16.7 #243

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 4 years ago

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.7 Yellow Bird

experimental release

  • Require PHP 7.1
Changelog

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

Changelog for v2.16.7

experimental release

  • Require PHP 7.1

Changelog for v2.16.6

experimental release

  • Require PHP 7.0

Changelog for v2.16.5

  • bug #4378 PhpUnitNoExpectationAnnotationFixer - annotation in single line doc comment (kubawerlos)
  • bug #4936 HeaderCommentFixer - Fix unexpected removal of regular comments (julienfalque)
  • bug #5006 PhpdocToParamTypeFixer - fix for breaking PHP syntax for type having reserved name (kubawerlos)
  • bug #5016 NoSuperfluousPhpdocTagsFixer - fix for @return with @inheritDoc in description (kubawerlos)
  • bug #5017 PhpdocTrimConsecutiveBlankLineSeparationFixer - must run after AlignMultilineCommentFixer (kubawerlos)
  • bug #5032 SingleLineAfterImportsFixer - fix for line after import (and before another import) already added using CRLF (kubawerlos)
  • bug #5033 VoidReturnFixer - must run after NoSuperfluousPhpdocTagsFixer (kubawerlos)
  • bug #5038 HelpCommandTest - toString nested array (SpacePossum)
  • bug #5040 LinebreakAfterOpeningTagFixer - do not change code if linebreak already present (kubawerlos)
  • bug #5044 StandardizeIncrementFixer - fix handling static properties (kubawerlos)
  • bug #5045 BacktickToShellExecFixer - add priority relation to NativeFunctionInvocationFixer and SingleQuoteFixer (kubawerlos)
  • bug #5054 PhpdocTypesFixer - fix for multidimensional array (kubawerlos)
  • bug #5065 TernaryOperatorSpacesFixer - fix for discovering ":" correctly (kubawerlos)
  • bug #5068 Fixed php-cs-fixer crashes on input file syntax error (GrahamCampbell)
  • bug #5087 NoAlternativeSyntaxFixer - add support for switch and declare (SpacePossum)
  • bug #5092 PhpdocToParamTypeFixer - remove not used option (SpacePossum)
  • bug #5105 ClassKeywordRemoveFixer - fix for fully qualified class (kubawerlos)
  • bug #5113 TernaryOperatorSpacesFixer - handle goto labels (SpacePossum)
  • bug #5124 Fix TernaryToNullCoalescingFixer when dealing with object properties (HypeMC)
  • bug #5137 DoctrineAnnotationSpacesFixer - fix for typed properties (kubawerlos)
  • bug #5180 Always lint test cases with the stricter process linter (GrahamCampbell)
  • bug #5190 PhpUnit*Fixers - Only fix in unit test class scope (SpacePossum)
  • bug #5195 YodaStyle - statements in braces should be treated as variables in strict … (SpacePossum)
  • bug #5220 NoUnneededFinalMethodFixer - do not fix private constructors (SpacePossum)
  • feature #3475 Rework documentation (julienfalque, SpacePossum)
  • feature #5166 PHP8 (SpacePossum)
  • minor #4878 ArrayIndentationFixer - refactor (julienfalque)
  • minor #5031 CI: skip_cleanup: true (keradus)
  • minor #5035 PhpdocToParamTypeFixer - Rename attribute (SpacePossum)
  • minor #5048 Allow composer/semver ^2.0 and ^3.0 (thomasvargiu)
  • minor #5050 DX: moving integration test for braces, indentation_type and no_break_comment into right place (kubawerlos)
  • minor #5051 DX: move all tests from AutoReview\FixerTest to Test\AbstractFixerTestCase (kubawerlos)
  • minor #5053 DX: cleanup FunctionTypehintSpaceFixer (kubawerlos)
Commits


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 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 the `.dependabot/config.yml` file in this repo: - Update frequency - 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-preview[bot] commented 4 years ago

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

codecov[bot] commented 4 years ago

Codecov Report

Merging #243 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             master    #243   +/-   ##
========================================
  Coverage      0.00%   0.00%           
  Complexity       14      14           
========================================
  Files             1       1           
  Lines           499     499           
========================================
  Misses          499     499           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 76893cf...90d3409. Read the comment docs.

dependabot-preview[bot] commented 3 years ago

Superseded by #258.