Skip to content

Commit 61999fe

Browse files
authored
feat(deps): upgrade upstream dependencies (#780)
Automated daily upgrade of upstream dependencies: - rolldown (latest tag) - rolldown-vite (latest tag) - vitest (latest npm version) - tsdown (latest npm version) Build status: failure <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Primarily dependency/lockfile updates; risk is limited to potential build/runtime regressions introduced by the upgraded toolchain packages. > > **Overview** > Upgrades `@vitejs/devtools` from `0.0.0-alpha.33` to `0.0.0-alpha.34` in `packages/core`, with corresponding `pnpm-lock.yaml` updates to the `@vitejs/devtools-*` suite. > > Lockfile also rolls forward related transitive versions (notably `@rolldown/debug` `rc.7`→`rc.8`, `h3` `1.15.5`→`1.15.6`, and `vue-virtual-scroller` `beta.8`→`beta.9`), drops `vue-observe-visibility`/`vue-resize` entries, and adds `vue-virtual-scroller` to `minimumReleaseAgeExclude` in `pnpm-workspace.yaml`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 0b50c83. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 39276a3 commit 61999fe

File tree

3 files changed

+44
-62
lines changed

3 files changed

+44
-62
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"@babel/types": "^7.28.5",
105105
"@oxc-node/cli": "catalog:",
106106
"@oxc-node/core": "catalog:",
107-
"@vitejs/devtools": "^0.0.0-alpha.33",
107+
"@vitejs/devtools": "^0.0.0-alpha.34",
108108
"es-module-lexer": "^1.7.0",
109109
"hookable": "^6.0.1",
110110
"magic-string": "^0.30.21",

pnpm-lock.yaml

Lines changed: 42 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ minimumReleaseAgeExclude:
158158
- vite
159159
- vitepress
160160
- vitest
161+
- vue-virtual-scroller
161162
overrides:
162163
'@rolldown/pluginutils': workspace:@rolldown/pluginutils@*
163164
rolldown: workspace:rolldown@*

0 commit comments

Comments
 (0)