Skip to content

Commit

Permalink
tools(deps-dev): Update friendsofphp/php-cs-fixer requirement from 3.…
Browse files Browse the repository at this point in the history
…60.0 to 3.62.0 in /tools/php-cs-fixer (#194)

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.62.0 7th Gear</h2>
<h2>What's Changed</h2>
<ul>
<li>chore: NewWithParenthesesFixer - create TODO to change the default
configuration to match PER-CS2 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/8148">PHP-CS-Fixer/PHP-CS-Fixer#8148</a></li>
<li>feat: set new_with_parentheses for anonymous_class to false in
PER-CS2.0 by <a
href="https://github.com/bonroyage"><code>@​bonroyage</code></a> in <a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8140">PHP-CS-Fixer/PHP-CS-Fixer#8140</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/bonroyage"><code>@​bonroyage</code></a>
made their first contribution in <a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8140">PHP-CS-Fixer/PHP-CS-Fixer#8140</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.61.1...v3.62.0">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.61.1...v3.62.0</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.62.0</h2>
<ul>
<li>feat: set new_with_parentheses for anonymous_class to false in
PER-CS2.0 (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8140">#8140</a>)</li>
<li>chore: NewWithParenthesesFixer - create TODO to change the default
configuration to match PER-CS2 (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8148">#8148</a>)</li>
</ul>
<h2>Changelog for v3.61.1</h2>
<ul>
<li>fix: <code>NoSuperfluousPhpdocTagsFixer</code> - fix &quot;Undefined
array key 0&quot; error (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8150">#8150</a>)</li>
</ul>
<h2>Changelog for v3.61.0</h2>
<ul>
<li>feat: no_superfluous_phpdoc_tags - also cover ?type (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8125">#8125</a>)</li>
<li>feat: support PHPUnit v9.1 naming for some asserts (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7997">#7997</a>)</li>
<li>fix: Do not mangle non-whitespace token in
<code>PhpdocIndentFixer</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8147">#8147</a>)</li>
<li>DX: add more typehints for <code>class-string</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8139">#8139</a>)</li>
<li>DX: refactor
<code>ProjectCodeTest::provideDataProviderMethodCases</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8138">#8138</a>)</li>
</ul>
<h2>Changelog for v3.60.0</h2>
<ul>
<li>feat: Add sprintf in the list of compiler optimized functions (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8092">#8092</a>)</li>
<li>feat: <code>PhpUnitAttributesFixer</code> - add option to keep
annotations (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8090">#8090</a>)</li>
<li>chore: cleanup tests that had <code>@requires PHP 7.4</code> ages
ago (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8122">#8122</a>)</li>
<li>chore: cleanup <code>TokensAnalyzerTest</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8123">#8123</a>)</li>
<li>chore: fix example issue reported by
reportPossiblyNonexistentGeneralArrayOffset from PHPStan (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8089">#8089</a>)</li>
<li>chore: NoSuperfluousPhpdocTagsFixer - no need to call heavy
toComparableNames method to add null type (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8132">#8132</a>)</li>
<li>chore: PHPStan 11 array rules (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8011">#8011</a>)</li>
<li>chore: PhpUnitSizeClassFixerTest - solve PHP 8.4 issues (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8105">#8105</a>)</li>
<li>chore: reduce PHPStan errors in PhpUnitAttributesFixer (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8091">#8091</a>)</li>
<li>chore: reuse test methods (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8119">#8119</a>)</li>
<li>CI: check autoload (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8121">#8121</a>)</li>
<li>CI: Update PHPStan to 1.11.8 (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8133">#8133</a>)</li>
<li>deps: upgrade dev-tools (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8102">#8102</a>)</li>
<li>DX: check for duplicated test data (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8131">#8131</a>)</li>
<li>DX: check for duplicated test methods (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8124">#8124</a>)</li>
<li>DX: check for duplicated test methods (as AutoReview test) (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8134">#8134</a>)</li>
<li>DX: do not exclude duplicates that are clearly mistakes (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8135">#8135</a>)</li>
<li>DX: Dump <code>offsetAccess.notFound</code> errors to baseline (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8107">#8107</a>)</li>
<li>fix: Better way of walking types in <code>TypeExpression</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8076">#8076</a>)</li>
<li>fix: CI for PHP 8.4 (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8114">#8114</a>)</li>
<li>fix: update <code>TokensTest</code> to shrink PHPStan's baseline (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8112">#8112</a>)</li>
<li>fix: <code>no_useless_concat_operator</code> - do not break variable
(2) (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7927">#7927</a>)</li>
<li>fix: <code>NullableTypeDeclarationFixer</code> - don't convert
standalone <code>null</code> into nullable union type (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8098">#8098</a>)</li>
<li>fix: <code>NullableTypeDeclarationFixer</code> - don't convert
standalone <code>NULL</code> into nullable union type (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8111">#8111</a>)</li>
<li>fix: <code>NullableTypeDeclarationFixer</code> - insert correct
token (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8118">#8118</a>)</li>
<li>fix: <code>PhpUnitAttributesFixer</code> - handle multiple
annotations of the same name (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8075">#8075</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/627692f794d35c43483f34b01d94740df2a73507"><code>627692f</code></a>
prepared the 3.62.0 release</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/1ce9e248c348fc736aa9792af9872cab30800765"><code>1ce9e24</code></a>
feat: set new_with_parentheses for anonymous_class to false in PER-CS2.0
(<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8140">#8140</a>)</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/d61006b658e21190f47b67cf89501fdc4c17072c"><code>d61006b</code></a>
chore: NewWithParenthesesFixer - create TODO to change the default
configurat...</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/8e56fad820ec16ebff3ef544b4b20353aeee6115"><code>8e56fad</code></a>
bumped version</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/94a87189f55814e6cabca2d9a33b06de384a2ab8"><code>94a8718</code></a>
prepared the 3.61.1 release</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/5f4f81e6d4e18a91ed06bb4c1a3643c1a424ae9c"><code>5f4f81e</code></a>
fix: <code>NoSuperfluousPhpdocTagsFixer</code> - fix &quot;Undefined
array key 0&quot; error (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8150">#8150</a>)</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/7d8d900dfe178bfb6e8c479ea468ce4e2c0ef80d"><code>7d8d900</code></a>
bumped version</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/737a24b6d531db9c034ac97524ac3a3bde0c20c0"><code>737a24b</code></a>
prepared the 3.61.0 release</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/efafb74c5f75a02b916b300046c58d80edeb7051"><code>efafb74</code></a>
fix: Do not mangle non-whitespace token in
<code>PhpdocIndentFixer</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8147">#8147</a>)</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/7bb9c2654c2dbcdb36def44ac182a0ec73fa3a8b"><code>7bb9c26</code></a>
feat: support PHPUnit v9.1 naming for some asserts (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7997">#7997</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.60.0...v3.62.0">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>
  • Loading branch information
dependabot[bot] authored Aug 14, 2024
1 parent a677758 commit ca6042e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/php-cs-fixer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"php": ">=7.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "3.60.0",
"friendsofphp/php-cs-fixer": "3.62.0",
"roave/security-advisories": "dev-latest"
},
"prefer-stable": true,
Expand Down

0 comments on commit ca6042e

Please sign in to comment.