Vite 7.0.0
Vite 7.0.0 is now released, however - is it safe for us to upgrade to this package?
I did upgrade and noticed some errors for vite.config.ts - so just wondering if i maybe should bump down version instead.
https://github.com/vitejs/vite/blob/v7.0.0/packages/vite/CHANGELOG.md
GitHub
vite/packages/vite/CHANGELOG.md at v7.0.0 · vitejs/vite
Next generation frontend tooling. It's fast! Contribute to vitejs/vite development by creating an account on GitHub.
5 Replies
sharp-indigoOP•3mo ago
Update: It seems to work, the error I got eventually faded away
adverse-sapphire•3mo ago
you did nothing & works well?
mute-gold•3mo ago
I tried an it works, getting some types issues with tailwindcss vite plugin. seems to be type missmatch and nothing breaking, ts-ignored for now...
It would be awesome to know from the Tanstack team if all tests are passing with vite 7 and it's safe to use 🙂
extended-salmon•3mo ago
works fine for me too, with a medium sized project with shadcn (radix), tailwind, start, query, form, table and others
however, rolldown-vite sometimes randomly fails on build (never in dev)
sharp-indigoOP•3mo ago
Yup