chore(deps): update node.js to v23.8.0 #52
Loading…
Reference in New Issue
No description provided.
Delete Branch "renovate/node-23.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
23.7.0-alpine
->23.8.0-alpine
23.7.0
->23.8.0
Release Notes
nodejs/node (node)
v23.8.0
: 2025-02-13, Version 23.8.0 (Current), @targosCompare Source
Notable Changes
Support for using system CA certificates store on macOS and Windows
This version adds the
--use-system-ca
command-line flag, which instructs Node.jsto use the trusted CA certificates present in the system store along with
the
--use-bundled-ca
,--use-openssl-ca
options.This option is available on macOS and Windows for now.
Contributed by Tim Jacomb in #56599
and Joyee Cheung in #56833.
Introduction of the URL Pattern API
An implementation of the URL Pattern API
is now available.
The
URLPattern
constructor is exported from thenode:url
module and will beavailable as a global in Node.js 24.
Contributed by Yagiz Nizipli and Daniel Lemire in #56452.
Support for the zstd compression algorithm
Node.js now includes support for the Zstandard (zstd) compression algorithm.
Various APIs have been added to the
node:zlib
module for both compression and decompressionof zstd streams.
Contributed by Jan Krems in #52100.
Node.js thread names
Threads created by the Node.js process are now named to improve the debugging experience.
Worker threads will use the
name
option that can be passed to theWorker
constructor.Contributed by Rafael Gonzaga in #56416.
Timezone data has been updated to 2025a
Included changes:
Other Notable Changes
Commits
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.