calendar icon indicating copy to clipboard operation
calendar copied to clipboard

Bump friendsofphp/php-cs-fixer from 3.8.0 to 3.9.5 in /tools

Open dependabot[bot] opened this issue 1 year ago • 2 comments

Bumps friendsofphp/php-cs-fixer from 3.8.0 to 3.9.5.

Release notes

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

v3.9.5 Grand Awaiting

  • bug: AlternativeSyntaxAnalyzer - fix for nested else (#6495)
  • bug: Fix cases related to binary strings (#6432)
  • bug: Fix trailing whitespace after moving brace (#6489)
  • bug: NoUnneededControlParenthesesFixer - Fix some curly close cases (#6502)
  • bug: TypeColonTransformer - fix for backed enum types (#6494)
  • DX: Add tests for type colon in backed enums (#6497)
  • DX: Fix CI static analysis workflow (#6506)
  • DX: Fix PHPStan errors (#6504)
  • DX: Increase PHPStan level to 6 (#6468)
  • DX: Narrow docblock types in Runner and Report (#6465)
  • DX: Narrow docblock types in Tokenizer (#6293)
  • minor: extract NoMultipleStatementsPerLineFixer from BracesFixer (#6458)
  • minor: Let PhpdocLineSpan fixer detect docblocks when seperator from token with attribute (#6343)

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)

... (truncated)

Changelog

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

Changelog for v3.9.5

  • bug: AlternativeSyntaxAnalyzer - fix for nested else (#6495)
  • bug: Fix cases related to binary strings (#6432)
  • bug: Fix trailing whitespace after moving brace (#6489)
  • bug: NoUnneededControlParenthesesFixer - Fix some curly close cases (#6502)
  • bug: TypeColonTransformer - fix for backed enum types (#6494)
  • DX: Add tests for type colon in backed enums (#6497)
  • DX: Fix CI static analysis workflow (#6506)
  • DX: Fix PHPStan errors (#6504)
  • DX: Increase PHPStan level to 6 (#6468)
  • DX: Narrow docblock types in Runner and Report (#6465)
  • DX: Narrow docblock types in Tokenizer (#6293)
  • minor: extract NoMultipleStatementsPerLineFixer from BracesFixer (#6458)
  • minor: Let PhpdocLineSpan fixer detect docblocks when seperator from token with attribute (#6343)

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)

... (truncated)

Commits
  • 4465d70 prepared the 3.9.5 release
  • 2389f5c minor: Let PhpdocLineSpan fixer detect docblocks when seperator from token wi...
  • 40716fc DX: Fix PHPStan errors (#6504)
  • 505adc1 minor: extract NoMultipleStatementsPerLineFixer from BracesFixer (#6458)
  • f408220 DX: Add tests for type colon in backed enums (#6497)
  • 277c55a DX: Fix CI static analysis workflow (#6506)
  • f63eb5d bug: AlternativeSyntaxAnalyzer - fix for nested else (#6495)
  • b674087 DX: Narrow docblock types in Runner and Report (#6465)
  • fab645b DX: Narrow docblock types in Tokenizer (#6293)
  • 76bd49d bug: NoUnneededControlParenthesesFixer - Fix some curly close cases (#6502)
  • 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[bot] avatar Jul 22 '22 19:07 dependabot[bot]

@dependabot rebase

norberttech avatar Aug 11 '22 12:08 norberttech

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

dependabot[bot] avatar Aug 11 '22 12:08 dependabot[bot]

A newer version of friendsofphp/php-cs-fixer exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

dependabot[bot] avatar Aug 18 '22 19:08 dependabot[bot]

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

dependabot[bot] avatar Sep 10 '22 12:09 dependabot[bot]