Commits
![dependabot[bot]](https://secure.gravatar.com/avatar/48ea49be76d0c68403a7f3df87e3487d.jpg?s=96&d=mm)

dependabot[bot] authored and GitHub committed b044a51f410
MINOR: [JS] Bump eslint-plugin-unicorn from 53.0.0 to 54.0.0 in /js (#43101) Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 53.0.0 to 54.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/eslint-plugin-unicorn/releases">eslint-plugin-unicorn's releases</a>.</em></p> <blockquote> <h2>v54.0.0</h2> <h3>New rules</h3> <ul> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-negation-in-equality-check.md"><code>no-negation-in-equality-check</code></a> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2353">#2353</a>) 8957a03</li> </ul> <h3>Breaking</h3> <ul> <li><code>prefer-array-find</code>: Change <a href="https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-array-find.md#checkfromlast"><code>checkFromLast</code></a> default value to <code>true</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2367">#2367</a>) a449af9</li> </ul> <h3>Improvements</h3> <ul> <li>Add name to flat configs (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2377">#2377</a>) ac8536e</li> <li><code>prefer-array-some</code>: Check <code>Array#{findIndex,findLastIndex}()</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2370">#2370</a>) 10568ab</li> <li><code>prefer-includes</code>: Check <code>.lastIndexOf()</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2368">#2368</a>) d812ad1</li> <li><code>prefer-string-raw</code>: Ignore strings in Enums (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2354">#2354</a>) 175ea04</li> </ul> <h3>Fixes</h3> <ul> <li>Fix edge cases when add <code>new</code> to calls (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2352">#2352</a>) d8f8161</li> </ul> <p><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v53.0.0...v54.0.0">https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v53.0.0...v54.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/fce6ce390cc156282b507107427fc27322955039"><code>fce6ce3</code></a> 54.0.0</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/10568ab392207010ca0da4bbb8e4720e3c23d704"><code>10568ab</code></a> <code>prefer-array-some</code>: Check <code>Array#{findIndex,findLastIndex}()</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2370">#2370</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/ac8536e540ceeed0fe24740cdc00551f49f7f603"><code>ac8536e</code></a> Add name to flat configs (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2377">#2377</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/1490bb62e33c55d765483c0ac565959c4ffc378e"><code>1490bb6</code></a> Tests: Update <code>eslint-remote-tester</code> to v4 (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2376">#2376</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/2616ce33bdd43b7c8f3e724c27c69026b5dd54ea"><code>2616ce3</code></a> Clean <code>run-rules-on-codebase</code> script (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2369">#2369</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/d812ad1fa93b294d0225469115538350aa3637c8"><code>d812ad1</code></a> <code>prefer-includes</code>: Check <code>.lastIndexOf()</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2368">#2368</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/a449af99e863f103de101058abc7bf4eccb6297a"><code>a449af9</code></a> <code>prefer-array-find</code>: Change <code>checkFromLast</code> default value to <code>true</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2367">#2367</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/8957a03032a59b82e6bbf557843a0af312affa15"><code>8957a03</code></a> Add <code>no-negation-in-equality-check</code> rule (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2353">#2353</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/3a282acdf8ef3c9407c88a09ff1a86894ea0a8bf"><code>3a282ac</code></a> Add "bug" label to bug reports</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/810575620e3d9d90c60c2d6c5f2098c0a7b0348d"><code>8105756</code></a> Update <code>@typescript-eslint/parse</code> to v8 (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2358">#2358</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v53.0.0...v54.0.0">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> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dominik Moritz <domoritz@gmail.com>