Node.js v22.22.1 is out 🔥
Release notes 👇
nodejs.org/en/blog/rele...
Node.js v22.22.1 is out 🔥
Release notes 👇
nodejs.org/en/blog/rele...
Node.js v20.20.1 is out 🎉
This is the last planned release before v20 goes End-of-Life ❗
Release notes 👇
nodejs.org/en/blog/rele...
I just found out @deno.land throws the same error as Node.js when trying to run typescript in node_modules. That's cool 🙏
github.com/denoland/den...
I proposed it a while ago, my idea was to use a github action that runs on PR and checks a few things:
- first pr on the repo
- edits the readme
- empty description
Node.js patch release day! Full changelog and download links at nodejs.org/en/blog/rele... and nodejs.org/en/blog/rele...
See you at #FOSDEM tomorrow 💚
🚨 Node.js assessment of the recent OpenSSL Security Release
TL;DR: We'll update OpenSSL versions through a regular release process.
nodejs.org/en/blog/vuln...
This just landed! Thanks @addaleax.bsky.social and @legendecas.bsky.social for the reviews! It will be out in the next semver-minor release of 25, and likely backportable to older LTS - the new workflow is a compatible improvement to the existing postject-based SEA building workflows from v18.x.
This account is now operating on a cats-only basis
We appreciate your patience and understanding as we work to deliver a secure and reliable release.
Updates are now available for the 25.x, 24.x, 22.x, 20.x Node.js release lines to address:
- 3 high severity issues
- 4 medium severity issues
- 1 low severity issue
nodejs.org/en/blog/vuln...
Node.s sec release
We are doing our best. We are ensuring test passes on all platforms and all active release lines (v20, v22, v24 and v25) - and they aren't currently.
Unfortunately, we don't have an ETA for that, and it's likely that this security release will be postponed one more time. Sorry.
import { loadEnvFile } from 'node:process'; // load .env file with default path ('./.env`) loadEnvFile(); // load .env file with a custom path loadEnvFile('../../.env');
TIL that modern Node not only supports `--env-file` / `--env-file-if-exists` but also a new method to programmatically load .env files.
It's been marked stable since Node v24 (current LTS), and I'm now on the journey of removing all the `dotenv` dependencies. 😅
www.stefanjudis.com/today-i-lear...
Welcome Frieren 💜
Peak italian software
Thank you @awscloud.bsky.social soooo much for sponsoring me on @github.com 🙏 what a present 🎁
github.com/sponsors/mar...
⚠️ Node.js security release has been postponed ⚠️
We have decided to delay the security release further to January 7th 2026 to ensure the team has enough time to prepare the releases and avoid distruptions during the holiday season.
nodejs.org/en/blog/vuln...
⚠️ The security release has been postponed to the 18th of December. The team is working on a challenging patch.
YES 🔥🔥
Type stripping is stable in a LTS version 👽
oh true, I forgot 😄
Type stripping landed in Node 24 LTS 40 minutes ago! Thanks @marcoippolito.dev!
github.com/nodejs/node/...
❗️Node.js Security release pre-alert ❗️
We will release new versions of v20, v22, v24, v25 release lines on or shortly after the 15th of December 2025 in order to address:
* 3 high severity issues.
* 1 low severity issue.
* 1 medium severity issue.
nodejs.org/en/blog/vuln...
Node.js v20.19.6 is out 🥳
Release notes:
nodejs.org/en/blog/rele...
Oh no 😮💨
Node & TypeScript excitement 😉
Marco tells the story of implementing Type Stripping support in Node. It involves a lot of collaboration across the JS ecosystem.
🔷 First cut took 20 days (fast for Node)
🔷 TS delivered flags to ease adoption
🔷 Marco's reward: a bread machine
Just published a new blog post. It’s about my experience shipping Node.js native TypeScript support.
It’s not a technical blog post, it's about my perspective, what it felt like and what I learned along the way.
satanacchio.hashnode.dev/the-summer-i...
frfr
Frog and Toad illustration edited to say: Frog put the value in an option. "There", he said, "now we will not deref any more null pointers". "But we can unwrap the option," said Toad. "That is true", said Frog.
on type safety