chore(deps): update dependency eslint-plugin-unicorn to v63 #72

Merged
Doridian merged 1 commit from renovate/eslint-plugin-unicorn-63.x into main 2026-02-10 14:41:12 -08:00
Member

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-unicorn ^62.0.0^63.0.0 age confidence

Release Notes

sindresorhus/eslint-plugin-unicorn (eslint-plugin-unicorn)

v63.0.0

Compare Source

New rules
Improvements
  • Support ESLint 10 (#​2823) bd0901b
  • prefer-set-size: Add Array.from() support (#​2857) e556143
  • prefer-bigint-literals: Support signed numbers and strings (#​2784) a332a50
  • prefer-export-from: Fix type-import being removed when using namespace import (#​2771) ab4b779
  • prefer-spread: Fix: Skip TypedArray and ArrayBuffer constructor calls (#​2871) 42a558f
  • no-array-sort: Ignore .sort() calls with non-function arguments (#​2862) cbb2377
  • prefer-add-event-listener: Don't autofix non-function assignments (#​2865) 989ec61
  • explicit-length-check: Ignore || with string fallback value (#​2861) 4806f7e
  • no-unnecessary-polyfills: Fix false positive for graduated esnext features (#​2864) d6c13ab
  • no-for-loop: Skip auto-fix for string types when .entries() would be needed (#​2869) 08a591a
  • import-style: Fix crash on export {x} without from clause (#​2868) 141c8c5
  • expiring-todo-comments: Should not flag ESLint disable comments (#​2828) 3568daf
  • no-useless-collection-argument: Use suggestions to remove empty array with comments (#​2838) c0d0687
  • prefer-set-has: Check Iterator#toArray() and String#split() (#​2829) ab8970e
  • no-useless-spread: Fix false positive on Iterator (#​2831) 994e31c
  • isolated-functions: Ignore TypeScript types (#​2822) c3479c0
  • prefer-string-raw: Exclude inline snapshot (#​2811) 6e7f93c
  • consistent-assert: Explicitly check specifier node type (#​2803) 396a8fa


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | [`^62.0.0` → `^63.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-unicorn/62.0.0/63.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-unicorn/63.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-unicorn/62.0.0/63.0.0?slim=true) | --- ### Release Notes <details> <summary>sindresorhus/eslint-plugin-unicorn (eslint-plugin-unicorn)</summary> ### [`v63.0.0`](https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v63.0.0) [Compare Source](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v62.0.0...v63.0.0) ##### New rules - [`isolated-functions`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/isolated-functions.md) ([#&#8203;2701](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2701)) [`4956a6b`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/4956a6be) ##### Improvements - Support ESLint 10 ([#&#8203;2823](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2823)) [`bd0901b`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/bd0901b1) - `prefer-set-size`: Add `Array.from()` support ([#&#8203;2857](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2857)) [`e556143`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/e556143b) - `prefer-bigint-literals`: Support signed numbers and strings ([#&#8203;2784](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2784)) [`a332a50`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/a332a509) - `prefer-export-from`: Fix type-import being removed when using namespace import ([#&#8203;2771](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2771)) [`ab4b779`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/ab4b779a) - `prefer-spread`: Fix: Skip TypedArray and ArrayBuffer constructor calls ([#&#8203;2871](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2871)) [`42a558f`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/42a558f7) - `no-array-sort`: Ignore `.sort()` calls with non-function arguments ([#&#8203;2862](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2862)) [`cbb2377`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/cbb23774) - `prefer-add-event-listener`: Don't autofix non-function assignments ([#&#8203;2865](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2865)) [`989ec61`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/989ec61a) - `explicit-length-check`: Ignore `||` with string fallback value ([#&#8203;2861](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2861)) [`4806f7e`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/4806f7e6) - `no-unnecessary-polyfills`: Fix false positive for graduated `esnext` features ([#&#8203;2864](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2864)) [`d6c13ab`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/d6c13ab1) - `no-for-loop`: Skip auto-fix for string types when `.entries()` would be needed ([#&#8203;2869](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2869)) [`08a591a`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/08a591a9) - `import-style`: Fix crash on `export {x}` without `from` clause ([#&#8203;2868](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2868)) [`141c8c5`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/141c8c50) - `expiring-todo-comments`: Should not flag ESLint disable comments ([#&#8203;2828](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2828)) [`3568daf`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/3568dafb) - `no-useless-collection-argument`: Use suggestions to remove empty array with comments ([#&#8203;2838](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2838)) [`c0d0687`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/c0d06879) - `prefer-set-has`: Check `Iterator#toArray()` and `String#split()` ([#&#8203;2829](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2829)) [`ab8970e`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/ab8970ec) - `no-useless-spread`: Fix false positive on `Iterator` ([#&#8203;2831](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2831)) [`994e31c`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/994e31ca) - `isolated-functions`: Ignore TypeScript types ([#&#8203;2822](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2822)) [`c3479c0`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/c3479c0d) - `prefer-string-raw`: Exclude inline snapshot ([#&#8203;2811](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2811)) [`6e7f93c`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/6e7f93c4) - `consistent-assert`: Explicitly check specifier node type ([#&#8203;2803](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2803)) [`396a8fa`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/396a8fa2) *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjMiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
chore(deps): update dependency eslint-plugin-unicorn to v63
All checks were successful
NodeJS check / check-nodejs (pull_request) Successful in 35s
Nix check / check-nix (pull_request) Successful in 1m30s
4efd295d54
Doridian deleted branch renovate/eslint-plugin-unicorn-63.x 2026-02-10 14:41:12 -08:00
Sign in to join this conversation.
No reviewers
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
FoxDen/e621dumper!72
No description provided.