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

Update friendsofphp/php-cs-fixer requirement from 3.16.0 to 3.23.0 #256

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 15, 2023

Updates the requirements on friendsofphp/php-cs-fixer to permit the latest version.

Release notes

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

v3.23.0 First Steps

What's Changed

... (truncated)

Changelog

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

Changelog for v3.23.0

  • bug: BlankLineBeforeStatementFixer - do not enforce/add a blank line when there is a blank line between the comment and the statement already (#7190)
  • bug: Fix detecting classy invokation in catch (#7191)
  • bug: Fix names resolving in no_superfluous_phpdoc_tags fixer (#7189)
  • bug: Fix various bugs in FullyQualifiedStrictTypesFixer fixer (#7188)
  • bug: Fixed line between general script documentation and require (#7177)
  • bug: Support annotations with arguments in FinalInternalClassFixer (#7160)
  • bug: YieldFromArrayToYieldsFixer - fix for yield from after } (#7169)
  • bug: YieldFromArrayToYieldsFixer - fix handling the comment before the first array element (#7193)
  • bug: HeaderCommentFixer must run before BlankLinesBeforeNamespaceFixer (#7205)
  • bug: NoUselessReturnFixer must run before SingleLineEmptyBodyFixer (#7226)
  • bug: PhpdocInlineTagNormalizerFixer - do not break tags (#7227)
  • docs: Add allowed values of tags in the phpdoc_align (#7120)
  • docs: Add extra information for GitLab reporter's integration with GitLab Code Quality (#7172)
  • docs: Change the single backticks to double in description of the rules option (#7173)
  • docs: Condensed output for rule sets' list that fixer is included in (#7182)
  • docs: Improve contributing guide (#7204)
  • docs: MethodArgumentSpaceFixer - mention PSR in Fixer definition (#7157)
  • DX: add first auto-review tests for composer.json file (#7210)
  • DX: add YieldFromArrayToYieldsFixer to PhpCsFixer set (#7115)
  • DX: Allow OS conditions for integration tests (#7161)
  • DX: Apply current CS rules (#7178)
  • DX: Apply suggestions from PR 7210 (#7213)
  • DX: apply ReturnToYieldFromFixer (#7181)
  • DX: Do not mark "long term ideas" as stale (#7206)
  • DX: enable HeredocIndentationFixer for the codebase (#7195)
  • DX: enable UseArrowFunctionsFixer for the codebase (#7194)
  • DX: few phpstan fixes (#7208)
  • DX: fix contravariant types in PHPDocs (#7167)
  • DX: Fix detecting trailing spaces (#7216)
  • DX: Fix some PHPStan issues (#7180)
  • DX: Get rid of deprecation warnings in Mess Detector (#7215)
  • DX: Improve Composer scripts (#7214)
  • DX: Improve Mess Detector Integration (#7224)
  • DX: Introduce Composer scripts as common DX (#6839)
  • DX: refactor ErrorOutputTest (#7183)
  • DX: remove unnecessary arrays from data providers (#7170)
  • DX: update CurlyBracesPositionFixer code samples (#7198)
  • DX: update HeredocIndentationFixer code samples (#7197)
  • DX: update PhpdocToReturnTypeFixer code samples (#7199)
  • feature: add at least one space around binary operators (#7175)
  • feature: BlankLineBeforeStatementFixer - take into account comment before statement (#7166)
  • feature: Introduce ReturnToYieldFromFixer (#7168)
  • feature: Introduce SpacesInsideParenthesesFixer (#5709)
  • feature: Support array destructuring in trim_array_spaces (#7218)
  • feature: BlankLineBeforeStatementFixer - skip enum cases (#7203)
  • minor: more arrow function usage (#7223)
  • minor: PhpdocAlignFixerTest - convert CUSTOM tags test to not rely on non-custom tag from TAGS_WITH_NAME (#7209)

... (truncated)

Commits
  • 35af3cb prepared the 3.23.0 release
  • 9b5efdb DX: Improve Composer scripts (#7214)
  • 91fbabf feature: add at least one space around binary operators (#7175)
  • 429ecb5 bug: PhpdocInlineTagNormalizerFixer - do not break tags (#7227)
  • f683581 minor: PhpdocAlignFixerTest - convert CUSTOM tags test to not rely on non-cus...
  • 671149b minor: use more spread operator (#7222)
  • d261c82 DX: Improve Mess Detector Integration (#7224)
  • 63da145 bug: NoUselessReturnFixer must run before SingleLineEmptyBodyFixer (#7226)
  • f9190de minor: use JSON_THROW_ON_ERROR for trivial cases (#7221)
  • e042f44 minor: more arrow function usage (#7223)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) to permit the latest version.
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.16.0...v3.23.0)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Aug 15, 2023
@codecov
Copy link

codecov bot commented Aug 15, 2023

Codecov Report

Merging #256 (c374e27) into master (307722a) will not change coverage.
Report is 1 commits behind head on master.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #256   +/-   ##
=========================================
  Coverage     95.74%   95.74%           
  Complexity      215      215           
=========================================
  Files            11       11           
  Lines           541      541           
=========================================
  Hits            518      518           
  Misses           23       23           

@jaydiablo
Copy link
Member

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 17, 2024

Looks like friendsofphp/php-cs-fixer is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Apr 17, 2024
auto-merge was automatically disabled April 17, 2024 21:45

Pull request was closed

@dependabot dependabot bot deleted the dependabot/composer/friendsofphp/php-cs-fixer-3.23.0 branch April 17, 2024 21:45
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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant