mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 10:59:53 +00:00
feat: upgrade vite to v8.0.0-beta.8 (Rolldown-powered) (#8127)
## Summary Upgrades Vite from v7.3.0 to v8.0.0-beta.8, which uses Rolldown (Rust-based bundler) instead of Rollup. ## Changes - Updated `vite` to `^8.0.0-beta.8` in pnpm-workspace.yaml catalog - Added pnpm overrides to ensure all dependencies (including vitest) use Vite 8 ## Notes - Vite 8 is still in **beta** - no stable release yet - Uses [Rolldown](https://rolldown.rs/) instead of Rollup for production builds - Build, typecheck, and lint all pass - Per the [Vite 8 migration guide](https://vite.dev/blog/announcing-vite8-beta), pnpm overrides are required for tools like Vitest that bundle their own Vite types ## Testing - [x] `pnpm typecheck` passes - [x] `pnpm build` succeeds (~13s build time) - [x] `pnpm lint` passes ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-8127-feat-upgrade-vite-to-v8-0-0-beta-8-Rolldown-powered-2eb6d73d365081e3bdb6f500e140eb88) by [Unito](https://www.unito.io) Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
544
pnpm-lock.yaml
generated
544
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user