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.11.0 to 3.12.0 #661

Merged
merged 5 commits into from
Oct 13, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 12, 2022

Bumps friendsofphp/php-cs-fixer from 3.11.0 to 3.12.0.

Release notes

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

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)
Changelog

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

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)
Commits
  • eae11d9 prepared the 3.12.0 release
  • cc8d27a bug: SingleLineThrowFixer - Handle throw expression inside block (#6653)
  • 9b070d0 feature: Support for constants in traits (#6607)
  • 932d60f feature: [PHP8.2] Support for new standalone types (null, true, false) ...
  • d47a339 feature: ArrayPushFixer now fix short arrays (#6639)
  • c626578 minor: GitHub Workflows security hardening (#6644)
  • a1c7c30 DX: HelpCommand - fix docblock (#6584)
  • a973208 minor: Update dev tools (#6554)
  • 531eaeb feature: NoSuperfluousPhpdocTagsFixer - support untyped and empty annotations...
  • 39671cb DX: Remove redundant check for PHP <5.2.7 (#6620)
  • 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 3.11.0 to 3.12.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.11.0...v3.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from localheinz as a code owner October 12, 2022 20:57
@localheinz localheinz self-assigned this Oct 13, 2022
@codecov
Copy link

codecov bot commented Oct 13, 2022

Codecov Report

Merging #661 (97b261a) into main (5a9b3de) will not change coverage.
The diff coverage is n/a.

❗ Current head 97b261a differs from pull request most recent head 2eaf72f. Consider uploading reports for the commit 2eaf72f to get more accurate results

@@             Coverage Diff             @@
##                main      #661   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity         7         7           
===========================================
  Files              2         2           
  Lines             20        20           
===========================================
  Hits              20        20           
Impacted Files Coverage Δ
src/Factory.php 100.00% <ø> (ø)
src/RuleSet/AbstractRuleSet.php 100.00% <ø> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@localheinz localheinz force-pushed the dependabot/composer/friendsofphp/php-cs-fixer-3.12.0 branch 2 times, most recently from 6c5af47 to cef15e0 Compare October 13, 2022 09:20
@localheinz localheinz force-pushed the dependabot/composer/friendsofphp/php-cs-fixer-3.12.0 branch from 5b23082 to f9f307d Compare October 13, 2022 09:30
@localheinz localheinz merged commit ad8a971 into main Oct 13, 2022
@localheinz localheinz deleted the dependabot/composer/friendsofphp/php-cs-fixer-3.12.0 branch October 13, 2022 09:40
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.

1 participant