build(deps): 更新依赖并移除冗余包

- 更新 vitest、@vitest/eslint-plugin 等包至最新版本
- 移除 @napi-rs/wasm-runtime、@oxc-project/runtime 等冗余包
- 更新 lightningcss 相关包至 1.30.1 版本
- 移除 rolldown、rolldown-vite 等未使用的包
- 更新 renovate.json,添加 pnpmDedupe 选项
This commit is contained in:
严浩
2025-08-20 10:03:56 +08:00
parent c762405682
commit 85ab75a9e9
2 changed files with 18 additions and 240 deletions

View File

@@ -1,4 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["https://git.1-h.cc/examples/renovate-example/raw/branch/main/default.json5", ":automergeMinor"]
"extends": ["https://git.1-h.cc/examples/renovate-example/raw/branch/main/default.json5", ":automergeMinor"],
"postUpdateOptions": ["pnpmDedupe"]
}