Skip to content
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

2025-01-07, Version 22.13.0 'Jod' (LTS) #56329

Open
wants to merge 202 commits into
base: v22.x
Choose a base branch
from
Open

Conversation

ruyadorno
Copy link
Member

@ruyadorno ruyadorno commented Dec 20, 2024

2025-01-07, Version 22.13.0 'Jod' (LTS), @ruyadorno

Notable Changes

Graduate WebCryptoAPI Ed25519 and X25519 algorithms as stable

Following the merge of Curve25519 into the Web Cryptography API Editor's Draft the Ed25519 and X25519 algorithm identifiers are now stable and will no longer emit an ExperimentalWarning upon use.

Contributed by (Filip Skokan) #56142

Other Notable Changes

  • [a35ce92dc6] - (SEMVER-MINOR) assert: add partialDeepStrictEqual (Giovanni Bucci) #54630
  • [91b6cbc541] - (SEMVER-MINOR) cli: implement --trace-env and --trace-env-[js|native]-stack (Joyee Cheung) #55604
  • [8b83253335] - (SEMVER-MINOR) dgram: support blocklist in udp (theanarkh) #56087
  • [4a8f042dfc] - doc: stabilize util.styleText (Rafael Gonzaga) #56265
  • [016d609147] - doc: move typescript support to active development (Marco Ippolito) #55536
  • [e8f5a5d59c] - doc: add LJHarb to collaborators (Jordan Harband) #56132
  • [ba63702dc3] - (SEMVER-MINOR) doc: add report version and history section (Chengzhong Wu) #56130
  • [803cc3b0d2] - (SEMVER-MINOR) doc: sort --report-exclude alphabetically (Rafael Gonzaga) #55697
  • [695f582f3c] - (SEMVER-MINOR) doc,lib,src,test: unflag sqlite module (Colin Ihrig) #55788
  • [c02c17ed35] - (SEMVER-MINOR) module: only emit require(esm) warning under --trace-require-module (Joyee Cheung) #56194
  • [7ed5aad275] - (SEMVER-MINOR) module: add module.stripTypeScriptTypes (Marco Ippolito) #55282
  • [4f85047aae] - (SEMVER-MINOR) module: simplify findPackageJSON implementation (Antoine du Hamel) #55543
  • [807f34f310] - (SEMVER-MINOR) module: add findPackageJSON util (Jacob Smith) #55412
  • [26e76129f2] - (SEMVER-MINOR) net: support blocklist in net.connect (theanarkh) #56075
  • [a0a5fe8865] - (SEMVER-MINOR) net: add SocketAddress.parse (James M Snell) #56076
  • [92a6c56ea1] - (SEMVER-MINOR) net: add net.BlockList.isBlockList(value) (James M Snell) #56078
  • [5f80f993a4] - (SEMVER-MINOR) net: support blocklist for net.Server (theanarkh) #56079
  • [ca417430a1] - (SEMVER-MINOR) process: deprecate features.{ipv6,uv} and features.tls_* (René) #55545
  • [4aa768a441] - (SEMVER-MINOR) report: fix typos in report keys and bump the version (Yuan-Ming Hsu) #56068
  • [b7ce626e9e] - (SEMVER-MINOR) sqlite: aggregate constants in a single property (Edigleysson Silva (Edy)) #56213
  • [30628eb92b] - (SEMVER-MINOR) sqlite: add StatementSync.prototype.iterate method (tpoisseau) #54213
  • [0aee9af183] - (SEMVER-MINOR) src: add cli option to preserve env vars on dr (Rafael Gonzaga) #55697
  • [c0906aeddc] - (SEMVER-MINOR) src,lib: stabilize permission model (Rafael Gonzaga) #56201
  • [5d92a5f156] - (SEMVER-MINOR) util: add sourcemap support to getCallSites (Marco Ippolito) #55589

Commits

  • [088d985e3d] - assert: make Maps be partially compared in partialDeepStrictEqual (Giovanni Bucci) #56195
  • [e7b9e194c9] - assert: make partialDeepStrictEqual work with ArrayBuffers (Giovanni Bucci) #56098
  • [2117a70c8f] - assert: optimize partial comparison of two Sets (Antoine du Hamel) #55970
  • [a35ce92dc6] - (SEMVER-MINOR) assert: add partialDeepStrictEqual (Giovanni Bucci) #54630
  • [f5c2f679ef] - buffer: document concat zero-fill (Duncan) #55562
  • [fe468a6719] - build: set DESTCPU correctly for 'make binary' on loongarch64 (吴小白) #56271
  • [7621805090] - build: fix missing fp16 dependency in d8 builds (Joyee Cheung) #56266
  • [db9a3b2753] - build: add major release action (Rafael Gonzaga) #56199
  • [626959a949] - build: fix C string encoding for PRODUCT_DIR_ABS (Anna Henningsen) #56111
  • [e470079ab5] - build: use variable for simdutf path (Shelley Vohr) #56196
  • [cf8a2d9158] - build: allow overriding clang usage (Shelley Vohr) #56016
  • [6ff40436b2] - build: remove defaults for create-release-proposal (Rafael Gonzaga) #56042
  • [216a785a20] - build: set node_arch to target_cpu in GN (Shelley Vohr) #55967
  • [0a819a68d2] - build: use variable for crypto dep path (Shelley Vohr) #55928
  • [d3b6510d05] - build: fix GN build for sqlite (Cheng) #55912
  • [f557c0e258] - build: compile bundled simdutf conditionally (Jakub Jirutka) #55886
  • [e309310b17] - build: compile bundled simdjson conditionally (Jakub Jirutka) #55886
  • [50faa641c6] - build: compile bundled ada conditionally (Jakub Jirutka) #55886
  • [5e4cdd1ffe] - build: use glob for dependencies of out/Makefile (Richard Lau) #55789
  • [91b6cbc541] - (SEMVER-MINOR) cli: implement --trace-env and --trace-env-[js|native]-stack (Joyee Cheung) #55604
  • [6630cccc2f] - crypto: graduate WebCryptoAPI Ed25519 and X25519 algorithms as stable (Filip Skokan) #56142
  • [4f0b4565c4] - crypto: ensure CryptoKey usages and algorithm are cached objects (Filip Skokan) #56108
  • [bee73f9e6a] - crypto: allow non-multiple of 8 in SubtleCrypto.deriveBits (Filip Skokan) #55296
  • [ff8852d93a] - deps: update nghttp3 to 1.6.0 (Node.js GitHub Bot) #56258
  • [8fb515e5a6] - deps: update simdutf to 5.6.4 (Node.js GitHub Bot) #56255
  • [f327d47b35] - deps: update libuv to 1.49.2 (Luigi Pinca) #56224
  • [591bf961ca] - deps: update c-ares to v1.34.4 (Node.js GitHub Bot) #56256
  • [929df7de5e] - deps: define V8_PRESERVE_MOST as no-op on Windows (Stefan Stojanovic) #56238
  • [2f594ca6c5] - deps: update sqlite to 3.47.2 (Node.js GitHub Bot) #56178
  • [fc0e238e7c] - deps: update ngtcp2 to 1.9.1 (Node.js GitHub Bot) #56095
  • [7073e9772f] - deps: upgrade npm to 10.9.2 (npm team) #56135
  • [8f98c5f86c] - deps: update sqlite to 3.47.1 (Node.js GitHub Bot) #56094
  • [b6ca859e01] - deps: update zlib to 1.3.0.1-motley-82a5fec (Node.js GitHub Bot) #55980
  • [ab693c3e07] - deps: update corepack to 0.30.0 (Node.js GitHub Bot) #55977
  • [935b105953] - deps: update ngtcp2 to 1.9.0 (Node.js GitHub Bot) #55975
  • [7a6b6aba5b] - deps: update simdutf to 5.6.3 (Node.js GitHub Bot) #55973
  • [bf78498863] - deps: upgrade npm to 10.9.1 (npm team) #55951
  • [fac2b7ff54] - deps: update zlib to 1.3.0.1-motley-7e2e4d7 (Node.js GitHub Bot) #54432
  • [4b96875319] - deps: update simdjson to 3.10.1 (Node.js GitHub Bot) #54678
  • [0bd1d3f3da] - deps: update simdutf to 5.6.2 (Node.js GitHub Bot) #55889
  • [2c406a5b5b] - (SEMVER-MINOR) dgram: support blocklist in udp (theanarkh) #56087
  • [76ba37fe5e] - dgram: check udp buffer size to avoid fd leak (theanarkh) #56084
  • [c1b78da42c] - doc: fix color contrast issue in light mode (Rich Trott) #56272
  • [753829f14a] - doc: stabilize util.styleText (Rafael Gonzaga) #56265
  • [d48c57fd1b] - doc: clarify util.aborted resource usage (Kunal Kumar) #55780
  • [28d3ce386b] - doc: add esm examples to node:repl (Alfredo González) #55432
  • [4676607a6d] - doc: add esm examples to node:readline (Alfredo González) #55335
  • [e910c39859] - doc: fix 'which' to 'that' and add commas (Selveter Senitro) #56216
  • [94a7282655] - doc: fix winget config path (Alex Yang) #56233
  • [eafbb9f4dc] - doc: add esm examples to node:tls (Alfredo González) #56229
  • [dacf91f06d] - doc: add esm examples to node:perf_hooks (Alfredo González) #55257
  • [e90fbafa75] - doc: sea.getRawAsset(key) always returns an ArrayBuffer (沈鸿飞) #56206
  • [632171ab8d] - doc: update announce documentation for releases (Rafael Gonzaga) #56200
  • [80fa854ad0] - doc: update blog link to /vulnerability (Rafael Gonzaga) #56198
  • [16b1ad8334] - doc: call out import.meta is only supported in ES modules (Anton Kastritskii) #56186
  • [aac85ebb21] - doc: add ambassador message - benefits of Node.js (Michael Dawson) #56085
  • [ed29f0ae13] - doc: fix incorrect link to style guide (Yuan-Ming Hsu) #56181
  • [f699375ff9] - doc: fix c++ addon hello world sample (Edigleysson Silva (Edy)) #56172
  • [bda545df7e] - doc: update blog release-post link (Ruy Adorno) #56123
  • [6101383fc7] - doc: fix module.md headings (Chengzhong Wu) #56131
  • [016d609147] - doc: move typescript support to active development (Marco Ippolito) #55536
  • [624568ba76] - doc: mention -a flag for the release script (Ruy Adorno) #56124
  • [e8f5a5d59c] - doc: add LJHarb to collaborators (Jordan Harband) #56132
  • [5100350988] - doc: add create-release-action to process (Rafael Gonzaga) #55993
  • [b8ce636bc9] - doc: rename file to advocacy-ambassador-program.md (Tobias Nießen) #56046
  • [495a624314] - doc: remove unused import from sample code (Blended Bram) #55570
  • [2762c52237] - doc: add FAQ to releases section (Rafael Gonzaga) #55992
  • [2e6306ab1a] - doc: move history entry to class description (Luigi Pinca) #55991
  • [3558a19b37] - doc: add history entry for textEncoder.encodeInto() (Luigi Pinca) #55990
  • [20e62e3aa3] - doc: improve GN build documentation a bit (Shelley Vohr) #55968
  • [109cb12c59] - doc: fix deprecation codes (Filip Skokan) #56018
  • [717531da77] - doc: remove confusing and outdated sentence (Luigi Pinca) #55988
  • [42ce29ceb9] - doc: deprecate passing invalid types in fs.existsSync (Carlos Espa) #55892
  • [b5181ed094] - doc: add doc for PerformanceObserver.takeRecords() (skyclouds2001) #55786
  • [5808a0773f] - doc: add vetted courses to the ambassador benefits (Matteo Collina) #55934
  • [15b0ffbac3] - doc: order node:crypto APIs alphabetically (Julian Gassner) #55831
  • [7859172ff6] - doc: doc how to add message for promotion (Michael Dawson) #55843
  • [a83378ba3d] - doc: add esm example for zlib (Leonardo Peixoto) #55946
  • [64fdfa953d] - doc: fix typo (Alex Yang) #56125
  • [123aae037c] - doc: document approach for building wasm in deps (Michael Dawson) #55940
  • [6db9d0d96b] - doc: remove RedYetiDev from triagers team (Aviv Keller) #55947
  • [41e5cabc99] - doc: add esm examples to node:timers (Alfredo González) #55857
  • [02d4504aa4] - doc: fix relative path mention in --allow-fs (Rafael Gonzaga) #55791
  • [478fe360cf] - doc: include git node release --promote to steps (Rafael Gonzaga) #55835
  • [8f91622e64] - doc: add history entry for import assertion removal (Antoine du Hamel) #55883
  • [b6bef392d3] - doc: add a note on console stream behavior (Gireesh Punathil) #55616
  • [ba63702dc3] - (SEMVER-MINOR) doc: add report version and history section (Chengzhong Wu) #55697
  • [803cc3b0d2] - (SEMVER-MINOR) doc: sort --report-exclude alphabetically (Rafael Gonzaga) #55697
  • [695f582f3c] - (SEMVER-MINOR) doc,lib,src,test: unflag sqlite module (Colin Ihrig) #55890
  • [9364d7bcbc] - fs: make mutating options in Callback readdir() not affect results (LiviaMedeiros) #56057
  • [645056033c] - fs: make mutating options in Promises readdir() not affect results (LiviaMedeiros) #56057
  • [900edd8e01] - fs: lazily load ReadFileContext (Gürgün Dayıoğlu) #55998
  • [437021d680] - fs,win: fix readdir for named pipe (Hüseyin Açacak) #56110
  • [53e0c59cc5] - http: add setDefaultHeaders option to http.request (Tim Perry) #56112
  • [025f057798] - http: don't emit error after destroy (Robert Nagy) #55457
  • [1b35f72915] - http2: remove duplicate codeblock (Vitaly Aminev) #55915
  • [18fb548ad4] - http2: support ALPNCallback option (ZYSzys) #56187
  • [930e26b52f] - http2: fix memory leak caused by premature listener removing (ywave620) #55966
  • [72db1842e7] - lib: remove redundant global regexps (Gürgün Dayıoğlu) #56182
  • [9d515f306c] - lib: clean up persisted signals when they are settled (Edigleysson Silva (Edy)) #56001
  • [9ef8d38bc2] - lib: handle Float16Array in node:v8 serdes (Bartek Iwańczuk) #55996
  • [2146841f65] - lib: disable default memory leak warning for AbortSignal (Lenz Weber-Tronic) #55816
  • [31e5037f6f] - lib: add validation for options in compileFunction (Taejin Kim) #56023
  • [1d6cbc1ba5] - lib: fix fs.readdir recursive async (Rafael Gonzaga) #56041
  • [0e36fd9fb5] - lib: avoid excluding symlinks in recursive fs.readdir with filetypes (Juan José) #55714
  • [b99b779dec] - meta: bump github/codeql-action from 3.27.0 to 3.27.5 (dependabot[bot]) #56103
  • [809d1a1863] - meta: bump actions/checkout from 4.1.7 to 4.2.2 (dependabot[bot]) #56102
  • [d411a1e029] - meta: bump step-security/harden-runner from 2.10.1 to 2.10.2 (dependabot[bot]) #56101
  • [f38f18d48f] - meta: bump actions/setup-node from 4.0.3 to 4.1.0 (dependabot[bot]) #56100
  • [ca41980be8] - meta: add releasers as CODEOWNERS to proposal action (Rafael Gonzaga) #56043
  • [0a21f300e8] - (SEMVER-MINOR) module: only emit require(esm) warning under --trace-require-module (Joyee Cheung) #56194
  • [f99075ad87] - module: prevent main thread exiting before esm worker ends (Shima Ryuhei) #56183
  • [7ed5aad275] - (SEMVER-MINOR) module: add module.stripTypeScriptTypes (Marco Ippolito) #55282
  • [420d599bf0] - module: simplify ts under node_modules check (Marco Ippolito) #55440
  • [e8ca1717b4] - module: mark evaluation rejection in require(esm) as handled (Joyee Cheung) #56122
  • [4f85047aae] - (SEMVER-MINOR) module: simplify findPackageJSON implementation (Antoine du Hamel) #55412
  • [807f34f310] - (SEMVER-MINOR) module: add findPackageJSON util (Jacob Smith) #55412
  • [26e76129f2] - (SEMVER-MINOR) net: support blocklist in net.connect (theanarkh) #56075
  • [a0a5fe8865] - (SEMVER-MINOR) net: add SocketAddress.parse (James M Snell) #56076
  • [92a6c56ea1] - (SEMVER-MINOR) net: add net.BlockList.isBlockList(value) (James M Snell) #56078
  • [5f80f993a4] - (SEMVER-MINOR) net: support blocklist for net.Server (theanarkh) #56079
  • [3742b75675] - node-api: allow napi_delete_reference in finalizers (Chengzhong Wu) #55620
  • [aa6b0e8bf4] - permission: ignore internalModuleStat on module loading (Rafael Gonzaga) #55797
  • [ca417430a1] - (SEMVER-MINOR) process: deprecate features.{ipv6,uv} and features.tls_* (René) #55545
  • [cfcce15573] - quic: update more QUIC implementation (James M Snell) #55986
  • [9a6a51c039] - quic: multiple updates to quic impl (James M Snell) #55971
  • [2d06c8b660] - (SEMVER-MINOR) report: fix typos in report keys and bump the version (Yuan-Ming Hsu) #56068
  • [d1809c054f] - sea: only assert snapshot main function for main threads (Joyee Cheung) #56120
  • [d4aabcf7c8] - (SEMVER-MINOR) sqlite: aggregate constants in a single property (Edigleysson Silva (Edy)) #56213
  • [86e4b1ce97] - sqlite: add support for custom functions (Colin Ihrig) #55985
  • [2f2316a55d] - sqlite: support db.loadExtension (Alex Yang) #53900
  • [535317e27d] - sqlite: deps include sqlite3ext.h (Alex Yang) #56010
  • [30628eb92b] - (SEMVER-MINOR) sqlite: add StatementSync.prototype.iterate method (tpoisseau) #54213
  • [06ad4ac008] - src: fix outdated js2c.cc references (Chengzhong Wu) #56133
  • [a37d75901f] - src: use spaceship operator in SocketAddress (James M Snell) #56059
  • [21704d0d5c] - src: add missing qualifiers to env.cc (Yagiz Nizipli) #56062
  • [ab350595ea] - src: use std::string_view for process emit fns (Yagiz Nizipli) #56086
  • [4f4756e7b4] - src: remove dead code in async_wrap (Gerhard Stöbich) #56065
  • [f759aa47cf] - src: avoid copy on getV8FastApiCallCount (Yagiz Nizipli) #56081
  • [b5ddedbcad] - src: fix check fd (theanarkh) #56000
  • [009bf6f5f1] - src: safely remove the last line from dotenv (Shima Ryuhei) #55982
  • [bdae1b258a] - src: fix kill signal on Windows (Hüseyin Açacak) #55514
  • [0aee9af183] - (SEMVER-MINOR) src: add cli option to preserve env vars on dr (Rafael Gonzaga) #55697
  • [0b1b6fdd68] - src,build: add no user defined deduction guides of CTAD check (Chengzhong Wu) #56071
  • [428a9d8576] - (SEMVER-MINOR) src,lib: stabilize permission model (Rafael Gonzaga) #56201
  • [1691e62301] - stream: commit pull-into descriptors after filling from queue (Mattias Buelens) #56072
  • [3fec5e31e8] - test: remove test-sqlite-statement-sync flaky designation (Luigi Pinca) #56051
  • [6a12323659] - test: use --permission over --experimental-permission (Rafael Gonzaga) #56239
  • [43fa7eff99] - test: remove exludes for sea tests on PPC (Michael Dawson) #56217
  • [3fc6e2eeb0] - test: fix test-abortsignal-drop-settled-signals flakiness (Edigleysson Silva (Edy)) #56197
  • [ad4275b69a] - test: move localizationd data from test-icu-env to external file (Livia Medeiros) #55618
  • [668f6a901b] - test: update WPT for url to 6fa3fe8a92 (Node.js GitHub Bot) #56136
  • [e241de375e] - test: remove hasOpenSSL3x utils (Antoine du Hamel) #56164
  • [b6d8925096] - test: update streams wpt (Mattias Buelens) #56072
  • [985248047e] - test: remove test-fs-utimes flaky designation (Luigi Pinca) #56052
  • [c794234bcf] - test: ensure cli.md is in alphabetical order (Antoine du Hamel) #56025
  • [f97ecefc0d] - test: update WPT for WebCryptoAPI to 3e3374efde (Node.js GitHub Bot) #56093
  • [6effe48ef0] - test: update WPT for WebCryptoAPI to 76dfa54e5d (Node.js GitHub Bot) #56093
  • [f4615da6f0] - test: move test-worker-arraybuffer-zerofill to parallel (Luigi Pinca) #56053
  • [afc7fb300b] - test: update WPT for url to 67880a4eb83ca9aa732eec4b35a1971ff5bf37ff (Node.js GitHub Bot) #55999
  • [3c1b0dcf40] - test: make HTTP/1.0 connection test more robust (Arne Keller) #55959
  • [d1b7404e88] - test: convert readdir test to use test runner (Thomas Chetwin) #55750
  • [2f3298a032] - test: make x509 crypto tests work with BoringSSL (Shelley Vohr) #55927
  • [12ebb56b57] - test: fix determining lower priority (Livia Medeiros) #55908
  • [8807e55327] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #55997
  • [14c35bb351] - test_runner: refactor Promise chain in run() (Colin Ihrig) #55958
  • [09234cc6f2] - test_runner: refactor build Promise in Suite() (Colin Ihrig) #55958
  • [7608306222] - test_runner: simplify hook running logic (Colin Ihrig) #55963
  • [802601ca33] - test_runner: mark context.plan() as stable (Colin Ihrig) #55895
  • [618d451b70] - test_runner: mark snapshot testing as stable (Colin Ihrig) #55897
  • [a5702a0c86] - tools: fix node: enforcement for docs (Antoine du Hamel) #56284
  • [318bab427b] - tools: update github_reporter to 1.7.2 (Node.js GitHub Bot) #56205
  • [0b317c97ae] - tools: add REPLACEME check to workflow (Mert Can Altin) #56251
  • [cdb15d9b7d] - tools: use github.actor instead of bot username for release proposals (Antoine du Hamel) #56232
  • [b40439989f] - Revert "tools: disable automated libuv updates" (Luigi Pinca) #56223
  • [a5fa657d80] - tools: update gyp-next to 0.19.1 (Anna Henningsen) #56111
  • [94a6564605] - tools: fix release proposal linter to support more than 1 folk preparing (Antoine du Hamel) #56203
  • [4e5e3562e6] - tools: enable linter for tools/icu/** (Livia Medeiros) #56176
  • [379fc403a0] - tools: use commit title as PR title when creating release proposal (Antoine du Hamel) #56165
  • [f7e9bbb2a7] - tools: update gyp-next to 0.19.0 (Node.js GitHub Bot) #56158
  • [35feb6cec6] - tools: bump the eslint group in /tools/eslint with 4 updates (dependabot[bot]) #56099
  • [cc861ad476] - tools: improve release proposal PR opening (Antoine du Hamel) #56161
  • [eab17d4b03] - tools: update create-release-proposal workflow (Antoine du Hamel) #56054
  • [3195af27f1] - tools: fix update-undici script (Michaël Zasso) #56069
  • [beb0ba4b43] - tools: allow dispatch of tools.yml from forks (Antoine du Hamel) #56008
  • [9812e90090] - tools: fix nghttp3 updater script (Antoine du Hamel) #56007
  • [51b29ccc34] - tools: filter release keys to reduce interactivity (Antoine du Hamel) #55950
  • [03118a7685] - tools: update WPT updater (Antoine du Hamel) #56003
  • [9f59af9813] - tools: add WPT updater for specific subsystems (Mert Can Altin) #54460
  • [ad2060fb2a] - tools: use tokenless Codecov uploads (Michaël Zasso) #55943
  • [94105c092f] - tools: lint js in doc/**/*.md (Livia Medeiros) #55904
  • [267c8f8aca] - tools: add linter for release commit proposals (Antoine du Hamel) #55923
  • [d9284ac214] - tools: fix riscv64 build failed (Lu Yahan) #52888
  • [5826993564] - tools: bump cross-spawn from 7.0.3 to 7.0.5 in /tools/eslint (dependabot[bot]) #55894
  • [fbc2830b97] - util: harden more built-in classes against prototype pollution (Antoine du Hamel) #56225
  • [597a78ecff] - util: fix Latin1 decoding to return string output (Mert Can Altin) #56222
  • [c365263019] - util: do not rely on mutable Object and Function' constructor prop (Antoine du Hamel) #56188
  • [99eddecd64] - util: add fast path for Latin1 decoding (Mert Can Altin) #55275
  • [5d92a5f156] - (SEMVER-MINOR) util: add sourcemap support to getCallSites (Marco Ippolito) #55589
  • [3920a5cff6] - v8,tools: expose experimental wasm revectorize feature (Yolanda-Chen) #54896
  • [1d865b2196] - worker: fix crash when a worker joins after exit (Stephen Belanger) #56191

JakobJingleheimer and others added 30 commits December 10, 2024 22:15
PR-URL: #55412
Backport-PR-URL: #56074
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #55543
Backport-PR-URL: #56074
Reviewed-By: Jacob Smith <[email protected]>
Reviewed-By: Marco Ippolito <[email protected]>
PR-URL: #55412
PR-URL: #55697
Backport-PR-URL: #56055
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
PR-URL: #55788
Backport-PR-URL: #56055
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Ulises Gascón <[email protected]>
PR-URL: #55697
PR-URL: #56130
Backport-PR-URL: #56055
Refs: #56068
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Rafael Gonzaga <[email protected]>
PR-URL: #55697
The `out/Makefile` target in `Makefile` has an incomplete list of
`.gyp` files for Node.js dependencies in `deps`, but also the ones
that are listed are unconditional. If using any of the `--shared-*`
configure options, it should be possible to still build Node.js if
the corresponding directory under `deps` is removed.

Convert the explicit list of dependency `*.gyp` files for the
`out/Makefile` target to a glob. This will pick up any toplevel
`.gyp` files for dependencies present in `deps`.

PR-URL: #55789
Backport-PR-URL: #56019
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Juan José Arboleda <[email protected]>
This improves Permission Model usage when allowing read access to
specifi modules. To achieve that, the permission model check on
internalModuleStat has been removed meaning that on module loading,
uv_fs_stat is performed on files and folders even when the permission
model is enabled. Although a uv_fs_stat is performed, reading/executing
the module will still pass by the permission model check.

Without this PR when an app tries to --allow-fs-read=./a.js
--allow-fs-read=./b.js where `a` attempt to load b, it will fails as
it reads $pwd and no permission has been given to this path.

PR-URL: #55797
Backport-PR-URL: #56058
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Ulises Gascón <[email protected]>
PR-URL: #55457
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Ethan Arrowood <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Jake Yuesong Li <[email protected]>
Many user reported issues show poor awareness of the
nature of console streams. explicitly document that.

PR-URL: #55616
Reviewed-By: Ulises Gascón <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.5.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.5)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
PR-URL: #55894
Reviewed-By: Rafael Gonzaga <[email protected]>
Reviewed-By: Marco Ippolito <[email protected]>
Reviewed-By: Yagiz Nizipli <[email protected]>
PR-URL: #52888
Reviewed-By: Stewart X Addison <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
PR-URL: #55883
Refs: #52104
Reviewed-By: Chemi Atlow <[email protected]>
Reviewed-By: Geoffrey Booth <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Moshe Atlow <[email protected]>
The --shared-ada flag was introduced in #52924, but the implementation
was incomplete.

Resolves #52914

PR-URL: #55886
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
The --shared-simdjson flag was introduced in #52924, but the
implementation was incomplete.

Resolves #52914

PR-URL: #55886
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
The --shared-simdutf flag was introduced in #52924, but the
implementation was incomplete.

Resolves #52914

PR-URL: #55886
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
PR-URL: #55889
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Marco Ippolito <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Rafael Gonzaga <[email protected]>
This commit allows the node:sqlite module to be used without
starting Node with a CLI flag. The module is still experimental.

Fixes: #55854
PR-URL: #55890
Reviewed-By: Jake Yuesong Li <[email protected]>
Reviewed-By: Marco Ippolito <[email protected]>
Reviewed-By: Moshe Atlow <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
This commit marks the test runner's snapshot testing API as
stable.

PR-URL: #55897
Reviewed-By: Moshe Atlow <[email protected]>
Reviewed-By: Pietro Marchini <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Jacob Smith <[email protected]>
Reviewed-By: Chemi Atlow <[email protected]>
PR-URL: #55791
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Joyee Cheung <[email protected]>
Reviewed-By: Chemi Atlow <[email protected]>
Fixes: #42923
PR-URL: #55514
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Stefan Stojanovic <[email protected]>
PR-URL: #55908
Fixes: NixOS/nixpkgs#355919
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #55857
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Jason Zhang <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #55912
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Juan José Arboleda <[email protected]>
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Marco Ippolito <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #54678
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Marco Ippolito <[email protected]>
PR-URL: #55947
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Jake Yuesong Li <[email protected]>
Reviewed-By: Jason Zhang <[email protected]>
Reviewed-By: Marco Ippolito <[email protected]>
PR-URL: #54213
Reviewed-By: Zeyu "Alex" Yang <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
PR-URL: #55927
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: LiviaMedeiros <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #55923
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Chemi Atlow <[email protected]>
Reviewed-By: Marco Ippolito <[email protected]>
Refs: nodejs/security-wg#1236

Signed-off-by: Michael Dawson <[email protected]>
PR-URL: #55940
Reviewed-By: Marco Ippolito <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
StefanStojanovic and others added 16 commits December 20, 2024 21:23
It's causing linker errors with node.lib in node-gyp and potentially
breaks other 3rd party tools

PR-URL: #56238
Refs: #55784
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #56225
Reviewed-By: Jordan Harband <[email protected]>
Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]>
This action reminds collaborators of the upcoming
major release date. In the future, this action can
also update and create the branches (that's why the
action name is generic).

PR-URL: #56199
Refs: #55732
Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #56256
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Marco Ippolito <[email protected]>
PR-URL: #56251
Reviewed-By: Antoine du Hamel <[email protected]>
Reviewed-By: Yagiz Nizipli <[email protected]>
The issue is likely the same as other tests that time out.

Refs: #54918
Refs: #54802
PR-URL: #56051
Reviewed-By: Michaël Zasso <[email protected]>
Fixes: #56137
Refs: #56223
PR-URL: #56224
Reviewed-By: Santiago Gimeno <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
PR-URL: #56255
Reviewed-By: Rafael Gonzaga <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #56258
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Marco Ippolito <[email protected]>
PR-URL: #56284
Refs: #56185
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Chengzhong Wu <[email protected]>
PR-URL: #56213
Fixes: #56193
Refs: #56193
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Yongsheng Zhang <[email protected]>
Reviewed-By: Rafael Gonzaga <[email protected]>
Reviewed-By: Stephen Belanger <[email protected]>
PR-URL: #56265
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Marco Ippolito <[email protected]>
Reviewed-By: Adrian Estrada <[email protected]>
Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]>
Reviewed-By: Moshe Atlow <[email protected]>
PR-URL: #56266
Reviewed-By: Juan José Arboleda <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Signed-off-by: 吴小白 <[email protected]>
PR-URL: #56271
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Juan José Arboleda <[email protected]>
Attributes are being highlighted as #f00 on a background of #f2f2f2.
That's a color contrast of 3.98:1, failing to meet the 4.5:1 requirement
of WCAG 2.1 AA. This changes the attribute color to #d00, which has a
color contrast of 5.09:1 meeting the 4.5:1 requirement.

PR-URL: #56272
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Claudio Wunder <[email protected]>
ruyadorno added a commit that referenced this pull request Dec 21, 2024
Notable changes:

assert:
  * (SEMVER-MINOR) add partialDeepStrictEqual (Giovanni Bucci) #54630
cli:
  * (SEMVER-MINOR) implement --trace-env and --trace-env-[js|native]-stack (Joyee Cheung) #55604
crypto:
  * graduate WebCryptoAPI Ed25519 and X25519 algorithms as stable (Filip Skokan) #56142
dgram:
  * (SEMVER-MINOR) support blocklist in udp (theanarkh) #56087
doc:
  * stabilize util.styleText (Rafael Gonzaga) #56265
  * move typescript support to active development (Marco Ippolito) #55536
  * add LJHarb to collaborators (Jordan Harband) #56132
  * (SEMVER-MINOR) add report version and history section (Chengzhong Wu) #55697
  * (SEMVER-MINOR) sort --report-exclude alphabetically (Rafael Gonzaga) #55697
doc,lib,src,test:
  * (SEMVER-MINOR) unflag sqlite module (Colin Ihrig) #55890
module:
  * (SEMVER-MINOR) only emit require(esm) warning under --trace-require-module (Joyee Cheung) #56194
  * (SEMVER-MINOR) add module.stripTypeScriptTypes (Marco Ippolito) #55282
  * (SEMVER-MINOR) simplify `findPackageJSON` implementation (Antoine du Hamel) #55412
  * (SEMVER-MINOR) add `findPackageJSON` util (Jacob Smith) #55412
net:
  * (SEMVER-MINOR) support blocklist in net.connect (theanarkh) #56075
  * (SEMVER-MINOR) add SocketAddress.parse (James M Snell) #56076
  * (SEMVER-MINOR) add net.BlockList.isBlockList(value) (James M Snell) #56078
  * (SEMVER-MINOR) support blocklist for net.Server (theanarkh) #56079
process:
  * (SEMVER-MINOR) deprecate `features.{ipv6,uv}` and `features.tls_*` (René) #55545
report:
  * (SEMVER-MINOR) fix typos in report keys and bump the version (Yuan-Ming Hsu) #56068
sqlite:
  * (SEMVER-MINOR) aggregate constants in a single property (Edigleysson Silva (Edy)) #56213
  * (SEMVER-MINOR) add `StatementSync.prototype.iterate` method (tpoisseau) #54213
src:
  * (SEMVER-MINOR) add cli option to preserve env vars on dr (Rafael Gonzaga) #55697
src,lib:
  * (SEMVER-MINOR) stabilize permission model (Rafael Gonzaga) #56201
util:
  * (SEMVER-MINOR) add sourcemap support to getCallSites (Marco Ippolito) #55589

PR-URL: #56329
ruyadorno added a commit that referenced this pull request Dec 21, 2024
Notable changes:

assert:
  * (SEMVER-MINOR) add partialDeepStrictEqual (Giovanni Bucci) #54630
cli:
  * (SEMVER-MINOR) implement --trace-env and --trace-env-[js|native]-stack (Joyee Cheung) #55604
crypto:
  * graduate WebCryptoAPI Ed25519 and X25519 algorithms as stable (Filip Skokan) #56142
dgram:
  * (SEMVER-MINOR) support blocklist in udp (theanarkh) #56087
doc:
  * stabilize util.styleText (Rafael Gonzaga) #56265
  * move typescript support to active development (Marco Ippolito) #55536
  * add LJHarb to collaborators (Jordan Harband) #56132
  * (SEMVER-MINOR) add report version and history section (Chengzhong Wu) #55697
  * (SEMVER-MINOR) sort --report-exclude alphabetically (Rafael Gonzaga) #55697
doc,lib,src,test:
  * (SEMVER-MINOR) unflag sqlite module (Colin Ihrig) #55890
module:
  * (SEMVER-MINOR) only emit require(esm) warning under --trace-require-module (Joyee Cheung) #56194
  * (SEMVER-MINOR) add module.stripTypeScriptTypes (Marco Ippolito) #55282
  * (SEMVER-MINOR) simplify `findPackageJSON` implementation (Antoine du Hamel) #55412
  * (SEMVER-MINOR) add `findPackageJSON` util (Jacob Smith) #55412
net:
  * (SEMVER-MINOR) support blocklist in net.connect (theanarkh) #56075
  * (SEMVER-MINOR) add SocketAddress.parse (James M Snell) #56076
  * (SEMVER-MINOR) add net.BlockList.isBlockList(value) (James M Snell) #56078
  * (SEMVER-MINOR) support blocklist for net.Server (theanarkh) #56079
process:
  * (SEMVER-MINOR) deprecate `features.{ipv6,uv}` and `features.tls_*` (René) #55545
report:
  * (SEMVER-MINOR) fix typos in report keys and bump the version (Yuan-Ming Hsu) #56068
sqlite:
  * (SEMVER-MINOR) aggregate constants in a single property (Edigleysson Silva (Edy)) #56213
  * (SEMVER-MINOR) add `StatementSync.prototype.iterate` method (tpoisseau) #54213
src:
  * (SEMVER-MINOR) add cli option to preserve env vars on dr (Rafael Gonzaga) #55697
src,lib:
  * (SEMVER-MINOR) stabilize permission model (Rafael Gonzaga) #56201
util:
  * (SEMVER-MINOR) add sourcemap support to getCallSites (Marco Ippolito) #55589

PR-URL: #56329
Notable changes:

assert:
  * (SEMVER-MINOR) add partialDeepStrictEqual (Giovanni Bucci) #54630
cli:
  * (SEMVER-MINOR) implement --trace-env and --trace-env-[js|native]-stack (Joyee Cheung) #55604
crypto:
  * graduate WebCryptoAPI Ed25519 and X25519 algorithms as stable (Filip Skokan) #56142
dgram:
  * (SEMVER-MINOR) support blocklist in udp (theanarkh) #56087
doc:
  * stabilize util.styleText (Rafael Gonzaga) #56265
  * move typescript support to active development (Marco Ippolito) #55536
  * add LJHarb to collaborators (Jordan Harband) #56132
  * (SEMVER-MINOR) add report version and history section (Chengzhong Wu) #55697
  * (SEMVER-MINOR) sort --report-exclude alphabetically (Rafael Gonzaga) #55697
doc,lib,src,test:
  * (SEMVER-MINOR) unflag sqlite module (Colin Ihrig) #55890
module:
  * (SEMVER-MINOR) only emit require(esm) warning under --trace-require-module (Joyee Cheung) #56194
  * (SEMVER-MINOR) add module.stripTypeScriptTypes (Marco Ippolito) #55282
  * (SEMVER-MINOR) simplify `findPackageJSON` implementation (Antoine du Hamel) #55412
  * (SEMVER-MINOR) add `findPackageJSON` util (Jacob Smith) #55412
net:
  * (SEMVER-MINOR) support blocklist in net.connect (theanarkh) #56075
  * (SEMVER-MINOR) add SocketAddress.parse (James M Snell) #56076
  * (SEMVER-MINOR) add net.BlockList.isBlockList(value) (James M Snell) #56078
  * (SEMVER-MINOR) support blocklist for net.Server (theanarkh) #56079
process:
  * (SEMVER-MINOR) deprecate `features.{ipv6,uv}` and `features.tls_*` (René) #55545
report:
  * (SEMVER-MINOR) fix typos in report keys and bump the version (Yuan-Ming Hsu) #56068
sqlite:
  * (SEMVER-MINOR) aggregate constants in a single property (Edigleysson Silva (Edy)) #56213
  * (SEMVER-MINOR) add `StatementSync.prototype.iterate` method (tpoisseau) #54213
src:
  * (SEMVER-MINOR) add cli option to preserve env vars on dr (Rafael Gonzaga) #55697
src,lib:
  * (SEMVER-MINOR) stabilize permission model (Rafael Gonzaga) #56201
util:
  * (SEMVER-MINOR) add sourcemap support to getCallSites (Marco Ippolito) #55589

PR-URL: #56329
@ruyadorno
Copy link
Member Author

It looks like I messed up the landing of some backport PRs, which are for some reason referencing two PR-URLs, and the automation did not always copied the correct one in the changelog, sorry for that – I don't know if we prefer rebasing the whole staging branch or fix the changelog manually

I updated the changelog manually 👍

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@mcollina
Copy link
Member

I think the stabilization of the permission model merits a note at the top.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI. cares Issues and PRs related to the c-ares dependency or the cares_wrap binding. dependencies Pull requests that update a dependency file. doc Issues and PRs related to the documentations. meta Issues and PRs related to the general management of the project. needs-ci PRs that need a full CI run. release Issues and PRs related to Node.js releases. v22.x v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.