タグ

2026年5月8日のブックマーク (2件)

  • Release v30.4.0 · jestjs/jest

    Big release! 😀 Main feature is a rewrite of our custom runtime in preparation for stabilisation of native support of ESM. As part of that work require(esm) module is now supported on Node 24.9+ (still requires --experimental-vm-modules like before). In addition we now support fake timers for the recently released Temporal API in Node v26. React 19 is also supported properly in pretty-format, mean

    Release v30.4.0 · jestjs/jest
    efcl
    efcl 2026/05/08
    Jest v30.4.0リリース。 Node v24.9+でES Modulesに対する`require()`をサポート、Node v26のTemporal APIに対応するfake timersの追加。 `jest.config.mts`のサポート、`--collect-tests`フラグの追加、`workerGracefulExitTimeout`オプションの追加など。 プロジ
  • Node.js — Node.js 26.1.0 (Current)

    2026-05-07, Version 26.1.0 (Current), @aduh95 Notable Changes Experimental node:ffi module Node.js now includes an experimental node:ffi module for loading dynamic libraries and calling native symbols from JavaScript. The API is gated behind the --experimental-ffi flag and, when the Permission Model is enabled, requires --allow-ffi. This API is inherently unsafe. Invalid pointers, incorrect signat

    Node.js — Node.js 26.1.0 (Current)
    efcl
    efcl 2026/05/08
    Node.js 26.1.0リリース。 実験的な`node:ffi`モジュールを追加し、`--experimental-ffi`フラグで動的ライブラリの読み込みとネイティブシンボルの呼び出しに対応。 `crypto.randomUUIDv7()`の追加、`crypto.diffieHellman()`がキーデータを受け入れ