Skip to content

Bump friendsofphp/php-cs-fixer from 2.18.3 to 3.6.0 #99

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 8, 2022

Bumps friendsofphp/php-cs-fixer from 2.18.3 to 3.6.0.

Release notes

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

v3.6.0 Roe Deer

  • bug #6063 PhpdocTypesOrderFixer - Improve nested types support (ruudk, julienfalque)
  • bug #6197 FullyQualifiedStrictTypesFixer - fix same classname is imported from … (SpacePossum)
  • bug #6241 NoSuperfluousPhpdocTagsFixer - fix for reference and splat operator (kubawerlos)
  • bug #6243 PhpdocTypesOrderFixer - fix for intersection types (kubawerlos)
  • bug #6254 PhpUnitDedicateAssertFixer - remove is_resource. (drupol)
  • bug #6264 TokensAnalyzer - fix isConstantInvocation detection for mulitple exce… (SpacePossum)
  • bug #6265 NullableTypeDeclarationForDefaultNullValueFixer - handle "readonly" a… (SpacePossum)
  • bug #6266 SimplifiedIfReturnFixer - handle statement in loop without braces (SpacePossum)
  • feature #6262 ClassReferenceNameCasingFixer - introduction (SpacePossum)
  • feature #6267 NoUnneededImportAliasFixer - Introduction (SpacePossum)
  • minor #6199 HeaderCommentFixer - support monolithic files with shebang (kubawerlos, keradus)
  • minor #6231 Fix priority descriptions and tests. (SpacePossum)
  • minor #6237 DX: Application - better display version when displaying gitSha (keradus)
  • minor #6242 Annotation - improve on recognising types with reference and splat operator (kubawerlos)
  • minor #6250 Tokens - optimize cache clear (SpacePossum)
  • minor #6269 Docs: redo warnings in RST docs to fix issue on website docs (keradus)
  • minor #6270 ClassReferenceNameCasingFixer - Add missing test cases for catch (SpacePossum)
  • minor #6273 Add priority test (SpacePossum)

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)

... (truncated)

Changelog

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

Changelog for v3.6.0

  • bug #6063 PhpdocTypesOrderFixer - Improve nested types support (ruudk, julienfalque)
  • bug #6197 FullyQualifiedStrictTypesFixer - fix same classname is imported from … (SpacePossum)
  • bug #6241 NoSuperfluousPhpdocTagsFixer - fix for reference and splat operator (kubawerlos)
  • bug #6243 PhpdocTypesOrderFixer - fix for intersection types (kubawerlos)
  • bug #6254 PhpUnitDedicateAssertFixer - remove is_resource. (drupol)
  • bug #6264 TokensAnalyzer - fix isConstantInvocation detection for mulitple exce… (SpacePossum)
  • bug #6265 NullableTypeDeclarationForDefaultNullValueFixer - handle "readonly" a… (SpacePossum)
  • bug #6266 SimplifiedIfReturnFixer - handle statement in loop without braces (SpacePossum)
  • feature #6262 ClassReferenceNameCasingFixer - introduction (SpacePossum)
  • feature #6267 NoUnneededImportAliasFixer - Introduction (SpacePossum)
  • minor #6199 HeaderCommentFixer - support monolithic files with shebang (kubawerlos, keradus)
  • minor #6231 Fix priority descriptions and tests. (SpacePossum)
  • minor #6237 DX: Application - better display version when displaying gitSha (keradus)
  • minor #6242 Annotation - improve on recognising types with reference and splat operator (kubawerlos)
  • minor #6250 Tokens - optimize cache clear (SpacePossum)
  • minor #6269 Docs: redo warnings in RST docs to fix issue on website docs (keradus)
  • minor #6270 ClassReferenceNameCasingFixer - Add missing test cases for catch (SpacePossum)
  • minor #6273 Add priority test (SpacePossum)

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)

... (truncated)

Commits
  • 1975e44 prepared the 3.6.0 release
  • db4b997 minor #6273 Add priority test (SpacePossum)
  • 7bdb9a2 Add priority test
  • a6fa961 minor #6270 ClassReferenceNameCasingFixer - Add missing test cases for catch ...
  • 9e31f1f ClassReferenceNameCasingFixer - Add missing test cases for catch
  • 42a449a minor #6269 Docs: redo warnings in RST docs to fix issue on website docs (ker...
  • f1a0942 Docs: redo warnings in RST docs to fix issue on website docs
  • 86d0a4c feature #6262 ClassReferenceNameCasingFixer - introduction (SpacePossum)
  • 776850a ClassReferenceNameCasingFixer - introduction
  • 248a56b feature #6267 NoUnneededImportAliasFixer - Introduction (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)

Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 2.18.3 to 3.6.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@v2.18.3...v3.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 8, 2022
@dependabot dependabot bot requested a review from svnldwg February 8, 2022 10:06
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 8, 2022

Superseded by #103.

@dependabot dependabot bot closed this Mar 8, 2022
@dependabot dependabot bot deleted the dependabot/composer/friendsofphp/php-cs-fixer-3.6.0 branch March 8, 2022 10:08
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.

0 participants