Skip to content

Bump friendsofphp/php-cs-fixer from 2.18.3 to 3.9.4 #151

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 Jul 18, 2022

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

Release notes

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

v3.9.4 Grand Awaiting

  • bug: Fix various indentation issues (#6480)
  • bug: Fix wrong brace position after static return type (#6485)
  • bug: Prevent breaking functions returning by reference (#6487)

v3.9.3 Grand Awaiting

  • bug: Fix BinaryOperatorSpacesFixer adding whitespace outside PHP blocks (#6476)
  • bug: Fix brace location after multiline function signature (#6475)

v3.9.2 Grand Awaiting

  • bug: Fix indentation after control structure in switch (#6473)

v3.9.1 Grand Awaiting

  • bug: Add attributes support to statement_indentation (#6429)
  • bug: BinaryOperatorSpacesFixer - Allow to align = inside array definitions (#6444)
  • bug: BinaryOperatorSpacesFixer - Fix align of operator with function declaration (#6445)
  • bug: ConstantCaseFixer - Do not touch enum case (#6367)
  • bug: CurlyBracesPositionFixer - multiple elseifs (#6459)
  • bug: Fix #6439 issue in StaticLambda fixer (#6440)
  • bug: FullOpeningTagFixer - fix substr check for pre PHP8 (#6388)
  • bug: IncrementStyleFixer - NoSpacesInsideParenthesisFixer - prio (#6416)
  • bug: LambdaNotUsedImportFixer must run before MethodArgumentSpaceFixer (#6453)
  • bug: MethodArgumentSpaceFixer - first element in same line, space before comma and inconsistent indent (#6438)
  • bug: NoSuperfluousPhpdocTagsFixer - fix for promoted properties (#6403)
  • bug: StatementIndentationFixer - Fix indentation for multiline traits use (#6402)
  • bug: StrictComparisonFixer must rune before ModernizeStrposFixer (#6455)
  • bug: TokensAnalyzer - fix intersection types considered as binary operator (#6414)
  • DX: ISSUE_TEMPLATE hints to check applied rules (#6398)
  • DX: Add more type hints (#6383)
  • DX: Fix CI/CD issues (#6411)
  • DX: cleanup test (#6410)
  • DX: integrate PRLint (#6406)
  • feature: BlankLineBetweenImportGroupsFixer - Introduction (#6365)
  • feature: DateTimeCreateFromFormatCallFixer - Add DateTimeImmutable support (#6350)
  • feature: Extract StatementIndentationFixer from BracesFixer (#5960)
  • feature: ModernizeStrposFixer - fix leading backslash with yoda (#6377)
  • feature: NoExtraBlankLinesFixer - Add attributes option - Fix support for enum case (#6426)
  • feature: NoUnneededControlParenthesesFixer - Fix more cases (#6409)
  • feature: NoUselessNullsafeOperatorFixer - Introduction (#6425)
  • feature: OrderedTrait - Move Phpdoc with trait import (#6361)
  • feature: PhpdocOrderByValueFixer - Allow sorting of mixin annotations by value (#6446)
  • feature: TrailingCommaInMultiline - Add match support (#6381)
  • minor: Allow Composer Normalize plugin (#6454)
  • minor: ExplicitStringVariableFixer - Fix to PHP8.2 compat code (#6424)
  • minor: Extract ControlStructureBracesFixer from BracesFixer (#6399)
  • minor: NoBinaryStringFixer - Fix more cases (#6442)
  • minor: NoSuperfluousPhpdocTagsFixer - Attribute handling (#6382)
  • minor: PhpCsFixerSet - Update blank_line_before_statement config (#6389)
  • minor: Remove unnecessary PHP version constraints (#6461)
  • minor: SingleImportPerStatementFixer - fix PSR12 set (#6415)

... (truncated)

Changelog

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

Changelog for v3.9.4

  • bug: Fix various indentation issues (#6480)
  • bug: Fix wrong brace position after static return type (#6485)
  • bug: Prevent breaking functions returning by reference (#6487)

Changelog for v3.9.3

  • bug: Fix BinaryOperatorSpacesFixer adding whitespace outside PHP blocks (#6476)
  • bug: Fix brace location after multiline function signature (#6475)

Changelog for v3.9.2

  • bug: Fix indentation after control structure in switch (#6473)

Changelog for v3.9.1

  • bug: Add attributes support to statement_indentation (#6429)
  • bug: BinaryOperatorSpacesFixer - Allow to align = inside array definitions (#6444)
  • bug: BinaryOperatorSpacesFixer - Fix align of operator with function declaration (#6445)
  • bug: ConstantCaseFixer - Do not touch enum case (#6367)
  • bug: CurlyBracesPositionFixer - multiple elseifs (#6459)
  • bug: Fix #6439 issue in StaticLambda fixer (#6440)
  • bug: FullOpeningTagFixer - fix substr check for pre PHP8 (#6388)
  • bug: IncrementStyleFixer - NoSpacesInsideParenthesisFixer - prio (#6416)
  • bug: LambdaNotUsedImportFixer must run before MethodArgumentSpaceFixer (#6453)
  • bug: MethodArgumentSpaceFixer - first element in same line, space before comma and inconsistent indent (#6438)
  • bug: NoSuperfluousPhpdocTagsFixer - fix for promoted properties (#6403)
  • bug: StatementIndentationFixer - Fix indentation for multiline traits use (#6402)
  • bug: StrictComparisonFixer must rune before ModernizeStrposFixer (#6455)
  • bug: TokensAnalyzer - fix intersection types considered as binary operator (#6414)
  • DX: ISSUE_TEMPLATE hints to check applied rules (#6398)
  • DX: Add more type hints (#6383)
  • DX: Fix CI/CD issues (#6411)
  • DX: cleanup test (#6410)
  • DX: integrate PRLint (#6406)
  • feature: BlankLineBetweenImportGroupsFixer - Introduction (#6365)
  • feature: DateTimeCreateFromFormatCallFixer - Add DateTimeImmutable support (#6350)
  • feature: Extract StatementIndentationFixer from BracesFixer (#5960)
  • feature: ModernizeStrposFixer - fix leading backslash with yoda (#6377)
  • feature: NoExtraBlankLinesFixer - Add attributes option - Fix support for enum case (#6426)
  • feature: NoUnneededControlParenthesesFixer - Fix more cases (#6409)
  • feature: NoUselessNullsafeOperatorFixer - Introduction (#6425)
  • feature: OrderedTrait - Move Phpdoc with trait import (#6361)
  • feature: PhpdocOrderByValueFixer - Allow sorting of mixin annotations by value (#6446)
  • feature: TrailingCommaInMultiline - Add match support (#6381)

... (truncated)

Commits
  • 093466b prepared the 3.9.4 release
  • 54d2c6f bug: Fix various indentation issues (#6480)
  • f403e7f bug: Prevent breaking functions returning by reference (#6487)
  • d29ea1d bug: Fix wrong brace position after static return type (#6485)
  • 76c9c0e bumped version
  • bad87e6 prepared the 3.9.3 release
  • 93beae7 bug: Fix BinaryOperatorSpacesFixer adding whitespace outside PHP blocks (#6476)
  • b957583 bug: Fix brace location after multiline function signature (#6475)
  • c91c354 bumped version
  • 40196f0 prepared the 3.9.2 release
  • 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.9.4.
- [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.9.4)

---
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 Jul 18, 2022
@dependabot dependabot bot requested a review from svnldwg July 18, 2022 10:09
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 22, 2022

Superseded by #153.

@dependabot dependabot bot closed this Jul 22, 2022
@dependabot dependabot bot deleted the dependabot/composer/friendsofphp/php-cs-fixer-3.9.4 branch July 22, 2022 10:07
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