Whatβs New in ViteLand: July 2025 Recap
July 2025 brings exciting updates in the Vite ecosystem, including the release of Vite 7, Rolldown's new features, and the upcoming ViteConf in Amsterdam. Discover the latest news in Vite, Vitest, Oxc...
What's new in ViteLand?
Our July 2025 recap is out.
π Announcing 1st in-person @viteconf.org in Amsterdam
π @vite.dev surpassing webpack's downloads
β© Major performance boosts for @rolldown.rs
π₯ Type-aware linting & custom rules for Oxlint
π and more
Read the post: voidzero.dev/posts/whats-...
05.08.2025 06:49 β π 56 π 10 π¬ 0 π 1
oxlint + tsgolint = no slow down!
no-floating-promises completes 4.4k files in 3.2 seconds, in the vscode repo.
typescript-go is the future, all credits to the ts-go team! We just glued everything together π
github.com/microsoft/ty...
19.07.2025 04:11 β π 155 π 23 π¬ 4 π 3
It's been great to work on prototyping this! I'm really excited by typescript-go and looking forward to getting this released as soon as we can. The future is fast β‘οΈ
19.07.2025 04:25 β π 45 π 4 π¬ 0 π 0
Oxlint is making a huge step forward! Two new updates:
JS custom rules, with ESLint compatible API are on the way. The first prototype gives a good speedup already! π₯
Type-aware rules. Full coverage no-floating-promise through tsgolint, integrated like the other oxlint rules and extremely fast.
19.07.2025 07:55 β π 135 π 13 π¬ 5 π 2
Speaker Card of Evan You showing "ViteConf 2025", his name, the title "Creator of Vite" and his talk title "Vite: Beyond a Build Tool"
β‘ Speaker highlight: Evan You
ViteConf wouldnβt be the same without @evanyou.me, creator of Vue & Vite. His talks always drop major news π
This year, he'll reveal how Vite is evolving beyond a build tool into a full Rust-based toolchain.
You won't want to miss it!
More info on viteconf.amsterdam
17.07.2025 15:46 β π 49 π 7 π¬ 0 π 2
> OXC is not only more performant but also had much nicer ergonomics
endform.dev/blog/js-is-b...
17.07.2025 07:33 β π 19 π 2 π¬ 1 π 0
π¨ Speaker Alert π¨
We're incredibly proud to bring together an exceptional group of speakers who are pushing the boundaries of web development with @vite.dev
Over the next few days, we'll be highlighting the incredible speakers who will be on our stage on Oct 9-10!
Stay tuned π
viteconf.amsterdam
16.07.2025 12:54 β π 23 π 7 π¬ 1 π 2
GitHub - oxc-project/tsgolint: Type aware linting for oxlint
Type aware linting for oxlint. Contribute to oxc-project/tsgolint development by creating an account on GitHub.
I am permitted to host tsgolint in Oxc and explore type aware linting!
I am super excited!
We reduced the original scope of tsgolint to be a backend for oxlint, taking the best out of both worlds!
github.com/oxc-project/...
14.07.2025 11:01 β π 103 π 8 π¬ 1 π 3
Picture of VS Code with an open minimal Vite project. The Vite config only sets `experimental.enableNativePlugin` to "resolver" with a comment saying "// or true, either is necessary", and "resolve.tsconfigPaths" to true.
The tsconfig.json has `compilerOptions.paths` set to `{ "app/*": ["./src/app/*"]`. Eventually, the path resolution is used automatically (wtih autocomplete too!) in src/main.ts when using `import { App } from "app/my-app.ts`, instead of `import { App } from "./src/app/my-app.ts"`!
Did you know that Rolldown-Vite supports tsconfig path resolution out of the box? Use the path resolutions defined in your tsconfig by setting `resolve.tsconfigPaths`.
The only requirement? You must use native plugins, either only the resolver or all
No extra plugin needed π
11.07.2025 12:35 β π 48 π 6 π¬ 2 π 2
Screenshot of donation confirmations to typescript-eslint, ESLint, Anthony Fu Fund, pnpm, PostCSS, Autoprefixer and Rollup
As part of our open source pledge, we financially support our critical dependencies and important projects / initiatives for the web ecosystem.
03.07.2025 15:20 β π 38 π 6 π¬ 1 π 0
The @rolldown.rs powered @vite.js version is out for a while, giving 2~16x build speed improvements!
If you ever wondered how to switch, then no worries. I show you how in less than 90 seconds!
Also, one more goodie for React users (switching to the Oxc-based Vite plugin)
30.06.2025 15:09 β π 26 π 4 π¬ 1 π 0
ViteConf 2025, 9-10 October, Amsterdam
Do you want to speak at ViteConf? Got something to share? Submit your talk
π¨ Call for Speakers: ViteConf 2025 π¨
Are you building something awesome with Vite, JavaScript, or modern web tooling? Weβre officially inviting YOU to speak at the first-ever in-person ViteConf, happening 9β10 October 2025 in Amsterdam π€
20.06.2025 09:36 β π 31 π 10 π¬ 3 π 0
Snapshot of the slides at JSNation showing "Breakthrough of the Year", the projects Skip, Rolldown, transformer.js, The Ember Polaris and Oxc. Rolldown is highlighted with a laurel around its logo as winner.
Rolldown won the "Breakthrough of the Year" award at the @jsnation.gitnation.org OSS awards.
Thank you to all who voted for the project ππ»
And no worries - more improvements and updates are continuously coming π₯
20.06.2025 21:32 β π 40 π 4 π¬ 0 π 0
Trying Oxlint is as easy as `npx oxlint@latest` π
And we'd love to hear your experiences!
Join our community to share your thoughts, chat or report issues:
π¬ Discord: discord.gg/9uXCAwqQZW
π GitHub: github.com/oxc-project/...
Your feedback drives Oxlint's evolution!
10.06.2025 10:13 β π 9 π 0 π¬ 0 π 0
With more than 5,200 early adopters, Oxlint already made impact in real-world projects, including major companies:
* Shopify uses Oxlint to lint their admin console
* Airbnb runs multi-file rules on >126k files in just 7s
* Mercedes-Benz switched and saw up to 97% speedup
10.06.2025 10:13 β π 8 π 0 π¬ 1 π 0
Announcing Oxlint 1.0
The first stable version of Oxlint, a fast & easy-to-use Rust-powered linter for JavaScript and TypeScript, is out. Learn about its 50~100x speed advantage over ESLint, support for 500+ rules, real-wo...
We're thrilled to announce the first stable release of Oxlint - version 1.0!
Our Rust-powered JavaScript/TypeScript linter delivers 50~100x faster performance than ESLint with 500+ rules and zero configuration required.
Time to give it a try!
voidzero.dev/posts/announ...
10.06.2025 10:13 β π 310 π 62 π¬ 10 π 9
Wonder what @rolldown.rs is exactly?
Here is the 37-second explainer you didn't know you needed (Sound on π)!
05.06.2025 12:53 β π 60 π 8 π¬ 0 π 0
GitHub - TheAlexLichter/talk-voidzero-modern-tooling-frontend-nation-2025
Contribute to TheAlexLichter/talk-voidzero-modern-tooling-frontend-nation-2025 development by creating an account on GitHub.
Thanks for having me at @frontendnation.com. Glad I could share some news around what we build at @voidzero.dev, including Oxc and @rolldown.rs.
If you want to learn more, check out the slides.
04.06.2025 15:56 β π 20 π 3 π¬ 2 π 0
Vitest 3.2 logo
Vitest 3.2 is out!
- New Annotations API
- Scoped Fixtures
- Custom Browser Locators API
- Test Signal
- Better V8 Coverage Result
And many more features!
vitest.dev/blog/vitest-...
02.06.2025 14:11 β π 156 π 28 π¬ 2 π 5
β vite@7.0.0-beta.0 is out!
- Browser Target Changed to Baseline Widely Available
- Node 18 support dropped. Vite is now distributed as ESM only
Plus fixes and deprecated feats removals, preparing for rolldown. Help us test the beta and report back π
github.com/vitejs/vite/...
02.06.2025 09:40 β π 155 π 30 π¬ 2 π 1
Yes, although we found some of the optimizations better implemented in the minifier instead of the bundler itself. We do port a lot of tests from Rollup!
31.05.2025 23:44 β π 4 π 0 π¬ 1 π 0
Rolldown-Vite is a drop-in replacement of the stable channel Vite, with greatly improved production build performance (3~16x in real world apps)
It will become the default Vite version in the near future when it stabilizes.
30.05.2025 15:32 β π 35 π 1 π¬ 1 π 1
Announcing Rolldown-Vite
We are building the next generation of JavaScript tooling
Today we are excited to announce Rolldown-Vite: a technical preview of the version of @vite.dev entirely powered by the Rust stack we built over the past year (Oxc + @rolldown.rs)
voidzero.dev/posts/announ...
30.05.2025 15:32 β π 324 π 74 π¬ 3 π 11
Screenshot of the blog post quote saying:
This is truly amazing: we are not talking about refactoring our code or spending time understanding and trying to fit new tools. We are talking about drop-in replacements that could give us a 64% reduction in a CI pipeline (referring to only build + linting).
Happy to see Mercedes Benz adopting modern tooling such as @rolldown.rs and Oxc in their workflow, as well as going the extra mile and sharing their results!
Up to 64% CI pipeline time reduction is impressive π
And more per improvements are yet to come π€―
www.mercedes-benz.io/blog/2025-05...
19.05.2025 09:12 β π 63 π 9 π¬ 3 π 0
π₯ Experimental vitest support coming to Angular in a couple of weeks with support for:
β£ Watch mode
β£ Browser testing
To try it out:
β£ npm i vitest jsdom --save-dev
β£ Update your angular.json
β£ Add a couple of imports
14.05.2025 14:06 β π 80 π 15 π¬ 1 π 0
https://github.com/sxzz β’ π³οΈβπ Gen Z β’ indie OSS developer sponsored by @voidzero.dev
@vuejs.org @vite.dev @vue-macros.dev @vueuse.org @unjs.io @rolldown.rs elk.zone
The build tool for the web. It's pronounced /vit/ like skeet!
https://vite.dev
Next generation testing framework powered by @vite.dev β‘οΈ
https://vitest.dev
Join for the First Ever in-person ViteConf on 9-10 October in Amsterdam! https://viteconf.org
Made possible by @bolt.new π
https://rolldown.rs/
Fast Rust-based bundler for JavaScript, designed to power @vite.dev, developed by voidzero.dev
dad | software engineer @github.com | core team member of oxc.rs | βοΈ
camchenry.com
A fullstack and android developer, Vite's fanatical follower.
Core team β @unocss.dev β’ @vitest.dev β’ @vuejs.org β’ elk.zone β’ @tresjs.org β’ vuetifyjs.com
Ecosystem Team β @nuxt.com
Mantainer β nuxt.vuetifyjs.com β’ https://vite-pwa-org.netlify.app
@vitest.dev Core Team β’ Open Source at @stackblitz.com β’ github.com/AriPerkkio
Vite team member and maintainer of React plugins
π²πΎ Web dev. Building tools for fun. @vite.dev core team member. Something something opinions.
A ship in harbor is safe, but that is not what ships are built for.
creator β @sli.dev β’ @unocss.dev β’ @vueuse.org β’ @vitest.dev β’ elk.zone
core team β @nuxt.com β’ @vite.dev β’ vuejs.org
maintainer β @shiki.style β’ eslint.style
he/him β antfu.me
@vite.dev core team β’ open source at @stackblitz.com β’ https://patak.dev β’ https://github.com/patak-dev β’ @vitest.dev β’ @e18e.dev β’ https://elk.zone
π» DevRel @voidzero.dev
π¬ Video Content https://lichter.link/yt
π @nuxt.com team
ποΈ Podcast Host @dejavue.fm
@vite.dev core team member.
https://github.com/hi-ogawa
@vitest.dev @vite.dev contributor
Team member of @vite.dev and @vitest.dev.
Learning on https://oxc.dev, working at https://voidzero.dev
https://github.com/Dunqing