Skip to content

Bump friendsofphp/php-cs-fixer from 2.11.1 to 2.12.2 #19

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jul 11, 2018

Bumps friendsofphp/php-cs-fixer from 2.11.1 to 2.12.2.

Release notes

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

v2.12.2

  • bug #3823 NativeConstantInvocationFixer - better constant detection (gharlan, SpacePossum, keradus)
  • bug #3832 "yield from" as keyword (SpacePossum)
  • bug #3835 Fix priority between PHPDoc return type fixers (julienfalque, keradus)
  • bug #3839 MethodArgumentSpaceFixer - add empty line incorrectly (SpacePossum)
  • bug #3866 SpaceAfterSemicolonFixer - loop over all tokens (SpacePossum)
  • minor #3817 Update integrations tests (SpacePossum)
  • minor #3829 Fix typos in changelog (mnabialek)
  • minor #3848 Add install/update instructions for PHIVE to the README (SpacePossum)
  • minor #3877 NamespacesAnalyzer - Optimize performance (stof)
  • minor #3878 NativeFunctionInvocationFixer - use the NamespacesAnalyzer to remove duplicated code (stof)

v2.12.1 Long Journey

  • bug #3808 LowercaseStaticReferenceFixer - Fix constants handling (kubawerlos, keradus)
  • bug #3815 NoSuperfluousPhpdocTagsFixer - support array/callable type hints (gharlan)
  • minor #3824 DX: Support PHPUnit 7.2 (keradus)
  • minor #3825 UX: Provide full diff for code samples (keradus)

v2.12.0 Long Journey

  • feature #2577 Add LogicalOperatorsFixer (hkdobrev, keradus)
  • feature #3060 Add ErrorSuppressionFixer (kubawerlos)
  • feature #3127 Add NativeConstantInvocationFixer (Slamdunk, keradus)
  • feature #3223 NativeFunctionInvocationFixer - add namespace scope and include sets (SpacePossum)
  • feature #3453 PhpdocAlignFixer - add align option (robert.ahmerov)
  • feature #3476 Add PhpUnitTestCaseStaticMethodCallsFixer (Slamdunk, keradus)
  • feature #3524 MethodArgumentSpaceFixer - Add ensure_single_line option (julienfalque, keradus)
  • feature #3534 MultilineWhitespaceBeforeSemicolonsFixer - support static calls (ntzm)
  • feature #3585 Add ReturnAssignmentFixer (SpacePossum, keradus)
  • feature #3640 Add PhpdocToReturnTypeFixer (Slamdunk, keradus)
  • feature #3691 Add PhpdocTrimAfterDescriptionFixer (nobuf, keradus)
  • feature #3698 YodaStyleFixer - Add always_move_variable option (julienfalque, SpacePossum)
  • feature #3709 Add SetTypeToCastFixer (SpacePossum)
  • feature #3724 BlankLineBeforeStatementFixer - Add case and default as options (dmvdbrugge)
  • feature #3734 Add NoSuperfluousPhpdocTagsFixer (julienfalque)
  • feature #3735 Add LowercaseStaticReferenceFixer (kubawerlos, SpacePossum)
  • feature #3737 Add NoUnsetOnPropertyFixer (BackEndTea, SpacePossum)
  • feature #3745 Add PhpUnitInternalClassFixer (BackEndTea, SpacePossum, keradus)
  • feature #3766 Add NoBinaryStringFixer (ntzm, SpacePossum, keradus)
  • feature #3780 ShortScalarCastFixer - Change binary cast to string cast as well (ntzm)
  • feature #3785 PhpUnitDedicateAssertFixer - fix to assertCount too (SpacePossum)
  • feature #3802 Convert PhpdocTrimAfterDescriptionFixer into PhpdocTrimConsecutiveBlankLineSeparationFixer (keradus)
  • minor #3738 ReturnAssignmentFixer description update (kubawerlos)
  • minor #3761 Application: when run with FUTURE_MODE, error_reporting(-1) is done in entry file instead (keradus)
  • minor #3772 DX: use PhpUnitTestCaseIndicator->isPhpUnitClass to discover PHPUnit classes (keradus)
  • minor #3783 CI: Split COLLECT_COVERAGE job (keradus)
  • minor #3789 DX: ProjectCodeTest.testThatDataProvidersAreCorrectlyNamed - performance optimization (keradus)
  • minor #3791 DX: Fix collecting code coverage (keradus)
  • minor #3792 DX: Upgrade DX deps (keradus)
  • minor #3797 DX: ProjectCodeTest - shall not depends on xdebug/phpdbg anymore (keradus, SpacePossum)
  • minor #3800 Symfony:risky ruleset: include set_type_to_cast rule (keradus)
... (truncated)
Changelog

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

Changelog for v2.12.2

  • bug #3823 NativeConstantInvocationFixer - better constant detection (gharlan, SpacePossum, keradus)
  • bug #3832 "yield from" as keyword (SpacePossum)
  • bug #3835 Fix priority between PHPDoc return type fixers (julienfalque, keradus)
  • bug #3839 MethodArgumentSpaceFixer - add empty line incorrectly (SpacePossum)
  • bug #3866 SpaceAfterSemicolonFixer - loop over all tokens (SpacePossum)
  • minor #3817 Update integrations tests (SpacePossum)
  • minor #3829 Fix typos in changelog (mnabialek)
  • minor #3848 Add install/update instructions for PHIVE to the README (SpacePossum)
  • minor #3877 NamespacesAnalyzer - Optimize performance (stof)
  • minor #3878 NativeFunctionInvocationFixer - use the NamespacesAnalyzer to remove duplicated code (stof)

Changelog for v2.12.1

  • bug #3808 LowercaseStaticReferenceFixer - Fix constants handling (kubawerlos, keradus)
  • bug #3815 NoSuperfluousPhpdocTagsFixer - support array/callable type hints (gharlan)
  • minor #3824 DX: Support PHPUnit 7.2 (keradus)
  • minor #3825 UX: Provide full diff for code samples (keradus)

Changelog for v2.12.0

  • feature #2577 Add LogicalOperatorsFixer (hkdobrev, keradus)
  • feature #3060 Add ErrorSuppressionFixer (kubawerlos)
  • feature #3127 Add NativeConstantInvocationFixer (Slamdunk, keradus)
  • feature #3223 NativeFunctionInvocationFixer - add namespace scope and include sets (SpacePossum)
  • feature #3453 PhpdocAlignFixer - add align option (robert.ahmerov)
  • feature #3476 Add PhpUnitTestCaseStaticMethodCallsFixer (Slamdunk, keradus)
  • feature #3524 MethodArgumentSpaceFixer - Add ensure_single_line option (julienfalque, keradus)
  • feature #3534 MultilineWhitespaceBeforeSemicolonsFixer - support static calls (ntzm)
  • feature #3585 Add ReturnAssignmentFixer (SpacePossum, keradus)
  • feature #3640 Add PhpdocToReturnTypeFixer (Slamdunk, keradus)
  • feature #3691 Add PhpdocTrimAfterDescriptionFixer (nobuf, keradus)
  • feature #3698 YodaStyleFixer - Add always_move_variable option (julienfalque, SpacePossum)
  • feature #3709 Add SetTypeToCastFixer (SpacePossum)
  • feature #3724 BlankLineBeforeStatementFixer - Add case and default as options (dmvdbrugge)
  • feature #3734 Add NoSuperfluousPhpdocTagsFixer (julienfalque)
  • feature #3735 Add LowercaseStaticReferenceFixer (kubawerlos, SpacePossum)
  • feature #3737 Add NoUnsetOnPropertyFixer (BackEndTea, SpacePossum)
  • feature #3745 Add PhpUnitInternalClassFixer (BackEndTea, SpacePossum, keradus)
  • feature #3766 Add NoBinaryStringFixer (ntzm, SpacePossum, keradus)
  • feature #3780 ShortScalarCastFixer - Change binary cast to string cast as well (ntzm)
  • feature #3785 PhpUnitDedicateAssertFixer - fix to assertCount too (SpacePossum)
  • feature #3802 Convert PhpdocTrimAfterDescriptionFixer into PhpdocTrimConsecutiveBlankLineSeparationFixer (keradus)
  • minor #3738 ReturnAssignmentFixer description update (kubawerlos)
  • minor #3761 Application: when run with FUTURE_MODE, error_reporting(-1) is done in entry file instead (keradus)
  • minor #3772 DX: use PhpUnitTestCaseIndicator->isPhpUnitClass to discover PHPUnit classes (keradus)
... (truncated)
Commits
  • dcc87d5 prepared the 2.12.2 release
  • 922ba6e minor #3878 NativeFunctionInvocationFixer - use the NamespacesAnalyzer to rem...
  • bf1654b minor #3877 NamespacesAnalyzer - Optimize performance (stof)
  • 6856b52 bug #3839 MethodArgumentSpaceFixer - add empty line incorrectly (SpacePossum)
  • d7d8e61 MethodArgumentSpaceFixer - add empty line incorrectly
  • b16c2f0 Use the NamespacesAnalyzer in the NativeFunctionInvocationFixer
  • 8321c26 Optimize the namespaces analyzer
  • ceec561 bug #3823 NativeConstantInvocationFixer - better constant detection (gharlan,...
  • a8a4ef2 NativeConstantInvocationFixer - better constant detection
  • b6c27d5 minor #3848 Add install/update instructions for PHIVE to the README (SpacePos...
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/friendsofphp/php-cs-fixer-2.12.2 branch from 0585045 to bc51e17 Compare July 31, 2018 07:40
@dependabot-preview dependabot-preview bot merged commit dcc4380 into master Aug 7, 2018
@dependabot-preview dependabot-preview bot deleted the dependabot/composer/friendsofphp/php-cs-fixer-2.12.2 branch August 7, 2018 10:09
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.

1 participant