2025-02-21 18:00:33 by Adam Ciarcinski | Files touched by this commit (3) | ![]() |
Log message: nodejs22: updated to 22.14.0 Version 22.14.0 'Jod' (LTS) Notable Changes - crypto: update root certificates to NSS 3.107 (Node.js GitHub Bot) - (SEMVER-MINOR) fs: allow exclude option in globs to accept glob patterns \ (Daeyeon Jeong) - (SEMVER-MINOR) lib: add typescript support to STDIN eval (Marco Ippolito) - (SEMVER-MINOR) module: add ERR_UNSUPPORTED_TYPESCRIPT_SYNTAX (Marco Ippolito) - (SEMVER-MINOR) module: add findPackageJSON util (Jacob Smith) - (SEMVER-MINOR) process: add process.ref() and process.unref() methods (James M \ Snell) - (SEMVER-MINOR) sqlite: support TypedArray and DataView in StatementSync (Alex Yang) - (SEMVER-MINOR) src: add --disable-sigusr1 to prevent signal i/o thread (Rafael \ Gonzaga) - (SEMVER-MINOR) src,worker: add isInternalWorker (Carlos Espa) - (SEMVER-MINOR) test_runner: add TestContext.prototype.waitFor() (Colin Ihrig) - (SEMVER-MINOR) test_runner: add t.assert.fileSnapshot() (Colin Ihrig) - (SEMVER-MINOR) test_runner: add assert.register() API (Colin Ihrig) - (SEMVER-MINOR) worker: add eval ts input (Marco Ippolito) |
2025-01-22 12:00:28 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: nodejs22: updated to 22.13.1 Version 22.13.1 'Jod' (LTS) Notable Changes CVE-2025-23083 - src,loader,permission: throw on InternalWorker use when \ permission model is enabled (High) CVE-2025-23085 - src: fix HTTP2 mem leak on premature close and ERR_PROTO (Medium) CVE-2025-23084 - path: fix path traversal in normalize() on Windows (Medium) Dependency update: CVE-2025-22150 - Use of Insufficiently Random Values in undici fetch() (Medium) |
2025-01-08 09:05:03 by Adam Ciarcinski | Files touched by this commit (3) | ![]() |
Log message: nodejs22: updated to 22.13.0 Version 22.13.0 'Jod' (LTS) Stabilize Permission Model Graduate WebCryptoAPI Ed25519 and X25519 algorithms as stable |
2024-12-04 10:13:26 by Adam Ciarcinski | Files touched by this commit (3) | ![]() |
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) | ![]() |
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) |