Skip to content

Commit 8b3d0a3

Browse files
azuclaude
andauthored
Add content for JSer.info #767 - Vite 8.0, Temporal Stage 4, Next.js 16.2 (#1364)
* Add headline section for JSer.info #767 - Select Vite 8.0, ECMAScript Temporal Stage 4, pnpm 11 Beta as headlines - Fill in article title and intro section - Update tags to match selected topics https: //claude.ai/code/session_01L2ocrRx2tHwBR4yKNwqgvb Co-authored-by: azu <azu@users.noreply.github.com> * Update JSer.info #767 headlines: Vite 8.0, ECMAScript Temporal, Next.js 16.2 https: //claude.ai/code/session_01L2ocrRx2tHwBR4yKNwqgvb Co-authored-by: azu <azu@users.noreply.github.com> * Fix tense inconsistency: 進みます -> 進みました https: //claude.ai/code/session_01L2ocrRx2tHwBR4yKNwqgvb Co-authored-by: azu <azu@users.noreply.github.com> * Add browser-to-terminal log forwarding to Next.js 16.2 intro https: //claude.ai/code/session_01L2ocrRx2tHwBR4yKNwqgvb Co-authored-by: azu <azu@users.noreply.github.com> * Improve Vite 8.0 intro: use detail text more faithfully https: //claude.ai/code/session_01L2ocrRx2tHwBR4yKNwqgvb Co-authored-by: azu <azu@users.noreply.github.com> * Fix lightningcss wording to match detail entry https: //claude.ai/code/session_01L2ocrRx2tHwBR4yKNwqgvb Co-authored-by: azu <azu@users.noreply.github.com> * Clarify lightningcss: peerDependency -> direct dependency https: //claude.ai/code/session_01L2ocrRx2tHwBR4yKNwqgvb Co-authored-by: azu <azu@users.noreply.github.com> * Clarify lightningcss wording in detail entry too https: //claude.ai/code/session_01L2ocrRx2tHwBR4yKNwqgvb Co-authored-by: azu <azu@users.noreply.github.com> * Fix article selection: reorder Vite/Vitest, remove redundant TC39 article https: //claude.ai/code/session_01L2ocrRx2tHwBR4yKNwqgvb Co-authored-by: azu <azu@users.noreply.github.com> * Restore socket.dev TC39 Temporal article https: //claude.ai/code/session_01L2ocrRx2tHwBR4yKNwqgvb Co-authored-by: azu <azu@users.noreply.github.com> * Fix tense, missing の, incomplete predicate, and redundant sentence in intro https: //claude.ai/code/session_01L2ocrRx2tHwBR4yKNwqgvb Co-authored-by: azu <azu@users.noreply.github.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent e7fb737 commit 8b3d0a3

1 file changed

Lines changed: 43 additions & 17 deletions

File tree

_i18n/ja/_posts/2026/2026-03-22-767draft.md

Lines changed: 43 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "2026-03-22のJS: "
2+
title: "2026-03-22のJS: Vite 8.0、ECMAScript Temporal Stage 4、Next.js 16.2"
33
author: "azu"
44
layout: post
55
date : 2026-03-22T13:06:08.696Z
@@ -8,31 +8,42 @@ tags:
88
- Rust
99
- vite
1010
- bundler
11-
- Tools
12-
- TypeScript
11+
- ECMAScript
12+
- Next.js
1313

1414
---
1515

16-
JSer.info #767
16+
JSer.info #767 - Vite 8.0がリリースされました。
1717

18-
----
18+
- [Vite 8.0 is out! | Vite (main branch)](https://main.vite.dev/blog/announcing-vite8)
19+
- [Vitest 4.1 is out! | Vitest](https://vitest.dev/blog/vitest-4-1.html)
1920

20-
<h1 class="site-genre">ヘッドライン</h1>
21+
esbuild + Rollupの二重バンドラー構成をRustベースの統合バンドラーであるRolldownに置き換えています。lightningcssがpeerDependencyから直接的な依存関係へ変更され、ビルトインのDevtools、TypeScriptのパスエイリアス解決(`resolve.tsconfigPaths`)のサポートが追加されています。WebAssemblyのSSRサポート、ブラウザのコンソールログをdevサーバーのターミナルに転送する`server.forwardConsole`の追加なども含まれています。同じタイミングでVitest 4.1もリリースされており、Vite 8のサポート、Test Tags機能の追加、`aroundEach`/`aroundAll`フックの追加なども含まれています。
22+
23+
---
24+
25+
TC39 2026年3月ミーティングの結果として、TemporalがStage 4となりES2026に含まれることが決定しました。
26+
27+
- [ECMAScript proposal updates @ 2026-03 | ECMAScript Daily](https://ecmascript-daily.github.io/ecmascript/2026/03/16/ecmascript-proposal-update)
28+
29+
Import TextがStage 3へ、Error Stack AccessorがStage 2.7へ、Curtailing the Power of ThenablesがStage 2へ進みました。
30+
31+
---
32+
33+
Next.js 16.2がリリースされました。
34+
35+
- [Next.js 16.2 | Next.js](https://nextjs.org/blog/next-16-2)
36+
- [Next.js 16.2: AI Improvements | Next.js](https://nextjs.org/blog/next-16-2-ai)
37+
38+
`next dev`の起動速度の改善、Server Componentsペイロードのデシリアライズの改善によるレンダリングの高速化が行われています。`next/link``transitionTypes`の追加、ブラウザのコンソールログをターミナルへ転送する機能がデフォルトで有効化され、Hydrationエラーのデバッグ表示の改善、Adapters APIがStableへ変更されています。また、`create-next-app`がデフォルトで`AGENTS.md`を生成するようになりました。
2139

2240
----
2341

24-
## Vitest 4.1 is out! | Vitest
25-
[vitest.dev/blog/vitest-4-1.html](https://vitest.dev/blog/vitest-4-1.html "Vitest 4.1 is out! | Vitest")
26-
<p class="jser-tags jser-tag-icon"><span class="jser-tag">vite</span> <span class="jser-tag">ReleaseNote</span> <span class="jser-tag">test</span></p>
42+
{% include inline-support.html %}
2743

28-
Vitest 4.1リリース。
29-
Vite 8のサポート、テストケースにタグを付けてフィルタリングできるTest Tags機能の追加。
30-
`test.extend`での型推論の改善、`aroundEach`/`aroundAll`フックの追加。
31-
`vi.defineHelper()`でスタックトレースからヘルパー関数の内部を除外できるように。
32-
`--detect-async-leaks`フラグで非同期リソースのリーク検出をサポート。
33-
`mockThrow()`/`mockThrowOnce()`の追加、Chai形式のmockアサーションのサポート。
34-
GitHub Actionsレポーターがジョブサマリーを自動生成するように、AIエージェント向けのAgentレポーターの追加など
44+
----
3545

46+
<h1 class="site-genre">ヘッドライン</h1>
3647

3748
----
3849

@@ -42,11 +53,26 @@ GitHub Actionsレポーターがジョブサマリーを自動生成するよう
4253

4354
Vite 8.0リリース。
4455
esbuild + Rollupの二重バンドラー構成をRustベースの統合バンドラーであるRolldownに置き換え。
45-
lightningcssが標準の依存関係に変更
56+
lightningcssがpeerDependencyから直接的な依存関係へ変更
4657
ビルトインのDevtools、TypeScriptのパスエイリアス解決(`resolve.tsconfigPaths`)のサポート。
4758
WebAssemblyのSSRサポート、ブラウザのコンソールログをdevサーバーのターミナルに転送する`server.forwardConsole`の追加など。
4859

4960

61+
----
62+
63+
## Vitest 4.1 is out! | Vitest
64+
[vitest.dev/blog/vitest-4-1.html](https://vitest.dev/blog/vitest-4-1.html "Vitest 4.1 is out! | Vitest")
65+
<p class="jser-tags jser-tag-icon"><span class="jser-tag">vite</span> <span class="jser-tag">ReleaseNote</span> <span class="jser-tag">test</span></p>
66+
67+
Vitest 4.1リリース。
68+
Vite 8のサポート、テストケースにタグを付けてフィルタリングできるTest Tags機能の追加。
69+
`test.extend`での型推論の改善、`aroundEach`/`aroundAll`フックの追加。
70+
`vi.defineHelper()`でスタックトレースからヘルパー関数の内部を除外できるように。
71+
`--detect-async-leaks`フラグで非同期リソースのリーク検出をサポート。
72+
`mockThrow()`/`mockThrowOnce()`の追加、Chai形式のmockアサーションのサポート。
73+
GitHub Actionsレポーターがジョブサマリーを自動生成するように、AIエージェント向けのAgentレポーターの追加など
74+
75+
5076
----
5177

5278
## Announcing Vite+ Alpha | VoidZero

0 commit comments

Comments
 (0)