129 wires and counting

$ follow Node.js

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

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-07-31
stories 47

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

NODE.ORG MONOREPO REFACTOR BREAKS VERCEL BUILD, FFI BUFFER FIX LANDS

By RepoJournal · Filed · About Node.js · Composed from the cited sources · methodology

The Node.js website monorepo split broke Vercel CI, but OpenNext is passing - and a critical FFI buffer conversion bug is now fixed.

Node.org's platform-specific code breakout [1] moved vercel.json in a way that triggered Vercel failures, though OpenNext CI is succeeding on the new structure. Meanwhile, the main Node.js repo shipped a fix for optimized FFI buffer conversions [2] that were incorrectly rejecting non-memory-backed pointer values after optimization. The fix restores compatibility with documented pointer representations including bigint and strings while keeping the specialized native fast path intact. On the documentation side, doc-kit landed its monorepo restructuring [8] into packages/core, with follow-up PRs planned to extract generators incrementally. Dependency updates across Node.org include Shiki 4.3.1 [3], Radix UI component bumps [4], and Playwright 1.61.1 [5], while a SQLite state-check fix [6] and glob matcher platform-keying improvement [7] landed in the main repo.

Action items

References

  1. [1] chore(monorepo): break out platform-specific code ↗ nodejs/nodejs.org
  2. [2] ffi: fix optimized buffer conversions ↗ nodejs/node
  3. [3] meta: bump the mdx group with 8 updates ↗ nodejs/nodejs.org
  4. [4] meta: bump the radix group with 8 updates ↗ nodejs/nodejs.org
  5. [5] meta: bump @playwright/test from 1.59.1 to 1.61.1 ↗ nodejs/nodejs.org
  6. [6] sqlite: check database state before calling SQLite ↗ nodejs/node
  7. [7] fs: key glob matcher cache by platform ↗ nodejs/node
  8. [8] chore(monorepo): move everything into packages/core ↗ nodejs/doc-kit

Quick answers

What shipped in Node.js on July 31, 2026?
The Node.js website monorepo split broke Vercel CI, but OpenNext is passing - and a critical FFI buffer conversion bug is now fixed. In total, 21 commits and 26 pull requests landed.
Who contributed to Node.js on July 31, 2026?
8 developers shipped this update, including avivkeller, dependabot, trivikr, Soul Lee, Ilyas Shabi, Archkon, btea, and Brian Muenzenmeyer.
What were the notable Node.js updates?
chore(monorepo): break out platform-specific code, ffi: fix optimized buffer conversions, and meta: bump the mdx group with 8 updates.