Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 2, 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
@codemirror/view devDependencies patch ^6.38.3 -> ^6.38.4 age confidence
@mermaid-js/mermaid-cli devDependencies patch ^11.10.1 -> ^11.12.0 age confidence
@types/node (source) devDependencies patch ^20.19.17 -> ^20.19.18 20.19.19 age confidence
@vue/language-server (source) devDependencies minor ^3.0.8 -> ^3.1.0 age confidence
cross-env devDependencies minor ^10.0.0 -> ^10.1.0 age confidence
lint-staged devDependencies patch ^16.2.0 -> ^16.2.3 age confidence
memfs devDependencies minor ^4.43.0 -> ^4.47.0 4.48.1 (+1) age confidence
rollup (source) devDependencies patch ^4.52.1 -> ^4.52.3 age confidence
typescript-eslint (source) devDependencies minor ^8.44.1 -> ^8.45.0 age confidence
vue (source) devDependencies patch ^3.5.21 -> ^3.5.22 age confidence
actions/cache action minor v4.2.4 -> v4.3.0 age confidence
js-sys (source) dependencies patch 0.3.80 -> 0.3.81 age confidence
node uses-with minor 24.8.0 -> 24.9.0 age confidence
node uses-with minor 24 -> 24.9.0 age confidence
swc_ecma_parser dependencies patch 24.0.1 -> 24.0.2 24.0.3 age confidence
taiki-e/install-action action patch v2.62.4 -> v2.62.13 v2.62.17 (+3) age confidence
wasm-bindgen (source) dependencies patch 0.2.103 -> 0.2.104 age confidence

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


Release Notes

codemirror/view (@​codemirror/view)

v6.38.4

Compare Source

Bug fixes

Work around a Chrome Android issue where the browser doesn't properly fire composition end events, leaving CodeMirror to believe the user was still composing.

vuejs/language-tools (@​vue/language-server)

v3.1.0

Compare Source

Performance
Other Changes
kentcdodds/cross-env (cross-env)

v10.1.0

Compare Source

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

v16.2.3

Compare Source

Patch Changes
  • #​1669 27cd541 Thanks @​iiroj! - When using --fail-on-changes, automatically hidden (partially) unstaged changes are no longer counted to make lint-staged fail.

v16.2.2

Compare Source

Patch Changes
  • #​1667 699f95d Thanks @​iiroj! - The backup stash will not be dropped when using --fail-on-changes and there are errors. When reverting to original state is disabled (via --no-revert or --fail-on-changes), hidden (partially) unstaged changes are still restored automatically so that it's easier to resolve the situation manually.

    Additionally, the example for using the backup stash manually now uses the correct backup hash, if available:

    % npx lint-staged --fail-on-changes
    ✔ Backed up original state in git stash (c18d55a3)
    ✔ Running tasks for staged files...
    ✖ Tasks modified files and --fail-on-changes was used!
    ↓ Cleaning up temporary files...
    
    ✖ lint-staged failed because `--fail-on-changes` was used.
    
    Any lost modifications can be restored from a git stash:
    
      > git stash list --format="%h %s"
      c18d55a3 On main: lint-staged automatic backup
      > git apply --index c18d55a3
streamich/memfs (memfs)

v4.47.0

Compare Source

Features
  • align openAsBlob errors with Node.js behavior (1f1afb7)

4.46.1 (2025-09-25)

Bug Fixes
  • handle Uint8Array byteOffset and byteLength in readSync (bba8729)
rollup/rollup (rollup)

v4.52.3

Compare Source

2025-09-27

Bug Fixes
  • Fix check in native loader for environments that do not support reports (#​6123)
Pull Requests
typescript-eslint/typescript-eslint (typescript-eslint)

v8.45.0

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.

actions/cache (actions/cache)

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4...v4.3.0

actions/node-versions (node)

v24.9.0: 24.9.0

Compare Source

Node.js 24.9.0

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

v2.62.13

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 October 2, 2025 18:38
@renovate
Copy link
Contributor Author

renovate bot commented Oct 2, 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_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/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 Oct 2, 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 3, 2025 4:44am

@github-actions
Copy link

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

@github-actions
Copy link

github-actions bot commented Oct 2, 2025

Performance report

  • BUILD: 7059ms, 827 MB
    • initialize: 0ms, 25 MB
    • generate module graph: 2667ms, 634 MB
      • generate ast: 1429ms, 623 MB
    • sort and bind modules: 398ms, 693 MB
    • mark included statements: 3990ms, 827 MB
      • treeshaking pass 1: 2360ms, 829 MB
      • treeshaking pass 2: 462ms, 831 MB
      • treeshaking pass 3: 394ms, 828 MB
      • treeshaking pass 4: 381ms, 823 MB (-3%)
      • treeshaking pass 5: 379ms, 827 MB
  • GENERATE: 978ms, 922 MB
    • initialize render: 0ms, 900 MB (-5%)
    • generate chunks: 137ms (+30ms, +27.7%), 893 MB (-5%)
      • optimize chunks: 0ms, 879 MB (-9%)
    • render chunks: 725ms (-102ms, -12.3%), 901 MB
    • transform chunks: 19ms, 922 MB
    • generate bundle: 0ms, 922 MB

@codecov
Copy link

codecov bot commented Oct 2, 2025

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6134   +/-   ##
=======================================
  Coverage   98.72%   98.72%           
=======================================
  Files         271      271           
  Lines       10637    10637           
  Branches     2846     2846           
=======================================
  Hits        10501    10501           
  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 renovate bot added this pull request to the merge queue Oct 2, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Oct 2, 2025
@renovate renovate bot added this pull request to the merge queue Oct 3, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 3, 2025
@renovate
Copy link
Contributor Author

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

@lukastaegert lukastaegert enabled auto-merge October 3, 2025 04:44
@lukastaegert lukastaegert added this pull request to the merge queue Oct 3, 2025
Merged via the queue into master with commit c1c4175 Oct 3, 2025
46 checks passed
@lukastaegert lukastaegert deleted the renovate/minorpatch-updates branch October 3, 2025 05:17
@github-actions
Copy link

github-actions bot commented Oct 3, 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