's Avatar

@m-doi

10
Followers
40
Following
6
Posts
14.08.2024
Joined
Posts Following

Latest posts by @m-doi

待ち望んでいた機能!嬉しい!

30.01.2026 02:21 👍 0 🔁 1 💬 0 📌 0
Video thumbnail

@vuejs.org Language Tools 3.2 has been released!

Release Notes 👇
gist.github.com/serkodev/ab7...

23.12.2025 12:28 👍 35 🔁 4 💬 0 📌 0
Preview
Release v3.6.0-beta.1 · vuejs/core Vue 3.6 is now entering beta phase as we have completed the intended feature set for Vapor Mode as outlined in the roadmap! Vapor Mode now has feature parity with all stable features in Virtual DOM...

@vuejs.org 3.6 beta is out with Vapor Mode!
github.com/vuejs/core/r...

23.12.2025 14:49 👍 54 🔁 6 💬 2 📌 0

あー、Sandboxed processorsはないのか。

10.10.2025 02:33 👍 0 🔁 0 💬 0 📌 0
Preview
GitHub - Openpanel-dev/groupmq: A fast, reliable Redis-backed per-group FIFO queue for Node + TypeScript with guaranteed job ordering and parallel processing across groups. A fast, reliable Redis-backed per-group FIFO queue for Node + TypeScript with guaranteed job ordering and parallel processing across groups. - Openpanel-dev/groupmq

GroupMQかなり良さそう✨
BullMQ互換APIでBullBoardも使える!
BullMQで困っていた並列実行時の処理順問題を解決できそう。
github.com/Openpanel-de...

10.10.2025 01:31 👍 0 🔁 0 💬 1 📌 0
Preview
Vite 7.0 is out! Vite 7 Release Announcement

⚡️ 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!

24.06.2025 12:10 👍 351 🔁 72 💬 2 📌 2
Release pnpm 10.12.1 · pnpm/pnpm Minor Changes Experimental. Added support for global virtual stores. When enabled, node_modules contains only symlinks to a central virtual store, rather to node_modules/.pnpm. By default, this c...

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...

08.06.2025 15:09 👍 98 🔁 11 💬 5 📌 3
Vitest 3.2 logo

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 👍 154 🔁 28 💬 2 📌 5
Preview
feat: experimental tsgo by sxzz · Pull Request #43 · sxzz/rolldown-plugin-dts Description experimental Linked Issues Additional context

🚀 Try it out! Experimental TypeScript Go support is now available in rolldown-plugin-dts.

github.com/sxzz/rolldow...

01.06.2025 16:12 👍 19 🔁 3 💬 2 📌 1

見てる: "Why do we still need bundlers? | Rolldown" https://rolldown.rs/guide/in-depth/why-bundlers

01.06.2025 14:37 👍 1 🔁 1 💬 0 📌 0
Preview
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 👍 322 🔁 73 💬 3 📌 10
Preview
Announcing TypeScript Native Previews - TypeScript Previews of the native TypeScript port are now available on npm and for VS Code through the Visual Studio Marketplace!

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!

22.05.2025 15:09 👍 399 🔁 92 💬 10 📌 12
Preview
tsdown The Elegant Bundler for Libraries

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...

21.05.2025 16:15 👍 37 🔁 5 💬 2 📌 1
Post image

Zod 4 stable will be released this Monday, May 19th!

15.05.2025 18:16 👍 104 🔁 6 💬 4 📌 2

🚀 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

08.05.2025 18:11 👍 34 🔁 6 💬 1 📌 0
Preview
Benchmarking Support · vitest-dev vitest · Discussion #7850 Vitest provides an experimental support for benchmarking for quite a while now. So far, the feature is still kept as experimental because we identified several issues that we think should be resolv...

We need your feedback regarding the benchmarking feature in Vitest!

github.com/vitest-dev/v...

21.04.2025 09:00 👍 44 🔁 10 💬 0 📌 0
Preview
Release v0.8.0 · rolldown/tsdown 🚀 Features Generate & bundle dts in one build process  -  by @sxzz (64885) Support string command of onSuccess  -  by @sxzz (52a7e) Add more cli flags  -  by @sxzz (e5747) dts: Switch to rolld...

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...

17.04.2025 03:35 👍 36 🔁 3 💬 0 📌 0
Preview
How Rolldown Works: Module Loading, Dependency Graphs, and Optimization Explained

How Rolldown Works: Module Loading, Dependency Graphs, and Optimization Explained

www.atriiy.dev/blog/rolldow...

16.04.2025 02:01 👍 50 🔁 9 💬 1 📌 2
Preview
GitHub - rolldown/tsdown: An even faster bundler powered by Rolldown. An even faster bundler powered by Rolldown. Contribute to rolldown/tsdown development by creating an account on GitHub.

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...

15.04.2025 11:06 👍 92 🔁 19 💬 6 📌 2
Video thumbnail

🚀 Build time now is 10x faster! (less than 10ms)

14.04.2025 16:48 👍 15 🔁 3 💬 0 📌 1
Preview
Introducing Zod 4 beta | Zod Docs

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 😇

10.04.2025 15:23 👍 303 🔁 44 💬 21 📌 14

Zod 4 betaリリース。
パフォーマンスの改善、Bundle Sizeの改善、Tree Shaking可能なAPIを提供する`@zod/mini`と`@zod/core`パッケージを公開。
再帰も可能なオブジェクトの定義をする`z.interface()` APIの追加、メタデ… "" https://v4.zod.dev/v4

09.04.2025 13:09 👍 2 🔁 1 💬 0 📌 0

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.

31.03.2025 13:46 👍 78 🔁 16 💬 2 📌 0

zod v4 は @__NO_SIDE_EFFECTS__ 付いてそう🎉
待ち遠しい!

22.03.2025 10:03 👍 1 🔁 0 💬 0 📌 0