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.15.3 to 2.18.2 in /composer/helpers #162

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps friendsofphp/php-cs-fixer from 2.15.3 to 2.18.2.

Release notes

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

v2.18.2 Remote Void

  • bug #5466 Fix runtime check of PHP version (keradus)
  • minor #4250 POC Tokens::insertSlices (keradus)

v2.18.1 Remote Void

  • bug #5447 switch_case_semicolon_to_colon should skip match/default statements (derrabus)
  • bug #5453 SingleSpaceAfterConstructFixer - better handling of closing parenthesis and brace (keradus)
  • bug #5454 NullableTypeDeclarationForDefaultNullValueFixer - support property promotion via constructor (keradus)
  • bug #5455 PhpdocToCommentFixer - add support for attributes (keradus)
  • bug #5462 NullableTypeDeclarationForDefaultNullValueFixer - support union types (keradus)
  • minor #5444 Fix PHP version number in PHP54MigrationSet description (jdreesen, keradus)
  • minor #5445 DX: update usage of old TraversableContains in tests (keradus)
  • minor #5456 DX: Fix CiIntegrationTest (keradus)
  • minor #5457 CI: fix params order (keradus)
  • minor #5458 CI: fix migration workflow (keradus)
  • minor #5459 DX: cleanup PHP Migration rulesets (keradus)

v2.18.0 Remote Void

  • feature #4943 Add PSR12 ruleset (julienfalque, keradus)
  • feature #5426 Update Symfony ruleset (keradus)
  • feature #5428 Add/Change PHP.MigrationSet to update array/list syntax to short one (keradus)
  • minor #5441 Allow execution under PHP 8 (keradus)

v2.17.5 Desert Beast

  • bug #5447 switch_case_semicolon_to_colon should skip match/default statements (derrabus)
  • bug #5453 SingleSpaceAfterConstructFixer - better handling of closing parenthesis and brace (keradus)
  • bug #5454 NullableTypeDeclarationForDefaultNullValueFixer - support property promotion via constructor (keradus)
  • bug #5455 PhpdocToCommentFixer - add support for attributes (keradus)
  • bug #5462 NullableTypeDeclarationForDefaultNullValueFixer - support union types (keradus)
  • minor #5445 DX: update usage of old TraversableContains in tests (keradus)
  • minor #5456 DX: Fix CiIntegrationTest (keradus)
  • minor #5457 CI: fix params order (keradus)
  • minor #5459 DX: cleanup PHP Migration rulesets (keradus)

v2.17.4 Desert Beast

  • bug #5379 PhpUnitMethodCasingFixer - Do not modify class name (localheinz)
  • bug #5404 NullableTypeTransformer - constructor property promotion support (Wirone)
  • bug #5433 PhpUnitTestCaseStaticMethodCallsFixer - fix for abstract static method (kubawerlos)
  • minor #5234 DX: Add Docker dev setup (julienfalque, keradus)
  • minor #5391 PhpdocOrderByValueFixer - Add additional annotations to sort (localheinz)
  • minor #5392 PhpdocScalarFixer - Fix description (localheinz)
  • minor #5397 NoExtraBlankLinesFixer - PHP8 throw support (SpacePossum)
  • minor #5399 Add PHP8 integration test (keradus)
  • minor #5405 TypeAlternationTransformer - add support for PHP8 (SpacePossum)
  • minor #5406 SingleSpaceAfterConstructFixer - Attributes, comments and PHPDoc support (SpacePossum)
  • minor #5407 TokensAnalyzer::getClassyElements - return trait imports (SpacePossum)
  • minor #5410 minors (SpacePossum)
  • minor #5411 bump year in LICENSE file (SpacePossum)
  • minor #5414 TypeAlternationTransformer - T_FN support (SpacePossum)
  • minor #5415 Forbid execution under PHP 8.0.0 (keradus)

... (truncated)

Changelog

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

Changelog for v2.18.2

  • bug #5466 Fix runtime check of PHP version (keradus)
  • minor #4250 POC Tokens::insertSlices (keradus)

Changelog for v2.18.1

  • bug #5447 switch_case_semicolon_to_colon should skip match/default statements (derrabus)
  • bug #5453 SingleSpaceAfterConstructFixer - better handling of closing parenthesis and brace (keradus)
  • bug #5454 NullableTypeDeclarationForDefaultNullValueFixer - support property promotion via constructor (keradus)
  • bug #5455 PhpdocToCommentFixer - add support for attributes (keradus)
  • bug #5462 NullableTypeDeclarationForDefaultNullValueFixer - support union types (keradus)
  • minor #5444 Fix PHP version number in PHP54MigrationSet description (jdreesen, keradus)
  • minor #5445 DX: update usage of old TraversableContains in tests (keradus)
  • minor #5456 DX: Fix CiIntegrationTest (keradus)
  • minor #5457 CI: fix params order (keradus)
  • minor #5458 CI: fix migration workflow (keradus)
  • minor #5459 DX: cleanup PHP Migration rulesets (keradus)

Changelog for v2.18.0

  • feature #4943 Add PSR12 ruleset (julienfalque, keradus)
  • feature #5426 Update Symfony ruleset (keradus)
  • feature #5428 Add/Change PHP.MigrationSet to update array/list syntax to short one (keradus)
  • minor #5441 Allow execution under PHP 8 (keradus)

Changelog for v2.17.5

  • bug #5447 switch_case_semicolon_to_colon should skip match/default statements (derrabus)
  • bug #5453 SingleSpaceAfterConstructFixer - better handling of closing parenthesis and brace (keradus)
  • bug #5454 NullableTypeDeclarationForDefaultNullValueFixer - support property promotion via constructor (keradus)
  • bug #5455 PhpdocToCommentFixer - add support for attributes (keradus)
  • bug #5462 NullableTypeDeclarationForDefaultNullValueFixer - support union types (keradus)
  • minor #5445 DX: update usage of old TraversableContains in tests (keradus)
  • minor #5456 DX: Fix CiIntegrationTest (keradus)
  • minor #5457 CI: fix params order (keradus)
  • minor #5459 DX: cleanup PHP Migration rulesets (keradus)

Changelog for v2.17.4

  • bug #5379 PhpUnitMethodCasingFixer - Do not modify class name (localheinz)
  • bug #5404 NullableTypeTransformer - constructor property promotion support (Wirone)
  • bug #5433 PhpUnitTestCaseStaticMethodCallsFixer - fix for abstract static method (kubawerlos)
  • minor #5234 DX: Add Docker dev setup (julienfalque, keradus)
  • minor #5391 PhpdocOrderByValueFixer - Add additional annotations to sort (localheinz)

... (truncated)

Commits

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

Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 2.15.3 to 2.18.2.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.18/CHANGELOG.md)
- [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v2.15.3...v2.18.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jan 26, 2021
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 php Pull requests that update Php code
Projects
None yet
0 participants