Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 23, 2025

This PR contains the following updates:

Package Type Update Change Pending Age Confidence
lockFileMaintenance All locks refreshed
@eslint/js (source) devDependencies patch ^9.37.0 -> ^9.38.0 age confidence
@mermaid-js/mermaid-cli devDependencies minor ^11.4.0 -> ^11.12.0 age confidence
@rollup/plugin-commonjs (source) devDependencies patch ^28.0.7 -> ^28.0.8 age confidence
@types/node (source) devDependencies patch ^20.19.21 -> ^20.19.22 20.19.23 age confidence
eslint (source) devDependencies patch ^9.37.0 -> ^9.38.0 age confidence
eslint-plugin-vue (source) devDependencies patch ^10.5.0 -> ^10.5.1 age confidence
lint-staged devDependencies patch ^16.2.4 -> ^16.2.5 16.2.6 age confidence
rollup (source) devDependencies patch ^4.52.4 -> ^4.52.5 age confidence
typescript-eslint (source) devDependencies patch ^8.46.1 -> ^8.46.2 age confidence
taiki-e/install-action action patch v2.62.29 -> v2.62.33 v2.62.36 (+2) age confidence
mimalloc-safe dependencies patch 0.1.54 -> 0.1.55 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

lint-staged/lint-staged (lint-staged)

v16.2.5

Compare Source

Patch Changes
  • #​1687 9e02d9d Thanks @​iiroj! - Fix unhandled promise rejection when spawning tasks (instead of the tasks themselves failing). Previously when a task failed to spawn, lint-staged also failed and the backup stash might not have been automatically restored.
rollup/rollup (rollup)

v4.52.5

Compare Source

2025-10-18

Bug Fixes
  • Always produce valid UUIDs as debugIds in sourcemaps (#​6144)
Pull Requests
typescript-eslint/typescript-eslint (typescript-eslint)

v8.46.2

Compare Source

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

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

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

v2.62.33

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 05:59 AM, only on Friday ( * 0-5 * * 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 October 23, 2025 18:27
@vercel
Copy link

vercel bot commented Oct 23, 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 24, 2025 4:49am

@github-actions
Copy link

github-actions bot commented Oct 23, 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-da5zdma01-rollup-js.vercel.app/repl/?pr=6152

@github-actions
Copy link

github-actions bot commented Oct 23, 2025

Performance report

  • BUILD: 6930ms, 824 MB
    • initialize: 0ms, 24.9 MB
    • generate module graph: 2607ms, 631 MB
      • generate ast: 1377ms, 621 MB
    • sort and bind modules: 394ms, 690 MB
    • mark included statements: 3916ms, 824 MB
      • treeshaking pass 1: 2307ms, 820 MB
      • treeshaking pass 2: 457ms, 853 MB (+3%)
      • treeshaking pass 3: 390ms, 825 MB
      • treeshaking pass 4: 374ms, 816 MB
      • treeshaking pass 5: 372ms, 824 MB
  • GENERATE: 783ms, 920 MB (-6%)
    • initialize render: 0ms, 903 MB (-3%)
    • generate chunks: 148ms (+100ms, +208.3%), 856 MB (-7%)
      • optimize chunks: 0ms, 916 MB (-3%)
    • render chunks: 631ms, 901 MB (-6%)
    • transform chunks: 18ms, 920 MB (-6%)
    • generate bundle: 0ms, 920 MB (-6%)

@codecov
Copy link

codecov bot commented Oct 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.72%. Comparing base (69e869a) to head (ac04955).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6152   +/-   ##
=======================================
  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 24, 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 24, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Oct 24, 2025
@lukastaegert lukastaegert force-pushed the renovate/minorpatch-updates branch from 7fb045e to ac04955 Compare October 24, 2025 04:48
@lukastaegert lukastaegert added this pull request to the merge queue Oct 24, 2025
Merged via the queue into master with commit 6c455d1 Oct 24, 2025
46 checks passed
@lukastaegert lukastaegert deleted the renovate/minorpatch-updates branch October 24, 2025 05:45
@github-actions
Copy link

github-actions bot commented Nov 7, 2025

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