Profile avatar
sapphi.red
@vite.dev core team member.
10 posts 990 followers 154 following
Regular Contributor

TIL TypeScript allows non-exported types in declaration files to be imported github.com/microsoft/Ty...

Heads up, storybook v8.5.4 now sets `server.allowedHosts: true` by default to reduce the breakage of this change. If you need to stop exposing the source code publicly, make sure to set `server.allowedHosts: []`. This is needed *even* if you upgraded Vite for storybook. github.com/storybookjs/...

Vite 6.1 is out! The 7.5K commits to main release ⚡

We've released patches for a critical security vulnerability. We strongly encourage projects to upgrade to versions 1.6.1, 2.1.9, or 3.0.5 as soon as possible.

Public acknowledgments make a massive difference in the long term. Thanking the people who helped you and the projects that inspired you allows the whole ecosystem to weave a narrative around the shared commons we're creating together. I'm always happy when OSS projects send flowers to others 💐

Respect to @tim.macdonald.au and the Laravel community for understanding the decision to release breaking changes in a patch and gracefully handling the disruption to their users. And shoutout to other maintainers in the ecosystem for helping their users upgrade and stay safe.

Vite 6.0.9 / 5.4.12 / 4.5.6 has been released with *breaking changes* due to security issues. I recommend upgrading it. Some users may need to update the config options. Please check github.com/vitejs/vite/... if you encountered any errors.

🎁 A surprise holidays gift: after over a year of hard work, we have just published Rolldown 1.0.0-beta.1!

Published the 500th release in vite repository 🫡

Rolldown's wasm build just got significantly faster in browsers thanks to @broooooklyn.bsky.social! One challenge of native bundlers is that they have to ship and run as wasm in browser environments. Some bundlers like rspack doesn't even support this due to the complexity it involves.

Yay! imports field is now a bit easier to write.

Vite 6.0 is out ⚡️ vite.dev/blog/announc...

[email protected] is out! This is a big one! We plan to release v6 stable as soon as vite-ecosystem-ci is green, so if you have feedback, especially about Environment API please let us know quickly. Learn more about what's new at the v6 migration guide main.vite.dev/guide/migrat...

Last one of the year! The State of JavaScript 2024 survey is now open: survey.devographics.com/en-US/survey...

Object property tree-shaking is about to be finalized in Rollup! Just released [email protected] that handles some really tricky scenarios when destructuring getters with side effects, including mutating the destructured object. Play around: rollup-cwwshxnz5-rollup-js.vercel.app/repl/?pr=542...

Enough cats. Feedback post for Environment API. @vite.dev v5 has two implicit Environments: client, ssr. In v6 you can configure as many as needed. We'll release it soon. If you're building on Vite, and find something to improve, don't keep that feedback for yourself: main.vite.dev/guide/api-en...

👋