68publishers / consent-management-platform

🛡 Easily manage user consents and the cookie widget
15 stars 4 forks source link

Bump friendsofphp/php-cs-fixer from 3.10.0 to 3.13.0 #39

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps friendsofphp/php-cs-fixer from 3.10.0 to 3.13.0.

Release notes

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

v3.13.0 Oliva

  • bug: BracesFixer - Fix unexpected extra blank line (#6667)
  • bug: fix CI on master branch (#6663)
  • bug: IsNullFixer - handle casting (#6661)
  • docs: feature or bug (#6652)
  • docs: Use case insensitive sorting for options (#6666)
  • docs: [DateTimeCreateFromFormatCallFixer] Fix typos in the code sample (#6671)
  • DX: update cli-executor (#6664)
  • DX: update dev-tools (#6665)
  • feature: Add global_namespace_import to @​Symfony ruleset (#6662)
  • feature: Add separate option for closure_fn_spacing (#6658)
  • feature: general_phpdoc_annotation_remove - allow add case_sensitive option (#6660)
  • minor: AllowedValueSubset - possible values are sorted (#6651)
  • minor: Use md5 for file hashing to reduce possible collisions (#6597)

v3.12.0 Oliva

  • bug: SingleLineThrowFixer - Handle throw expression inside block (#6653)
  • DX: create TODO to change default ruleset for v4 (#6601)
  • DX: Fix SCA findings (#6626)
  • DX: HelpCommand - fix docblock (#6584)
  • DX: Narrow some docblock types (#6581)
  • DX: Remove redundant check for PHP <5.2.7 (#6620)
  • DX: Restore PHPDoc to type rules workflow step (#6615)
  • DX: SCA - scope down types (#6630)
  • DX: Specify value type in iterables in tests (#6594)
  • DX: Test on PHP 8.2 (#6558)
  • DX: Update GitHub Actions (#6606)
  • DX: Update PHPStan (#6616)
  • feature: Add @PHP82Migration ruleset (#6621)
  • feature: ArrayPushFixer now fix short arrays (#6639)
  • feature: NoSuperfluousPhpdocTagsFixer - support untyped and empty annotations in phpdoc (#5792)
  • feature: NoUselessConcatOperatorFixer - Introduction (#6447)
  • feature: Support for constants in traits (#6607)
  • feature: [PHP8.2] Support for new standalone types (null, true, false) (#6623)
  • minor: GitHub Workflows security hardening (#6644)
  • minor: prevent BC break in ErrorOutput (#6633)
  • minor: prevent BC break in Runner (#6634)
  • minor: Revert "minor: prevent BC break in Runner" (#6637)
  • minor: Update dev tools (#6554)

v3.11.0 Oliva

  • bug: DateTimeCreateFromFormatCallFixer - Mark as risky (#6575)
  • bug: Do not treat implements list comma as array comma (#6595)
  • bug: Fix MethodChainingIndentationFixer with arrow functions and class instantiation (#5587)
  • bug: MethodChainingIndentationFixer - Fix bug with attribute access (#6573)
  • bug: NoMultilineWhitespaceAroundDoubleArrowFixer - fix for single line comment (#6589)
  • bug: TypeAlternationTransformer - TypeIntersectionTransforme - Bug: handle attributes (#6579)
  • bug: [BinaryOperatorFixer] Fix more issues with scoped operators (#6559)
  • docs: Remove $ from console command snippets (#6600)
  • docs: Remove $ from console command snippets in documentation (#6599)

... (truncated)

Changelog

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

Changelog for v3.13.0

  • bug: BracesFixer - Fix unexpected extra blank line (#6667)
  • bug: fix CI on master branch (#6663)
  • bug: IsNullFixer - handle casting (#6661)
  • docs: feature or bug (#6652)
  • docs: Use case insensitive sorting for options (#6666)
  • docs: [DateTimeCreateFromFormatCallFixer] Fix typos in the code sample (#6671)
  • DX: update cli-executor (#6664)
  • DX: update dev-tools (#6665)
  • feature: Add global_namespace_import to @​Symfony ruleset (#6662)
  • feature: Add separate option for closure_fn_spacing (#6658)
  • feature: general_phpdoc_annotation_remove - allow add case_sensitive option (#6660)
  • minor: AllowedValueSubset - possible values are sorted (#6651)
  • minor: Use md5 for file hashing to reduce possible collisions (#6597)

Changelog for v3.12.0

  • bug: SingleLineThrowFixer - Handle throw expression inside block (#6653)
  • DX: create TODO to change default ruleset for v4 (#6601)
  • DX: Fix SCA findings (#6626)
  • DX: HelpCommand - fix docblock (#6584)
  • DX: Narrow some docblock types (#6581)
  • DX: Remove redundant check for PHP <5.2.7 (#6620)
  • DX: Restore PHPDoc to type rules workflow step (#6615)
  • DX: SCA - scope down types (#6630)
  • DX: Specify value type in iterables in tests (#6594)
  • DX: Test on PHP 8.2 (#6558)
  • DX: Update GitHub Actions (#6606)
  • DX: Update PHPStan (#6616)
  • feature: Add @PHP82Migration ruleset (#6621)
  • feature: ArrayPushFixer now fix short arrays (#6639)
  • feature: NoSuperfluousPhpdocTagsFixer - support untyped and empty annotations in phpdoc (#5792)
  • feature: NoUselessConcatOperatorFixer - Introduction (#6447)
  • feature: Support for constants in traits (#6607)
  • feature: [PHP8.2] Support for new standalone types (null, true, false) (#6623)
  • minor: GitHub Workflows security hardening (#6644)
  • minor: prevent BC break in ErrorOutput (#6633)
  • minor: prevent BC break in Runner (#6634)
  • minor: Revert "minor: prevent BC break in Runner" (#6637)
  • minor: Update dev tools (#6554)

Changelog for v3.11.0

  • bug: DateTimeCreateFromFormatCallFixer - Mark as risky (#6575)
  • bug: Do not treat implements list comma as array comma (#6595)
  • bug: Fix MethodChainingIndentationFixer with arrow functions and class instantiation (#5587)

... (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[bot] commented 1 year ago

Superseded by #45.