chore(deps): update dependency eslint-plugin-unicorn to v64 #88

Merged
Doridian merged 1 commit from renovate/eslint-plugin-unicorn-64.x into main 2026-03-27 17:22:30 -07:00
Member

This PR contains the following updates:

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

Release Notes

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

v64.0.0

Compare Source

New rules
Improvements
  • Support TypeScript type assertions in many rules (#​2909) 6b41299
  • text-encoding-identifier-case: Support template literals (#​2905) 9448c8c
  • prefer-math-min-max: Ignore Date objects (#​2903) cd53d9e
  • prevent-abbreviations: Handle exported TS interfaces and enums (#​2898) 6dc01d2
  • no-array-callback-reference: Skip TypeScript type predicate callbacks (#​2897) 02364c8
  • prefer-spread: Skip autofix when it would drop comments (#​2896) 6ff1467
  • no-useless-undefined: Flag return undefined for explicit undefined return types (#​2876) 41fc9c2
  • no-unnecessary-polyfills: Improve performance (#​2874) c88bf29
  • expiring-todo-comments: Add ignoreDates option (#​2892) 95a288b
  • prevent-abbreviations: Recognize jQuery 42f5364
  • prefer-object-from-entries: Avoid auto-fixing generic reduce (#​2878) bea9b20
Fixes
  • expiring-todo-comments: Fix partial version comparison (#​2895) 51390e9
  • consistent-destructuring: Fix false positive for nested rest destructuring (#​2894) 1cddfb5
  • consistent-destructuring: Fix false positive after reassignment (#​2893) c7f57d0
  • consistent-function-scoping: Fix TypeScript false positives for lexical this (#​2885) a383657
  • custom-error-definition: Fix class field autofix (#​2887) 1359726
  • explicit-length-check: Fix || fallback false positives (#​2889) 84246ec
  • explicit-length-check: Avoid unsafe autofix in negated comparisons (#​2883) 73b043b
  • import-style: Fix false positive for type-only import (#​2891) aea9954
  • no-unused-properties: Fix for JSX member access (#​2890) 0ff698b
  • better-regex: Fix empty-pattern autofix (#​2881) c201987
  • prefer-global-this: Fix for window-specific in checks (#​2879) 6bf7537
  • prefer-native-coercion-functions: Fix false positive for TS type predicates (#​2888) 4c4b565
  • prefer-set-has: Fix string false positives (#​2882) c230c22
  • prefer-top-level-await: Fix false positive with Promise.all (#​2884) 67faa7a


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) | [`^63.0.0` → `^64.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-unicorn/63.0.0/64.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-unicorn/64.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-unicorn/63.0.0/64.0.0?slim=true) | --- ### Release Notes <details> <summary>sindresorhus/eslint-plugin-unicorn (eslint-plugin-unicorn)</summary> ### [`v64.0.0`](https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v64.0.0) [Compare Source](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v63.0.0...v64.0.0) ##### New rules - [`consistent-template-literal-escape`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/consistent-template-literal-escape.md) ([#&#8203;2866](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2866)) [`55444b4`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/55444b41) - [`no-useless-iterator-to-array`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-useless-iterator-to-array.md) ([#&#8203;2872](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2872)) [`641b88c`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/641b88c9) - [`prefer-simple-condition-first`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-simple-condition-first.md) ([#&#8203;2902](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2902)) [`b0279dd`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/b0279dd2) - [`switch-case-break-position`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/switch-case-break-position.md) ([#&#8203;2910](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2910)) [`8d5d487`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/8d5d4873) ##### Improvements - Support TypeScript type assertions in many rules ([#&#8203;2909](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2909)) [`6b41299`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/6b41299a) - `text-encoding-identifier-case`: Support template literals ([#&#8203;2905](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2905)) [`9448c8c`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/9448c8ce) - `prefer-math-min-max`: Ignore Date objects ([#&#8203;2903](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2903)) [`cd53d9e`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/cd53d9ea) - `prevent-abbreviations`: Handle exported TS interfaces and enums ([#&#8203;2898](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2898)) [`6dc01d2`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/6dc01d23) - `no-array-callback-reference`: Skip TypeScript type predicate callbacks ([#&#8203;2897](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2897)) [`02364c8`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/02364c83) - `prefer-spread`: Skip autofix when it would drop comments ([#&#8203;2896](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2896)) [`6ff1467`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/6ff14677) - `no-useless-undefined`: Flag `return undefined` for explicit undefined return types ([#&#8203;2876](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2876)) [`41fc9c2`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/41fc9c27) - `no-unnecessary-polyfills`: Improve performance ([#&#8203;2874](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2874)) [`c88bf29`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/c88bf295) - `expiring-todo-comments`: Add `ignoreDates` option ([#&#8203;2892](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2892)) [`95a288b`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/95a288ba) - `prevent-abbreviations`: Recognize jQuery [`42f5364`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/42f53641) - `prefer-object-from-entries`: Avoid auto-fixing generic reduce ([#&#8203;2878](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2878)) [`bea9b20`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/bea9b200) ##### Fixes - `expiring-todo-comments`: Fix partial version comparison ([#&#8203;2895](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2895)) [`51390e9`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/51390e9d) - `consistent-destructuring`: Fix false positive for nested rest destructuring ([#&#8203;2894](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2894)) [`1cddfb5`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/1cddfb59) - `consistent-destructuring`: Fix false positive after reassignment ([#&#8203;2893](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2893)) [`c7f57d0`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/c7f57d0e) - `consistent-function-scoping`: Fix TypeScript false positives for lexical `this` ([#&#8203;2885](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2885)) [`a383657`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/a383657a) - `custom-error-definition`: Fix class field autofix ([#&#8203;2887](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2887)) [`1359726`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/1359726b) - `explicit-length-check`: Fix `||` fallback false positives ([#&#8203;2889](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2889)) [`84246ec`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/84246ecd) - `explicit-length-check`: Avoid unsafe autofix in negated comparisons ([#&#8203;2883](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2883)) [`73b043b`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/73b043ba) - `import-style`: Fix false positive for type-only import ([#&#8203;2891](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2891)) [`aea9954`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/aea99544) - `no-unused-properties`: Fix for JSX member access ([#&#8203;2890](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2890)) [`0ff698b`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/0ff698b3) - `better-regex`: Fix empty-pattern autofix ([#&#8203;2881](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2881)) [`c201987`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/c2019877) - `prefer-global-this`: Fix for window-specific `in` checks ([#&#8203;2879](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2879)) [`6bf7537`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/6bf75370) - `prefer-native-coercion-functions`: Fix false positive for TS type predicates ([#&#8203;2888](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2888)) [`4c4b565`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/4c4b565a) - `prefer-set-has`: Fix string false positives ([#&#8203;2882](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2882)) [`c230c22`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/c230c220) - `prefer-top-level-await`: Fix false positive with `Promise.all` ([#&#8203;2884](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2884)) [`67faa7a`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/67faa7ac) *** </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:eyJjcmVhdGVkSW5WZXIiOiI0My45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDMuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
chore(deps): update dependency eslint-plugin-unicorn to v64
All checks were successful
NodeJS check / check-nodejs (pull_request) Successful in 1m7s
Nix check / check-nix (pull_request) Successful in 2m26s
814a4a4efa
Doridian deleted branch renovate/eslint-plugin-unicorn-64.x 2026-03-27 17:22:30 -07: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/fadumper!88
No description provided.