File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- title : " 2026-05-11のJS: "
2+ title : " 2026-05-11のJS: Node.js 26.0.0、Rolldown 1.0、Jest v30.4.0 "
33author : " azu"
44layout : post
55date : 2026-05-11T11:01:27.636Z
@@ -13,10 +13,46 @@ tags:
1313
1414---
1515
16- JSer.info #771
16+ JSer.info #771 - Node.js 26.0.0がリリースされました。Temporal APIがデフォルトで有効化され、V8 14.6への更新などが含まれています。Node.js 26は、現在のLTSリリーススケジュールに従う最後のメジャーリリースとなります。また、Node.js 20.xがEOLとなりました。
17+
18+ Node.js 26.0.0がリリースされました。
19+
20+ - [ Node.js — Node.js 26.0.0 (Current)] ( https://nodejs.org/en/blog/release/v26.0.0 )
21+
22+ Temporal APIがデフォルトで有効化され、V8 14.6への更新により` Map ` /` WeakMap ` の` getOrInsert() ` /` getOrInsertComputed() ` やIteratorの` concat() ` メソッドが追加されています。` --experimental-transform-types ` フラグの削除や` module.register() ` のruntime-deprecateなどの破壊的変更も含まれています。
23+
24+ Node.js 26は、現在のLTSリリーススケジュールに従う最後のメジャーリリースとなります。Node.js 27からは年1回のリリースに変更され、すべてのリリースがLTSとなる新しいスケジュールに移行します。
25+
26+ - [ Evolving the Node.js Release Schedule] ( https://nodejs.org/en/blog/announcements/evolving-the-nodejs-release-schedule )
27+
28+ また、Node.js 20.xがEOLとなりセキュリティパッチを含むアップデートが提供されなくなりました。
29+
30+ - [ Node.js — End-Of-Life] ( https://nodejs.org/en/about/eol )
31+
32+ Node.js 26.1.0では、実験的な` node:ffi ` モジュールが` --experimental-ffi ` フラグで追加され、動的ライブラリの読み込みとネイティブシンボルの呼び出しに対応しています。
33+
34+ - [ Node.js — Node.js 26.1.0 (Current)] ( https://nodejs.org/en/blog/release/v26.1.0 )
35+
36+ ---
37+
38+ Rolldown 1.0がリリースされました。
39+
40+ - [ Announcing Rolldown 1.0 | VoidZero] ( https://voidzero.dev/posts/announcing-rolldown-1-0 )
41+
42+ RolldownはRustで書かれたJavaScript/TypeScriptバンドラーです。Rollup互換のプラグインAPIを持ち、Rollupと比較して10〜30倍高速でesbuildと同等の速度を実現しています。Vite 8ではデフォルトのバンドラーとして採用されます。
43+
44+ ---
45+
46+ Jest v30.4.0がリリースされました。
47+
48+ - [ Release v30.4.0 · jestjs/jest] ( https://github.com/jestjs/jest/releases/tag/v30.4.0 )
49+
50+ Node v24.9+でES Modulesに対する` require() ` をサポートし、Node v26のTemporal APIに対応するfake timersが追加されています。また、` jest.config.mts ` のサポート、プロジェクト単位の` verbose ` /` silent ` 設定の追加、React 19の` pretty-format ` サポートなども含まれています。
1751
1852----
53+ {% include inline-support.html %}
1954
55+ ----
2056<h1 class =" site-genre " >ヘッドライン</h1 >
2157
2258----
You can’t perform that action at this time.
0 commit comments