Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 25, 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
@codemirror/view devDependencies patch ^6.38.2 -> ^6.38.3 age confidence
@eslint/js (source) devDependencies minor ^9.35.0 -> ^9.36.0 age confidence
@shikijs/vitepress-twoslash (source) devDependencies minor ^3.12.2 -> ^3.13.0 age confidence
@types/node (source) devDependencies patch ^20.19.15 -> ^20.19.17 age confidence
@vue/language-server (source) devDependencies patch ^3.0.7 -> ^3.0.8 age confidence
eslint (source) devDependencies minor ^9.35.0 -> ^9.36.0 age confidence
eslint-plugin-vue (source) devDependencies minor ^10.4.0 -> ^10.5.0 age confidence
lint-staged devDependencies minor ^16.1.6 -> ^16.2.0 16.2.1 age confidence
memfs devDependencies minor ^4.39.0 -> ^4.43.0 4.46.1 (+4) age confidence
prettier-plugin-organize-imports devDependencies patch ^4.2.0 -> ^4.3.0 age confidence
pretty-bytes devDependencies minor ^7.0.1 -> ^7.1.0 age confidence
rollup (source) devDependencies minor ^4.50.2 -> ^4.52.0 4.52.2 (+1) age confidence
typescript-eslint (source) devDependencies patch ^8.44.0 -> ^8.44.1 age confidence
vite (source) devDependencies patch ^7.1.5 -> ^7.1.7 age confidence
anyhow dependencies patch 1.0.99 -> 1.0.100 age confidence
taiki-e/install-action action minor v2.61.6 -> v2.62.2 v2.62.7 (+4) age confidence
js-sys (source) dependencies patch 0.3.78 -> 0.3.80 0.3.81 age confidence
swc_common dependencies patch 14.0.3 -> 14.0.4 age confidence
swc_config dependencies patch 3.1.1 -> 3.1.2 age confidence
wasm-bindgen (source) dependencies patch 0.2.101 -> 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.3

Compare Source

Bug fixes

Work around a rendering bug in Mobile Safari by completely hiding empty layers.

Fix vertical cursor motion in Chrome around decorations with bottom borders or margins.

Fix an issue that caused mark decorations longer than 512 characters to needlessly be split.

Move the cursor out of atomic ranges when text input happens.

eslint/eslint (@​eslint/js)

v9.36.0

Compare Source

Features

  • 47afcf6 feat: correct preserve-caught-error edge cases (#​20109) (Francesco Trotta)

Bug Fixes

Documentation

  • b73ab12 docs: update examples to use defineConfig (#​20131) (sethamus)
  • 31d9392 docs: fix typos (#​20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)

Chores

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#​20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • bac82a2 ci: simplify renovate configuration (#​19907) (唯然)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#​20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#​20121) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#​20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#​20112) (루밀LuMir)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#​20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#​20093) (Pixel998)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#​20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#​20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#​20079) (Milos Djermanovic)
shikijs/shiki (@​shikijs/vitepress-twoslash)

v3.13.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.12.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vuejs/language-tools (@​vue/language-server)

v3.0.8

Compare Source

Features
  • feat(vscode): introduce vue.server.path setting (#​5647)
Bug Fixes
  • fix(language-core): initialize properties of VueVirtualCode in constructor (#​5635) - Thanks to @​KazariEX!
  • fix(vscode): flatten reactivity visualization decorators (#​5642) - Thanks to @​KazariEX!
  • fix(vscode): normalize reactivity visualization ranges
  • fix(vscode): patch typescriptServerPlugin languages without FS hack
  • fix(language-service): do not provide semantic tokens and document highlights for non-file scheme files (#​5653) - Thanks to @​KazariEX!
Performance
  • perf(typescript-plugin): redo single-file language service for reactivity visualization (#​5652)
Other Changes
  • refactor(typescript-plugin): externalize reactivity analysis logic (#​5645) - Thanks to @​KazariEX!
eslint/eslint (eslint)

v9.36.0

Compare Source

vuejs/eslint-plugin-vue (eslint-plugin-vue)

v10.5.0

Compare Source

Minor Changes
Patch Changes
lint-staged/lint-staged (lint-staged)

v16.2.0

Compare Source

Minor Changes
  • #​1615 99eb742 Thanks @​iiroj! - Added a new option --fail-on-changes to make lint-staged exit with code 1 when tasks modify any files, making the precommit hook fail. This is similar to the git diff --exit-code option. Using this flag also implies the --no-revert flag which means any changes made my tasks will be left in the working tree after failing, so that they can be manually staged and the commit tried again.

  • #​1611 cd05fd3 Thanks @​rlorenzo! - Added a new option --continue-on-error so that lint-staged will run all tasks to completion even if some of them fail. By default, lint-staded will exit early on the first failure.

  • #​1637 82fcc07 Thanks @​iiroj! - Internal lint-staged errors are now thrown and visible in the console output. Previously they were caught with the process exit code set to 1, but not logged. This happens when, for example, there's a syntax error in the lint-staged configuration file.

  • #​1647 a5ecc06 Thanks @​iiroj! - Remove debug as a dependency due to recent malware issue; read more at debug-js/debug#1005. Because of this, the DEBUG environment variable is no longer supported — use the --debug to enable debugging

  • #​1636 8db2717 Thanks @​iiroj! - Added a new option --hide-unstaged so that lint-staged will hide all unstaged changes to tracked files before running tasks. The changes will be applied back after running the tasks. Note that the combination of flags --hide-unstaged --no-hide-partially-staged isn't meaningful and behaves the same as just --hide-unstaged.

    Thanks to @​ItsNickBarry for the idea and initial implementation in #​1552.

  • #​1648 7900b3b Thanks @​iiroj! - Remove lilconfig to reduce reliance on third-party dependencies. It was used to find possible config files outside of those tracked in Git, including from the parent directories. This behavior has been moved directly into lint-staged and should work about the same.

Patch Changes
streamich/memfs (memfs)

v4.43.0

Compare Source

Bug Fixes
  • 🐛 remove dependence on "assert" module (c7c6f6c)
Features
  • move internal files to vendor/node/internal and cleanup unused error codes (3a9ee47)

4.43.1 (2025-09-24)

Bug Fixes
  • Use cross-platform dirname instead of posix.dirname (7a51ac3), closes #​1193
sindresorhus/pretty-bytes (pretty-bytes)

v7.1.0

Compare Source

  • Add fixedWidth option for right-aligned output 73df489
  • Add nonBreakingSpace option b637640
  • Fix truncation behavior with fraction digits options b64cee5

rollup/rollup (rollup)

v4.52.0

Compare Source

2025-09-19

Features
  • Add option output.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#​6087)
  • Add support for x86_64-pc-windows-gnu platform (#​6110)
Pull Requests

v4.51.0

Compare Source

2025-09-19

Features
  • Support ROLLUP_FILE_URL_OBJ placeholder to inject file URLs into the generated code (#​6108)
Bug Fixes
  • Improve OpenHarmony build to work in more situations (#​6115)
Pull Requests
typescript-eslint/typescript-eslint (typescript-eslint)

v8.44.1

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

Compare Source

Bug Fixes
  • build: fix ssr environment emitAssets: true when sharedConfigBuild: true (#​20787) (4c4583c)
  • client: use CSP nonce when rendering error overlay (#​20791) (9bc9d12)
  • deps: update all non-major dependencies (#​20811) (9f2247c)
  • glob: handle glob imports from folders starting with dot (#​20800) (105abe8)
  • hmr: trigger prune event when import is removed from non hmr module (#​20768) (9f32b1d)
  • hmr: wait for import.meta.hot.prune callbacks to complete before running other HMRs (#​20698) (98a3484)
dtolnay/anyhow (anyhow)

v1.0.100

Compare Source

  • Teach clippy to lint formatting arguments in bail!, ensure!, anyhow! (#​426)
taiki-e/install-action (taiki-e/install-action)

v2.62.2

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 25, 2025 19:51
@renovate
Copy link
Contributor Author

renovate bot commented Sep 25, 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 Sep 25, 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 25, 2025 7:52pm

@github-actions
Copy link

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

@github-actions
Copy link

Performance report

  • BUILD: 6889ms (-197ms, -2.8%), 836 MB
    • initialize: 0ms, 25 MB
    • generate module graph: 2587ms, 634 MB
      • generate ast: 1385ms, 622 MB
    • sort and bind modules: 385ms, 696 MB
    • mark included statements: 3904ms (-164ms, -4.0%), 836 MB
      • treeshaking pass 1: 2287ms (-174ms, -7.1%), 831 MB
      • treeshaking pass 2: 458ms, 831 MB (+2%)
      • treeshaking pass 3: 394ms, 837 MB
      • treeshaking pass 4: 377ms, 814 MB
      • treeshaking pass 5: 374ms, 836 MB
  • GENERATE: 745ms (+61ms, +8.9%), 926 MB (-8%)
    • initialize render: 0ms, 879 MB (-5%)
    • generate chunks: 225ms (+76ms, +50.7%), 838 MB (-6%)
      • optimize chunks: 0ms, 856 MB (-2%)
    • render chunks: 627ms, 899 MB (-9%)
    • transform chunks: 18ms, 926 MB (-8%)
    • generate bundle: 0ms, 926 MB (-8%)

@codecov
Copy link

codecov bot commented Sep 25, 2025

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6125   +/-   ##
=======================================
  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 25, 2025
Merged via the queue into master with commit 89e4411 Sep 25, 2025
47 of 48 checks passed
@renovate renovate bot deleted the renovate/minorpatch-updates branch September 25, 2025 20:19
@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