Skip to content

fix(deps): update minor/patch updates#6378

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/minorpatch-updates
May 14, 2026
Merged

fix(deps): update minor/patch updates#6378
renovate[bot] merged 1 commit into
masterfrom
renovate/minorpatch-updates

Conversation

@renovate

@renovate renovate Bot commented May 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@​codemirror/view ^6.41.1^6.42.1 age confidence devDependencies patch 6.43.0
@types/estree (source) 1.0.81.0.9 age confidence dependencies patch
@types/node (source) ^20.19.39^20.19.40 age confidence devDependencies patch 20.19.41
builtin-modules ^5.1.0^5.2.0 age confidence devDependencies minor
eslint-plugin-vue (source) ^10.9.0^10.9.1 age confidence devDependencies patch
fs-extra ^11.3.4^11.3.5 age confidence devDependencies patch
js-sys (source) 0.3.970.3.98 age confidence dependencies patch
mimalloc-safe 0.1.580.1.59 age confidence dependencies patch 0.1.60
react (source) ^19.2.5^19.2.6 age confidence devDependencies patch
react-dom (source) ^19.2.5^19.2.6 age confidence devDependencies patch
semver ^7.7.4^7.8.0 age confidence overrides minor
semver ^7.7.4^7.8.0 age confidence devDependencies minor
taiki-e/install-action v2.77.0v2.77.6 age confidence action patch v2.78.0 (+1)
terser (source) ^5.46.2^5.47.1 age confidence devDependencies patch
typescript-eslint (source) ^8.59.2^8.59.3 age confidence devDependencies patch
vite (source) ^7.3.2^7.3.3 age confidence devDependencies patch
vue (source) ^3.5.33^3.5.34 age confidence devDependencies patch
wasm-bindgen (source) 0.2.1200.2.121 age confidence dependencies patch

Release Notes

sindresorhus/builtin-modules (builtin-modules)

v5.2.0

Compare Source


napi-rs/mimalloc-safe (mimalloc-safe)

v0.1.59

Compare Source

Chore
  • Updated the following local packages: libmimalloc-sys2
npm/node-semver (semver)

v7.8.0

Compare Source

Features
Bug Fixes
Documentation
Chores
taiki-e/install-action (taiki-e/install-action)

v2.77.6: 2.77.6

Compare Source

  • Fix wasm-pack installation failure.

  • Update mise@latest to 2026.5.5.

  • Update release-plz@latest to 0.3.158.

  • Update just@latest to 1.51.0.

v2.77.5: 2.77.5

Compare Source

  • Update biome@latest to 2.4.15.

  • Update mise@latest to 2026.5.4.

  • Update cargo-deny@latest to 0.19.5.

v2.77.4: 2.77.4

Compare Source

  • Update tombi@latest to 0.11.1.

  • Update cargo-llvm-cov@latest to 0.8.6.

  • Update uv@latest to 0.11.12.

v2.77.3: 2.77.3

Compare Source

  • Update typos@latest to 1.46.1.

  • Update rclone@latest to 1.74.1.

  • Update tombi@latest to 0.11.0.

  • Update osv-scanner@latest to 2.3.8.

  • Update mise@latest to 2026.5.3.

v2.77.2: 2.77.2

Compare Source

  • Update martin@latest to 1.9.0.

  • Update wasm-bindgen@latest to 0.2.121.

  • Update uv@latest to 0.11.11.

  • Update mise@latest to 2026.5.1.

  • Update prek@latest to 0.3.13.

  • Update tombi@latest to 0.10.6.

v2.77.1: 2.77.1

Compare Source

  • Support taiki-e/install-action@rust tag.

  • Update tombi@latest to 0.10.3.

  • Update martin@latest to 1.8.2.

typescript-eslint/typescript-eslint (typescript-eslint)

v8.59.3

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.


Configuration

📅 Schedule: (UTC)

  • 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)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge May 14, 2026 21:59
@renovate

renovate Bot commented May 14, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: rust/bindings_napi/Cargo.toml
Artifact update for mimalloc-safe resolved to version 0.1.60, which is a pending version that has not yet passed the Minimum Release Age threshold.
Renovate was attempting to update to 0.1.59
This is (likely) not a bug in Renovate, but due to the way your project pins dependencies, _and_ how Renovate calls your package manager to update them.
Until Renovate supports specifying an exact update to your package manager (https://github.com/renovatebot/renovate/issues/41624), it is recommended to directly pin your dependencies (with `rangeStrategy=pin` for apps, or `rangeStrategy=widen` for libraries)
See also: https://docs.renovatebot.com/dependency-pinning/
File name: rust/bindings_napi/Cargo.toml
Artifact update for mimalloc-safe resolved to version 0.1.60, which is a pending version that has not yet passed the Minimum Release Age threshold.
Renovate was attempting to update to 0.1.59
This is (likely) not a bug in Renovate, but due to the way your project pins dependencies, _and_ how Renovate calls your package manager to update them.
Until Renovate supports specifying an exact update to your package manager (https://github.com/renovatebot/renovate/issues/41624), it is recommended to directly pin your dependencies (with `rangeStrategy=pin` for apps, or `rangeStrategy=widen` for libraries)
See also: https://docs.renovatebot.com/dependency-pinning/
File name: rust/bindings_napi/Cargo.toml
Artifact update for mimalloc-safe resolved to version 0.1.60, which is a pending version that has not yet passed the Minimum Release Age threshold.
Renovate was attempting to update to 0.1.59
This is (likely) not a bug in Renovate, but due to the way your project pins dependencies, _and_ how Renovate calls your package manager to update them.
Until Renovate supports specifying an exact update to your package manager (https://github.com/renovatebot/renovate/issues/41624), it is recommended to directly pin your dependencies (with `rangeStrategy=pin` for apps, or `rangeStrategy=widen` for libraries)
See also: https://docs.renovatebot.com/dependency-pinning/

@vercel

vercel Bot commented May 14, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
rollup Ready Ready Preview, Comment May 14, 2026 10:00pm

Request Review

@github-actions

github-actions Bot commented May 14, 2026

Copy link
Copy Markdown

Thank you for your contribution! ❤️

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

npm install rollup/rollup#renovate/minorpatch-updates

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-guimp9uop-rollup-js.vercel.app/repl/?pr=6378

@github-actions

Copy link
Copy Markdown

Performance report

  • BUILD: 7234ms, 833 MB
    • initialize: 0ms, 23.7 MB
    • generate module graph: 2729ms, 635 MB
      • generate ast: 1416ms, 625 MB
    • sort and bind modules: 414ms, 695 MB
    • mark included statements: 4063ms, 833 MB
      • treeshaking pass 1: 2380ms, 823 MB
      • treeshaking pass 2: 480ms, 856 MB (+4%)
      • treeshaking pass 3: 412ms, 831 MB
      • treeshaking pass 4: 395ms, 839 MB
      • treeshaking pass 5: 390ms, 833 MB
  • GENERATE: 709ms, 918 MB
    • initialize render: 0ms, 833 MB
    • generate chunks: 40ms, 857 MB (+3%)
      • optimize chunks: 0ms, 849 MB
    • render chunks: 655ms, 897 MB
    • transform chunks: 18ms, 918 MB
    • generate bundle: 0ms, 918 MB

@codecov

codecov Bot commented May 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.78%. Comparing base (d311a84) to head (43d6b9d).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6378   +/-   ##
=======================================
  Coverage   98.78%   98.78%           
=======================================
  Files         274      274           
  Lines       10795    10795           
  Branches     2883     2883           
=======================================
  Hits        10664    10664           
  Misses         89       89           
  Partials       42       42           

☔ 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 renovate Bot added this pull request to the merge queue May 14, 2026
Merged via the queue into master with commit cca6454 May 14, 2026
49 of 50 checks passed
@renovate renovate Bot deleted the renovate/minorpatch-updates branch May 14, 2026 22:46
@github-actions

github-actions Bot commented Jun 1, 2026

Copy link
Copy Markdown

This PR has been released as part of rollup@4.61.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.

0 participants