π @analogjs.org 2.4 for @angular.dev is out!
β‘οΈ Support for @vite.dev 8 w/Rolldown
π§ͺ Enhanced testing DX with @vitest.dev
π§βπ Improved integration with @astro.build
And more! π
dev.to/analogjs/ana...
Posts by Vite
We're working on vite-plugin-pwa v2 version:
- π¦Ύ workbox fork: from 340+ to just 20 dependencies ( @e18e.dev ) π€―
- β‘ @vite.dev 8 + Environment API support (v1 works with Vite 8)
- π pwa plugin becomes modular, we don't need to hack integrations anymore (ala npmx.dev/package/serw... )
Astro 6.1 is now available!
More control over image optimization, more markdown configuration options, and updated hooks for working with i18n.
astro.build/blog/astro-6...
π«£ The graph of Vitest downloads on npmx.dev: 42.8M as of now. The graph starts slow, but jumps after the new year showing +20M more downloads in 3 months.
π«£
Vite's new plugin registry is live! π
Browse @vite.dev, @rolldown.rs, and Rollup plugins from the teams and the community.
Filter by version compatibility to find plugins that work with your setup.
And if you are a maintainer, you can add your plugin easily too
registry.vite.dev
Vite+ made its way to ProductHunt π₯
Time to give free and open source dev tooling an upvote?
www.producthunt.com/products/vit...
Startingthe weekend with a solid update from @solidjs.com π
Today we published a Roadmap update for SolidStart and weβre effectively inviting you to try 2.0 out as we get closer and closer to a stable release!!
github.com/solidjs/soli...
Today on the pod: Vite 8 drops, Vite+ goes open source, and VoidZero launches Vite apps into the void. Plus: Vitest 4.1 test tags, Effect v4 (71% smaller!), Video.js v10 (88% smaller!), and AI agents playing RuneScape.
share.transistor.fm/s/9e12b228
#typescript
Couldn't keep up with all the launch week releases? No worries, we got you covered with a full recap! Including:
β Oxlint JS Plugin Alpha
β Vite 8 stable release
β Vitest 4.1 with test tags
β Vite+ was open sourced
β Void as our upcoming deployment platform
voidzero.dev/posts/whats-...
A screenshot of VIte 8 download numbers showing 2.610.727 downloads in the last 7 days while it was published 7 days ago
The Rolldown Weekly download numbers, cleary trending up since the Vite 8 release and now reaching 6.4M weekly downloads.
One week after its release, Vite 8 has already been downloaded over 2.6M times π€―
Rolldown is now running in production across the ecosystem and the adoption curve is just getting started!
evlog now has a @vite.dev plugin
Add it to your vite.config and get:
β’ auto-init (no setup code)
β’ strips debug at build time
β’ source locations
β’ auto-imports for evlog
β’ client logger support
Works with any Vite framework: SvelteKit, Hono, Express, more
π dub.sh/better-log
We're vite.dev/live! Come watch and chat.vite.dev with us π
And join the live panel after the movie at Vite Land's #stage
1 HOUR from now!! :)
Hey @everyone! Tomorrow is the 5th anniversary of the Vite Team, and we'd like to celebrate it with the community by watching together the Vite Documentary, and with a live β stage after it. Press the Interested button if you'd like to get notified tomorrow when the movie starts. Prepare some popcorn, and join us in the β viteconf channel to chat while we remember the story we all wrote together. And let's take the opportunity, now that we have notified everyone. Please check @sapphi-red's previous post here if you haven't yet, read the Vite 8 announcement, try it out in your projects, and report back! 5 years later, Vite 8, now powered by rolldown and oxc, is the most significant major release after Vite 2.
We meet in a few hours in the #viteconf channel at chat.vite.dev, and the re-premiere will be at vite.dev/live. There is an event in Vite Land. Check the announcements channel and click Interested to get notified when the movie starts. Already 130 folks said they will join, it should be a good one π
Join the Vite ecosystem tomorrow to celebrate the Vite Team 5th Anniversary by rewatching together the Vite Documentary! Let's remember the stories of the people who connected to extend together our shared commons. And stay at 3:45 PM UTC to participate in the live stage after the movie π
This day 4 years ago I sent my first PR to @vitest.dev. Back then it was on v0.7.4 with 80K weekly downloads. After one year and +70 more PRs, @antfu.me and @erus.dev invited me to join the team.
Today we are at v4.1.0 with 35M weekly downloads. Maybe in 2030 we'll have Vitest 8 with 140M downloads.
The first @nuxt.com v5 nightly build is more polished than you might think...
The only changes made to make it work on @bunny.net are:
- patch `@nuxt/icon`
- fix Nitro imports
- use `consola/browser` for Edge Scripting compatibility
powered by @nitro.build v3 and @vite.dev v8
Vite and Vitest have been a pleasure to use in my oss projects since switching to them. Kudos to those teams.
a screenshot of: - https://npmx.dev/package/nuxt - https://npmx.dev/package/nuxt-nightly/v/5.0.0-29556898.efe4498a showing that nuxt v4 -> v5 goes from 495 -> 176 dependencies ... and 125.9 MB -> 58.3 MB total install size
we're just getting started π₯
Introducing Void, the Vite-native deployment platform:
π Full-stack SDK
βοΈ Auto-provisioned infra (db, kv, storage, AI, crons, queues...)
π End-to-end type safety
π§© React/Vue/Svelte/Solid + Vite meta-frameworks
π SSR, SSG, ISR, islands + Markdown
π€ AI-native tooling
βοΈ One-command deploys
void.cloud
π Enjoy faster builds with @analogjs.org, @angular.dev and @vite.dev 8 β‘οΈ
github.com/analogjs/ana...
One. More. Thing.
youtu.be/Bp86buftbX8
Announcing Vite+ Alpha.
Now open source.
To make JavaScript developers more productive than ever before.
A single binary that:
β Unifies your frontend toolchain
β Manages your runtime & pkg manager
β Caching & monorepo support
Works with every framework and meta framework in the Vite ecosystem.
Lightning CSS is now used for CSS minification by default. You can use the build.cssMinify: 'esbuild' option to switch back to esbuild. Note that you need to install esbuild as a devDependency.
Looks like Vite 8 is using Lightning CSS as the default CSS minifier! Most next-generation build tools are now using it, including Turbopack, Rspack, Tailwind, Parcel, Bun (a port), and now Vite. β‘οΈ
Vitest 4.1 is out! π
β
Vite 8 support from day 1
π·οΈ Test tags to organize, filter & apply shared options
πͺ New hooks for easier tracing, transactions and AsyncLocalStorage
π Async leak detection
π€ Agent reporter to reduce token usage
And much more!
Full blog post at vitest.dev/blog/vitest-...
β‘οΈ Vite 8.0 is here!
The most significant architectural change since Vite 2.
β¬ Powered by @rolldown.rs bringing faster production builds and more consistency
π€οΈ New features such as tsconfig paths and emitDecoratorMetadata support
vite.dev/blog/announc...
we've just released Nuxt 4.4! it brings:
π custom useFetch/useAsyncData factories
πΊοΈ vue-router v5
πͺ typed layout props
π£οΈ `useAnnouncer` for screen readers
β‘ 28x faster route generation with `unrouting`
π« smarter payload handling for cached routes
π build profiling
π read more at nuxt.com/blog/v4-4
Need Vite's HMR for your server app? Vavite 6 is out! Now comes with Vite 7 (and 8 beta) support, server-side hot module replacement, separate server mode (e.g. for Bun.serve support), and a much simplified API.
github.com/cyco130/vavite
Nitro v3 is now available as a public beta β a ground-up evolution of the server framework, built around web standards, Rolldown, Vite v8, and the same deploy-anywhere promise.
Nitro v3 beta is here!
nitro.build/blog/v3-beta
hey!