Commit 9f6d443
authored
tools(deps-dev): Update friendsofphp/php-cs-fixer requirement from v3.89.2 to v3.92.3 in /tools/php-cs-fixer (#241)
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.92.3 Exceptional Exception</h2>
<h2>What's Changed</h2>
<ul>
<li>chore: <code>.php-cs-fixer.dist.php</code> - drop wrongly called
<code>ignoreVCSIgnored</code> by <a
href="https://github.com/keradus"><code>@keradus</code></a> in <a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9310">PHP-CS-Fixer/PHP-CS-Fixer#9310</a></li>
<li>fix: using Rule Customisation Policy with parallel runner by <a
href="https://github.com/HypeMC"><code>@HypeMC</code></a> in <a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9309">PHP-CS-Fixer/PHP-CS-Fixer#9309</a></li>
<li>chore: phpstan - cover <code>.php-cs-fixer.dist.php</code> by <a
href="https://github.com/keradus"><code>@keradus</code></a> in <a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9311">PHP-CS-Fixer/PHP-CS-Fixer#9311</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.92.2...v3.92.3">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.92.2...v3.92.3</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.92.3</h2>
<ul>
<li>fix: using Rule Customisation Policy with parallel runner (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9309">#9309</a>)</li>
<li>chore: phpstan - cover <code>.php-cs-fixer.dist.php</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9311">#9311</a>)</li>
<li>chore: <code>.php-cs-fixer.dist.php</code> - drop wrongly called
<code>ignoreVCSIgnored</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9310">#9310</a>)</li>
</ul>
<h2>Changelog for v3.92.2</h2>
<ul>
<li>fix: let <code>@php-cs-fixer-ignore</code> accept custom fixer names
(<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9306">#9306</a>)</li>
<li>chore: introduce
<code>PHP_CS_FIXER_IGNORE_MISMATCHED_RULES_EXCEPTIONS</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9307">#9307</a>)</li>
</ul>
<h2>Changelog for v3.92.1</h2>
<ul>
<li>chore: update php-compatibility config (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9302">#9302</a>)</li>
<li>deps: bump actions/cache from 4 to 5 (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9295">#9295</a>)</li>
<li>deps: bump phpstan/phpstan-phpunit from 2.0.9 to 2.0.10 in
/dev-tools in the phpstan group (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9293">#9293</a>)</li>
<li>deps: bump shipmonk/phpstan-baseline-per-identifier from 2.2.0 to
2.3.0 in /dev-tools (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9294">#9294</a>)</li>
<li>docs: update README.md (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9277">#9277</a>)</li>
<li>DX: make all <code>testFix*</code> methods have no more than 4
parameters (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9298">#9298</a>)</li>
<li>DX: make all <code>testFix*</code> methods have second parameter
<code>$input</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9297">#9297</a>)</li>
<li>DX: rename parameter <code>$config</code> to
<code>$configuration</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9299">#9299</a>)</li>
<li>DX: restrict <code>testFix*</code> parameter names (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9301">#9301</a>)</li>
<li>DX: use <code>WhitespacesFixerConfig</code> in tests (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9300">#9300</a>)</li>
<li>fix: describe - skip listing automated rules, as cannot determine
them in projects (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9304">#9304</a>)</li>
<li>test: PHPUnit sets - check that set is providing proper target for
rules (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9296">#9296</a>)</li>
<li>test: <code>ProjectCodeTest::testExpectedInputOrder</code> - move
checks for <code>testFix...</code> methods (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9291">#9291</a>)</li>
</ul>
<h2>Changelog for v3.92.0</h2>
<ul>
<li>feat: exception for rules via <code>@php-cs-fixer-ignore</code>
annotation (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9280">#9280</a>)</li>
<li>feat: exception for rules via <code>Rule Customisation Policy</code>
(<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9107">#9107</a>)</li>
<li>feat: <code>PhpUnitTestCaseStaticMethodCallsFixer</code> - add
handling of <code>getStubBuilder</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9276">#9276</a>)</li>
<li>feat: <code>PhpUnitTestCaseStaticMethodCallsFixer</code> - add
<code>target</code> option (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8498">#8498</a>)</li>
<li>chore: '.php-cs-fixer.dist.php' - remove no longer needed rule,
'expectedDeprecation' annotation does not exist for long time (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9266">#9266</a>)</li>
<li>chore: fix <code>arguments.count</code> error from PHPStan (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9258">#9258</a>)</li>
<li>chore: fix <code>generator.valueType</code> error from PHPStan (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9259">#9259</a>)</li>
<li>chore: fix <code>plus.*NonNumeric</code> errors from PHPStan (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9260">#9260</a>)</li>
<li>chore: Runner - better input types handling (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9286">#9286</a>)</li>
<li>chore: watch out for non-final classes (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9262">#9262</a>)</li>
<li>chore: <code>Config::getFinder()</code> - fix typehinting (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9288">#9288</a>)</li>
<li>deps: bump alpine from 3.22 to 3.23 (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9269">#9269</a>)</li>
<li>deps: bump phpcompatibility/php-compatibility from 10.0.0-alpha1 to
10.0.0-alpha2 in /dev-tools (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9271">#9271</a>)</li>
<li>deps: bump the phpstan group in /dev-tools with 3 updates (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9270">#9270</a>)</li>
<li>deps: dev-tools - upgrade deep deps (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9272">#9272</a>)</li>
<li>docs: exception for rules in dedicated doc files, for easier
discoverability (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9281">#9281</a>)</li>
<li>docs: upgrade docs to not use legacy set (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9282">#9282</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/2ba8f5a60f6f42fb65758cfb3768434fa2d1c7e8"><code>2ba8f5a</code></a>
prepared the 3.92.3 release</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/bb5923da7dc93ce24b4ef100022679ef9b7560cd"><code>bb5923d</code></a>
chore: phpstan - cover <code>.php-cs-fixer.dist.php</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9311">#9311</a>)</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/a15fa8393d9f59caa8182fc6c117ce0cb1d83ed2"><code>a15fa83</code></a>
fix: using Rule Customisation Policy with parallel runner (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9309">#9309</a>)</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/6870143f3024f84e8e71d5bdfafa53677a944734"><code>6870143</code></a>
chore: <code>.php-cs-fixer.dist.php</code> - drop wrongly called
<code>ignoreVCSIgnored</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9310">#9310</a>)</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/8d9bbb6bb5321128372293a22ed91c08c4116bb1"><code>8d9bbb6</code></a>
bumped version</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/64fab3553dce507ce247f7d1a7d65f74ef658c3f"><code>64fab35</code></a>
prepared the 3.92.2 release</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/0bcfcd6a1fdb9d3b94f867d5d980078475572406"><code>0bcfcd6</code></a>
fix: let <code>@php-cs-fixer-ignore</code> accept custom fixer names (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9306">#9306</a>)</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/cab7ccc9dedd1170c0d9f79e96e959bb27fc98c6"><code>cab7ccc</code></a>
chore: introduce
<code>PHP_CS_FIXER_IGNORE_MISMATCHED_RULES_EXCEPTIONS</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9307">#9307</a>)</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/c98e49241106130a70bedc7ae0405efd2cc00456"><code>c98e492</code></a>
bumped version</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/ed33ad03313a019533ba065eba6c86af0a382873"><code>ed33ad0</code></a>
prepared the 3.92.1 release</li>
<li>Additional commits viewable in <a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.89.2...v3.92.3">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 4013413 commit 9f6d443
1 file changed
+1
-1
lines changed| 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