chore(deps): update node.js to v23.11.0 #9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
23.10.0
->23.11.0
Release Notes
nodejs/node (node)
v23.11.0
: 2025-04-01, Version 23.11.0 (Current), @aduh95Compare Source
Notable Changes
64b086740a
] - (SEMVER-MINOR) assert: implement partial error comparison (Ruben Bridgewater) #57370053cef70e0
] - (SEMVER-MINOR) crypto: add optional callback tocrypto.diffieHellman
(Filip Skokan) #57274f8aff90235
] - (SEMVER-MINOR) process: addexecve
(Paolo Insogna) #564964b04c92d7d
] - (SEMVER-MINOR) sqlite: addStatementSync.prototype.columns()
(Colin Ihrig) #574901b8d1d3a3a
] - (SEMVER-MINOR) util: expose diff function used by the assertion errors (Giovanni Bucci) #57462Commits
7b72396c8b
] - assert: improve partialDeepStrictEqual performance (Ruben Bridgewater) #5750964b086740a
] - (SEMVER-MINOR) assert: implement partial error comparison (Ruben Bridgewater) #57370f694d7de0e
] - (SEMVER-MINOR) assert: improve partialDeepStrictEqual (Ruben Bridgewater) #5737080d9d5653f
] - (SEMVER-MINOR) assert,util: improve performance (Ruben Bridgewater) #57370d52a71f832
] - (SEMVER-MINOR) benchmark: adjust assert runtimes (Ruben Bridgewater) #573707592cf4cd7
] - (SEMVER-MINOR) benchmark: skip running some assert benchmarks by default (Ruben Bridgewater) #57370e4cc54a746
] - (SEMVER-MINOR) benchmark: add assert partialDeepStrictEqual benchmark (Ruben Bridgewater) #57370de48407011
] - build: fix update-wpt workflow (Jonas) #5746852cd0954f9
] - cli: clarify --cpu-prof-name allowed values (Eugenio Ceschia) #574337611fc14de
] - crypto: fix output of privateDecrypt with zero-length data (Filip Skokan) #57575cc42ee8fc7
] - crypto: ensure expected JWK alg in SubtleCrypto.importKey RSA imports (Filip Skokan) #57450053cef70e0
] - (SEMVER-MINOR) crypto: add optional callback to crypto.diffieHellman (Filip Skokan) #572741f08864fd7
] - debugger: fix behavior of plain object exec in debugger repl (Dario Piotrowicz) #57498162b2828eb
] - deps: update undici to 6.21.2 (Matteo Collina) #5744243bea6bb80
] - deps: V8: cherry-pickc172ffc
(Choongwoo Han) #5743799f93afb9d
] - deps: update ada to v3.2.1 (Yagiz Nizipli) #5742930e5658f12
] - deps: update googletest to0bdccf4
(Node.js GitHub Bot) #57380573467c070
] - deps: update acorn to 8.14.1 (Node.js GitHub Bot) #57382affeaac0c7
] - doc: add gurgunday as triager (Gürgün Dayıoğlu) #575944ed1a098f5
] - doc: clarify behaviour of node-api adjust function (Michael Dawson) #57463921041b284
] - doc: remove Corepack documentation (Antoine du Hamel) #5763599dbd8b391
] - doc: remove mention of--require
not supporting ES modules (Huáng Jùnliàng) #576208c76b2949e
] - doc: mention reports should align with Node.js CoC (Rafael Gonzaga) #57607ee1c78a7a3
] - doc: add section stating that very stale PRs should be closed (Dario Piotrowicz) #57541595e9e5ad6
] - doc: add bjohansebas as triager (Sebastian Beltran) #575643742d2a198
] - doc: update support channels (Claudio W.) #57538717c44dead
] - doc: make stability labels more consistent (Antoine du Hamel) #57516b4576a6f57
] - doc: remove cryptoStream API reference (Jonas) #575792c4f894036
] - doc: module resolution pseudocode corrections (Marcel Laverdet) #57080c45894f90c
] - doc: add history entry for DEP0190 inchild_process.md
(Antoine du Hamel) #57544c21068b696
] - doc: remove deprecated pattern inchild_process.md
(Antoine du Hamel) #5756887e0dda352
] - doc: mark multiple experimental APIS as stable (James M Snell) #57510d637763e4e
] - doc: remove mertcanaltin from Triagers (Mert Can Altin) #57531ee6025495d
] - doc: recommend watching the collaborators repo in the onboarding doc (Darshan Sen) #57527706b64638b
] - doc: remove mention of visa fees from onboarding doc (Darshan Sen) #57526176d951bd0
] - doc: deprecate passingargs
tospawn
andexecFile
(Antoine du Hamel) #573895c05ba119b
] - doc: remove some inconsistencies indeprecations.md
(Antoine du Hamel) #575129d5be4bb8c
] - doc: run license-builder (github-actions[bot]) #57511273607edb4
] - doc: add new writing-docs contributing md (Dario Piotrowicz) #57502e28c723f24
] - doc: add node.js streams references to Web Streams doc (Dario Piotrowicz) #5739347296492ba
] - doc: replace NOTEs that do not render properly (Colin Ihrig) #57484db9c37f792
] - doc: prefer to sign commits under nodejs repository (Rafael Gonzaga) #57311e5e3987ae7
] - doc: fixed the incorrect splitting of multiple words (letianpailove) #5745491a824e43b
] - doc: add review guidelines for collaborator nominations (Antoine du Hamel) #574492a5fcb2172
] - doc: fix typo inurl.md
(Allon Murienik) #5746717ccf9282f
] - doc: add history info for --use-system-ca (Darshan Sen) #574329adaaeb965
] - doc: remove typo YAML snippet from tls.getCACertificates doc (Darshan Sen) #57459ee4e855f8e
] - doc: fix typo in sqlite.md (Tobias Nießen) #574738cb3441443
] - doc: explicit mention arbitrary code execution as a vuln (Rafael Gonzaga) #5742627f183ad03
] - doc: update maintaining-openssl.md for openssl (Richard Lau) #57413ca67145d60
] - doc: add missingdeprecated
badges infs.md
(Yukihiro Hasegawa) #573843687390510
] - doc: fix small typo inprocess.md
(Felix Rieseberg) #57333097d9926e3
] - doc: add note about sync nodejs-private branches (Rafael Gonzaga) #574045006627969
] - fs: apply exclude function to root path (Rich Trott) #574200583c3db92
] - http: coerce content-length to number (Marco Ippolito) #574582a580b9332
] - lib: add warning when binding inspector to public IP (Demian Parkhomenko) #55736fda56b9837
] - lib: limit split function calls to prevent excessive array length (Gürgün Dayıoğlu) #57501d5a26f6525
] - lib: make getCallSites sourceMap option truly optional (James M Snell) #5738800a5b18043
] - meta: add some clarification to the nomination process (James M Snell) #57503d0c96c463c
] - meta: remove collaborator self-nomination (Rich Trott) #57537a9a93f31ee
] - meta: edit collaborator nomination process (Antoine du Hamel) #574830ca362f5f2
] - meta: move ovflowd to emeritus (Claudio W.) #57443f8aff90235
] - (SEMVER-MINOR) process: add execve (Paolo Insogna) #56496e8d4a31d4b
] - sqlite: add support for unknown named parameters (Colin Ihrig) #575525652da642d
] - sqlite: add DatabaseSync.prototype.isOpen (Colin Ihrig) #575225c976f16cd
] - sqlite: add DatabaseSync.prototype[Symbol.dispose]() (Colin Ihrig) #575064b04c92d7d
] - (SEMVER-MINOR) sqlite: add StatementSync.prototype.columns() (Colin Ihrig) #574907f5e31645c
] - src: ensure primordials are initialized exactly once (Chengzhong Wu) #575199611980f58
] - src: improve error handling in multiple files (James M Snell) #575073ddc5cd875
] - src: cache urlpattern properties (JonasBa) #57465b9d9ee4da2
] - src: make minor cleanups in encoding_binding.cc (James M Snell) #57448f8acf2dd2a
] - src: make minor cleanups in compile_cache.cc (James M Snell) #574486ee15c6509
] - src: define urlpattern components using a macro (JonasBa) #574524ab3c1690a
] - src: cleanup crypto more (James M Snell) #573235be80b1748
] - src: refine ncrypto more (James M Snell) #573006a13319a6e
] - src: cleanup aliased_buffer.h (Mohammed Keyvanzadeh) #573953cff7f80bb
] - src: suggest --use-system-ca when a certificate error occurs (Aditi) #573623d372ad9f3
] - test: update WPT for urlpattern to6ceca69
(Node.js GitHub Bot) #57486481ea665af
] - test: add more number cases for buffer.indexOf (Meghan Denny) #5720027b01ed4e7
] - test: update parallel/test-tls-dhe for OpenSSL 3.5 (Richard Lau) #574778f7debcf41
] - timers: optimize timer functions with improved argument handling (Gürgün Dayıoğlu) #57072d4abd9d3fb
] - timers: remove unnecessary allocation of _onTimeout (Gürgün Dayıoğlu) #57497f8f81c8ba2
] - timers: remove unused parameter from insertGuarded (Gürgün Dayıoğlu) #57251c4fdb27b51
] - tls: remove unnecessary type check on normalize (Yagiz Nizipli) #57336ad5dcc5798
] - tools: fix WPT update cron string (Antoine du Hamel) #576657faa482588
] - tools: remove stalled label on unstalled issues and PRs (Rich Trott) #57630e3bb26da2b
] - tools: update sccache to support GH cache changes (Michaël Zasso) #57573f0c9f505d9
] - tools: bump @babel/helpers from 7.26.9 to 7.26.10 in /tools/eslint (dependabot[bot]) #57444a40ff1f646
] - url: fix constructor error message for URLPattern (jakecastelli) #57482f36bee4b89
] - util: avoid run debug when enabled is false (fengmk2) #574941b8d1d3a3a
] - (SEMVER-MINOR) util: expose diff function used by the assertion errors (Giovanni Bucci) #574621f7b08a317
] - win,test: disable test case failing with ClangCL (Stefan Stojanovic) #57397Configuration
📅 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.