Skip to content

Commit d5e8e61

Browse files
feat(deps): upgrade upstream dependencies (#1653)
## Summary - Bumps the pinned `vite` upstream to `v8.0.14` (`c917f1e`). - Bumps `@vitejs/devtools` from `0.1.24` to `0.2.0`. - Updates the bundled vite version in `packages/core/package.json` to `8.0.14` and refreshes `pnpm-lock.yaml`. ## Dependency updates | Package | From | To | | --- | --- | --- | | `vite` | `a46f11a` | `v8.0.14 (c917f1e)` | | `@vitejs/devtools` | `0.1.24` | `0.2.0` | ## Code changes - None beyond version bumps, lockfile, and formatter output. ## Build status - `sync-remote-and-build`: success - `build-upstream`: success Co-authored-by: voidzero-guard[bot] <278573678+voidzero-guard[bot]@users.noreply.github.com> Co-authored-by: MK (fengmk2) <fengmk2@gmail.com>
1 parent 43cb59e commit d5e8e61

3 files changed

Lines changed: 522 additions & 433 deletions

File tree

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"@babel/types": "^7.28.5",
113113
"@oxc-node/cli": "catalog:",
114114
"@oxc-node/core": "catalog:",
115-
"@vitejs/devtools": "^0.1.24",
115+
"@vitejs/devtools": "^0.2.0",
116116
"es-module-lexer": "^1.7.0",
117117
"hookable": "^6.0.1",
118118
"magic-string": "^0.30.21",
@@ -218,7 +218,7 @@
218218
"node": "^20.19.0 || >=22.12.0"
219219
},
220220
"bundledVersions": {
221-
"vite": "8.0.13",
221+
"vite": "8.0.14",
222222
"rolldown": "1.0.2",
223223
"tsdown": "0.22.0"
224224
}

packages/tools/.upstream-versions.json

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

0 commit comments

Comments
 (0)