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

tools(deps-dev): Update friendsofphp/php-cs-fixer requirement from 3.22.0 to 3.23.0 in /tools/php-cs-fixer #341

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 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.22.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 requested a review from a team as a code owner August 19, 2023 06:33
@dependabot dependabot bot added dependencies dependency related tools labels Aug 19, 2023
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
@codacy-production
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% 100.00% (target: 80.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (d82ed6d) 1603 1603 100.00%
Head commit (9ae43a7) 1603 (+0) 1603 (+0) 100.00% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#341) 14 14 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@jkowalleck jkowalleck merged commit 52b6ddc into master Aug 21, 2023
32 checks passed
@dependabot dependabot bot deleted the dependabot/composer/tools/php-cs-fixer/friendsofphp/php-cs-fixer-3.23.0 branch August 21, 2023 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies dependency related tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant