Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 5, 2025

This PR contains the following updates:

Package Type Update Change Pending Age Confidence
lockFileMaintenance All locks refreshed
@codemirror/view devDependencies patch ^6.38.1 -> ^6.38.2 age confidence
@eslint/js (source) devDependencies minor ^9.33.0 -> ^9.34.0 age confidence
@inquirer/prompts (source) devDependencies patch ^7.8.3 -> ^7.8.4 age confidence
@shikijs/vitepress-twoslash (source) devDependencies minor ^3.9.2 -> ^3.12.1 3.12.2 age confidence
@vue/language-server (source) devDependencies patch ^3.0.5 -> ^3.0.6 age confidence
concurrently devDependencies patch ^9.2.0 -> ^9.2.1 age confidence
eslint (source) devDependencies minor ^9.33.0 -> ^9.34.0 age confidence
lint-staged devDependencies patch ^16.1.5 -> ^16.1.6 age confidence
magic-string devDependencies patch ^0.30.17 -> ^0.30.18 age confidence
memfs devDependencies minor ^4.36.3 -> ^4.38.2 age confidence
mocha (source) devDependencies patch ^11.7.1 -> ^11.7.2 age confidence
rollup (source) devDependencies minor ^4.46.3 -> ^4.50.0 age confidence
typescript-eslint (source) devDependencies minor ^8.40.0 -> ^8.41.0 8.42.0 age confidence
vite (source) devDependencies patch ^7.1.2 -> ^7.1.4 age confidence
vue (source) devDependencies patch ^3.5.18 -> ^3.5.20 3.5.21 age confidence
codecov/codecov-action action minor v5.4.3 -> v5.5.0 v5.5.1 age confidence
node uses-with minor 24.6.0 -> 24.7.0 age confidence
taiki-e/install-action action patch v2.58.17 -> v2.58.30 v2.58.32 (+1) age confidence

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


Release Notes

codemirror/view (@​codemirror/view)

v6.38.2

Compare Source

Bug fixes

Re-enable falling dispatching keys by key code for Cmd-Alt- combinations on macOS.

Make sure all pointer selections skip atomic ranges.

eslint/eslint (@​eslint/js)

v9.34.0

Compare Source

SBoudrias/Inquirer.js (@​inquirer/prompts)

v7.8.4

Compare Source

  • fix: Remove "easter-egg" vim/emacs bindings conflicting with the type-to-search feature.
shikijs/shiki (@​shikijs/vitepress-twoslash)

v3.12.1

Compare Source

No significant changes

    View changes on GitHub

v3.12.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
open-cli-tools/concurrently (concurrently)

v9.2.1

Compare Source

What's Changed

Full Changelog: open-cli-tools/concurrently@v9.2.0...v9.2.1

eslint/eslint (eslint)

v9.34.0

Compare Source

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

v16.1.6

Compare Source

Patch Changes
  • #​1610 e93578e Thanks @​iiroj! - Try to improve terminating of subprocess of tasks by using SIGKILL, and only calling pidtree when the the main task process has a known pid.
streamich/memfs (memfs)

v4.38.2

Compare Source

Bug Fixes
  • correct permission check logic for readonly files in copyFile operations (a06bb4d)

v4.38.1

Compare Source

Bug Fixes
  • 🐛 use glob-to-regex library (8962374)

v4.38.0

Compare Source

Bug Fixes
  • handle chmod 0 permissions in existsSync and access methods (3452bcf)
Features
  • revert exists implementation (bf209cd)

4.37.1 (2025-08-22)

Bug Fixes
  • ensure FLAG enum is properly exported for compatibility with Node.js fs.open (685aef1)
Performance Improvements

v4.37.1

Compare Source

Bug Fixes
  • handle chmod 0 permissions in existsSync and access methods (3452bcf)
Features
  • revert exists implementation (bf209cd)

4.37.1 (2025-08-22)

Bug Fixes
  • ensure FLAG enum is properly exported for compatibility with Node.js fs.open (685aef1)
Performance Improvements

v4.37.0

Compare Source

Bug Fixes
  • handle chmod 0 permissions in existsSync and access methods (3452bcf)
Features
  • revert exists implementation (bf209cd)

4.37.1 (2025-08-22)

Bug Fixes
  • ensure FLAG enum is properly exported for compatibility with Node.js fs.open (685aef1)
Performance Improvements
mochajs/mocha (mocha)

v11.7.2

Compare Source

🩹 Fixes
📚 Documentation
🧹 Chores
🤖 Automation
  • deps: bump actions/checkout in the github-actions group (#​5419) (03ac2d0)
rollup/rollup (rollup)

v4.50.0

Compare Source

2025-08-31

Features
  • Support openharmony-arm64 platform (#​6081)
Bug Fixes
  • Fix loading of extensionless imports in config files (#​6084)
Pull Requests

v4.49.0

Compare Source

2025-08-27

Features
  • Allow config plugins to resolve imports first before deciding whether to treat them as external (#​6038)
Pull Requests

v4.48.1

Compare Source

2025-08-25

Bug Fixes
  • Correctly ignore white-space in JSX strings around line-breaks (#​6051)
Pull Requests

v4.48.0

Compare Source

2025-08-23

Features
  • If configured, also keep unparseable import attributes of external dynamic imports in the output(#​6071)
Bug Fixes
  • Ensure variables referenced in non-removed import attributes are included (#​6071)
Pull Requests
typescript-eslint/typescript-eslint (typescript-eslint)

v8.41.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.

vitejs/vite (vite)

v7.1.4

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring
vuejs/core (vue)

v3.5.20

Compare Source

Bug Fixes
codecov/codecov-action (codecov/codecov-action)

v5.5.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

actions/node-versions (node)

v24.7.0: 24.7.0

Compare Source

Node.js 24.7.0

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

v2.58.30

Compare Source

Initial release


Configuration

📅 Schedule: Branch creation - "before 4am on Friday" (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 5, 2025 03:28
Copy link

vercel bot commented Sep 5, 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 5, 2025 4:42am

Copy link

github-actions bot commented Sep 5, 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-jezbn3rko-rollup-js.vercel.app/repl/?pr=6092

Copy link

github-actions bot commented Sep 5, 2025

Performance report

  • BUILD: 6925ms, 827 MB
    • initialize: 0ms, 25 MB
    • generate module graph: 2620ms, 630 MB
      • generate ast: 1400ms, 621 MB
    • sort and bind modules: 399ms, 689 MB
    • mark included statements: 3889ms, 827 MB
      • treeshaking pass 1: 2295ms, 829 MB
      • treeshaking pass 2: 451ms, 816 MB (-3%)
      • treeshaking pass 3: 384ms, 828 MB
      • treeshaking pass 4: 373ms, 809 MB
      • treeshaking pass 5: 371ms, 827 MB
  • GENERATE: 877ms (+74ms, +9.2%), 928 MB
    • initialize render: 0ms, 907 MB (-4%)
    • generate chunks: 101ms (-52ms, -33.8%), 900 MB
      • optimize chunks: 0ms, 886 MB (-8%)
    • render chunks: 670ms, 901 MB
    • transform chunks: 18ms, 928 MB
    • generate bundle: 0ms, 928 MB

Copy link

codecov bot commented Sep 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.79%. Comparing base (3d9de27) to head (b97eed7).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6092   +/-   ##
=======================================
  Coverage   98.79%   98.79%           
=======================================
  Files         271      271           
  Lines       10622    10622           
  Branches     2840     2840           
=======================================
  Hits        10494    10494           
  Misses         88       88           
  Partials       40       40           

☔ 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 force-pushed the renovate/minorpatch-updates branch from e6511e7 to b97eed7 Compare September 5, 2025 04:41
@renovate renovate bot added this pull request to the merge queue Sep 5, 2025
Merged via the queue into master with commit 298609e Sep 5, 2025
46 checks passed
@renovate renovate bot deleted the renovate/minorpatch-updates branch September 5, 2025 05:06
Copy link

github-actions bot commented Sep 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.

0 participants