Public list by ~nodeweekly

Issue 623 - Node 26.0 ships Temporal; Node 26.1 brings FFI

Node.js — Node.js 26.0.0 (Current)

https://nodejs.org/en/blog/release/v26.0.0

Node.js 26.0 (Current) Released — It's here! Complete with the Temporal API enabled by default, V8 14.6 (say hello to map ‘upsert’ methods like Map.prototype.getOrInsert() and iterator sequencing with Iterator.concat()), plus Undici 8. v26 is the ‘Current’ cutting-edge release until October when it gets promoted to LTS.

3 months ago

Node.js — Trip report: Node.js collaboration summit (2026 London)

https://nodejs.org/en/blog/events/collab-summit-2026-london

A Report from the London Node.js Collaboration Summit — What was discussed at the Node team’s latest in-person summit in London last month, including Node’s new release schedule (starting with Node 27), James Snell’s iterable streams API (a.k.a. node:stream/iter), OpenTelemetry support, how to deal with AI contributions to Node, libuv v2, and more.

3 months ago

Announcing Rolldown 1.0

https://voidzero.dev/posts/announcing-rolldown-1-0

Rolldown 1.0: The High Performance JS Bundler — It’s stable, fast, production-ready, and you get esbuild-like speed with Rollup plugin compatibility. Recent Node versions already handle .ts files, ESM, and JSON imports natively, so Rolldown’s real win is in shipping, when you want the smallest tree-shaken runtime artifact possible.

3 months ago

Why migrate to Valibot?

https://valibot.dev/blog/why-migrate-to-valibot/

Why Migrate to Valibot? — Valibot is a light, modular TypeScript schema validation library and an alternative to the likes of Zod. v1.4.0 just dropped, too.

3 months ago

Try Tiger Cloud Free: $1,000 Credit | Tiger Data

https://www.tigerdata.com/go/trial

Stale API Responses Start with a Stale Data Source — TimescaleDB extends Postgres for analytics on live data. No pipeline, no second database. $1000 credit to start.

3 months ago

Release v7.0.0 · Unitech/pm2

https://github.com/Unitech/pm2/releases/tag/v7.0.0

PM2 7.0: The Production Process Manager for Node.js — The long standing Node-based production process manager (homepage) has been refactored, dropping a large number of external dependencies. It's also extended its Bun runtime support in cluster mode and with the monitoring agent.

3 months ago

GitHub - delvedor/find-my-way: A crazy fast HTTP router

https://github.com/delvedor/find-my-way

Find My Way 9.6: A Fast HTTP Router That Uses Radix Trees — A ‘crazy fast’ HTTP router that’s framework independent and supports the things you’d expect for path matching. (If you’re a Fastify user, you’re already using it!)

3 months ago

opentype.js – JavaScript parser/writer for OpenType and TrueType fonts.

https://opentype.js.org/

opentype.js: Read and Write OpenType Fonts — Get direct access to letterforms. Has broad WOFF, OTF, and TTF support, and supports ligatures, kerning, and emojis. As well as creating paths for text, you can create and save your own custom fonts from scratch too. GitHub repo.

3 months ago