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

composer(deps): bump friendsofphp/php-cs-fixer from 3.4.0 to 3.5.0 #545

Merged
merged 3 commits into from Jan 14, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 14, 2022

Bumps friendsofphp/php-cs-fixer from 3.4.0 to 3.5.0.

Release notes

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

v3.5.0 The Creation

  • bug #6058 Fix Tokens::insertSlices not moving around all affected tokens (paulbalandan, SpacePossum)
  • bug #6160 NonPrintableCharacterFixer - fix for when removing non-printable character break PHP syntax (kubawerlos)
  • bug #6165 DeclareEqualNormalizeFixer - fix for declare having multiple directives (kubawerlos)
  • bug #6170 NonPrintableCharacterFixer - fix for string in single quotes, having non-breaking space, linebreak, and single quote inside (kubawerlos)
  • bug #6181 UseTransformer - Trait import in enum fix (PHP8.1) (SpacePossum)
  • bug #6188 PhpdocTo(Param|Property|Return)TypeFixer - fix for type intersections (kubawerlos)
  • bug #6202 SquareBraceTransformer - fix for destructing square brace after double arrow (kubawerlos)
  • bug #6209 OrderedClassElementsFixer - PHP8.0 support abstract private methods in traits (SpacePossum)
  • bug #6224 ArgumentsAnalyzer - support PHP8.1 readonly (SpacePossum)
  • feature #4571 BlankLineBeforeStatementFixer - can now add blank lines before doc-comments (addiks, SpacePossum)
  • feature #5953 GetClassToClassKeywordFixer - introduction (paulbalandan)
  • minor #6108 Drop support for Symfony v4 (keradus)
  • minor #6163 CI: update used PHP version (keradus)
  • minor #6167 SingleSpaceAfterConstructFixer - allow multiline const (y_ahiru, SpacePossum)
  • minor #6168 indexes -> indices (SpacePossum)
  • minor #6171 Fix tests and CS (SpacePossum)
  • minor #6172 DX: Tokens::insertSlices - groom code and fix tests (keradus)
  • minor #6174 PhpdocAlignFixer: fix property-read/property-write descriptions not getting aligned (antichris)
  • minor #6177 DX: chmod +x for benchmark.sh file (keradus)
  • minor #6180 gitlab reporter - add fixed severity to match format (cbourreau)
  • minor #6183 Simplify DiffConsoleFormatter (kubawerlos)
  • minor #6184 Do not support array of patterns in Preg methods (kubawerlos)
  • minor #6185 Upgrade PHPStan (kubawerlos)
  • minor #6189 Finder - fix usage of ignoreDotFiles (kubawerlos)
  • minor #6190 DX: DiffConsoleFormatter - escape - (keradus)
  • minor #6194 Update Docker setup (julienfalque)
  • minor #6196 clean ups (SpacePossum)
  • minor #6198 DX: format dot files (kubawerlos)
  • minor #6200 DX: Composer's branch-alias leftovers cleanup (kubawerlos)
  • minor #6203 Bump required PHP to 7.4 (keradus)
  • minor #6205 DX: bump PHPUnit to v9, PHPUnit bridge to v6 and Prophecy-PHPUnit to v2 (keradus)
  • minor #6210 NullableTypeDeclarationForDefaultNullValueFixer - fix tests (HypeMC)
  • minor #6212 bump year 2021 -> 2022 (SpacePossum)
  • minor #6215 DX: Doctrine\Annotation\Tokens - fix phpstan violations (keradus)
  • minor #6216 DX: Doctrine\Annotation\Tokens - drop unused methods (keradus)
  • minor #6217 DX: lock SCA tools for PR builds (keradus)
  • minor #6218 Use composer/xdebug-handler v3 (gharlan)
  • minor #6222 Show runtime on version command (SpacePossum)
  • minor #6229 Simplify Tokens::isMonolithicPhp tests (kubawerlos)
  • minor #6232 Use expectNotToPerformAssertions where applicable (SpacePossum)
  • minor #6233 Update Tokens::isMonolithicPhp (kubawerlos)
  • minor #6236 Annotation - improve getting variable name (kubawerlos)
Changelog

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

Changelog for v3.5.0

  • bug #6058 Fix Tokens::insertSlices not moving around all affected tokens (paulbalandan, SpacePossum)
  • bug #6160 NonPrintableCharacterFixer - fix for when removing non-printable character break PHP syntax (kubawerlos)
  • bug #6165 DeclareEqualNormalizeFixer - fix for declare having multiple directives (kubawerlos)
  • bug #6170 NonPrintableCharacterFixer - fix for string in single quotes, having non-breaking space, linebreak, and single quote inside (kubawerlos)
  • bug #6181 UseTransformer - Trait import in enum fix (PHP8.1) (SpacePossum)
  • bug #6188 PhpdocTo(Param|Property|Return)TypeFixer - fix for type intersections (kubawerlos)
  • bug #6202 SquareBraceTransformer - fix for destructing square brace after double arrow (kubawerlos)
  • bug #6209 OrderedClassElementsFixer - PHP8.0 support abstract private methods in traits (SpacePossum)
  • bug #6224 ArgumentsAnalyzer - support PHP8.1 readonly (SpacePossum)
  • feature #4571 BlankLineBeforeStatementFixer - can now add blank lines before doc-comments (addiks, SpacePossum)
  • feature #5953 GetClassToClassKeywordFixer - introduction (paulbalandan)
  • minor #6108 Drop support for Symfony v4 (keradus)
  • minor #6163 CI: update used PHP version (keradus)
  • minor #6167 SingleSpaceAfterConstructFixer - allow multiline const (y_ahiru, SpacePossum)
  • minor #6168 indexes -> indices (SpacePossum)
  • minor #6171 Fix tests and CS (SpacePossum)
  • minor #6172 DX: Tokens::insertSlices - groom code and fix tests (keradus)
  • minor #6174 PhpdocAlignFixer: fix property-read/property-write descriptions not getting aligned (antichris)
  • minor #6177 DX: chmod +x for benchmark.sh file (keradus)
  • minor #6180 gitlab reporter - add fixed severity to match format (cbourreau)
  • minor #6183 Simplify DiffConsoleFormatter (kubawerlos)
  • minor #6184 Do not support array of patterns in Preg methods (kubawerlos)
  • minor #6185 Upgrade PHPStan (kubawerlos)
  • minor #6189 Finder - fix usage of ignoreDotFiles (kubawerlos)
  • minor #6190 DX: DiffConsoleFormatter - escape - (keradus)
  • minor #6194 Update Docker setup (julienfalque)
  • minor #6196 clean ups (SpacePossum)
  • minor #6198 DX: format dot files (kubawerlos)
  • minor #6200 DX: Composer's branch-alias leftovers cleanup (kubawerlos)
  • minor #6203 Bump required PHP to 7.4 (keradus)
  • minor #6205 DX: bump PHPUnit to v9, PHPUnit bridge to v6 and Prophecy-PHPUnit to v2 (keradus)
  • minor #6210 NullableTypeDeclarationForDefaultNullValueFixer - fix tests (HypeMC)
  • minor #6212 bump year 2021 -> 2022 (SpacePossum)
  • minor #6215 DX: Doctrine\Annotation\Tokens - fix phpstan violations (keradus)
  • minor #6216 DX: Doctrine\Annotation\Tokens - drop unused methods (keradus)
  • minor #6217 DX: lock SCA tools for PR builds (keradus)
  • minor #6218 Use composer/xdebug-handler v3 (gharlan)
  • minor #6222 Show runtime on version command (SpacePossum)
  • minor #6229 Simplify Tokens::isMonolithicPhp tests (kubawerlos)
  • minor #6232 Use expectNotToPerformAssertions where applicable (SpacePossum)
  • minor #6233 Update Tokens::isMonolithicPhp (kubawerlos)
  • minor #6236 Annotation - improve getting variable name (kubawerlos)
Commits
  • 333f15e prepared the 3.5.0 release
  • 626c3a8 minor #6108 Drop support for Symfony v4 (keradus)
  • 9c81d03 Drop support for Symfony v4
  • 01a0cf4 minor #6233 Update Tokens::isMonolithicPhp (kubawerlos)
  • 738972d Update Tokens::isMonolithicPhp
  • 75d26d5 minor #6236 Annotation - improve getting variable name (kubawerlos)
  • 199fb6f Annotation - improve getting variable name
  • 6fe4c69 minor #6222 Show runtime on version command (SpacePossum)
  • 85bf144 Show runtime on version command
  • ee92352 minor #6232 Use expectNotToPerformAssertions where applicable (SpacePossum)
  • 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 dependabot bot force-pushed the dependabot/composer/friendsofphp/php-cs-fixer-3.5.0 branch 5 times, most recently from 39c3e7a to 580ef40 Compare January 14, 2022 22:45
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.4.0...v3.5.0)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/friendsofphp/php-cs-fixer-3.5.0 branch from 580ef40 to 3b14195 Compare January 14, 2022 22:47
@codecov
Copy link

codecov bot commented Jan 14, 2022

Codecov Report

Merging #545 (bd5a2d1) into main (ee811e1) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##                main      #545   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity         7         7           
===========================================
  Files              2         2           
  Lines             26        26           
===========================================
  Hits              26        26           

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 ee811e1...bd5a2d1. Read the comment docs.

@localheinz localheinz self-assigned this Jan 14, 2022
@localheinz localheinz merged commit 71f59d9 into main Jan 14, 2022
@localheinz localheinz deleted the dependabot/composer/friendsofphp/php-cs-fixer-3.5.0 branch January 14, 2022 22:52
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.

None yet

1 participant