chore(deps): update dependency eslint-plugin-unicorn to v62 - autoclosed #21

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

This PR contains the following updates:

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

Release Notes

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

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.0` → `^62.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-unicorn/61.0.2/62.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-unicorn/62.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-unicorn/61.0.2/62.0.0?slim=true) | --- ### Release Notes <details> <summary>sindresorhus/eslint-plugin-unicorn (eslint-plugin-unicorn)</summary> ### [`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-15 00:24:41 +01:00
chore(deps): update dependency eslint-plugin-unicorn to v62
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
CI / Test (pull_request) Failing after 1m23s
6dbc66c3d5
renovate-bot changed title from chore(deps): update dependency eslint-plugin-unicorn to v62 to chore(deps): update dependency eslint-plugin-unicorn to v62 - autoclosed 2026-02-19 12:11:34 +01:00
renovate-bot closed this pull request 2026-02-19 12:11:34 +01:00
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
CI / Test (pull_request) Failing after 1m23s
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#21