Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 3, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Type Update Change Pending Age Confidence
lockFileMaintenance All locks refreshed
@mermaid-js/mermaid-cli devDependencies minor ^11.4.0 -> ^11.12.0 age confidence
@types/node (source) devDependencies patch ^20.19.18 -> ^20.19.19 age confidence
mocha (source) devDependencies patch ^11.7.2 -> ^11.7.3 11.7.4 age confidence
typescript (source) devDependencies patch ^5.9.2 -> ^5.9.3 age confidence
taiki-e/install-action action patch v2.62.13 -> v2.62.14 v2.62.18 (+3) age confidence

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


Release Notes

mermaid-js/mermaid-cli (@​mermaid-js/mermaid-cli)

v11.12.0

Compare Source

Changes

📦 Dependency updates

v11.10.1

Compare Source

Changes

🚀 Features

  • feat: add iconPacksNamesAndUrls option in order to be able to use icons outside unpkg @​lmondeil1 (#​954)

📦 Dependency updates

v11.9.0

Compare Source

Changes

📦 Dependency updates

v11.6.0

Compare Source

Changes

🚀 Features

📦 Dependency updates

v11.4.3

Compare Source

Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

📦 Dependency updates

v11.4.2

Compare Source

Changes

🐛 Bug Fixes

  • fix(types): correct rootDir in tsconfig.json @​aloisklink (#​804)
    This fixes TypeScripts imports in v11.4.1

Full Changelog: mermaid-js/mermaid-cli@11.4.1...11.4.2

v11.4.1

Compare Source

Changes

🐛 Bug Fixes

📦 Dependency updates

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

v2.62.14

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.

@vercel
Copy link

vercel bot commented Oct 3, 2025

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

Project Deployment Preview Comments Updated (UTC)
rollup Ready Ready Preview Comment Oct 4, 2025 5:30am

@renovate renovate bot enabled auto-merge October 3, 2025 05:20
@renovate
Copy link
Contributor Author

renovate bot commented Oct 3, 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)

@github-actions
Copy link

github-actions bot commented Oct 3, 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-5g5vcc49w-rollup-js.vercel.app/repl/?pr=6135

@github-actions
Copy link

github-actions bot commented Oct 3, 2025

Performance report

  • BUILD: 6940ms, 807 MB
    • initialize: 0ms, 24.9 MB
    • generate module graph: 2591ms, 631 MB
      • generate ast: 1384ms, 621 MB
    • sort and bind modules: 385ms, 686 MB
    • mark included statements: 3893ms, 807 MB
      • treeshaking pass 1: 2315ms, 803 MB
      • treeshaking pass 2: 449ms, 822 MB
      • treeshaking pass 3: 382ms, 809 MB
      • treeshaking pass 4: 370ms, 810 MB (-3%)
      • treeshaking pass 5: 369ms, 807 MB
  • GENERATE: 784ms, 957 MB (+4%)
    • initialize render: 0ms, 926 MB (+3%)
    • generate chunks: 190ms (+88ms, +86.4%), 901 MB (+4%)
      • optimize chunks: 0ms, 924 MB (+8%)
    • render chunks: 622ms (+13ms, +2.1%), 916 MB (+3%)
    • transform chunks: 18ms, 957 MB (+4%)
    • generate bundle: 0ms, 957 MB (+4%)

@codecov
Copy link

codecov bot commented Oct 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.72%. Comparing base (cd81da7) to head (315c666).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6135   +/-   ##
=======================================
  Coverage   98.72%   98.72%           
=======================================
  Files         271      271           
  Lines       10638    10638           
  Branches     2847     2847           
=======================================
  Hits        10502    10502           
  Misses         91       91           
  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
Copy link
Contributor Author

renovate bot commented Oct 4, 2025

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.

@renovate renovate bot added this pull request to the merge queue Oct 4, 2025
Merged via the queue into master with commit 01f02bd Oct 4, 2025
46 checks passed
@renovate renovate bot deleted the renovate/minorpatch-updates branch October 4, 2025 05:53
@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.

2 participants