Skip to content

Commit 6242b49

Browse files
feat(deps): upgrade upstream dependencies (#1341)
Automated daily upgrade of upstream dependencies: - rolldown (latest tag) - vite (latest tag) - vitest (latest npm version) - tsdown (latest npm version) Build status: success <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Dependency-only update that bumps Vite to a newer upstream commit/version; risk is limited to potential build/runtime regressions introduced by the Vite upgrade. > > **Overview** > Updates the bundled Vite version from `8.0.6` to `8.0.7` in `packages/core/package.json`. > > Refreshes the tracked upstream Vite reference in `packages/tools/.upstream-versions.json` by advancing the `vite` git `hash` to a newer commit. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 91812d7. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 845bc60 commit 6242b49

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
"node": "^20.19.0 || >=22.12.0"
218218
},
219219
"bundledVersions": {
220-
"vite": "8.0.6",
220+
"vite": "8.0.7",
221221
"rolldown": "1.0.0-rc.13",
222222
"tsdown": "0.21.7"
223223
}

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": "7b3086fae4170252e4cd53f3988f207a943ac5cb"
10+
"hash": "fdb2e6f63894d8c458c1778f3df77afe537f2bb2"
1111
}
1212
}

0 commit comments

Comments
 (0)