待ち望んでいた機能!嬉しい!
待ち望んでいた機能!嬉しい!
@vuejs.org Language Tools 3.2 has been released!
Release Notes 👇
gist.github.com/serkodev/ab7...
@vuejs.org 3.6 beta is out with Vapor Mode!
github.com/vuejs/core/r...
あー、Sandboxed processorsはないのか。
GroupMQかなり良さそう✨
BullMQ互換APIでBullBoardも使える!
BullMQで困っていた並列実行時の処理順問題を解決できそう。
github.com/Openpanel-de...
⚡️ Vite 7.0 is out!
- Browser Target Changed to Baseline Widely Available
- Node 18 support dropped. Vite is now distributed as ESM only
- And feats, fixes, and cleanups, while we prepare for rolldown!
pnpm v10.12 is a huge release!
We’ve added many new features to the version catalogs system.
We also shipped a new experimental option that makes installation almost instant on most dev machines.
github.com/pnpm/pnpm/re...
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-...
🚀 Try it out! Experimental TypeScript Go support is now available in rolldown-plugin-dts.
github.com/sxzz/rolldow...
見てる: "Why do we still need bundlers? | Rolldown" https://rolldown.rs/guide/in-depth/why-bundlers
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...
Today we're announcing previews of the native port of TypeScript! These nightly previews will be available on npm and the VS Code marketplace!
npm install -D @typescript/native-preview
npx tsgo --version
Read up more on our blog!
Instead of inferring bundler entry points from `package.json` exports, why not let your bundler generate them for you?
With tsdown, you write less boilerplate and always have correct exports—even no publint needed!
🔗 tsdown.dev/options/pack...
Zod 4 stable will be released this Monday, May 19th!
🚀 VSCode 1.100 @vscode.dev just landed!
👋 Bye CJS, hello ESM!
✅ require(esm) now supported
✅ ESM extensions supported too
Upgrade now!!
code.visualstudio.com/updates/v1_100
We need your feedback regarding the benchmarking feature in Vitest!
github.com/vitest-dev/v...
After moving to the Rolldown official ecosystem, we released the first version (v0.8) with faster and better .d.ts bundling support!
This release marks a major milestone in performance and reliability for TypeScript projects.
github.com/rolldown/tsd...
How Rolldown Works: Module Loading, Dependency Graphs, and Optimization Explained
www.atriiy.dev/blog/rolldow...
Big news! tsdown has officially been adopted by @rolldown.rs as part of their core ecosystem and will become the foundation for Rolldown Vite’s Lib Mode!
🎉 Excited to see it evolve as part of the official ecosystem. Stay tuned for more updates!
github.com/rolldown/tsd...
🚀 Build time now is 10x faster! (less than 10ms)
Zod 4 is now in beta!
💎 7x faster object parsing
💎 20x reduction in tsc instantiations
💎 57% smaller core bundle size
💎 metadata via .meta()
💎 z.toJSONSchema()
💎 z.templateLiteral()
💎 z.stringbool()
💎 z.int32(), z.float32(), etc
💎 z.file()
💎 new logo 😇
Zod 4 betaリリース。
パフォーマンスの改善、Bundle Sizeの改善、Tree Shaking可能なAPIを提供する`@zod/mini`と`@zod/core`パッケージを公開。
再帰も可能なオブジェクトの定義をする`z.interface()` APIの追加、メタデ… "" https://v4.zod.dev/v4
This release includes long-awaited "--silent=passed-only" option, that can be used to hide console.log calls from passing tests. Only the logs from failing tests are reported.
zod v4 は @__NO_SIDE_EFFECTS__ 付いてそう🎉
待ち遠しい!