Skip to content

2025-03-13, Version 23.10.0 (Current) #57424

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 109 commits into from
Mar 13, 2025
Merged

2025-03-13, Version 23.10.0 (Current) #57424

merged 109 commits into from
Mar 13, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 12, 2025

Introducing --experimental-config-file

With the introduction of test runner, SEA, and other feature that require a lot
of flags, a JSON config flag would improve by a lot the developer experience and
increase adoption.

You can have a node.config.json containing:

{
  "$schema": "https://nodejs.org/dist/v23.10.0/docs/node-config-schema.json",
  "nodeOptions": {
    "test-coverage-lines": 80,
    "test-coverage-branches": 60
  }
}

You can run your tests without passing the flags defined in the config file.

node --experimental-default-config-file --test --experimental-test-coverage

or

node --experimental-config-file=node.config.json --test --experimental-test-coverage

Node.js will not sanitize or perform validation on the user-provided configuration,
so only ever use trusted configuration files.

Contributed by Marco Ippolito in #57016
and #57171.

Other Notable Changes

  • [323e3ac93c] - crypto: update root certificates to NSS 3.108 (Node.js GitHub Bot) #57381
  • [6fd2ec6816] - doc: add @geeksilva97 to collaborators (Edy Silva) #57241
  • [d8937f1742] - (SEMVER-MINOR) src: create THROW_ERR_OPTIONS_BEFORE_BOOTSTRAPPING (Marco Ippolito) #57016
  • [5054fc7941] - (SEMVER-MINOR) test_runner: change ts default glob (Marco Ippolito) #57359
  • [75f11ae1cc] - (SEMVER-MINOR) tls: implement tls.getCACertificates() (Joyee Cheung) #57107
  • [a22c21ceb8] - (SEMVER-MINOR) v8: add v8.getCppHeapStatistics() method (Aditi) #57146
Commits
  • [2daee76b26] - assert: improve myers diff performance (Giovanni Bucci) #57279
  • [2fbd3bbea7] - build: fix compatibility with V8's depot_tools (Richard Lau) #57330
  • [6a2e4c5fc1] - build,win: disable node pch with ccache (Stefan Stojanovic) #57224
  • [323e3ac93c] - crypto: update root certificates to NSS 3.108 (Node.js GitHub Bot) #57381
  • [906f23d0e7] - crypto: add support for intermediate certs in --use-system-ca (Tim Jacomb) #57164
  • [03cd7920c8] - deps: update simdjson to 3.12.2 (Node.js GitHub Bot) #57084
  • [9e1fce9a5c] - deps: update archs files for openssl-3.0.16 (Node.js GitHub Bot) #57335
  • [4056c1f83e] - deps: upgrade openssl sources to quictls/openssl-3.0.16 (Node.js GitHub Bot) #57335
  • [b402799070] - deps: update corepack to 0.32.0 (Node.js GitHub Bot) #57265
  • [ce1cfff79a] - deps: update amaro to 0.4.1 (marco-ippolito) #57121
  • [0ac977d679] - deps: update gyp file for ngtcp2 1.11.0 (Richard Lau) #57225
  • [f34d78df1f] - deps: update ada to 3.1.3 (Node.js GitHub Bot) #57222
  • [4fe9916701] - dns: remove redundant code using common variable (Deokjin Kim) #57386
  • [1c271b162b] - doc: make first parameter optional in util.getCallSites (Deokjin Kim) #57387
  • [77668fffec] - doc: fix usage of module.registerSync in comment (Timo Kössler) #57328
  • [9b4f7aac69] - doc: add Darshan back as voting TSC member (Michael Dawson) #57402
  • [d44ccb319c] - doc: revise webcrypto.md types, interfaces, and added versions (Filip Skokan) #57376
  • [f4de7cef01] - doc: add info on how project manages social media (Michael Dawson) #57318
  • [792ef16921] - doc: revise tsconfig.json note (Steven) #57353
  • [4e438c3fa3] - doc: use more clear name in getSystemErrorMessage's example (ikuma-t) #57310
  • [5c9f1a40e4] - doc: recommend setting noEmit: true in tsconfig.json (Steven) #57320
  • [e178acf9d8] - doc: ping nodejs/tsc for each security pull request (Rafael Gonzaga) #57309
  • [fbe464e28c] - doc: fix Windows ccache section position (Stefan Stojanovic) #57326
  • [3fe8eac0ba] - doc: update node-api version matrix (Chengzhong Wu) #57287
  • [d2f49e7fcf] - doc: recommend erasableSyntaxOnly in ts docs (Rob Palmer) #57271
  • [03844d99f8] - doc: clarify path.isAbsolute is not path traversal mitigation (Eric Fortis) #57073
  • [0f8cd32986] - doc: fix rendering of DEP0174 description (David Sanders) #56835
  • [f95ecca71f] - doc: add 1ilsang to triage team (1ilsang) #57183
  • [6fd2ec6816] - doc: add @geeksilva97 to collaborators (Edy Silva) #57241
  • [b74e0ff7d7] - doc: add missing assert return types (Colin Ihrig) #57219
  • [83eed33562] - doc: add streamResetBurst and streamResetRate (Sujal Raj) #57195
  • [7f48811295] - doc: add esm examples to node:util (Alfredo González) #56793
  • [5c20dcc166] - esm: fix module.exports export on CJS modules (Guy Bedford) #57366
  • [041a217a4d] - fs: fix rmSync error code (Paul Schwabauer) #57103
  • [cea50b7f39] - lib: optimize priority queue (Gürgün Dayıoğlu) #57100
  • [5204d495ae] - meta: bump codecov/codecov-action from 5.3.1 to 5.4.0 (dependabot[bot]) #57257
  • [89599be988] - meta: bump github/codeql-action from 3.28.8 to 3.28.10 (dependabot[bot]) #57254
  • [66cd3850bc] - meta: bump ossf/scorecard-action from 2.4.0 to 2.4.1 (dependabot[bot]) #57253
  • [6c22e446bc] - meta: set nodejs/config as codeowner (Marco Ippolito) #57237
  • [ee5ce5ccde] - meta: move RaisinTen back to collaborators, triagers and SEA champion (Darshan Sen) #57292
  • [0b0c9cc0f5] - meta: bump actions/download-artifact from 4.1.8 to 4.1.9 (dependabot[bot]) #57260
  • [e6a98af8bd] - meta: bump peter-evans/create-pull-request from 7.0.6 to 7.0.7 (dependabot[bot]) #57259
  • [91394aaf3d] - meta: bump step-security/harden-runner from 2.10.4 to 2.11.0 (dependabot[bot]) #57258
  • [63dbbe7c91] - meta: bump actions/cache from 4.2.0 to 4.2.2 (dependabot[bot]) #57256
  • [d5ccf174ad] - meta: bump actions/upload-artifact from 4.6.0 to 4.6.1 (dependabot[bot]) #57255
  • [46b06be9a3] - module: handle cached linked async jobs in require(esm) (Joyee Cheung) #57187
  • [718305db6f] - module: add dynamic file-specific ESM warnings (Mert Can Altin) #56628
  • [4762f4ada5] - net: validate non-string host for socket.connect (Daeyeon Jeong) #57198
  • [d07bd79ac5] - net: replace brand checks with identity checks (Yagiz Nizipli) #57341
  • [a757f00747] - net: emit an error when custom lookup resolves to a non-string address (Edy Silva) #57192
  • [984f7ef5bd] - readline: add support for Symbol.dispose (Antoine du Hamel) #57276
  • [21b6423b9b] - sqlite: reset statement immediately in run() (Colin Ihrig) #57350
  • [e80bbb7355] - sqlite,test,doc: allow Buffer and URL as database location (Edy Silva) #56991
  • [3dc3207298] - src: do not pass nullptr to std::string ctor (Charles Kerr) #57354
  • [5e51c62569] - src: fix process exit listeners not receiving unsettled tla codes (Dario Piotrowicz) #56872
  • [bf788d9d86] - src: refactor SubtleCrypto algorithm and length validations (Filip Skokan) #57319
  • [37664e8485] - src: fix node_config_file.h compilation error in GN build (Cheng) #57210
  • [274c18a365] - (SEMVER-MINOR) src: set default config as node.config.json (Marco Ippolito) #57171
  • [433657de8c] - src: namespace config file flags (Marco Ippolito) #57170
  • [d8937f1742] - (SEMVER-MINOR) src: create THROW_ERR_OPTIONS_BEFORE_BOOTSTRAPPING (Marco Ippolito) #57016
  • [9fd217daa9] - (SEMVER-MINOR) src: add config file support (Marco Ippolito) #57016
  • [b17163b130] - src: allow embedder customization of OOMErrorHandler (Shelley Vohr) #57325
  • [6f1c622466] - src: use Maybe<void> in ProcessEmitWarningSync (Daeyeon Jeong) #57250
  • [4d86a42aa4] - src: remove redundant qualifiers in src/quic (Yagiz Nizipli) #56967
  • [41ea5a2864] - src: make even more improvements to error handling (James M Snell) #57264
  • [7a554d9bf3] - src: use cached emit v8::String (Daeyeon Jeong) #57249
  • [b10ac9a958] - src: refactor SubtleCrypto algorithm and length validations (Filip Skokan) #57273
  • [90cd780ca6] - src: make more error handling improvements (James M Snell) #57262
  • [17c9e76722] - src: fix typo in comment (Antoine du Hamel) #57291
  • [35c283a3f3] - src: reduce string allocations on sqlite (Yagiz Nizipli) #57227
  • [185d1ffe93] - src: improve error handling in node_messaging.cc (James M Snell) #57211
  • [96b2bfb88c] - src: improve error handling in tty_wrap.cc (James M Snell) #57211
  • [f845ad953e] - src: improve error handling in tcp_wrap.cc (James M Snell) #57211
  • [350f62de6c] - src: fix ThrowInvalidURL call in PathToFileURL (Daniel M Brasil) #57141
  • [936a9997b2] - src: improve error handling in buffer and dotenv (James M Snell) #57189
  • [975e2a5c1d] - src: improve error handling in module_wrap (James M Snell) #57188
  • [3d103ecfbe] - src: improve error handling in spawn_sync (James M Snell) #57185
  • [98d328a1d6] - src: detect whether the string is one byte representation or not (theweipeng) #56147
  • [15d7908656] - stream: fix sizeAlgorithm validation in WritableStream (Daeyeon Jeong) #57280
  • [b866755299] - test: test runner run plan (Pietro Marchini) #57304
  • [e05e0e5772] - test: update WPT for urlpattern to 3b6b19853a (Node.js GitHub Bot) #57377
  • [36542b5611] - test: update WPT for WebCryptoAPI to edd42c005c (Node.js GitHub Bot) #57365
  • [28792ee59a] - test: skip test-config-json-schema with quic (Richard Lau) #57225
  • [5a21fa4573] - test: add more coverage to node_config_file (Marco Ippolito) #57170
  • [99b2369142] - test: simplify test-tls-connect-abort-controller.js (Yagiz Nizipli) #57338
  • [4af2f7f9a8] - test: use assert.match in test-esm-import-meta (Antoine du Hamel) #57290
  • [99abfb6172] - test: update compression wpt (Yagiz Nizipli) #56960
  • [f8dde3a391] - test: skip uv-thread-name on IBM i (Abdirahim Musse) #57299
  • [3bf546c317] - Revert "test: temporary remove resource check from fs read-write" (Rafael Gonzaga) #56906
  • [8d0f1a7dbf] - test: module syntax should throw (Marco Ippolito) #57121
  • [0fd3d91e3a] - test: more common.mustNotCall in net, tls (Meghan Denny) #57246
  • [f803d6ca29] - test: swap assert.strictEqual() parameters (Luigi Pinca) #57217
  • [eb3576fde0] - test: assert write return values in buffer-bigint64 (Meghan Denny) #57212
  • [a08981025a] - test: allow embedder running async context frame test (Shelley Vohr) #57193
  • [20c032ed98] - test: resolve race condition in test-net-write-fully-async-* (Matteo Collina) #57022
  • [5054fc7941] - (SEMVER-MINOR) test_runner: change ts default glob (Marco Ippolito) #57359
  • [0ad450f295] - timers: simplify the compareTimersLists function (Gürgün Dayıoğlu) #57110
  • [75f11ae1cc] - (SEMVER-MINOR) tls: implement tls.getCACertificates() (Joyee Cheung) #57107
  • [2b2267f203] - tools: add config subspace (Marco Ippolito) #57239
  • [8e64d38e91] - tools: import rather than require ESLint plugins (Michaël Zasso) #57315
  • [2569e56b95] - tools: switch back to official OpenSSL (Richard Lau) #57301
  • [fd49144378] - tools: extract target abseil to abseil.gyp (Chengzhong Wu) #57289
  • [77e1a85d24] - tools: revert to use @stylistic/eslint-plugin-js v3 (Joyee Cheung) #57314
  • [2fa6e65262] - tools: add more details about rolling inspector_protocol (Chengzhong Wu) #57167
  • [5788574cdf] - tools: bump the eslint group in /tools/eslint with 5 updates (dependabot[bot]) #57261
  • [5955acadba] - tools: remove deps/zlib/GN-scraper.py (Chengzhong Wu) #57238
  • [a22c21ceb8] - (SEMVER-MINOR) v8: add v8.getCppHeapStatistics() method (Aditi) #57146
  • [17d4074114] - win,build: add option to enable Control Flow Guard (Hüseyin Açacak) #56605

theweipeng and others added 30 commits March 9, 2025 10:57
References: #56090
PR-URL: #56147
Fixes: #56090
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Return the correct error code, when a directory_not_empty error
occurred.

Fixes: #57095
PR-URL: #57103
Reviewed-By: Jason Zhang <xzha4350@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Replacing more ToLocalChecked uses.

PR-URL: #57185
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Signed-off-by: Matteo Collina <hello@matteocollina.com>
PR-URL: #57022
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
PR-URL: #56793
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Replacing ToLocalChecked()

PR-URL: #57188
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Replacing ToLocalChecked()

PR-URL: #57189
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Robert Nagy <ronagy@icloud.com>
PR-URL: #57193
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: James M Snell <jasnell@gmail.com>
Replace `nullptr` with `std::nullopt` when calling `ThrowInvalidURL` in
`PathToFileURL`. This ensures the function receives the correct argument
type and aligns with the expected behavior.

PR-URL: #57141
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Daniel Lemire <daniel@lemire.me>
Added missing documentation for the streamResetBurst and streamResetRate
options in the http2.createSecureServer section. This ensures developers
are aware of these configurable options.

Fixes: #57169
Refs: https://nodejs.org/docs/latest/api/http2.html#http2createserveroptions-onrequesthandler
PR-URL: #57195
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tim Perry <pimterry@gmail.com>
PR-URL: #56991
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: #57224
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
PR-URL: #57212
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
The `actual` and the `expected` parameters are respectively the first
and the second.

PR-URL: #57217
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit documents the return types for assert.rejects() and
assert.doesNotReject().

PR-URL: #57219
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #57100
Reviewed-By: Daniel Lemire <daniel@lemire.me>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
PR-URL: #57211
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: #57211
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: #57211
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Fixes: #57032
PR-URL: #57241
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
PR-URL: #57222
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Add source file introduced in ngtcp2 1.11.0 to `ngtcp2.gyp`.

Refs: #57179
PR-URL: #57225
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
PR-URL: #57192
Fixes: #57112
Reviewed-By: Tim Perry <pimterry@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
Reviewed-By: Jason Zhang <xzha4350@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
PR-URL: #57227
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com>
PR-URL: #57183
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Jason Zhang <xzha4350@gmail.com>
PR-URL: #56835
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Gyp appends search path for `pymod_do_main`, so `GN-scraper.py` in
`v8_gypfiles` always takes precedence over `deps/zlib/GN-scraper.py`,
and `deps/zlib/GN-scraper.py` is never loaded.

PR-URL: #57238
Refs: https://github.com/nodejs/gyp-next/blob/46fc91f1fa0aeb72a2581ea6996f5e37f7a2e9ce/pylib/gyp/input.py#L935
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #57073
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jordan Harband <ljharb@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: #57246
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Jason Zhang <xzha4350@gmail.com>
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
PR-URL: #56628
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
nodejs-github-bot added a commit that referenced this pull request Mar 12, 2025
Notable changes:

crypto:
  * update root certificates to NSS 3.108 (Node.js GitHub Bot) #57381
doc:
  * add @geeksilva97 to collaborators (Edy Silva) #57241
src:
  * (SEMVER-MINOR) set default config as node.config.json (Marco Ippolito) #57171
  * (SEMVER-MINOR) create THROW_ERR_OPTIONS_BEFORE_BOOTSTRAPPING (Marco Ippolito) #57016
  * (SEMVER-MINOR) add config file support (Marco Ippolito) #57016
test_runner:
  * (SEMVER-MINOR) change ts default glob (Marco Ippolito) #57359
tls:
  * (SEMVER-MINOR) implement tls.getCACertificates() (Joyee Cheung) #57107
v8:
  * (SEMVER-MINOR) add v8.getCppHeapStatistics() method (Aditi) #57146

PR-URL: #57424
@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/actions
  • @nodejs/gyp
  • @nodejs/performance
  • @nodejs/security-wg
  • @nodejs/tsc
  • @nodejs/typescript
  • @nodejs/url
  • @nodejs/v8-update

@github-actions github-actions bot added release Issues and PRs related to Node.js releases. v23.x v23.x Issues that can be reproduced on v23.x or PRs targeting the v23.x-staging branch. labels Mar 12, 2025
@bricss
Copy link
Contributor

bricss commented Mar 13, 2025

It would be awesome to have #57429 pulled ⤵️ in 🙏

@anonrig
Copy link
Member

anonrig commented Mar 13, 2025

It would be awesome to have #57429 pulled ⤵️ in 🙏

@aduh95 if it's something you can squeeze to this release, I can add fast-track label to the PR.

Copy link

@mrtisking1 mrtisking1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great

aduh95 pushed a commit that referenced this pull request Mar 13, 2025
Notable changes:

crypto:
  * update root certificates to NSS 3.108 (Node.js GitHub Bot) #57381
doc:
  * add @geeksilva97 to collaborators (Edy Silva) #57241
src:
  * (SEMVER-MINOR) set default config as node.config.json (Marco Ippolito) #57171
  * (SEMVER-MINOR) create THROW_ERR_OPTIONS_BEFORE_BOOTSTRAPPING (Marco Ippolito) #57016
  * (SEMVER-MINOR) add config file support (Marco Ippolito) #57016
test_runner:
  * (SEMVER-MINOR) change ts default glob (Marco Ippolito) #57359
tls:
  * (SEMVER-MINOR) implement tls.getCACertificates() (Joyee Cheung) #57107
v8:
  * (SEMVER-MINOR) add v8.getCppHeapStatistics() method (Aditi) #57146

PR-URL: #57424
@aduh95 aduh95 force-pushed the v23.10.0-proposal branch from a980eab to 7dd084e Compare March 13, 2025 10:00
@aduh95 aduh95 marked this pull request as ready for review March 13, 2025 10:01
@aduh95 aduh95 added the request-ci Add this label to start a Jenkins CI on a PR. label Mar 13, 2025
Notable changes:

config:
  * (SEMVER-MINOR) add config file support (Marco Ippolito) #57016
  * (SEMVER-MINOR) set default config as `node.config.json` (Marco Ippolito) #57171
crypto:
  * update root certificates to NSS 3.108 (Node.js GitHub Bot) #57381
doc:
  * add geeksilva97 to collaborators (Edy Silva) #57241
src:
  * (SEMVER-MINOR) create `THROW_ERR_OPTIONS_BEFORE_BOOTSTRAPPING` (Marco Ippolito) #57016
test_runner:
  * (SEMVER-MINOR) change ts default glob (Marco Ippolito) #57359
tls:
  * (SEMVER-MINOR) implement `tls.getCACertificates()` (Joyee Cheung) #57107
v8:
  * (SEMVER-MINOR) add `v8.getCppHeapStatistics()` method (Aditi) #57146

PR-URL: #57424
@aduh95 aduh95 force-pushed the v23.10.0-proposal branch from 7dd084e to 39e295d Compare March 13, 2025 10:05
@aduh95 aduh95 added request-ci Add this label to start a Jenkins CI on a PR. and removed request-ci Add this label to start a Jenkins CI on a PR. labels Mar 13, 2025
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Mar 13, 2025
Copy link

codecov bot commented Mar 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.25%. Comparing base (9d2368f) to head (39e295d).
Report is 111 commits behind head on v23.x.

Additional details and impacted files
@@            Coverage Diff             @@
##            v23.x   #57424      +/-   ##
==========================================
- Coverage   90.37%   90.25%   -0.12%     
==========================================
  Files         629      630       +1     
  Lines      184264   185130     +866     
  Branches    36031    36252     +221     
==========================================
+ Hits       166522   167097     +575     
- Misses      10861    10981     +120     
- Partials     6881     7052     +171     

see 88 files with indirect coverage changes

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@nodejs-github-bot
Copy link
Collaborator

@aduh95 aduh95 merged commit 39e295d into v23.x Mar 13, 2025
55 checks passed
aduh95 pushed a commit that referenced this pull request Mar 13, 2025
Notable changes:

config:
  * (SEMVER-MINOR) add config file support (Marco Ippolito) #57016
  * (SEMVER-MINOR) set default config as `node.config.json` (Marco Ippolito) #57171
crypto:
  * update root certificates to NSS 3.108 (Node.js GitHub Bot) #57381
doc:
  * add geeksilva97 to collaborators (Edy Silva) #57241
src:
  * (SEMVER-MINOR) create `THROW_ERR_OPTIONS_BEFORE_BOOTSTRAPPING` (Marco Ippolito) #57016
test_runner:
  * (SEMVER-MINOR) change ts default glob (Marco Ippolito) #57359
tls:
  * (SEMVER-MINOR) implement `tls.getCACertificates()` (Joyee Cheung) #57107
v8:
  * (SEMVER-MINOR) add `v8.getCppHeapStatistics()` method (Aditi) #57146

PR-URL: #57424
@aduh95 aduh95 deleted the v23.10.0-proposal branch March 13, 2025 20:46
aduh95 added a commit that referenced this pull request Mar 13, 2025
aduh95 added a commit to aduh95/nodejs.org that referenced this pull request Mar 13, 2025
github-merge-queue bot pushed a commit to nodejs/nodejs.org that referenced this pull request Mar 14, 2025
RafaelGSS pushed a commit that referenced this pull request Apr 1, 2025
Notable changes:

config:
  * (SEMVER-MINOR) add config file support (Marco Ippolito) #57016
  * (SEMVER-MINOR) set default config as `node.config.json` (Marco Ippolito) #57171
crypto:
  * update root certificates to NSS 3.108 (Node.js GitHub Bot) #57381
doc:
  * add geeksilva97 to collaborators (Edy Silva) #57241
src:
  * (SEMVER-MINOR) create `THROW_ERR_OPTIONS_BEFORE_BOOTSTRAPPING` (Marco Ippolito) #57016
test_runner:
  * (SEMVER-MINOR) change ts default glob (Marco Ippolito) #57359
tls:
  * (SEMVER-MINOR) implement `tls.getCACertificates()` (Joyee Cheung) #57107
v8:
  * (SEMVER-MINOR) add `v8.getCppHeapStatistics()` method (Aditi) #57146

PR-URL: #57424
RafaelGSS pushed a commit that referenced this pull request Apr 1, 2025
Notable changes:

config:
  * (SEMVER-MINOR) add config file support (Marco Ippolito) #57016
  * (SEMVER-MINOR) set default config as `node.config.json` (Marco Ippolito) #57171
crypto:
  * update root certificates to NSS 3.108 (Node.js GitHub Bot) #57381
doc:
  * add geeksilva97 to collaborators (Edy Silva) #57241
src:
  * (SEMVER-MINOR) create `THROW_ERR_OPTIONS_BEFORE_BOOTSTRAPPING` (Marco Ippolito) #57016
test_runner:
  * (SEMVER-MINOR) change ts default glob (Marco Ippolito) #57359
tls:
  * (SEMVER-MINOR) implement `tls.getCACertificates()` (Joyee Cheung) #57107
v8:
  * (SEMVER-MINOR) add `v8.getCppHeapStatistics()` method (Aditi) #57146

PR-URL: #57424
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Issues and PRs related to Node.js releases. v23.x v23.x Issues that can be reproduced on v23.x or PRs targeting the v23.x-staging branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.