Skip to content

Commit 0adc7ec

Browse files
authored
feat(deps): upgrade upstream dependencies (#586)
Automated daily upgrade of upstream dependencies: - rolldown (latest tag) - rolldown-vite (latest tag) - vitest (latest npm version) - tsdown (latest npm version) Build status: success <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Primarily dependency/version bumps and lockfile churn with no application logic changes; risk is limited to potential build/test or toolchain regressions from upgraded upstream packages. > > **Overview** > Refreshes the project’s pinned upstream/tooling versions: updates `rolldown-vite` commit hash, bumps bundled `vite` to `8.0.0-beta.13`, and upgrades `tsdown` to `0.20.3`. > > Updates dependency constraints and lockfile entries for related tooling, notably `@vitejs/devtools` (to `0.0.0-alpha.31` in dev deps while tightening the peer range), plus `oxlint-tsgolint` and other transitive packages via `pnpm-lock.yaml` regeneration. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 491fc54. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 1642c76 commit 0adc7ec

4 files changed

Lines changed: 239 additions & 142 deletions

File tree

packages/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
},
3030
"./dist/client/*": "./dist/vite/client/*",
3131
"./internal": "./dist/vite/node/internal.js",
32+
"./module-runner": "./dist/vite/node/module-runner.js",
3233
"./pack": {
3334
"types": "./dist/tsdown/index-types.d.ts",
3435
"default": "./dist/tsdown/index.js"
3536
},
36-
"./module-runner": "./dist/vite/node/module-runner.js",
3737
"./package.json": "./package.json",
3838
"./rolldown": {
3939
"types": "./dist/rolldown/index.d.mts",
@@ -99,7 +99,7 @@
9999
"@babel/types": "^7.28.5",
100100
"@oxc-node/cli": "catalog:",
101101
"@oxc-node/core": "catalog:",
102-
"@vitejs/devtools": "^0.0.0-alpha.26",
102+
"@vitejs/devtools": "^0.0.0-alpha.31",
103103
"es-module-lexer": "^1.7.0",
104104
"hookable": "^6.0.1",
105105
"magic-string": "^0.30.21",
@@ -121,7 +121,7 @@
121121
"peerDependencies": {
122122
"@arethetypeswrong/core": "^0.18.1",
123123
"@types/node": "^20.19.0 || >=22.12.0",
124-
"@vitejs/devtools": "*",
124+
"@vitejs/devtools": "^0.0.0-alpha.24",
125125
"esbuild": "^0.27.0",
126126
"jiti": ">=1.21.0",
127127
"less": "^4.0.0",
@@ -197,8 +197,8 @@
197197
"node": "^20.19.0 || >=22.12.0"
198198
},
199199
"bundledVersions": {
200-
"vite": "8.0.0-beta.12",
200+
"vite": "8.0.0-beta.13",
201201
"rolldown": "1.0.0-rc.3",
202-
"tsdown": "0.20.2"
202+
"tsdown": "0.20.3"
203203
}
204204
}

packages/tools/.upstream-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"rolldown-vite": {
88
"repo": "https://github.com/vitejs/vite.git",
99
"branch": "main",
10-
"hash": "f124ed846fff2dca679d3b0dd2b27b029ed4ec5c"
10+
"hash": "59700ae401a038ad4d98d302a5ea97bd658b58e5"
1111
}
1212
}

0 commit comments

Comments
 (0)