dependabot[bot] opened a new pull request, #5661: URL: https://github.com/apache/myfaces-tobago/pull/5661
Bumps [@stylistic/eslint-plugin-ts](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-ts) from 2.9.0 to 2.10.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint-stylistic/eslint-stylistic/releases"><code>@​stylistic/eslint-plugin-ts</code>'s releases</a>.</em></p> <blockquote> <h2>v2.10.1</h2> <h2><a href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v2.10.0...v2.10.1">2.10.1</a> (2024-11-01)</h2> <h3>Features</h3> <ul> <li><strong>indent-binary-ops:</strong> disabled to lower indent when starts closing bracket (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/591">#591</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/25fe554cc19e0193e973dd4dd48ed5e218b5c6a5">25fe554</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>key-spacing:</strong> crash for import without attributes when using <code>align: "colon"</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/594">#594</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/6000f43d0d6522af1616192321a84cb2ead9b95d">6000f43</a>)</li> </ul> <h3>Chores</h3> <ul> <li>release-please-mark (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/5e7a2841f226347c853559a58c3601d369b8a1ad">5e7a284</a>)</li> <li>release-please-mark (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/08b65a5a605f4e86808983275370271548e98ec9">08b65a5</a>)</li> </ul> <h2>v2.10.0</h2> <h2><a href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v2.9.0...v2.10.0">2.10.0</a> (2024-10-30)</h2> <h3>Features</h3> <ul> <li>cross test <code>comma-spacing</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/562">#562</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ea72317f548bf6904d10d7f415ce38dc04e454ff">ea72317</a>)</li> <li><strong>function-call-spacing:</strong> auto-fix optional chain when option is <code>never</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/589">#589</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/7a2b47f9cfa32e311eea5b16b3a26c9d034f60df">7a2b47f</a>)</li> <li><strong>function-call-spacing:</strong> support <code>ImportExpression</code> in <code>ts</code> version (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/570">#570</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/19d1f8c4a4ae674c53adb4c908bd82985f9af6b9">19d1f8c</a>)</li> <li><strong>indent-binary-ops:</strong> logical expression indent (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/576">#576</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/cbf800ddebf04b2439a751a5d773b80c498f504e">cbf800d</a>)</li> <li><strong>indent:</strong> add support for Import Attributes (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/579">#579</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/4f944d803f779194d76bbd8d9308cef2fb22d7ec">4f944d8</a>)</li> <li><strong>key-spacing:</strong> add support for Import Attributes (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/583">#583</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/789d8935de1f05c6f525017bbb55b2729cff55b2">789d893</a>)</li> <li><strong>max-statements-per-line:</strong> new option to allow specific statements (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/558">#558</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/2ed405430c52ee13b5eaf2754e7c6c178d4e79e5">2ed4054</a>)</li> <li><strong>no-multi-spaces:</strong> add support for Import Attributes (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/584">#584</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/0da07139a6c8e65d0478db91b534498d9a6c9889">0da0713</a>)</li> <li><strong>padding-line-between-statements:</strong> add support for multiline-export and singleline-export (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/582">#582</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/2690a302d50b044a58f7143fd26cb4204ab7e19d">2690a30</a>)</li> <li><strong>quote-props:</strong> add support for Import Attributes (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/581">#581</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/4edfee2c573214b8feec1e1f1c06835e5cdb626c">4edfee2</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>correct the type of <code>quotes</code> in <code>customize</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/590">#590</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/b86c2df9a4700bbe37dd2fbb6fe45dba904895f7">b86c2df</a>)</li> <li><strong>function-call-spacing:</strong> don't remove comments while auto-fixing (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/588">#588</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/53b4a55b6ddca27e8f1cebf90a8835dc383fd07b">53b4a55</a>)</li> <li><strong>jsx-closing-bracket-location:</strong> should not remove comment in jsx (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/566">#566</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/e2ba8d535884a4f997f22b42be0c3f5c0d4f1c64">e2ba8d5</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>func-call-spacing:</strong> fixing broken links (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/587">#587</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/d3dbc22f89c6cf7c8e54feedb5b73a8b64e145e9">d3dbc22</a>)</li> </ul> <h3>Chores</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md"><code>@​stylistic/eslint-plugin-ts</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v2.10.0...v2.10.1">2.10.1</a> (2024-11-01)</h2> <h3>Features</h3> <ul> <li><strong>indent-binary-ops:</strong> disabled to lower indent when starts closing bracket (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/591">#591</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/25fe554cc19e0193e973dd4dd48ed5e218b5c6a5">25fe554</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>key-spacing:</strong> crash for import without attributes when using <code>align: "colon"</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/594">#594</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/6000f43d0d6522af1616192321a84cb2ead9b95d">6000f43</a>)</li> </ul> <h3>Chores</h3> <ul> <li>release-please-mark (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/5e7a2841f226347c853559a58c3601d369b8a1ad">5e7a284</a>)</li> <li>release-please-mark (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/08b65a5a605f4e86808983275370271548e98ec9">08b65a5</a>)</li> </ul> <h2><a href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v2.9.0...v2.10.0">2.10.0</a> (2024-10-30)</h2> <h3>Features</h3> <ul> <li>cross test <code>comma-spacing</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/562">#562</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ea72317f548bf6904d10d7f415ce38dc04e454ff">ea72317</a>)</li> <li><strong>function-call-spacing:</strong> auto-fix optional chain when option is <code>never</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/589">#589</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/7a2b47f9cfa32e311eea5b16b3a26c9d034f60df">7a2b47f</a>)</li> <li><strong>function-call-spacing:</strong> support <code>ImportExpression</code> in <code>ts</code> version (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/570">#570</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/19d1f8c4a4ae674c53adb4c908bd82985f9af6b9">19d1f8c</a>)</li> <li><strong>indent-binary-ops:</strong> logical expression indent (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/576">#576</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/cbf800ddebf04b2439a751a5d773b80c498f504e">cbf800d</a>)</li> <li><strong>indent:</strong> add support for Import Attributes (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/579">#579</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/4f944d803f779194d76bbd8d9308cef2fb22d7ec">4f944d8</a>)</li> <li><strong>key-spacing:</strong> add support for Import Attributes (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/583">#583</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/789d8935de1f05c6f525017bbb55b2729cff55b2">789d893</a>)</li> <li><strong>max-statements-per-line:</strong> new option to allow specific statements (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/558">#558</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/2ed405430c52ee13b5eaf2754e7c6c178d4e79e5">2ed4054</a>)</li> <li><strong>no-multi-spaces:</strong> add support for Import Attributes (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/584">#584</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/0da07139a6c8e65d0478db91b534498d9a6c9889">0da0713</a>)</li> <li><strong>padding-line-between-statements:</strong> add support for multiline-export and singleline-export (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/582">#582</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/2690a302d50b044a58f7143fd26cb4204ab7e19d">2690a30</a>)</li> <li><strong>quote-props:</strong> add support for Import Attributes (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/581">#581</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/4edfee2c573214b8feec1e1f1c06835e5cdb626c">4edfee2</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>correct the type of <code>quotes</code> in <code>customize</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/590">#590</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/b86c2df9a4700bbe37dd2fbb6fe45dba904895f7">b86c2df</a>)</li> <li><strong>function-call-spacing:</strong> don't remove comments while auto-fixing (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/588">#588</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/53b4a55b6ddca27e8f1cebf90a8835dc383fd07b">53b4a55</a>)</li> <li><strong>jsx-closing-bracket-location:</strong> should not remove comment in jsx (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/566">#566</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/e2ba8d535884a4f997f22b42be0c3f5c0d4f1c64">e2ba8d5</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>func-call-spacing:</strong> fixing broken links (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/587">#587</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/d3dbc22f89c6cf7c8e54feedb5b73a8b64e145e9">d3dbc22</a>)</li> </ul> <h3>Chores</h3> <ul> <li>replace deprecated api with new api (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/567">#567</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/3db4870f56b5f999439987eb904361488e764cc6">3db4870</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/20158934a4e8822f1e6b92c1266ab60534273d50"><code>2015893</code></a> chore: release v2.10.1 (main) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-ts/issues/595">#595</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/0002fe02aa67c2e0e15132f4538a14e48c32f1f1"><code>0002fe0</code></a> chore: release v2.10.0 (main) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-ts/issues/569">#569</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/d3dbc22f89c6cf7c8e54feedb5b73a8b64e145e9"><code>d3dbc22</code></a> docs(func-call-spacing): fixing broken links (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-ts/issues/587">#587</a>)</li> <li>See full diff in <a href="https://github.com/eslint-stylistic/eslint-stylistic/commits/v2.10.1/packages/eslint-plugin-ts">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
