Skip to content

Comments

chore(deps): update npm packages#7272

Merged
shulaoda merged 2 commits intomainfrom
renovate/npm-packages
Dec 1, 2025
Merged

chore(deps): update npm packages#7272
shulaoda merged 2 commits intomainfrom
renovate/npm-packages

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 30, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vueuse/core (source) 14.0.0 -> 14.1.0 age adoption passing confidence
knip (source) 5.69.0 -> 5.70.2 age adoption passing confidence
lint-staged 16.2.6 -> 16.2.7 age adoption passing confidence
pnpm (source) 10.23.0 -> 10.24.0 age adoption passing confidence
remove-unused-vars ^0.0.9 -> ^0.0.10 age adoption passing confidence
rimraf 6.1.0 -> 6.1.2 age adoption passing confidence
rollup (source) 4.53.2 -> 4.53.3 age adoption passing confidence
vite (source) 7.2.2 -> 7.2.4 age adoption passing confidence
vitepress (source) 2.0.0-alpha.12 -> 2.0.0-alpha.15 age adoption passing confidence
vitepress-plugin-llms 1.9.1 -> 1.9.3 age adoption passing confidence
vitest (source) 4.0.8 -> 4.0.14 age adoption passing confidence
vue (source) 3.5.24 -> 3.5.25 age adoption passing confidence

Release Notes

vueuse/vueuse (@​vueuse/core)

v14.1.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
webpro-nl/knip (knip)

v5.70.2

Compare Source

v5.70.1

Compare Source

v5.70.0

Compare Source

v5.69.1

Compare Source

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

v16.2.7

Compare Source

Patch Changes
  • #​1711 ef74c8d Thanks @​iiroj! - Do not display a "failed to spawn" error message when a task fails normally. This message is reserved for when the task didn't run because spawning it failed.
pnpm/pnpm (pnpm)

v10.24.0

Compare Source

webpro-nl/remove-unused-vars (remove-unused-vars)

v0.0.10

Compare Source

  • feat: remove entire destructuring statement when all elements are unused (#​10) (500713a) - thanks @​jstaab!
  • Switch to pnpm (d536d74)
  • Upgrade dependencies (8b8f69a)
  • Add & handle biome noUnusedFunctionParameters rule (4b57fee)
  • Test 'em all, skip some (13488d2)
isaacs/rimraf (rimraf)

v6.1.2

Compare Source

v6.1.1

Compare Source

rollup/rollup (rollup)

v4.53.3

Compare Source

2025-11-19

Bug Fixes
  • Fix an error where too many modules where flagged for having an unused external import (#​6182)
  • Fix an error where an assignment was wrongly tree-shaken when mutating it (#​6183)
Pull Requests
vitejs/vite (vite)

v7.2.4

Compare Source

Bug Fixes

v7.2.3

Compare Source

Bug Fixes
Performance Improvements
Miscellaneous Chores
vuejs/vitepress (vitepress)

v2.0.0-alpha.15

Compare Source

Bug Fixes

v2.0.0-alpha.14

Compare Source

Bug Fixes
Features
  • client: emit vitepress:codeGroupTabActivate custom event when a code group tab is activated (dfb02a4), closes #​5023

v2.0.0-alpha.13

Compare Source

Bug Fixes
  • client,a11y: improve focus handling and scrolling behavior in router (#​4943) (d46107f)
  • disable markdown-it-attrs for fenced code blocks (0899618)
  • git log parsing when there are empty commits in history (#​4965) (612c458)
  • print full path in dead links check (2b77fb3), closes #​4919
  • rename markdown.cjkFriendly to markdown.cjkFriendlyEmphasis (bce0b53), closes #​4952
  • respect markdown.cache = false on build too (6d7422f)
  • simplify lang extraction logic; use markdown-it plugins in type-safe manner; bump deps (4e548f5)
  • theme: add lang and dir attributes to language picker (f0b29d7)
  • theme: adjust margin of code blocks inside containers (82fac5d), closes #​4921
  • theme: avoid use of :where in selector list for now (c2eaccd), closes #​4923
  • theme: disable whitespace wrapping for VPBadge (#​4968) (113d230)
  • theme: use nav height css var for curtain top in sidebar (#​4993) (be260fd)
Features
Performance Improvements
  • make a single git call for timestamps instead of calling it for each file (#​4958) (6dfcdd3)
BREAKING CHANGES
  • markdown-it-attrs is disabled for fenced code blocks. For most users no change is required. If you want to add classes to code blocks, do it using shiki transformers instead.
  • Rename cjkFriendly to cjkFriendlyEmphasis in your vitepress config. Most people should be unaffected unless they want to disable the CJK emphasis behavior added v2.0.0-alpha.12.
okineadev/vitepress-plugin-llms (vitepress-plugin-llms)

v1.9.3

Compare Source

    🩹 Fixes

Fixed a mistake in the builder configuration that prevented Vue components from being copied to the vitepress-components folder

   💖 Contributors
     View changes on GitHub

v1.9.2

Compare Source

    🩹 Fixes

  • Use Code node for code snippets instead of Html and fix stripping frontmatter from files in <!--@&#8203;include ./...-->  -  by @​okineadev (488f0)

Fixed missing Code Snippets in files for LLMs when using stripHtml: true option (which is enabled by default)

Also found and fixed a bug where when using <!--@&#8203;include ./...--> the frontmatter of the file was also inserted, which should not be there

   💖 Contributors
     View changes on GitHub
vitest-dev/vitest (vitest)

v4.0.14

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.13

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.12

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.11

Compare Source

   🚀 Experimental Features
   🏎 Performance
    View changes on GitHub

v4.0.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.9

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub
vuejs/core (vue)

v3.5.25

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, 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 (squash) November 30, 2025 18:30
@renovate
Copy link
Contributor Author

renovate bot commented Nov 30, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact 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: pnpm-lock.yaml
Scope: all 34 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 87, reused 0, downloaded 0, added 0
/tmp/renovate/repos/github/rolldown/rolldown/examples/par-plugin:
 ERR_PNPM_TRUST_DOWNGRADE  High-risk trust downgrade for "[email protected]" (possible package takeover)

This error happened while installing the dependencies of @babel/[email protected]

Trust checks are based solely on publish date, not semver. A package cannot be installed if any earlier-published version had stronger trust evidence. Earlier versions had provenance attestation, but this version has no trust evidence. A trust downgrade may indicate a supply chain incident.

@netlify
Copy link

netlify bot commented Nov 30, 2025

Deploy Preview for rolldown-rs canceled.

Name Link
🔨 Latest commit 6ec7859
🔍 Latest deploy log https://app.netlify.com/projects/rolldown-rs/deploys/692cff2dce047400071ab20c

@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 30, 2025

How to use the Graphite Merge Queue

Add the label graphite: merge to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@renovate renovate bot force-pushed the renovate/npm-packages branch from bcb683f to f09d3cd Compare November 30, 2025 18:47
@renovate renovate bot force-pushed the renovate/npm-packages branch from f09d3cd to 34a04e8 Compare November 30, 2025 21:48
@shulaoda shulaoda self-assigned this Dec 1, 2025
@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedremove-unused-vars@​0.0.9 ⏵ 0.0.1087 +310093 +292 +1100

View full report

@shulaoda shulaoda disabled auto-merge December 1, 2025 02:45
@shulaoda shulaoda merged commit 6dc1191 into main Dec 1, 2025
42 checks passed
@shulaoda shulaoda deleted the renovate/npm-packages branch December 1, 2025 02:48
This was referenced Dec 3, 2025
shulaoda added a commit that referenced this pull request Dec 3, 2025
## [1.0.0-beta.53] - 2025-12-03

💥 Breaking Changes
- Drop `i686-pc-windows-msvc` target support

🚀 Chunk Merging Optimization
- Rolldown now automatically merges shared chunks when entries import each other (when `preserveEntrySignature` is not `strict`)
```shell
Before:
entry.js   → imports → shared.js (common chunk)
entry2.js  → imports → shared.js
Output: 3 chunks (entry.js, entry2.js, shared.js)

After:
entry.js   → contains shared code
entry2.js  → imports → entry.js
Output: 2 chunks (entry.js, entry2.js)
```

### 💥 BREAKING CHANGES

- drop `i686-pc-windows-msvc` target support (#7230) by @sapphi-red

### 🚀 Features

- rolldown_plugin_vite_manifest: pass normalized options to `isLegacy` callback (#7321) by @shulaoda
- plugin/vite-resolve: add `disableCache` option (#6763) by @sapphi-red
- rolldown: export `createTokioRuntime` for tsdown (#7264) by @shulaoda
- rolldown_plugin_vite_html: sync `moduleSideEffects` for already loaded modules (#7254) by @shulaoda
- rolldown_plugin_vite_html: load module scripts with side effects to prevent tree-shaking (#7244) by @shulaoda
- rolldown_plugin_vite_css_post: implement `cssScopeTo` for scoped CSS tree-shaking (#7240) by @shulaoda

### 🐛 Bug Fixes

- export default class decl __name runtime insertion (#7316) by @IWANABETHATGUY
- chunk side effects calculation (#7273) by @IWANABETHATGUY
- node: `output.generateCode.preset: 'es2015'` should set `output.generateCode.symbols: true` by default (#7314) by @sapphi-red
- skip name helper for classes with static name property (#7312) by @IWANABETHATGUY
- preserve chunk imports relationship after chunk merging (#7303) by @shulaoda
- dev: make `register_modules` async (#7289) by @hyf0
- preserve computed property in object destructuring (#7288) by @IWANABETHATGUY
- support dynamic imports with shared dependencies (#7261) by @IWANABETHATGUY
- call `defer_sync_scan_data` in non-incremental build mode (#7255) by @shulaoda
- optimize chunk merging for shared entry points (#7194) by @IWANABETHATGUY
- add indentation for UMD format output (#7263) by @IWANABETHATGUY
- rolldown_plugin_vite_css_post: pass options to `isLegacy` callback for proper legacy detection (#7260) by @shulaoda
- rolldown_plugin_vite_css_post: also detect `?inline=true` query for inlined CSS (#7245) by @shulaoda
- rolldown_plugin_vite_css_post: distinguish empty CSS from no CSS (#7241) by @shulaoda
- add Windows support for t-run command (#7242) by @IWANABETHATGUY
- cjs: prevent duplicate require declarations for external modules with preserveModules (#7234) by @logaretm
- rolldown_plugin_vite_resolve: resolve from root for virtual modules (#7236) by @sapphi-red
- include entry level external modules in chunk exports (#7218) by @IWANABETHATGUY

### 🚜 Refactor

- dev: make `removeClient` async (#7313) by @hyf0
- move chunk merging code out of code_splitting.rs (#7285) by @IWANABETHATGUY
- extract common function util for chunk merging (#7271) by @IWANABETHATGUY
- use iterative method to merge chunks (#7256) by @IWANABETHATGUY
- use concat_string! instead of string replace for generating chunk level exports (#7247) by @IWANABETHATGUY

### 📚 Documentation

- add warning to experimental.resolveNewUrlToAsset about JS/TS files (#7300) by @Copilot
- add sequential hook execution difference in plugin-api.md (#7308) by @Copilot
- add migration example from onwarn to onLog (#7299) by @Copilot
- add migration example for manualChunks to advancedChunks (#7298) by @Copilot
- deps: bump vitepress to fix build (#7307) by @sapphi-red
- examples & text for experimental.resolveNewUrlToAsset (#7259) by @TheAlexLichter

### ⚡ Performance

- rolldown_plugin_vite_css_post: lazily load `cssScopeTo` from JS module options (#7253) by @shulaoda
- rolldown_plugin_vite_css_post: avoid unnecessary string clones in `resolve_asset_urls_in_css` (#7250) by @shulaoda

### 🧪 Testing

- generate relative path like name in advanced chunks (#7267) by @IWANABETHATGUY
- add test case for preserveEntrySignatures with re-exports (#7279) by @IWANABETHATGUY
- add test262 integration tests (#7196) by @sapphi-red

### ⚙️ Miscellaneous Tasks

- deps: update dependency rolldown-plugin-dts to v0.18.1 (#7304) by @renovate[bot]
- enable tracing feature for napi (#7322) by @sapphi-red
- deps: update napi (#7320) by @renovate[bot]
- deps: update oxc (#7318) by @renovate[bot]
- deps: update napi (#7317) by @renovate[bot]
- deps: update oxc to v0.100.0 (#7301) by @renovate[bot]
- deps: downgrade pnpm to 10.23.0 to fix Netlify build (#7306) by @shulaoda
- add `trustPolicyExclude` for chokidar and semver (#7302) by @sapphi-red
- update pnpm lockfile (#7291) by @IWANABETHATGUY
- deps: update npm packages (#7272) by @renovate[bot]
- deps: update rust crates (#7270) by @renovate[bot]
- deps: update oxc (#7262) by @renovate[bot]
- deps: update github-actions (#7269) by @renovate[bot]
- deps: update dependency dprint-typescript to v0.95.13 (#7268) by @renovate[bot]
- deps: update `html5gum` to 0.8.1 (#7265) by @shulaoda
- rolldown: remove unused `getModuleOptions` from `PluginContext` (#7266) by @shulaoda
- remove unnecessary justfile ignore (#7243) by @IWANABETHATGUY
- deps: update oxc apps (#7238) by @renovate[bot]
- add `nul` to workaround https://github.com/anthropics/claude-c… (#7237) by @IWANABETHATGUY
- deps: update dependency valibot to v1.2.0 [security] (#7231) by @renovate[bot]
- deps: update crate-ci/typos action to v1.40.0 (#7232) by @renovate[bot]

### ❤️ New Contributors

* @logaretm made their first contribution in [#7234](#7234)

Co-authored-by: shulaoda <[email protected]>
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