Aditi

@aditeigh.bsky.social

Igalian

Tune in to our colleague @joyeecheung.bsky.social talk at JSNation 2026 on June 11 at 13:00 CEST in Amsterdam. She will present “Life of an ESM in Node.js – and How It’s Changing for the Better” — a deep dive into how Node.js loads ES modules and what’s improving. gitnation.com/contents/lif...

Life of an ESM in Node.js – and How It's Changing for the Better by Joyee Cheung

The JavaScript ecosystem is moving towards a standardized module system, and Node.js is evolving to aid its adoption. What actually happens when Node.js loads an ES module today? This talk walks the f...

gitnation.com

We are happy to announce the NodeConf EU is returning in 2026. This time, things will be a little different. While the Irish countryside made for a beauttiful backdrop for getting the community together to talk about Node.js, there have always been a number of logistical challenges to hosting there;

Moving forward, nodejs/node will require all commits from people (not bots or other automation) to include the `Signed-off-by` attestation for the DCO (`git commit -s`). We should have been doing this all along ever since we adopted the DCO.. but better late than never. github.com/nodejs/node/...

Requiring `Signed-off-by` moving forward · Issue #62577 · nodejs/node

As a heads up... moving forward, the project will require all contributors to explicitly sign-off on commits using the Signed-off-by: Name <Email> trailer in commits. This will be enforced by a new...

github.com

Finally landed this PR that has been delayed for all sorts of reasons.. Hopefully this will help get rid of the "VSCode remote SSH getting stuck connecting to my server" problem caused by the WebAssembly memory allocation issue for most people when it flows into LTS! github.com/nodejs/node/...

src: do not enable wasm trap handler if there's not enough vmem by joyeecheung · Pull Request #62132 · nodejs/node

The first commit is a backport of https://chromium-review.googlesource.com/c/v8/v8/+/7638233 This complements --disable-wasm-trap-handler and allows users to keep wasm functional in an environment ...

github.com

ECMAScript Euphoria! 🎉 We don't always post when a single proposal advances, but when we do, it's Temporal -> Stage 4. Just days shy of 9 years from Stage 1, a herculean effort on the part of many champions, delegates, invited experts, and contributors, past and present. Thank you all! 🙌

This V8 upgrade was particularly difficult and overdue but had to be done for v24, and it finally landed 🎉 Now v24 can finally progress after missing the April 23 deadline github.com/nodejs/node/... Some explanations about why it took so long from the parts I know (@targos.dev probably knows more)

deps: update V8 to 13.6 by targos · Pull Request #58070 · nodejs/node

Same as #57753, without compatibility patches for MSVC and armv7. Notable changes: RegExp.escape Float16Array Atomics.pause WebAssembly Memory64 Explicit resource management Error.isError

github.com