usernotnull / tall-toasts

A Toast notification library for the Laravel TALL stack. You can push notifications from the backend or frontend to render customizable toasts with almost zero footprint on the published CSS/JS 🔥🚀
MIT License
548 stars 32 forks source link

Update friendsofphp/php-cs-fixer requirement from ^v3.22 to ^v3.23 #426

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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