marcocesarato / php-conventional-changelog

A PHP tool built to generate a changelog from a project's commit messages and metadata following the conventionalcommits.org and automate versioning with semver.org.
GNU General Public License v3.0
227 stars 32 forks source link

chore(deps): update dependency friendsofphp/php-cs-fixer to v3.15.1 #62

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
friendsofphp/php-cs-fixer require-dev minor 3.13.0 -> 3.15.1

Release Notes

PHP-CS-Fixer/PHP-CS-Fixer ### [`v3.15.1`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3151) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.15.0...v3.15.1) - bug: BinaryOperatorSpacesFixer - fix for static in type ([#​6835](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6835)) - bug: BinaryOperatorSpacesFixer - fix parameters with union types passed by reference ([#​6826](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6826)) - bug: NoUnusedImportsFixer - fix for splat operator ([#​6836](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6836)) - DX: fix CI ([#​6837](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6837)) - feature: Support for type casing in arrow functions ([#​6831](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6831)) - minor: fix CI on PHP 8.3 ([#​6827](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6827)) ### [`v3.15.0`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3150) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.14.5...v3.15.0) - bug: VisibilityRequiredFixer - handle DNF types ([#​6806](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6806)) - DX: officially enable 8.2 support ([#​6825](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6825)) ### [`v3.14.5`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3145) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.14.4...v3.14.5) - bug: EmptyLoopBodyFixer must keep comments inside ([#​6800](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6800)) - bug: FunctionsAnalyzer - fix detecting global function ([#​6792](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6792)) - bug: NativeFunctionTypeDeclarationCasingFixer - do not require T_STRING present in code ([#​6812](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6812)) - bug: PhpdocTypesFixer - do not change case of array keys ([#​6810](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6810)) - bug: PhpUnitTestAnnotationFixer - do not break single line [@​depends](https://togithub.com/depends) ([#​6824](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6824)) - docs: Add supported PHP versions section to the README ([#​6768](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6768)) - docs: drop Atom from readme, due to it's sunsetting ([#​6778](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6778)) - DX: Add composer keywords ([#​6781](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6781)) - DX: update PHPStan to 1.10.3 ([#​6805](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6805)) - feature: \[PHP8.2] Support for readonly classes ([#​6745](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6745)) - minor: add custom tokens for Disjunctive Normal Form types parentheses ([#​6823](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6823)) - minor: PHP8.2 - handle union and intersection types for DNF types ([#​6804](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6804)) - minor: PHP8.2 - support property in const expressions ([#​6803](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6803)) ### [`v3.14.4`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3144) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.14.3...v3.14.4) - bug: CurlyBracesPositionFixer - fix for open brace not preceded by space and followed by a comment ([#​6776](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6776)) - docs: drop license end year ([#​6767](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6767)) - DX: use numeric_literal_separator ([#​6766](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6766)) - feature: Allow installation of `sebastian/diff:^5.0.0` ([#​6771](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6771)) ### [`v3.14.3`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3143) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.14.2...v3.14.3) - DX: Drop doctrine/annotations 1, allow doctrine/lexer 3 ([#​6730](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6730)) ### [`v3.14.2`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3142) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.14.1...v3.14.2) - DX: Drop support for doctrine/lexer 1 ([#​6729](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6729)) ### [`v3.14.1`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3141) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.14.0...v3.14.1) - DX: Allow doctrine/annotations 2 ([#​6721](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6721)) ### [`v3.14.0`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3140) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.13.2...v3.14.0) - bug: Fix indentation for comment at end of function followed by a comma ([#​6542](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6542)) - bug: Fix PHPDoc alignment fixer containing callbacks using `\Closure` ([#​6746](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6746)) - bug: Fix type error when using paths intersection mode ([#​6734](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6734)) - bug: PhpdocSeparationFixer - Make groups handling more flexible ([#​6668](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6668)) - docs: make bug_report.md template more explicit ([#​6736](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6736)) - docs: PhpUnitTestCaseIndicator - fix docs ([#​6727](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6727)) - DX: apply CS ([#​6759](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6759)) - DX: bump doctrine/annotations to prevent installing version with unintentional BC break ([#​6739](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6739)) - DX: update deps ([#​6760](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6760)) - DX: upgrade dev-tools/composer.json ([#​6737](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6737)) - DX: upgrade PHPStan to 1.9.7 ([#​6741](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6741)) - feature: Add php 7.4 types to Cookbook docs ([#​6763](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6763)) - feature: add PhpUnitDataProviderStaticFixer ([#​6702](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6702)) - feature: binary_operator_spaces - Revert change about => alignment and use option instead ([#​6724](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6724)) - feature: make OrderedInterfacesFixer non-risky ([#​6722](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6722)) - feature: OctalNotationFixer - support \_ notation ([#​6762](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6762)) - fix: enum case "PARENT" must not be renamed ([#​6732](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6732)) - minor: Follow PSR12 ordered imports in Symfony ruleset ([#​6712](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6712)) - minor: improve rule sets order ([#​6738](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6738)) ### [`v3.13.2`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3132) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.13.1...v3.13.2) - bug: Fix type error when using paths intersection mode ([#​6734](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6734)) ### [`v3.13.1`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3131) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.13.0...v3.13.1) - bug: Align all the arrows inside the same array ([#​6590](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6590)) - bug: Fix priority between `modernize_types_casting` and `no_unneeded_control_parentheses` ([#​6687](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6687)) - bug: TrailingCommaInMultilineFixer - do not add trailing comma when there is no break line after last element ([#​6677](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6677)) - docs: Fix docs for disabled rules in rulesets ([#​6679](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6679)) - docs: fix the cookbook_fixers.rst ([#​6672](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6672)) - docs: Update installation recommended commands for `mkdir` argument (`-p` insteadof `--parents`). ([#​6689](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6689)) - Make static data providers that are not using dynamic calls ([#​6696](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6696)) - minor: displaying number of checked files ([#​6674](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6674))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: composer.lock
Command failed: docker pull docker.io/containerbase/sidecar
Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit