-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit a48666b
authored
tools(deps-dev): Update friendsofphp/php-cs-fixer requirement from 3.72.0 to 3.73.1 in /tools/php-cs-fixer (#541)
Updates the requirements on
[friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer)
to permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases">friendsofphp/php-cs-fixer's
releases</a>.</em></p>
<blockquote>
<h2>v3.73.1 Persian Successor</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: <code>OrderedClassElementsFixer</code> - do not crash on
property hook by <a
href="https://github.com/kubawerlos"><code>@kubawerlos</code></a> in <a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8517">PHP-CS-Fixer/PHP-CS-Fixer#8517</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.73.0...v3.73.1">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.73.0...v3.73.1</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md">friendsofphp/php-cs-fixer's
changelog</a>.</em></p>
<blockquote>
<h2>Changelog for v3.73.1</h2>
<ul>
<li>fix: <code>OrderedClassElementsFixer</code> - do not crash on
property hook (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8517">#8517</a>)</li>
</ul>
<h2>Changelog for v3.73.0</h2>
<ul>
<li>feat: add support for asymmetric visibility to Doctrine's fixers (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8415">#8415</a>)</li>
<li>fix: <code>GeneralPhpdocTagRenameFixer</code> - do not rename keys
in array shape definition (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8477">#8477</a>)</li>
<li>fix: <code>MethodArgumentSpaceFixer</code> - handle when nested in
HTML (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8503">#8503</a>)</li>
<li>chore: update <code>checkbashisms</code> to 2.25.5 (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8519">#8519</a>)</li>
<li>DX: cleanup <code>NoExtraBlankLinesFixerTest</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8505">#8505</a>)</li>
<li>DX: for duplicated test methods check methods without parameters (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8508">#8508</a>)</li>
<li>DX: remove more duplicated test methods (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8506">#8506</a>)</li>
<li>refactor: <code>Tokenizer</code> hash metode using
<code>xxHash</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8491">#8491</a>)</li>
<li>refactor: <code>TokensAnalyzerTest</code> - better test
<code>isArray</code> and <code>isArrayMultiLine</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8504">#8504</a>)</li>
<li>test: run code coverage on PHP 8.4 (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8448">#8448</a>)</li>
</ul>
<h2>Changelog for v3.72.0</h2>
<ul>
<li>feat: <code>StatementIndentationFixer</code> - handle property hooks
(<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8492">#8492</a>)</li>
<li>fix: <code>MbStrFunctionsFixer</code> - fix imports (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8474">#8474</a>)</li>
<li>fix: <code>TrailingCommaInMultilineFixer</code> - handle empty match
body (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8480">#8480</a>)</li>
<li>fix: <code>VisibilityRequiredFixer</code> - handle property hooks
(<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8495">#8495</a>)</li>
<li>deps: upgrade few dev-deps (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8490">#8490</a>)</li>
<li>deps: Upgrade PHPStan to 2.1.8 (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8489">#8489</a>)</li>
<li>DX: add trailing comma to multiline auto-generated types (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8499">#8499</a>)</li>
<li>refactor: generalize CodeHasher into Hasher (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8500">#8500</a>)</li>
<li>refactor: Runner - unify paths used when using parallel runner (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8488">#8488</a>)</li>
<li>refactor: use Hasher instead of md5 directly (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8501">#8501</a>)</li>
</ul>
<h2>Changelog for v3.71.0</h2>
<ul>
<li>feat: OrderedImportsFixer - deprecate length sorting algorithm (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8473">#8473</a>)</li>
<li>fix: <code>BinaryOperatorSpacesFixer</code> - do not break alignment
of UTF-8 array keys (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8484">#8484</a>)</li>
<li>fix: <code>PhpdocAlignFixer</code> - align correctly type with UTF8
characters (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8486">#8486</a>)</li>
<li>fix: <code>SingleSpaceAroundConstructFixer</code> - handle
alternative syntax (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8317">#8317</a>)</li>
<li>fix: <code>StatementIndentationFixer</code> - return in braceless if
(<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8479">#8479</a>)</li>
<li>chore: update type in
<code>SingleSpaceAroundConstructFixerTest::provideFixWithElseIfCases</code>
(<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8481">#8481</a>)</li>
<li>chore: update type in
<code>SingleSpaceAroundConstructFixerTest::provideFixWithIfCases</code>
(<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8482">#8482</a>)</li>
<li>deps: bump phpstan/phpstan from 2.1.6 to 2.1.7 in /dev-tools in the
phpstan group (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8485">#8485</a>)</li>
<li>DX: cleanup <code>PhpdocNoAliasTagFixerTest</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8476">#8476</a>)</li>
<li>refactor: add <code>FullyQualifiedNameAnalyzer</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8048">#8048</a>)</li>
<li>refactor: codeHash - update when it's (re-)generated (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8470">#8470</a>)</li>
<li>refactor: <code>SwitchAnalyzer</code> - improve performance (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8407">#8407</a>)</li>
<li>test: NameQualifiedTransformerTest - correct test case (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8471">#8471</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/ffcb8200a42045e65049af7910cfd022f631b064"><code>ffcb820</code></a>
prepared the 3.73.1 release</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/06b4bfb231db47b472b0b0f5ebe14a5419ebcb0d"><code>06b4bfb</code></a>
fix: <code>OrderedClassElementsFixer</code> - do not crash on property
hook (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8517">#8517</a>)</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/d1e61e3ed1164b95c688f0dbfc64e2a1d7701dfe"><code>d1e61e3</code></a>
bumped version</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/4905eb90c08ee5bd8eb0c275764f29e1ee289a56"><code>4905eb9</code></a>
prepared the 3.73.0 release</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/4e3531192b5cc165c2068caba5ce49397fcae55c"><code>4e35311</code></a>
chore: update <code>checkbashisms</code> to 2.25.5 (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8519">#8519</a>)</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/573b71fa5d56231aa5ff9ef81f58bc94f994008c"><code>573b71f</code></a>
feat: add support for asymmetric visibility to Doctrine's fixers (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8415">#8415</a>)</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/bedfbb0b78a55190906a4183e9e74a3c2d9251f4"><code>bedfbb0</code></a>
DX: for duplicated test methods check methods without parameters (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8508">#8508</a>)</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/a1f9c9b0de5daa26326b5a15fd27f9bb30981150"><code>a1f9c9b</code></a>
DX: remove more duplicated test methods (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8506">#8506</a>)</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/a0e3e5827f64d6490521b31a28d1ba2f7bb8da05"><code>a0e3e58</code></a>
DX: cleanup <code>NoExtraBlankLinesFixerTest</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8505">#8505</a>)</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/7e52397865ad004d3bde6de37ded4772e794d84e"><code>7e52397</code></a>
refactor: <code>TokensAnalyzerTest</code> - better test
<code>isArray</code> and <code>isArrayMultiLine</code>...</li>
<li>Additional commits viewable in <a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.72.0...v3.73.1">compare
view</a></li>
</ul>
</details>
<br />
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent c025a5b commit a48666bCopy full SHA for a48666b
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
- tools/php-cs-fixer
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedtools/php-cs-fixer/composer.json
Copy file name to clipboardExpand all lines: tools/php-cs-fixer/composer.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
|
0 commit comments