Skip to content

Commit 341e06d

Browse files
claudeazu
andcommitted
feat: add headlines for JSer.info #771
Node.js 26.0.0, Rolldown 1.0, Jest v30.4.0 https: //claude.ai/code/session_01Bu8i1QoDqBRXjfzV28vFea Co-authored-by: azu <azu@users.noreply.github.com>
1 parent 47b13e1 commit 341e06d

1 file changed

Lines changed: 38 additions & 2 deletions

File tree

_i18n/ja/_posts/2026/2026-05-11-771draft.md

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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"
33
author: "azu"
44
layout: post
55
date : 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
----

0 commit comments

Comments
 (0)