RepoJournal
Node.js

@nodejs

The Node.js runtime - every backend team's CVE source of truth

Keep up with Node.js in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: JavaScript Full archive →

The Wire · Showcase

NODE LANDS TEST RUNNER HANG FIX, OPENS TEMPORAL.INSTANT DEBATE

By RepoJournal · Filed · About Node.js

Node's test runner could deadlock on malformed V8 frames, but a fix landed overnight that unblocks the test suite from infinite loops.

The test_runner received a critical fix [1] that addresses a hang condition where incomplete V8 serialized frames in child stdout would trap the deserializer in an infinite loop. The fix makes the deserializer flush buffered bytes and resync on end-of-stream, restoring test execution flow. In parallel, a separate race condition plagued watch-mode inspect tests [2], where the interval-based child restart would collide with inspector session connections, causing random 120-second timeouts on CI. That flakiness is now tamed with tighter synchronization. On the feature side, an early-stage PR proposes Temporal.Instant support in fs.Stats and BigIntStats [3], but it's marked as experimental pending Temporal's finalization and default enablement, opening the door to community feedback on naming conventions and implementation details. Meanwhile, corepack ticked to 0.35.0 [4] in a routine dependency update.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] test_runner: avoid hanging on incomplete v8 frames ↗ nodejs/node
  2. [2] test: fix flaky test-watch-mode-inspect timeout nodejs/node
  3. [3] fs: add `Temporal.Instant` support to `Stats` and `BigIntStats` ↗ nodejs/node
  4. [4] deps: update corepack to 0.35.0 ↗ nodejs/node

Quick answers

What shipped in Node.js on May 19, 2026?
Node's test runner could deadlock on malformed V8 frames, but a fix landed overnight that unblocks the test suite from infinite loops. In total, 8 commits and 7 pull requests landed.
Who contributed to Node.js on May 19, 2026?
3 developers shipped this update, including thisalihassan, LiviaMedeiros, and nodejs-github-bot.
What were the notable Node.js updates?
test_runner: avoid hanging on incomplete v8 frames, test: fix flaky test-watch-mode-inspect timeout, and fs: add `Temporal.Instant` support to `Stats` and `BigIntStats`.

More from @nodejs

Daily updates, in your inbox

Follow Node.js

Keep up with Node.js in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?