PHANTOM
🇮🇳 IN
Skip to content

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

Merged
lukastaegert merged 2 commits intomasterfrom
renovate/eslint-plugin-unicorn-63.x
Feb 20, 2026
Merged

chore(deps): update dependency eslint-plugin-unicorn to v63#6268
lukastaegert merged 2 commits intomasterfrom
renovate/eslint-plugin-unicorn-63.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 19, 2026

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 - Between 06:00 PM and 11:59 PM, only on Thursday ( * 18-23 * * 4 ), Between 12:00 AM and 05:59 AM, only on Friday ( * 0-5 * * 5 ) (UTC), 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 was generated by Mend Renovate. View the repository job log.

@vercel
Copy link

vercel bot commented Feb 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
rollup Ready Ready Preview, Comment Feb 20, 2026 6:14am

Request Review

@codecov
Copy link

codecov bot commented Feb 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.76%. Comparing base (8653dd7) to head (a6bc645).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6268      +/-   ##
==========================================
- Coverage   98.76%   98.76%   -0.01%     
==========================================
  Files         273      273              
  Lines       10714    10712       -2     
  Branches     2855     2855              
==========================================
- Hits        10582    10580       -2     
  Misses         89       89              
  Partials       43       43              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate
Copy link
Contributor Author

renovate bot commented Feb 20, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@github-actions
Copy link

github-actions bot commented Feb 20, 2026

Thank you for your contribution! ❤️

You can try out this pull request locally by installing Rollup via

npm install rollup/rollup#renovate/eslint-plugin-unicorn-63.x

Notice: Ensure you have installed the latest nightly Rust toolchain. If you haven't installed it yet, please see https://www.rust-lang.org/tools/install to learn how to download Rustup and install Rust.

or load it into the REPL:
https://rollup-hnaul1fzh-rollup-js.vercel.app/repl/?pr=6268

@github-actions
Copy link

github-actions bot commented Feb 20, 2026

Performance report

  • BUILD: 6979ms, 843 MB
    • initialize: 0ms, 23.8 MB
    • generate module graph: 2664ms, 637 MB
      • generate ast: 1392ms, 628 MB
    • sort and bind modules: 402ms, 699 MB
    • mark included statements: 3913ms, 843 MB
      • treeshaking pass 1: 2292ms, 835 MB
      • treeshaking pass 2: 460ms, 862 MB
      • treeshaking pass 3: 395ms, 841 MB
      • treeshaking pass 4: 382ms, 861 MB (+4%)
      • treeshaking pass 5: 378ms, 843 MB
  • GENERATE: 677ms, 940 MB
    • initialize render: 0ms, 843 MB
    • generate chunks: 40ms, 861 MB
      • optimize chunks: 0ms, 854 MB
    • render chunks: 619ms, 919 MB
    • transform chunks: 17ms, 940 MB
    • generate bundle: 0ms, 940 MB

@lukastaegert lukastaegert force-pushed the renovate/eslint-plugin-unicorn-63.x branch from 8242016 to 18a291e Compare February 20, 2026 05:43
@lukastaegert lukastaegert added this pull request to the merge queue Feb 20, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 20, 2026
@lukastaegert lukastaegert force-pushed the renovate/eslint-plugin-unicorn-63.x branch from 18a291e to a6bc645 Compare February 20, 2026 06:12
@lukastaegert lukastaegert added this pull request to the merge queue Feb 20, 2026
Merged via the queue into master with commit c3b6b4b Feb 20, 2026
48 checks passed
@lukastaegert lukastaegert deleted the renovate/eslint-plugin-unicorn-63.x branch February 20, 2026 06:48
@github-actions
Copy link

This PR has been released as part of rollup@4.58.0. You can test it via npm install rollup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant