Skip to content

Commit cba674e

Browse files
author
adam
committed
nodejs22: updated to 22.18.0
22.18.0 'Jod' (LTS) Notable Changes Type stripping is enabled by default Other notable changes - (SEMVER-MINOR) deps: update amaro to 1.1.0 (Node.js GitHub Bot) - (SEMVER-MINOR) doc: add all watch-mode related flags to node.1 (Dario Piotrowicz) - doc: add islandryu to collaborators (Shima Ryuhei) - (SEMVER-MINOR) esm: implement import.meta.main (Joe) - (SEMVER-MINOR) fs: allow correct handling of burst in fs-events with AsyncIterator (Philipp Dunkel) - (SEMVER-MINOR) permission: propagate permission model flags on spawn (Rafael Gonzaga) - (SEMVER-MINOR) sqlite: add support for readBigInts option in db connection level (Miguel Marcondes Filho) - (SEMVER-MINOR) src,permission: add support to permission.has(addon) (Rafael Gonzaga) - (SEMVER-MINOR) url: add fileURLToPathBuffer API (James M Snell) - (SEMVER-MINOR) watch: add --watch-kill-signal flag (Dario Piotrowicz) - (SEMVER-MINOR) worker: make Worker async disposable (James M Snell)
1 parent 33e413d commit cba674e

3 files changed

Lines changed: 65 additions & 199 deletions

File tree

lang/nodejs22/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.12 2025/07/17 07:24:21 adam Exp $
1+
# $NetBSD: Makefile,v 1.13 2025/08/04 09:22:00 adam Exp $
22

3-
DISTNAME= node-v22.17.1
3+
DISTNAME= node-v22.18.0
44
EXTRACT_SUFX= .tar.xz
55

66
USE_LANGUAGES= c c++

0 commit comments

Comments
 (0)