Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: [JS] Bump eslint-plugin-unicorn from 52.0.0 to 53.0.0 in /js (#…
…41916) Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 52.0.0 to 53.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>v53.0.0</h2> <h3>New rules</h3> <ul> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/consistent-empty-array-spread.md"><code>consistent-empty-array-spread</code></a> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2349">#2349</a>) 8d7954c</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-string-raw.md"><code>prefer-string-raw</code></a> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2339">#2339</a>) 4f1400a</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-invalid-fetch-options.md"><code>no-invalid-fetch-options</code></a> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2338">#2338</a>) 342aafb</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-magic-array-flat-depth.md"><code>no-magic-array-flat-depth</code></a> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2335">#2335</a>) bc17428</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-structured-clone.md"><code>prefer-structured-clone</code></a> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2329">#2329</a>) 497519e</li> </ul> <h3>Breaking</h3> <ul> <li>Require Node.js 18.18 (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2250">#2250</a>) 598f57b</li> </ul> <h3>Meta</h3> <ul> <li>You can now <a href="https://github.com/sponsors/fisker"><code>sponsor @fisker</code></a> for his work on this project (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2348">#2348</a>) b82542d</li> </ul> <h3>Improvements</h3> <ul> <li>Support ESLint 9 (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2250">#2250</a>) 598f57b</li> <li><code>no-array-method-this-argument</code>: Check <code>Array.fromAsync()</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2330">#2330</a>) 99489b9</li> <li><code>prefer-number-properties</code>: Add <code>checkNaN</code> option (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2315">#2315</a>) d30de50</li> <li><code>template-indent</code>: Support member expression paths in <code>tags</code> and <code>functions</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2346">#2346</a>) aabcf1d</li> <li><code>prefer-number-properties</code>: Don&<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/39">#39</a>;t require by default for <code>Infinity</code>/<code>-Infinity</code> to be written as <code>Number.POSITIVE_INFINITY</code>/<code>Number.NEGATIVE_INFINITY</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2312">#2312</a>) e0dfed2</li> <li><code>escape-case</code>: Ignore <code>String.raw</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2342">#2342</a>) 45bd444</li> <li><code>no-hex-escape</code>: Ignore <code>String.raw</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2343">#2343</a>) cc02a7f</li> <li><code>prefer-dom-node-dataset</code>: Ignore <code>await</code>ed <code>getAttribute</code> call (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2334">#2334</a>) 45f23d5</li> <li><code>prevent-abbreviations</code>: Support non-ASCII filenames (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2308">#2308</a>) 28762c8</li> <li><code>throw-new-error</code>: Check all call expressions instead of just argument of <code>ThrowStatement</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2332">#2332</a>) 1626852</li> </ul> <p><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v52.0.0...v53.0.0">https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v52.0.0...v53.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/cf2109ac2657f847ddf6d8a61e7b58a674380376"><code>cf2109a</code></a> 53.0.0</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/8d7954c4f1f7eb06e7bd19080b740a5501ca72f6"><code>8d7954c</code></a> Add <code>consistent-empty-array-spread</code> rule (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2349">#2349</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/6fde3feed4fcfaf3bae3d9a7d8cb955d586607eb"><code>6fde3fe</code></a> Require rule proposal to include a proposed rule name (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2351">#2351</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/08dc329f3ffecf3dc6b509b749a535760bb280f5"><code>08dc329</code></a> Fix smoke test</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/f5a6cd709a1a1d182c911df3dfc9611133dd63f8"><code>f5a6cd7</code></a> Fix smoke test</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/4f1400a758d11c2857200b31dd9724aa82a95d22"><code>4f1400a</code></a> Add <code>prefer-string-raw</code> rule (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2339">#2339</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/aabcf1dd6b9cd8c8e58e9e26e227a7c2668c47ee"><code>aabcf1d</code></a> <code>template-indent</code>: Support member expression paths in <code>tags</code> and <code>functions</code> ...</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/e59d9eefbf922b96794f9d4396fe100f450f5c01"><code>e59d9ee</code></a> Add utility <code>getCallExpressionTokens</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2345">#2345</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/b82542d5c7e8d1d45a6e6bb7df42e47104bfd623"><code>b82542d</code></a> Add fisker to sponsors (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2348">#2348</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/784db9011390c206b0713f065708d1d972bb5054"><code>784db90</code></a> Pin <code>eslint-doc-generator</code> to v1.7.0 (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2344">#2344</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v52.0.0...v53.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-unicorn&package-manager=npm_and_yarn&previous-version=52.0.0&new-version=53.0.0)](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> Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Sutou Kouhei <[email protected]>
- Loading branch information