Advertisement ยท 728 ร— 90

Posts by Marco Ippolito

Nerds in a Room.

Nerds in a Room.

Great Node.js Collab Summit in London the past 2 days. Lots accomplished.

1 day ago 28 4 2 0
Post image

Caturday

5 days ago 4 0 0 0
Preview
Node.js โ€” Evolving the Node.js Release Schedule Node.jsยฎ is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

Node.js is moving to one major release per year starting with Node 27! ๐Ÿš€

โœ… Simpler: Every release becomes LTS.
โœ… Predictable: Version numbers now align with the year.
โœ… New: A 6-month Alpha channel for early testing.

https://bit.ly/4rnosLg

1 month ago 234 60 4 6
Preview
Node.js โ€” Node.js 22.22.1 (LTS) Node.jsยฎ is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

Node.js v22.22.1 is out ๐Ÿ”ฅ

Release notes ๐Ÿ‘‡
nodejs.org/en/blog/rele...

1 month ago 18 4 0 0
Preview
Node.js โ€” Node.js 20.20.1 (LTS) Node.jsยฎ is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

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...

1 month ago 14 3 0 0

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...

2 months ago 2 0 0 0
Preview
The future of `--experimental-transform-types` ยท Issue #51 ยท nodejs/typescript I wanted to talk about the future of --experimental-transform-types. The feature has been stable for a while no outstanding issue. The problem with this flag is that the syntax supported might chan...

github.com/nodejs/types...

2 months ago 4 1 0 1

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

2 months ago 4 0 0 0
Advertisement
Preview
Node.js โ€” Node.js 24.13.1 (LTS) Node.jsยฎ is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

Node.js patch release day! Full changelog and download links at nodejs.org/en/blog/rele... and nodejs.org/en/blog/rele...

2 months ago 19 5 0 0

See you at #FOSDEM tomorrow ๐Ÿ’š

2 months ago 1 0 1 0
Preview
Node.js โ€” OpenSSL Security Advisory Assessment, January 2026 Node.jsยฎ is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

๐Ÿšจ 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...

2 months ago 6 2 0 0

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.

2 months ago 19 6 0 1
Post image

This account is now operating on a cats-only basis

3 months ago 12 0 2 0
Preview
Node.js โ€” Tuesday, January 13, 2026 Security Releases Node.jsยฎ is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

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...

3 months ago 65 26 1 2

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.

3 months ago 7 4 0 0
import { loadEnvFile } from 'node:process';

// load .env file with default path ('./.env`)
loadEnvFile();
// load .env file with a custom path
loadEnvFile('../../.env');

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...

3 months ago 94 15 8 1
Advertisement
Post image

Welcome Frieren ๐Ÿ’œ

3 months ago 5 0 0 0

Peak italian software

3 months ago 3 0 1 0
Preview
Sponsor @marco-ippolito on GitHub Sponsors Hi I'm Marco and I work on Node.js

Thank you @awscloud.bsky.social soooo much for sponsoring me on @github.com ๐Ÿ™ what a present ๐ŸŽ

github.com/sponsors/mar...

3 months ago 8 0 0 0
Preview
Node.js โ€” Wednesday, January 7, 2026 Security Releases Node.jsยฎ is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

โš ๏ธ 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...

3 months ago 15 3 0 0

โš ๏ธ The security release has been postponed to the 18th of December. The team is working on a challenging patch.

4 months ago 19 4 0 0

YES ๐Ÿ”ฅ๐Ÿ”ฅ

4 months ago 2 0 0 0

Type stripping is stable in a LTS version ๐Ÿ‘ฝ

4 months ago 44 6 0 0

oh true, I forgot ๐Ÿ˜„

4 months ago 2 0 0 0
Preview
Release 2025-12-10, Version 24.12.0 'Krypton' (LTS), @targos ยท nodejs/node Notable Changes [1a00b5f68a] - (SEMVER-MINOR) http: add optimizeEmptyRequests server option (Rafael Gonzaga) #59778 [ff5754077d] - (SEMVER-MINOR) lib: add options to util.deprecate (Rafael Gonzaga...

Type stripping landed in Node 24 LTS 40 minutes ago! Thanks @marcoippolito.dev!

github.com/nodejs/node/...

4 months ago 9 3 1 0
Advertisement
Preview
Node.js โ€” Monday, December 15, 2025 Security Releases Node.jsยฎ is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

โ—๏ธ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...

4 months ago 18 7 0 1
Preview
Node.js โ€” Node.js v20.19.6 (LTS) Node.jsยฎ is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

Node.js v20.19.6 is out ๐Ÿฅณ

Release notes:
nodejs.org/en/blog/rele...

4 months ago 15 4 0 0

Oh no ๐Ÿ˜ฎโ€๐Ÿ’จ

4 months ago 1 0 2 0

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

4 months ago 27 2 2 0

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...

4 months ago 20 4 2 1