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:
18-bullseye-slim
->22-bullseye-slim
22.11.0
(+12)18-bullseye
->22-bullseye
22.11.0
(+12)Release Notes
nodejs/node (node)
v22.0.0
: 2024-04-24, Version 22.0.0 (Current), @RafaelGSS and @marco-ippolitoCompare Source
We're excited to announce the release of Node.js 22!
Highlights include require()ing ESM graphs, WebSocket client, updates of the V8 JavaScript engine, and more!
As a reminder, Node.js 22 will enter long-term support (LTS) in October, but until then, it will be the "Current" release for the next six months.
We encourage you to explore the new features and benefits offered by this latest release and evaluate their potential impact on your applications.
Other Notable Changes
25c79f3331
] - esm: drop support for import assertions (Nicolò Ribaudo) #52104818c10e86d
] - lib: improve perf ofAbortSignal
creation (Raz Luvaton) #524084f68c7c1c9
] - watch: mark as stable (Moshe Atlow) #5207402b0bc01fe
] - (SEMVER-MAJOR) deps: update V8 to 12.4.254.14 (Michaël Zasso) #52465c975384264
] - (SEMVER-MAJOR) lib: enable WebSocket by default (Aras Abbasi) #515941abff07392
] - (SEMVER-MAJOR) stream: bump default highWaterMark (Robert Nagy) #520371a5acd0638
] - (SEMVER-MAJOR) v8: enable maglev on supported architectures (Keyhan Vakil) #51360128c60d906
] - (SEMVER-MINOR) cli: implementnode --run <script-in-package-json>
(Yagiz Nizipli) #52190151d365ad1
] - (SEMVER-MINOR) fs: expose glob and globSync (Moshe Atlow) #519125f7fad2605
] - (SEMVER-MINOR) module: support require()ing synchronous ESM graphs (Joyee Cheung) #51977Semver-Major Commits
2b1e7c2fcb
] - (SEMVER-MAJOR) build: compile with C++20 support on Windows (StefanStojanovic) #5246512d00f1479
] - (SEMVER-MAJOR) build: reset embedder string to "-node.0" (Michaël Zasso) #524655f08e11a3c
] - (SEMVER-MAJOR) build: reset embedder string to "-node.0" (Michaël Zasso) #5229394f0369d1d
] - (SEMVER-MAJOR) build: reset embedder string to "-node.0" (Michaël Zasso) #5136258674cd1d8
] - (SEMVER-MAJOR) build: reset embedder string to "-node.0" (Michaël Zasso) #5011560e836427e
] - (SEMVER-MAJOR) console: treat non-strings as separate argument in console.assert() (Jacob Hummer) #49722d62ab3a1ef
] - (SEMVER-MAJOR) crypto: runtime deprecate hmac constructor (Marco Ippolito) #52071de0602d190
] - (SEMVER-MAJOR) crypto: runtime deprecate Hash constructor (Marco Ippolito) #51880215f4d04b7
] - (SEMVER-MAJOR) crypto: move createCipher and createDecipher to eol (Marco Ippolito) #5097330801b8aaf
] - (SEMVER-MAJOR) deps: V8: cherry-pickcd10ad7
(Joyee Cheung) #52465521b629ab1
] - (SEMVER-MAJOR) deps: V8: revert CL5331688
(Michaël Zasso) #524653795e97e6c
] - (SEMVER-MAJOR) deps: patch V8 to support compilation with MSVC (StefanStojanovic) #524655bde9e677d
] - (SEMVER-MAJOR) deps: silence internal V8 deprecation warning (Michaël Zasso) #5246546e628c6f2
] - (SEMVER-MAJOR) deps: patch V8 to avoid duplicated zlib symbol (Michaël Zasso) #52465f824e40a82
] - (SEMVER-MAJOR) deps: remove usage of a C++20 feature from V8 (Michaël Zasso) #52465d2c84c9a13
] - (SEMVER-MAJOR) deps: avoid compilation error with ASan (Michaël Zasso) #5246595d6045bdb
] - (SEMVER-MAJOR) deps: disable V8 concurrent sparkplug compilation (Michaël Zasso) #5246500f55f5743
] - (SEMVER-MAJOR) deps: silence irrelevant V8 warning (Michaël Zasso) #52465764085aa66
] - (SEMVER-MAJOR) deps: always define V8_EXPORT_PRIVATE as no-op (Michaël Zasso) #5246502b0bc01fe
] - (SEMVER-MAJOR) deps: update V8 to 12.4.254.14 (Michaël Zasso) #524650ec50a19dd
] - (SEMVER-MAJOR) deps: V8: cherry-pickcd10ad7
(Joyee Cheung) #52293021b0b7dee
] - (SEMVER-MAJOR) deps: V8: backportc4be0a9
(Richard Lau) #52293681aaf85c7
] - (SEMVER-MAJOR) deps: silence internal V8 deprecation warning (Michaël Zasso) #52293c563a1c4e4
] - (SEMVER-MAJOR) deps: patch V8 to support compilation with MSVC (Stefan Stojanovic) #5229311e94b9987
] - (SEMVER-MAJOR) deps: patch V8 to avoid duplicated zlib symbol (Michaël Zasso) #52293856163e23c
] - (SEMVER-MAJOR) deps: remove usage of a C++20 feature from V8 (Michaël Zasso) #52293b530214127
] - (SEMVER-MAJOR) deps: avoid compilation error with ASan (Michaël Zasso) #522938054f69dd9
] - (SEMVER-MAJOR) deps: disable V8 concurrent sparkplug compilation (Michaël Zasso) #52293dee908be42
] - (SEMVER-MAJOR) deps: silence irrelevant V8 warning (Michaël Zasso) #52293cf069414ee
] - (SEMVER-MAJOR) deps: always define V8_EXPORT_PRIVATE as no-op (Michaël Zasso) #52293cc5792dd85
] - (SEMVER-MAJOR) deps: update V8 to 12.3.219.16 (Michaël Zasso) #5229361a0d3b4c4
] - (SEMVER-MAJOR) deps: V8: backportc4be0a9
(Richard Lau) #51362f55380a725
] - (SEMVER-MAJOR) deps: V8: cherry-pickf8d5e57
(Richard Lau) #51362b9d806a2dd
] - (SEMVER-MAJOR) deps: patch V8 to support compilation with MSVC (StefanStojanovic) #5136263b58bc17b
] - (SEMVER-MAJOR) deps: patch V8 to avoid duplicated zlib symbol (Michaël Zasso) #5136286056353c4
] - (SEMVER-MAJOR) deps: remove usage of a C++20 feature from V8 (Michaël Zasso) #513622e0efc1c8d
] - (SEMVER-MAJOR) deps: avoid compilation error with ASan (Michaël Zasso) #5136259e6f62e34
] - (SEMVER-MAJOR) deps: disable V8 concurrent sparkplug compilation (Michaël Zasso) #513620423f7e27e
] - (SEMVER-MAJOR) deps: silence irrelevant V8 warning (Michaël Zasso) #51362f36620806d
] - (SEMVER-MAJOR) deps: always define V8_EXPORT_PRIVATE as no-op (Michaël Zasso) #5136209a8440b45
] - (SEMVER-MAJOR) deps: update V8 to 12.2.281.27 (Michaël Zasso) #513620da3beebfc
] - (SEMVER-MAJOR) deps: V8: cherry-pickde611e6
(Keyhan Vakil) #50115b982335637
] - (SEMVER-MAJOR) deps: V8: cherry-pick0fd478b
(Joyee Cheung) #50115481a90116c
] - (SEMVER-MAJOR) deps: V8: cherry-pick0f9ebbc
(Chengzhong Wu) #50115782addbdc3
] - (SEMVER-MAJOR) deps: V8: cherry-pick8f0b946
(Lu Yahan) #50115b682e7f540
] - (SEMVER-MAJOR) deps: V8: cherry-pickf7d000a
(Luke Albao) #50115a60090c52f
] - (SEMVER-MAJOR) deps: V8: cherry-pick2590224
(Joyee Cheung) #501158441d1fc18
] - (SEMVER-MAJOR) deps: patch V8 to avoid duplicated zlib symbol (Michaël Zasso) #50115e8e9bbd7a9
] - (SEMVER-MAJOR) deps: remove usage of a C++20 feature from V8 (Michaël Zasso) #50115785d5cd006
] - (SEMVER-MAJOR) deps: avoid compilation error with ASan (Michaël Zasso) #501157071c1dafd
] - (SEMVER-MAJOR) deps: disable V8 concurrent sparkplug compilation (Michaël Zasso) #50115d1d60b297d
] - (SEMVER-MAJOR) deps: silence irrelevant V8 warning (Michaël Zasso) #501155b240c62f9
] - (SEMVER-MAJOR) deps: always define V8_EXPORT_PRIVATE as no-op (Michaël Zasso) #50115d8c97e4857
] - (SEMVER-MAJOR) deps: update V8 to 11.9.169.7 (Michaël Zasso) #50115b9df88a8c2
] - (SEMVER-MAJOR) doc: runtime deprecate flag --trace-atomics-wait (marco-ippolito) #511799ba5df30b4
] - (SEMVER-MAJOR) doc: bump FreeBSD experimental support to 13.2 (Michaël Zasso) #51231900d79caf2
] - (SEMVER-MAJOR) doc: add migration paths for deprecated utils (Marco Ippolito) #504888206f6bb7f
] - (SEMVER-MAJOR) fs: runtime deprecate fs.Stats constructor (Marco Ippolito) #52067c14133503a
] - (SEMVER-MAJOR) fs: use private fields instead of symbols forDir
(Jungku Lee) #51037abbdc3efaa
] - (SEMVER-MAJOR) fs: make stats date fields lazy (Yagiz Nizipli) #509084b76ccea95
] - (SEMVER-MAJOR) http: preserve raw header duplicates in writeHead after setHeader calls (Tim Perry) #50394c975384264
] - (SEMVER-MAJOR) lib: enable WebSocket by default (Aras Abbasi) #51594351495e938
] - (SEMVER-MAJOR) lib,test: handle new Iterator global (Michaël Zasso) #51362a8b21fdc90
] - (SEMVER-MAJOR) process: wait for'exit'
before printing result (Antoine du Hamel) #52172582ff5037c
] - (SEMVER-MAJOR) src: update NODE_MODULE_VERSION to 127 (Michaël Zasso) #52465c5c4b50260
] - (SEMVER-MAJOR) src: update NODE_MODULE_VERSION to 126 (Michaël Zasso) #52293d248639285
] - (SEMVER-MAJOR) src: use supported API to get stalled TLA messages (Michaël Zasso) #51362d34b02db4c
] - (SEMVER-MAJOR) src: update default V8 platform to override functions with location (Etienne Pierre-Doray) #51362d9c47e9b5f
] - (SEMVER-MAJOR) src: add missing TryCatch (Michaël Zasso) #513625cddd3b2d8
] - (SEMVER-MAJOR) src: update NODE_MODULE_VERSION to 124 (Michaël Zasso) #513621528846ada
] - (SEMVER-MAJOR) src: use non-deprecated v8::Uint8Array::kMaxLength (Michaël Zasso) #501157166986626
] - (SEMVER-MAJOR) src: adapt to v8::Exception API change (Michaël Zasso) #501154782818020
] - (SEMVER-MAJOR) src: use non-deprecated version of CreateSyntheticModule (Michaël Zasso) #501152cff0ce411
] - (SEMVER-MAJOR) src: update NODE_MODULE_VERSION to 122 (Michaël Zasso) #501151abff07392
] - (SEMVER-MAJOR) stream: bump default highWaterMark (Robert Nagy) #520379efc84a2cb
] - (SEMVER-MAJOR) test: mark test-worker-arraybuffer-zerofill as flaky (Michaël Zasso) #5136284c2e712eb
] - (SEMVER-MAJOR) test: mark some GC-related tests as flaky (Michaël Zasso) #51362cdc4437b87
] - (SEMVER-MAJOR) test: allow slightly more diff in memory leak test (Michaël Zasso) #51362515b007fae
] - (SEMVER-MAJOR) test: replace always-opt flag with alway-turbofan (Michaël Zasso) #501152341805eb2
] - (SEMVER-MAJOR) test: remove tests that create very large buffers (Michaël Zasso) #50115941cef5636
] - (SEMVER-MAJOR) test: adapt to new V8 trusted memory spaces (Michaël Zasso) #5011529de7f82cd
] - (SEMVER-MAJOR) test_runner: omit filtered test from output (Colin Ihrig) #5222100dc6d9d97
] - (SEMVER-MAJOR) test_runner: improve--test-name-pattern
to allow matching single test (Michał Drobniak) #515775def8019d5
] - (SEMVER-MAJOR) tools: update V8 gypfiles for 12.4 (Michaël Zasso) #52465c22793d050
] - (SEMVER-MAJOR) tools: roughly port v8_abseil to gyp (Michaël Zasso) #51362ffb0302f0c
] - (SEMVER-MAJOR) tools: update V8 gypfiles for 12.2 (Michaël Zasso) #51362aadea12440
] - (SEMVER-MAJOR) tools: update V8 gypfiles for 12.1 (Michaël Zasso) #513627784773967
] - (SEMVER-MAJOR) tools: update V8 gypfiles for 12.0 (Michaël Zasso) #513629fe0424baa
] - (SEMVER-MAJOR) trace_events: use private fields instead of symbols forTracing
(Jungku Lee) #51180e96cd25007
] - (SEMVER-MAJOR) util: runtime deprecate util.log (Marco Ippolito) #504886cf20d5e43
] - (SEMVER-MAJOR) util: runtime deprecate util.isUndefined (Marco Ippolito) #5048809e424921f
] - (SEMVER-MAJOR) util: runtime deprecate util.isSymbol (Marco Ippolito) #5048880b6bfd4e9
] - (SEMVER-MAJOR) util: runtime deprecate util.isString (Marco Ippolito) #50488d419edded9
] - (SEMVER-MAJOR) util: runtime deprecate util.isRegExp (Marco Ippolito) #50488e0b8de78ed
] - (SEMVER-MAJOR) util: runtime deprecate util.isPrimitive (Marco Ippolito) #504885478e1129a
] - (SEMVER-MAJOR) util: runtime deprecate util.isObject (Marco Ippolito) #50488b05b1dd541
] - (SEMVER-MAJOR) util: runtime deprecate util.isNumber (Marco Ippolito) #504885af9bf5f6a
] - (SEMVER-MAJOR) util: runtime deprecate util.isNullOrUndefined (Marco Ippolito) #50488860a10e10e
] - (SEMVER-MAJOR) util: runtime deprecate util.isNull (Marco Ippolito) #5048870330f5c2b
] - (SEMVER-MAJOR) util: runtime deprecate util.isFunction (Marco Ippolito) #504887c69c33acc
] - (SEMVER-MAJOR) util: runtime deprecate util.isError (Marco Ippolito) #50488a0c5b871a9
] - (SEMVER-MAJOR) util: runtime deprecate util.isDate (Marco Ippolito) #504883c670cb15d
] - (SEMVER-MAJOR) util: runtime deprecation util.isBuffer (Marco Ippolito) #50488c17a448ca9
] - (SEMVER-MAJOR) util: runtime deprecation util.isBoolean (Marco Ippolito) #50488fbb2f891aa
] - (SEMVER-MAJOR) util: runtime deprecate util.isArray (Marco Ippolito) #5048822d8062e42
] - (SEMVER-MAJOR) util: runtime deprecation util._extend (Marco Ippolito) #504881a5acd0638
] - (SEMVER-MAJOR) v8: enable maglev on supported architectures (Keyhan Vakil) #51360Semver-Minor Commits
128c60d906
] - (SEMVER-MINOR) cli: implementnode --run <script-in-package-json>
(Yagiz Nizipli) #52190f69946b905
] - (SEMVER-MINOR) deps: update simdutf to 5.0.0 (Daniel Lemire) #52138828ad42eee
] - (SEMVER-MINOR) deps: update undici to 6.3.0 (Node.js GitHub Bot) #5146205f8172188
] - (SEMVER-MINOR) deps: update undici to 6.2.1 (Node.js GitHub Bot) #51278a0c466810a
] - (SEMVER-MINOR) doc: deprecate fs.Stats public constructor (Marco Ippolito) #51879151d365ad1
] - (SEMVER-MINOR) fs: expose glob and globSync (Moshe Atlow) #519125f7fad2605
] - (SEMVER-MINOR) module: support require()ing synchronous ESM graphs (Joyee Cheung) #51977009665fb56
] - (SEMVER-MINOR) report: add--report-exclude-network
option (Ethan Arrowood) #5164580f86e5d02
] - (SEMVER-MINOR) src: add C++ ProcessEmitWarningSync() (Joyee Cheung) #5197778be0d0f1c
] - (SEMVER-MINOR) src: add uv_get_available_memory to report and process (theanarkh) #52023b34512e38e
] - (SEMVER-MINOR) src: preload function for Environment (Cheng Zhao) #515397d258db1d7
] - (SEMVER-MINOR) stream: support typed arrays (IlyasShabi) #518665276c0d5d4
] - (SEMVER-MINOR) test_runner: add suite() (Colin Ihrig) #5212784de97a61e
] - (SEMVER-MINOR) test_runner: support forced exit (Colin Ihrig) #52038aac5ad901d
] - (SEMVER-MINOR) test_runner: addtest:complete
event to reflect execution order (Moshe Atlow) #519099a1e01c4ce
] - (SEMVER-MINOR) util: support array of formats in util.styleText (Marco Ippolito) #520407f2d61f82a
] - (SEMVER-MINOR) v8: implement v8.queryObjects() for memory leak regression testing (Joyee Cheung) #51927d1d5da22e4
] - (SEMVER-MINOR) vm: harden module type checks (Chengzhong Wu) #52162Semver-Patch Commits
a760dadec3
] - benchmark: add AbortSignal.abort benchmarks (Raz Luvaton) #5240847c934e464
] - benchmark: conditionally use spawn with taskset for cpu pinning (Ali Hassan) #52253dde0cffb2e
] - benchmark: add toNamespacedPath bench (Rafael Gonzaga) #52236bda66ad711
] - benchmark: add style-text benchmark (Rafael Gonzaga) #5200421211a3fa9
] - buffer: improvebtoa
performance (Yagiz Nizipli) #524276f504b71ac
] - buffer: use simdutf foratob
implementation (Yagiz Nizipli) #523810ce7365856
] - build: temporary disable ubsan (Rafael Gonzaga) #525604e278f0253
] - build: speed up compilation of some V8 files (Michaël Zasso) #52083ba06c5c509
] - build,tools: add test-ubsan ci (Rafael Gonzaga) #46297562369f348
] - child_process: use internal addAbortListener (Chemi Atlow) #520818f61b658de
] - crypto: deprecate implicitly shortened GCM tags (Tobias Nießen) #5234508609b5222
] - crypto: make timingSafeEqual faster for Uint8Array (Tobias Nießen) #523419f939f5af7
] - crypto: rejectEd25519
/Ed448 in Sign/Verify prototypes (Filip Skokan) #523402241e8c5b3
] - crypto: validate RSA-PSS saltLength in subtle.sign and subtle.verify (Filip Skokan) #522626dd1c75f4a
] - crypto: fixinput
validation incrypto.hash
(Antoine du Hamel) #52070a1d48f4a26
] - deps: update simdutf to 5.2.4 (Node.js GitHub Bot) #5247308ff4a0c9d
] - deps: update nghttp2 to 1.61.0 (Node.js GitHub Bot) #52395cf629366b9
] - deps: update simdutf to 5.2.3 (Yagiz Nizipli) #52381ad86a12964
] - deps: upgrade npm to 10.5.1 (npm team) #5235145cc32c9c6
] - deps: update c-ares to 1.28.1 (Node.js GitHub Bot) #5228538161c38d9
] - deps: update zlib to 1.3.0.1-motley-24c07df (Node.js GitHub Bot) #521991264414700
] - deps: update simdjson to 3.8.0 (Node.js GitHub Bot) #52124f6996ee150
] - deps: V8: backportc4be0a9
(Richard Lau) #521830d4bc4c40e
] - deps: V8: cherry-pickf8d5e57
(Richard Lau) #5218370a05103c8
] - deps: update zlib to 1.3.0.1-motley-24342f6 (Node.js GitHub Bot) #521234c3e9659ed
] - deps: update corepack to 0.26.0 (Node.js GitHub Bot) #520270b4cdb4b42
] - deps: update ada to 2.7.7 (Node.js GitHub Bot) #52028b241a1d0ae
] - deps: update simdutf to 4.0.9 (Node.js GitHub Bot) #5165536dcd399c0
] - deps: upgrade libuv to 1.48.0 (Santiago Gimeno) #516978cf313cd72
] - deps: update undici to 6.6.0 (Node.js GitHub Bot) #51630dd4767f99f
] - deps: update undici to 6.4.0 (Node.js GitHub Bot) #515278362caa7d8
] - dgram: use internal addAbortListener (Chemi Atlow) #520814f3cf4e89a
] - diagnostics_channel: early-exit tracing channel trace methods (Stephen Belanger) #51915204018bba6
] - doc: deprecate --experimental-policy (RafaelGSS) #52602d32a914ac7
] - doc: add lint-js-fix into BUILDING.md (jakecastelli) #52290411503bacd
] - doc: remove Internet Explorer mention in BUILDING.md (Rich Trott) #52455e9ccf5aba2
] - doc: accommodate upcoming stricter .md linting (Rich Trott) #52454b4186ec2c1
] - doc: add Rafael to steward list (Rafael Gonzaga) #524527b01bfb2be
] - doc: correct naming convention in C++ style guide (Mohammed Keyvanzadeh) #52424c82f3c9e80
] - doc: updateprocess.execArg
example to be more useful (Jacob Smith) #52412655b327a4d
] - doc: call out http(s).globalAgent default (mathis-west-1) #523922c77be5488
] - doc: update the location ofbuild_with_cmake
(Emmanuel Ferdman) #523567dd514f2db
] - doc: reserve 125 for Electron 31 (Shelley Vohr) #52379756acd0877
] - doc: use consistent plural form of "index" (Rich Trott) #52373ba07e4e5e6
] - doc: fix typo in cli.md (Daeyeon Jeong) #52388461d9d665d
] - doc: add Rafael to sec release stewards (Rafael Gonzaga) #52354d0c364a844
] - doc: document missing options of events.on (Chemi Atlow) #52080a63261cf2c
] - doc: add missing space (Augustin Mauroy) #52360dd711d221a
] - doc: add tips about vcpkg cause build faild on windows (Cong Zhang) #521814df34cf6dd
] - doc: replace "below" with "following" (Rich Trott) #52315d9aa33fdbf
] - doc: fix email pattern to be wrapped with<<
instead of single<
(Raz Luvaton) #52284903f28e684
] - doc: update release gpg keyserver (marco-ippolito) #52257fd55458770
] - doc: add release key for marco-ippolito (marco-ippolito) #5225727493a1dd7
] - doc: fix arrow vertical alignment in HTML version (Akash Yeole) #52193af48641993
] - doc: move TSC members from regular to emeritus (Michael Dawson) #52209fa13ed6d79
] - doc: add section explaining todo tests (Colin Ihrig) #52204312ebd97c2
] - doc: editChildProcess
'message'
event docs (theanarkh) #52154f1635f442f
] - doc: quote test_runner glob parameters (Fabian Meyer) #52201fc029181df
] - doc: add mold to speeding up section (Cong Zhang) #521798bd3cb2f8c
] - doc: http event order correction (wh0) #51464a7f170e45a
] - doc: move gabrielschulhof to TSC emeritus (Gabriel Schulhof) #52192305375ac16
] - doc: fix--env-file
docs for valid quotes for defining values (Gabriel Bota) #521573fcaf7b900
] - doc: clarify what is supported in NODE_OPTIONS (Michael Dawson) #520764fe87357f3
] - doc: fix typos in maintaining-dependencies.md (RoboSchmied) #52160f1949ac1ae
] - doc: add spec for contains module syntax (Geoffrey Booth) #52059707155424b
] - doc: optimize the doc about Unix abstract socket (theanarkh) #520438a191e4e6a
] - doc: update pnpm link (Superchupu) #52113454d0806a1
] - doc: remove ableist language from crypto (Jamie King) #52063dafe004703
] - doc: update collaborator email (Ruy Adorno) #520888824adb031
] - doc: state that removing npm is a non-goal (Geoffrey Booth) #51951b360532f1a
] - doc: mention NodeSource in RafaelGSS steward list (Rafael Gonzaga) #5205757d2e4881c
] - doc: remove ArrayBuffer from crypto.hash() data parameter type (fengmk2) #52069e11c1d2315
] - doc: add some commonly used lables up gront (Michael Dawson) #520068f9f5db1e8
] - doc: document thatconst c2 = vm.createContext(c1); c1 === c2
is true (Daniel Kaplan) #51960d78a565713
] - doc: clarify what moderation issues are for (Antoine du Hamel) #519904cac07c931
] - doc: add Hemanth HM mention to v21.7.0 changelog (Rafael Gonzaga) #5200873025c4dec
] - doc: add UlisesGascon as a collaborator (Ulises Gascón) #51991999c6b34fb
] - doc: test for cli options (Aras Abbasi) #51623edd6190836
] - doc: deprecate hmac public constructor (Marco Ippolito) #5188125c79f3331
] - esm: drop support for import assertions (Nicolò Ribaudo) #52104d619aab575
] - events: rename high & low watermark for consistency (Chemi Atlow) #52080e263946c2e
] - events: extract addAbortListener for safe internal use (Chemi Atlow) #5208140ef2da8d6
] - events: remove abort listener from signal inon
(Neal Beeken) #5109161e5de1268
] - fs: refactor maybeCallback function (Yagiz Nizipli) #5212939f1b899cd
] - fs: fix edge case in readFileSync utf8 fast path (Richard Lau) #52101639c096004
] - fs: validate fd from cpp onfchown
(Yagiz Nizipli) #520519ac1fe05d7
] - fs: validate fd from cpp onclose
(Yagiz Nizipli) #520513ec20f25df
] - fs: validate file mode from cpp (Yagiz Nizipli) #520508c0b723ccb
] - fs,permission: make handling of buffers consistent (Tobias Nießen) #523483fc8d2200e
] - http2: fix h2-over-h2 connection proxying (Tim Perry) #52368b9d8a14a03
] - http2: use internal addAbortListener (Chemi Atlow) #52081818c10e86d
] - lib: improve perf ofAbortSignal
creation (Raz Luvaton) #524083f5ff8dc20
] - lib: .load .save add proper error message when no file passed (Thomas Mauran) #522250a252c23d9
] - lib: fix type error for _refreshLine (Jackson Tian) #5213314de082ab4
] - lib: emit listening event once when call listen twice (theanarkh) #521194e9ce7c035
] - lib: make sure clear the old timer in http server (theanarkh) #5211820525f14b9
] - lib: fix listen with handle in cluster worker (theanarkh) #520568df54481f4
] - meta: bump actions/download-artifact from 4.1.3 to 4.1.4 (dependabot[bot]) #52314bcc102147a
] - meta: bump rtCamp/action-slack-notify from 2.2.1 to 2.3.0 (dependabot[bot]) #523134e7e0ef9c3
] - meta: bump github/codeql-action from 3.24.6 to 3.24.9 (dependabot[bot]) #5231214a39881b8
] - meta: bump actions/cache from 4.0.1 to 4.0.2 (dependabot[bot]) #523112f8f90dadb
] - meta: bump actions/setup-python from 5.0.0 to 5.1.0 (dependabot[bot]) #5231095efdaf01a
] - meta: bump codecov/codecov-action from 4.1.0 to 4.1.1 (dependabot[bot]) #5230824c1a8e739
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #5230060dcfad91e
] - meta: pass Codecov upload token to codecov action (Michaël Zasso) #51982db1746182b
] - module: disallow CJS <-> ESM edges in a cycle from require(esm) (Joyee Cheung) #52264d6b57f6629
] - module: centralize SourceTextModule compilation for builtin loader (Joyee Cheung) #52291f4a0a3b04b
] - module: warn on detection in typeless package (Geoffrey Booth) #521688bc745944e
] - module: eliminate performance cost of detection for cjs entry (Geoffrey Booth) #5209363d04d4d80
] - module: fix detect-module not retrying as esm for cjs-only errors (Geoffrey Booth) #52024575ced8139
] - module: print location of unsettled top-level await in entry points (Joyee Cheung) #51999075c95f61f
] - module: refactor ESM loader initialization and entry point handling (Joyee Cheung) #5199945f0dd0192
] - module,win: fix long path resolve (Stefan Stojanovic) #51097d89fc73d45
] - net: use internal addAbortListener (Chemi Atlow) #52081f0e6acde2d
] - node-api: make tsfn accept napi_finalize once more (Gabriel Schulhof) #51801ff93f3e1a8
] - readline: use internal addAbortListener (Chemi Atlow) #520814a6ca7a1d4
] - src: remove erroneous CVE-2024-27980 revert option (Tobias Nießen) #5254364b67779f7
] - src: disallow direct .bat and .cmd file spawning (Ben Noordhuis) nodejs-private/node-private#5609ef724bc81
] - src: update branch name in node_revert.h (Tobias Nießen) #52390ec1550407b
] - src: stop usingv8::BackingStore::Reallocate
(MiConfiguration
📅 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 was generated by Mend Renovate. View the repository job log.