Conversation
- vite: 6e585dc -> v8.0.9 (ce729f5) - oxfmt: 0.45.0 -> 0.46.0 - oxlint: 1.60.0 -> 1.61.0 - @oxc-project/runtime: 0.126.0 -> 0.127.0 - @oxc-project/types: 0.126.0 -> 0.127.0 - oxc-minify: 0.126.0 -> 0.127.0 - oxc-parser: 0.126.0 -> 0.127.0 - oxc-transform: 0.126.0 -> 0.127.0 Code changes: - Bump bundled vite to 8.0.9 (packages/core/package.json) - Update vite upstream hash (packages/tools/.upstream-versions.json) - Re-point patched dependency dotenv-expand@12.0.3 -> 13.0.0 to track vite (pnpm-workspace.yaml) - Refresh oxfmt wrapper snapshot for new --disable-nested-config flag (packages/cli/snap-tests/bin-oxfmt-wrapper/snap.txt) - Refresh helper snapshot for new --disable-nested-config flag and vite minify default change to oxc (packages/cli/snap-tests/command-helper/snap.txt) - Refresh bun list snapshot for new slow-filesystem warning (packages/cli/snap-tests-global/command-list-bun/snap.txt)
✅ Deploy Preview for viteplus-preview canceled.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit f395639. Configure here.
| sirv@3.0.2: vite/patches/sirv@3.0.2.patch | ||
| chokidar@3.6.0: vite/patches/chokidar@3.6.0.patch | ||
| dotenv-expand@12.0.3: vite/patches/dotenv-expand@12.0.3.patch | ||
| dotenv-expand@13.0.0: vite/patches/dotenv-expand@13.0.0.patch |
There was a problem hiding this comment.
Missing patch file for dotenv-expand@13.0.0
High Severity
The patchedDependencies entry was re-pointed from dotenv-expand@12.0.3 to dotenv-expand@13.0.0, referencing vite/patches/dotenv-expand@13.0.0.patch, but this patch file does not exist in the repository. The old dotenv-expand@12.0.3.patch file was also removed. This will cause pnpm install to fail when it attempts to apply the non-existent patch.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit f395639. Configure here.
|
Update dependencies after v0.1.19 new version release |


Summary
vitetov8.0.9and the oxc toolchain (oxfmt,oxlint,@oxc-project/*,oxc-minify,oxc-parser,oxc-transform).dotenv-expandentry from12.0.3to13.0.0to track vite upstream.oxfmt --disable-nested-configflag, the vite--minifydefault change tooxc, and a newbun installslow-filesystem warning.Dependency updates
vite6e585dcv8.0.9 (ce729f5)oxfmt0.45.00.46.0oxlint1.60.01.61.0@oxc-project/runtime0.126.00.127.0@oxc-project/types0.126.00.127.0oxc-minify0.126.00.127.0oxc-parser0.126.00.127.0oxc-transform0.126.00.127.0Unchanged dependencies
rolldown:v1.0.0-rc.16 (edec4fa)vitest:4.1.4tsdown:0.21.9@oxc-node/cli:0.1.0@oxc-node/core:0.1.0oxlint-tsgolint:0.21.1@vitejs/devtools:0.1.14Code changes
8.0.9inpackages/core/package.json.packages/tools/.upstream-versions.json.dotenv-expand@12.0.3todotenv-expand@13.0.0inpnpm-workspace.yaml.--disable-nested-configflag inpackages/cli/snap-tests/bin-oxfmt-wrapper/snap.txt.--disable-nested-configflag and vite--minifydefault change tooxcinpackages/cli/snap-tests/command-helper/snap.txt.packages/cli/snap-tests-global/command-list-bun/snap.txt.Build status
sync-remote-and-build: successbuild-upstream: successNote
Medium Risk
Upgrades core build/lint/format toolchain versions (Vite + OXC) and repoints a patched dependency, which can change CLI behavior and build output; snapshots were updated to match but downstream projects may see subtle diffs.
Overview
Upgrades the bundled upstream stack, including Vite
8.0.9(tracked via updated upstream hash) and the OXC toolchain (@oxc-project/*,oxc-parser,oxc-transform,oxc-minify,oxfmt,oxlint) with corresponding lockfile/workspace catalog updates.Repoints the workspace
patchedDependenciesentry fromdotenv-expand@12.0.3todotenv-expand@13.0.0and refreshes CLI snapshot tests to match new behavior/output (e.g.oxfmt --disable-nested-config,vp build --minifydefault nowoxc, and a new Bun slow-filesystem warning line).Reviewed by Cursor Bugbot for commit f395639. Bugbot is set up for automated code reviews on this repo. Configure here.