[PR #1948] [MERGED] Bump eslint-plugin-unicorn from 62.0.0 to 63.0.0 #1818

Closed
opened 2026-03-03 02:05:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/1948
Author: @dependabot[bot]
Created: 2/11/2026
Status: Merged
Merged: 2/11/2026
Merged by: @DavidAnson

Base: nextHead: dependabot/npm_and_yarn/next/eslint-plugin-unicorn-63.0.0


📝 Commits (1)

  • 46ab072 Bump eslint-plugin-unicorn from 62.0.0 to 63.0.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-unicorn from 62.0.0 to 63.0.0.

Release notes

Sourced from eslint-plugin-unicorn's releases.

v63.0.0

New rules

Improvements

  • Support ESLint 10 (#2823) bd0901b1
  • prefer-set-size: Add Array.from() support (#2857) e556143b
  • prefer-bigint-literals: Support signed numbers and strings (#2784) a332a509
  • prefer-export-from: Fix type-import being removed when using namespace import (#2771) ab4b779a
  • prefer-spread: Fix: Skip TypedArray and ArrayBuffer constructor calls (#2871) 42a558f7
  • no-array-sort: Ignore .sort() calls with non-function arguments (#2862) cbb23774
  • prefer-add-event-listener: Don't autofix non-function assignments (#2865) 989ec61a
  • explicit-length-check: Ignore || with string fallback value (#2861) 4806f7e6
  • no-unnecessary-polyfills: Fix false positive for graduated esnext features (#2864) d6c13ab1
  • no-for-loop: Skip auto-fix for string types when .entries() would be needed (#2869) 08a591a9
  • import-style: Fix crash on export {x} without from clause (#2868) 141c8c50
  • expiring-todo-comments: Should not flag ESLint disable comments (#2828) 3568dafb
  • no-useless-collection-argument: Use suggestions to remove empty array with comments (#2838) c0d06879
  • prefer-set-has: Check Iterator#toArray() and String#split() (#2829) ab8970ec
  • no-useless-spread: Fix false positive on Iterator (#2831) 994e31ca
  • isolated-functions: Ignore TypeScript types (#2822) c3479c0d
  • prefer-string-raw: Exclude inline snapshot (#2811) 6e7f93c4
  • consistent-assert: Explicitly check specifier node type (#2803) 396a8fa2

https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v62.0.0...v63.0.0

Commits
  • 2c4b3dd 63.0.0
  • e556143 prefer-set-size: Add Array.from() support (#2857)
  • a332a50 prefer-bigint-literals: Support signed numbers and strings (#2784)
  • ab4b779 prefer-export-from: Fix type-import being removed when using namespace impo...
  • f6a281f Update ESLint to v10.0.0 (#2848)
  • 42a558f prefer-spread: Fix: Skip TypedArray and ArrayBuffer constructor calls (#2871)
  • cbb2377 no-array-sort: Ignore .sort() calls with non-function arguments (#2862)
  • 989ec61 prefer-add-event-listener: Don't autofix non-function assignments (#2865)
  • 80ff1b7 Fix meta.deprecated.replacedBy to use ReplacedByInfo objects per ESLint s...
  • 4806f7e explicit-length-check: Ignore || with string fallback value (#2861)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/DavidAnson/markdownlint/pull/1948 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/11/2026 **Status:** ✅ Merged **Merged:** 2/11/2026 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/eslint-plugin-unicorn-63.0.0` --- ### 📝 Commits (1) - [`46ab072`](https://github.com/DavidAnson/markdownlint/commit/46ab0728a10c1cf8c87af613d55208b2c4fb1f6f) Bump eslint-plugin-unicorn from 62.0.0 to 63.0.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 62.0.0 to 63.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>v63.0.0</h2> <h3>New rules</h3> <ul> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/isolated-functions.md"><code>isolated-functions</code></a> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2701">#2701</a>) 4956a6be</li> </ul> <h3>Improvements</h3> <ul> <li>Support ESLint 10 (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2823">#2823</a>) bd0901b1</li> <li><code>prefer-set-size</code>: Add <code>Array.from()</code> support (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2857">#2857</a>) e556143b</li> <li><code>prefer-bigint-literals</code>: Support signed numbers and strings (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2784">#2784</a>) a332a509</li> <li><code>prefer-export-from</code>: Fix type-import being removed when using namespace import (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2771">#2771</a>) ab4b779a</li> <li><code>prefer-spread</code>: Fix: Skip TypedArray and ArrayBuffer constructor calls (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2871">#2871</a>) 42a558f7</li> <li><code>no-array-sort</code>: Ignore <code>.sort()</code> calls with non-function arguments (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2862">#2862</a>) cbb23774</li> <li><code>prefer-add-event-listener</code>: Don&amp;<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/39">#39</a>;t autofix non-function assignments (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2865">#2865</a>) 989ec61a</li> <li><code>explicit-length-check</code>: Ignore <code>||</code> with string fallback value (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2861">#2861</a>) 4806f7e6</li> <li><code>no-unnecessary-polyfills</code>: Fix false positive for graduated <code>esnext</code> features (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2864">#2864</a>) d6c13ab1</li> <li><code>no-for-loop</code>: Skip auto-fix for string types when <code>.entries()</code> would be needed (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2869">#2869</a>) 08a591a9</li> <li><code>import-style</code>: Fix crash on <code>export {x}</code> without <code>from</code> clause (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2868">#2868</a>) 141c8c50</li> <li><code>expiring-todo-comments</code>: Should not flag ESLint disable comments (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2828">#2828</a>) 3568dafb</li> <li><code>no-useless-collection-argument</code>: Use suggestions to remove empty array with comments (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2838">#2838</a>) c0d06879</li> <li><code>prefer-set-has</code>: Check <code>Iterator#toArray()</code> and <code>String#split()</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2829">#2829</a>) ab8970ec</li> <li><code>no-useless-spread</code>: Fix false positive on <code>Iterator</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2831">#2831</a>) 994e31ca</li> <li><code>isolated-functions</code>: Ignore TypeScript types (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2822">#2822</a>) c3479c0d</li> <li><code>prefer-string-raw</code>: Exclude inline snapshot (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2811">#2811</a>) 6e7f93c4</li> <li><code>consistent-assert</code>: Explicitly check specifier node type (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2803">#2803</a>) 396a8fa2</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v62.0.0...v63.0.0">https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v62.0.0...v63.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/2c4b3ddad929b14906cdab4dd86f0afa106639ed"><code>2c4b3dd</code></a> 63.0.0</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/e556143b1cf145a801829d3f4a3c3262eccec288"><code>e556143</code></a> <code>prefer-set-size</code>: Add <code>Array.from()</code> support (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2857">#2857</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/a332a5090aed4c6753ee6be74e8426caba6f373f"><code>a332a50</code></a> <code>prefer-bigint-literals</code>: Support signed numbers and strings (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2784">#2784</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/ab4b779a45c8d1e2623f545018c4e71b0cbba814"><code>ab4b779</code></a> <code>prefer-export-from</code>: Fix type-import being removed when using namespace impo...</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/f6a281f633f67a284d379195ad70f0101cdbb6b8"><code>f6a281f</code></a> Update ESLint to v10.0.0 (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2848">#2848</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/42a558f7d1122e533a8cb9acba29d547e8ff85f6"><code>42a558f</code></a> <code>prefer-spread</code>: Fix: Skip TypedArray and ArrayBuffer constructor calls (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2871">#2871</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/cbb23774341bdfd653bf04e3266152a92bded84f"><code>cbb2377</code></a> <code>no-array-sort</code>: Ignore <code>.sort()</code> calls with non-function arguments (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2862">#2862</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/989ec61a3255cef617a02cf5e580045404d776de"><code>989ec61</code></a> <code>prefer-add-event-listener</code>: Don't autofix non-function assignments (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2865">#2865</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/80ff1b7df42c54a4d1f39d449c15ac55262bd655"><code>80ff1b7</code></a> Fix <code>meta.deprecated.replacedBy</code> to use <code>ReplacedByInfo</code> objects per ESLint s...</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/4806f7e66af599ffe8516d189e07a966435d50f2"><code>4806f7e</code></a> <code>explicit-length-check</code>: Ignore <code>||</code> with string fallback value (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2861">#2861</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v62.0.0...v63.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=62.0.0&new-version=63.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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 02:05:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/markdownlint#1818
No description provided.