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 STREAM ABORT HANDLING FIXED, DOC-KIT TOOLCHAIN BUMPED ACROSS THE BOARD

By RepoJournal · Filed · About Node.js

Stream consumers now reject immediately when abort signals fire instead of hanging on pending reads, closing a critical gap in Node's async iterator cleanup.

The stream/iter module got two critical fixes overnight [1] [2]. First, `bytes()`, `text()`, `arrayBuffer()`, and `array()` now reject promptly when their abort signal fires while an async iterator read is pending - previously they'd hang if the source was stuck in a `next()` call. Second, `merge()` no longer hangs when abort fires during multi-source merge loops. Both changes reuse abort-aware iterator wrappers to ensure consistent signal handling across the API. On the tooling side, doc-kit pushed a sweep of dependency updates: shiki bumped to 4.3.0 [3], the compiling group (@swc/html-wasm and rolldown) refreshed [4], and six lint tools updated including ESLint to 10.6.0 [5]. ERR_REQUIRE_ASYNC_MODULE got improved diagnostics with non-enumerable requireStack properties [6], and workflows cleaned up by removing envinfo [7].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] stream: reject iter consumers on abort ↗ nodejs/node
  2. [2] stream: fix merge abort for pending sources ↗ nodejs/node
  3. [3] meta: bump shiki from 4.1.0 to 4.3.0 in the remark group across 1 directory ↗ nodejs/doc-kit
  4. [4] meta: bump the compiling group across 1 directory with 2 updates ↗ nodejs/doc-kit
  5. [5] meta: bump the lint group across 1 directory with 6 updates ↗ nodejs/doc-kit
  6. [6] esm: improve ERR_REQUIRE_ASYNC_MODULE nodejs/node
  7. [7] tools: remove `envinfo` from our workflows nodejs/node

Quick answers

What shipped in Node.js on July 5, 2026?
Stream consumers now reject immediately when abort signals fire instead of hanging on pending reads, closing a critical gap in Node's async iterator cleanup. In total, 9 commits and 11 pull requests landed.
Who contributed to Node.js on July 5, 2026?
2 developers shipped this update, including trivikr and dependabot[bot].
What were the notable Node.js updates?
stream: reject iter consumers on abort, stream: fix merge abort for pending sources, and meta: bump shiki from 4.1.0 to 4.3.0 in the remark group across 1 directory.

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?

We use privacy-friendly analytics (Google Analytics, IP-anonymized) to see which pages help readers. No ads, and we never sell your data. See our Privacy Policy.