Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 26, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Type Update Change Pending Age Confidence
lockFileMaintenance All locks refreshed
rollup (source) devDependencies patch ^4.52.0 -> ^4.52.1 4.52.2 age confidence
taiki-e/install-action action patch v2.62.2 -> v2.62.4 v2.62.8 (+3) age confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

taiki-e/install-action (taiki-e/install-action)

v2.62.4

Compare Source

Initial release


Configuration

📅 Schedule: Branch creation - Between 06:00 PM and 11:59 PM, only on Thursday ( * 18-23 * * 4 ), Between 12:00 AM and 08:59 AM, only on Friday ( * 0-8 * * 5 ) (UTC), 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 September 26, 2025 04:58
@renovate
Copy link
Contributor Author

renovate bot commented Sep 26, 2025

⚠️ 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/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path rust/bindings_napi/Cargo.toml
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

File name: rust/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path rust/bindings_wasm/Cargo.toml
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

File name: rust/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path rust/parse_ast/Cargo.toml
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

File name: rust/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path rust/xxhash/Cargo.toml
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

@vercel
Copy link

vercel bot commented Sep 26, 2025

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

Project Deployment Preview Comments Updated (UTC)
rollup Ready Ready Preview Comment Sep 26, 2025 5:00am

@github-actions
Copy link

github-actions bot commented Sep 26, 2025

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

@github-actions
Copy link

Performance report

  • BUILD: 7068ms, 821 MB
    • initialize: 0ms, 25 MB
    • generate module graph: 2650ms, 632 MB
      • generate ast: 1396ms, 622 MB
    • sort and bind modules: 405ms, 684 MB
    • mark included statements: 3993ms, 821 MB
      • treeshaking pass 1: 2343ms, 819 MB
      • treeshaking pass 2: 466ms, 840 MB (+2%)
      • treeshaking pass 3: 405ms, 823 MB
      • treeshaking pass 4: 387ms, 833 MB
      • treeshaking pass 5: 385ms, 821 MB
  • GENERATE: 806ms, 931 MB (-3%)
    • initialize render: 0ms, 862 MB
    • generate chunks: 103ms (+55ms, +115.4%), 895 MB
      • optimize chunks: 0ms, 881 MB
    • render chunks: 636ms (-98ms, -13.4%), 905 MB
    • transform chunks: 20ms, 931 MB (-3%)
    • generate bundle: 0ms, 931 MB (-3%)

@codecov
Copy link

codecov bot commented Sep 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.73%. Comparing base (89e4411) to head (2d90a69).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6126   +/-   ##
=======================================
  Coverage   98.73%   98.73%           
=======================================
  Files         271      271           
  Lines       10630    10630           
  Branches     2846     2846           
=======================================
  Hits        10496    10496           
  Misses         89       89           
  Partials       45       45           

☔ 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 Sep 26, 2025
Merged via the queue into master with commit cfe817e Sep 26, 2025
47 of 48 checks passed
@renovate renovate bot deleted the renovate/minorpatch-updates branch September 26, 2025 05:27
@github-actions
Copy link

This PR has been released as part of [email protected]. 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