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

Closed
renovate-bot wants to merge 1 commits from renovate/eslint-plugin-unicorn-63.x into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-unicorn 61.0.263.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

v62.0.0

Compare Source

New rules
Improvements
Fixes
  • consistent-function-scoping: Fix inconsistent behavior (#​2748) a546444


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) | [`61.0.2` → `63.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-unicorn/61.0.2/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/61.0.2/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) *** ### [`v62.0.0`](https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v62.0.0) [Compare Source](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v61.0.2...v62.0.0) ##### New rules - [`no-immediate-mutation`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/30f08471987e620755963ef2809ecc3dbcdb21d5/docs/rules/no-immediate-mutation.md) ([#&#8203;2787](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2787)) [`e1c7d2e`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/e1c7d2ed) - [`no-useless-collection-argument`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/30f08471987e620755963ef2809ecc3dbcdb21d5/docs/rules/no-useless-collection-argument.md) ([#&#8203;2777](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2777)) [`2d07c9a`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/2d07c9a9) - [`prefer-response-static-json`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/30f08471987e620755963ef2809ecc3dbcdb21d5/docs/rules/prefer-response-static-json.md) ([#&#8203;2778](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2778)) [`ffe5943`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/ffe5943b) ##### Improvements - `text-encoding-identifier-case`: Add [`withDash`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/30f08471987e620755963ef2809ecc3dbcdb21d5/docs/rules/text-encoding-identifier-case.md#withdash) option ([#&#8203;2780](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2780)) [`9025386`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/90253860) - `no-useless-undefined`: Check one `undefined` at a time ([#&#8203;2792](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2792)) [`27f7509`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/27f75099) - `prefer-single-call`: Check optional chaining ([#&#8203;2788](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2788)) [`8a132ac`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/8a132ace) - `text-encoding-identifier-case`: Enforce `'utf-8'` in `form[acceptCharset]` and `TextDecoder` ([#&#8203;2785](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2785)) [`46b3974`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/46b39741) - `prefer-node-protocol`: Handle TypeScript import types ([#&#8203;2774](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2774)) [`13a37a0`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/13a37a0d) - `no-array-for-each`: Ignore `forEach` for Effect library ([#&#8203;2783](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2783)) [`2ef6f83`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/2ef6f831) - `prefer-string-raw`: Ignore more places that requires a string ([#&#8203;2776](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2776)) [`43bc429`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/43bc4299) - `prefer-string-raw`: Add support for template literals ([#&#8203;2691](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2691)) [`52723a2`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/52723a24) - `prefer-global-this`: Add `navigation` to `windowSpecificAPIs` ([#&#8203;2770](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2770)) [`0c93998`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/0c939985) - `prefer-code-point`: Report cases where `String.fromCharCode` is not called directly ([#&#8203;2766](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2766)) [`1d682a1`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/1d682a18) - `no-useless-spread`: Safely remove empty array and object ([#&#8203;2764](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2764)) [`7aeabab`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/7aeabab3) ##### Fixes - `consistent-function-scoping`: Fix inconsistent behavior ([#&#8203;2748](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2748)) [`a546444`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/a5464440) *** </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:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovate-bot added 1 commit 2026-02-19 12:11:31 +01:00
chore(deps): update dependency eslint-plugin-unicorn to v63
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
CI / Test (pull_request) Successful in 3m28s
a81b6e0307
renovate-bot force-pushed renovate/eslint-plugin-unicorn-63.x from a81b6e0307 to b6b3fa142b 2026-03-16 12:13:49 +01:00 Compare
renovate-bot force-pushed renovate/eslint-plugin-unicorn-63.x from b6b3fa142b to 7af8c5ef70 2026-03-26 21:07:35 +01:00 Compare
renovate-bot changed title from chore(deps): update dependency eslint-plugin-unicorn to v63 to chore(deps): update dependency eslint-plugin-unicorn to v63 - autoclosed 2026-04-04 12:11:05 +02:00
renovate-bot closed this pull request 2026-04-04 12:11:05 +02:00
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
CI / Test (pull_request) Successful in 28s
Required
Details

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: t.behrendt/outline-mcp#24