./lang/nodejs22, V8 JavaScript for clients and servers

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 22.12.0, Package name: nodejs-22.12.0, Maintainer: pkgsrc-users

Node.js is an evented I/O framework for the V8 JavaScript engine. It is
intended for writing scalable network programs such as web servers.

This package holds the 22.x LTS release.



Package options: openssl

Master sites:

Filesize: 46509.547 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-04 10:13:26 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
nodejs22: updated to 22.12.0

Version 22.12.0 'Jod' (LTS)

Notable Changes

require(esm) is now enabled by default
Added resizable ArrayBuffer support in Buffer
Update root certificates to NSS 3.104
   2024-11-15 11:58:31 by Adam Ciarcinski | Files touched by this commit (7)
Log message:
nodejsNN: fix building with ICU 76
   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-13 09:45:18 by Adam Ciarcinski | Files touched by this commit (38) | Package updated
Log message:
nodejs: updated to 23.2.0

Version 23.2.0 (Current)

Notable Changes

Update root certificates to NSS 3.104
This is the version of NSS that shipped in Firefox 131.0 on 2024-10-01.
Certificates added:
FIRMAPROFESIONAL CA ROOT-A WEB
TWCA CYBER Root CA
SecureSign Root CA12
SecureSign Root CA14
SecureSign Root CA15

Other notable changes

- doc: move typescript support to active development (Marco Ippolito)
- doc: add jazelly to collaborators (Jason Zhang)
- (SEMVER-MINOR) fs: make dirent.path writable (Antoine du Hamel)
- (SEMVER-MINOR) http: add diagnostic channel http.client.request.created (Marco \ 
Ippolito)
- (SEMVER-MINOR) module: add findPackageJSON util (Jacob Smith)
- (SEMVER-MINOR) module: add module.stripTypeScriptTypes (Marco Ippolito)