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.19.0-alpine3.19
->21.5.0-alpine3.19
18.19.0-alpine3.19
->21.5.0-alpine3.19
Release Notes
nodejs/node (node)
v21.5.0
: 2023-12-19, Version 21.5.0 (Current), @RafaelGSSCompare Source
Notable Changes
0dd53da722
] - (SEMVER-MINOR) deps: add simdjson (Yagiz Nizipli) #503229f54987fbc
] - module: merge config withpackage_json_reader
(Yagiz Nizipli) #5032245e4f82912
] - src: move package resolver to c++ (Yagiz Nizipli) #50322Deprecations
26ed4ad01f
] - doc: deprecate hash constructor (Marco Ippolito) #5107758ca66a1a7
] - doc: deprecatedirent.path
(Antoine du Hamel) #51020Commits
1bbdbdfbeb
] - benchmark: update iterations in benchmark/perf_hooks (Lei Shi) #50869087fb0908e
] - benchmark: update iterations in benchmark/crypto/aes-gcm-throughput.js (Lei Shi) #5092953b16c71fb
] - benchmark: update iteration and size in benchmark/crypto/randomBytes.js (Lei Shi) #5086838fd0ca753
] - benchmark: add undici websocket benchmark (Chenyu Yang) #50586b148c43244
] - benchmark: add create-hash benchmark (Joyee Cheung) #51026fdd8c18f96
] - benchmark: update interations and len in benchmark/util/text-decoder.js (Lei Shi) #50938a9972057ac
] - benchmark: update iterations of benchmark/util/type-check.js (Lei Shi) #50937b80bb1329b
] - benchmark: update iterations in benchmark/util/normalize-encoding.js (Lei Shi) #50934dbee03d646
] - benchmark: update iterations in benchmark/util/inspect-array.js (Lei Shi) #50933f2d83a3a84
] - benchmark: update iterations in benchmark/util/format.js (Lei Shi) #509322581fce553
] - bootstrap: improve snapshot unsupported builtin warnings (Joyee Cheung) #50944735bad3694
] - build: fix warnings from uv for gn build (Cheng Zhao) #510698da9d969f9
] - deps: V8: cherry-pick0fd478b
(Joyee Cheung) #50572429fbb37c1
] - deps: update simdjson to v3.6.2 (Yagiz Nizipli) #509869950103253
] - deps: update zlib to 1.3-22124f5 (Node.js GitHub Bot) #509100b61823e8b
] - deps: update undici to 5.28.2 (Node.js GitHub Bot) #5102495d8a273cc
] - deps: cherry-pickbfbe4e3
from libuv upstream (Abdirahim Musse) #5065006038a489e
] - deps: update libuv to 1.47.0 (Node.js GitHub Bot) #506500dd53da722
] - (SEMVER-MINOR) deps: add simdjson (Yagiz Nizipli) #5032204eaa5cdd7
] - doc: run license-builder (github-actions[bot]) #5111126ed4ad01f
] - doc: deprecate hash constructor (Marco Ippolito) #51077637ffce4c4
] - doc: add note regarding--experimental-detect-module
(Shubherthi Mitra) #51089838179b096
] - doc: correct tracingChannel.traceCallback() (Gerhard Stöbich) #51068539bee4f0a
] - doc: use length argument in pbkdf2Key (Tobias Nießen) #51066c45a9a3187
] - doc: add deprecation notice todirent.path
(Antoine du Hamel) #5105958ca66a1a7
] - doc: deprecatedirent.path
(Antoine du Hamel) #51020c2b6edf9ab
] - esm: fix hook name in error message (Bruce MacNaughton) #5046635e8f26f07
] - fs: throw fchownSync error from c++ (Yagiz Nizipli) #51075c3c8237089
] - fs: update params in jsdoc for createReadStream and createWriteStream (Jungku Lee) #510633f7f3ce8c9
] - fs: improve error performance of readvSync (IlyasShabi) #501007f95926f17
] - http: handle multi-value content-disposition header (Arsalan Ahmad) #509777a8a2d5632
] - lib: don't parse windows drive letters as schemes (华) #50580aa2be4bb76
] - module: load source maps incommonjs
translator (Hiroki Osame) #51033c0e5e74876
] - module: documentparentURL
in register options (Hiroki Osame) #510394eedf5e694
] - module: fix recently introduced coverity warning (Michael Dawson) #508439f54987fbc
] - module: merge config withpackage_json_reader
(Yagiz Nizipli) #503225f95dca638
] - node-api: introduce experimental feature flags (Gabriel Schulhof) #509913fb7fc909e
] - quic: further implementation details (James M Snell) #48244fa25e069fc
] - src: implement countObjectsWithPrototype (Joyee Cheung) #50572abe90527e4
] - src: register udp_wrap external references (Joyee Cheung) #5094384e2f51d14
] - src: register spawn_sync external references (Joyee Cheung) #509432cfee53d7b
] - src: register process_wrap external references (Joyee Cheung) #509439b7f79a8bd
] - src: fix double free reported by coverity (Michael Dawson) #51046fc5503246e
] - src: remove unused headers innode_file.cc
(Jungku Lee) #50927c3abdc58af
] - src: implement --trace-promises (Joyee Cheung) #50899f90fc83e97
] - src: fix dynamically linked zlib version (Richard Lau) #510079bf144379f
] - src: omit bool values of package.json main field (Yagiz Nizipli) #5096545e4f82912
] - src: move package resolver to c++ (Yagiz Nizipli) #5032271acd36778
] - stream: implement TransformStream cleanup using "transformer.cancel" (Debadree Chatterjee) #501265112306064
] - stream: fix fd is null when calling clearBuffer (kylo5aby) #50994ed070755ec
] - test: deflake test-diagnostics-channel-memory-leak (Joyee Cheung) #50572aee01ff1b4
] - test: test syncrhnous methods of child_process in snapshot (Joyee Cheung) #50943cc949869a3
] - test: handle relative https redirect (Richard Lau) #51121048349ed4c
] - test: fix test runner colored output test (Moshe Atlow) #510647f5291d783
] - test: resolve path of embedtest binary correctly (Cheng Zhao) #502764ddd0daf5f
] - test: escape cwd in regexp (Jérémy Lal) #509803ccd5faabb
] - test_runner: format coverage report for tap reporter (Pulkit Gupta) #51119d5c9adf3df
] - test_runner: fix infinite loop when files are undefined in test runner (Pulkit Gupta) #51047328a41701c
] - tools: update lint-md-dependencies to [email protected] (Node.js GitHub Bot) #51106297cb6f5c2
] - tools: update doc to [email protected] [email protected] (Node.js GitHub Bot) #504594705023343
] - tools: fix simdjson updater (Yagiz Nizipli) #50986c9841583db
] - tools: update eslint to 8.55.0 (Node.js GitHub Bot) #510252b4671125e
] - tools: update lint-md-dependencies to [email protected] (Node.js GitHub Bot) #51022cd891b37f6
] - util: improve performance of function areSimilarFloatArrays (Liu Jia) #51040e178a43509
] - vm: use v8::DeserializeInternalFieldsCallback explicitly (Joyee Cheung) #50984fd028e146f
] - win,tools: upgrade Windows signing to smctl (Stefan Stojanovic) #50956v21.4.0
: 2023-12-05, Version 21.4.0 (Current), @targosCompare Source
Notable Changes
This release fixes a regression introduced in v21.3.0 that caused the
fs.writeFileSync
method to throw when called with
'utf8'
encoding, no flag option, and if the target file didn't exist yet.32acafeeb6
] - (SEMVER-MINOR) fs: introducedirent.parentPath
(Antoine du Hamel) #50976724548674d
] - fs: use default w flag for writeFileSync with utf8 encoding (Murilo Kakazu) #50990Commits
b24ee15fb2
] - benchmark: update iterations in benchmark/crypto/hkdf.js (Lei Shi) #50866f79b54e60e
] - benchmark: update iterations in benchmark/crypto/get-ciphers.js (Lei Shi) #50863dc049acbbb
] - benchmark: update number of iterations forutil.inspect
(kylo5aby) #50651d7c562ae38
] - deps: update googletest to76bb2af
(Node.js GitHub Bot) #5055559a45ddbef
] - deps: update googletest tob10fad3
(Node.js GitHub Bot) #50555099ebdb781
] - deps: update undici to 5.28.1 (Node.js GitHub Bot) #509754b1bed04f7
] - deps: update undici to 5.28.0 (Node.js GitHub Bot) #50915b281e98b1e
] - doc: add additional details about--input-type
(Shubham Pandey) #50796b7036f2028
] - doc: add procedure when CVEs don't get published (Rafael Gonzaga) #509457adf239af0
] - doc: fix some errors in esm resolution algorithms (Christopher Jeffrey (JJ)) #50898759ebcaead
] - doc: reserve 121 for Electron 29 (Shelley Vohr) #50957cedc3427fa
] - doc: run license-builder (github-actions[bot]) #5092630a6f19769
] - doc: document non-node_modules-only runtime deprecation (Joyee Cheung) #50748eecab883f0
] - doc: add doc for Unix abstract socket (theanarkh) #50904ec74b93b38
] - doc: remove flicker on page load on dark theme (Dima Demakov) #50942724548674d
] - fs: use default w flag for writeFileSync with utf8 encoding (Murilo Kakazu) #5099032acafeeb6
] - (SEMVER-MINOR) fs: introducedirent.parentPath
(Antoine du Hamel) #50976c1ee506454
] - fs: remove workaround foresm
package (Yagiz Nizipli) #509071cf087dfb3
] - lib: refactor to use validateFunction in diagnostics_channel (Deokjin Kim) #50955c37d18d5e1
] - lib: streamline process.binding() handling (Joyee Cheung) #50773246cf73631
] - lib,src: replace toUSVString withtoWellFormed()
(Yagiz Nizipli) #473429bc79173a0
] - loader: speed up line length calc used by moduleProvider (Mudit) #50969812ab9e4f8
] - meta: bump step-security/harden-runner from 2.6.0 to 2.6.1 (dependabot[bot]) #509991dbe1af19a
] - meta: bump github/codeql-action from 2.22.5 to 2.22.8 (dependabot[bot]) #50998bed1b93f8a
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #509311e7d101428
] - src: make ModifyCodeGenerationFromStrings more robust (Joyee Cheung) #50763709ac479eb
] - src: disable uncaught exception abortion for ESM syntax detection (Yagiz Nizipli) #50987f6ff11c9f9
] - src: fix backtrace with tail [[noreturn]] abort (Chengzhong Wu) #5084974f5a1cbc9
] - src: print MKSNAPSHOT debug logs to stderr (Joyee Cheung) #507593a1c664a97
] - test: replace forEach to for.. test-webcrypto-export-import-cfrg.js (Angelo Parziale) #50785ac3a6eefe3
] - test: log more information in SEA tests (Joyee Cheung) #5075994462d42f5
] - test: consolidate utf8 text fixtures in tests (Joyee Cheung) #507328e1a70a347
] - tools: add triggers to update release links workflow (Moshe Atlow) #50974ca10cbb774
] - tools: update lint-md-dependencies to [email protected] (Node.js GitHub Bot) #509131e40c4a366
] - tools: fix current version check (Marco Ippolito) #509513faed331e1
] - typings: fix JSDoc ininternal/modules/esm/hooks
(Alex Yang) #508876a087ceffa
] - url: throw error if argument length of revokeObjectURL is 0 (DylanTet) #50433v21.3.0
: 2023-11-30, Version 21.3.0 (Current), @RafaelGSSCompare Source
Notable Changes
New
--disable-warning
flagThis version adds a new
--disable-warning
option that allows users to disable specific warnings either by code(i.e. DEP0025) or type (i.e. DeprecationWarning, ExperimentalWarning).
This option works alongside existing
--warnings
and--no-warnings
.For example, the following script will not emit DEP0025
require('node:sys')
when executed withnode --disable-warning=DEP0025
:Contributed by Ethan-Arrowood in #50661
Update Root Certificates to NSS 3.95
This is the certdata.txt from NSS 3.95, released on 2023-11-16.
This is the version of NSS that will ship in Firefox 121 on
2023-12-19.
Certificates added:
Certificates removed:
A626340
Fast fs.writeFileSync with UTF-8 Strings
Enhanced writeFileSync functionality by implementing a highly efficient fast path primarily in C++ for UTF8-encoded string data.
Additionally, optimized the
appendFileSync
method by leveraging the improvedwriteFileSync
functionality.For simplicity and performance considerations, the current implementation supports only string data,
as benchmark results raise concerns about the efficacy of using Buffer for this purpose.
Future optimizations and expansions may be explored, but for now, the focus is on maximizing efficiency for string data operations.
Contributed by CanadaHonk in #49884.
Other Notable Changes
c7a7493ca2
] - (SEMVER-MINOR) module: bootstrap module loaders in shadow realm (Chengzhong Wu) #48655bc3f7b5401
] - (SEMVER-MINOR) module: remove useCustomLoadersIfPresent flag (Chengzhong Wu) #48655aadff07e59
] - (SEMVER-MINOR) src: create per isolate proxy env template (Chengzhong Wu) #4865591aa9dd23a
] - (SEMVER-MINOR) src: create fs_dir per isolate properties (Chengzhong Wu) #486555c5834190a
] - (SEMVER-MINOR) src: create worker per isolate properties (Chengzhong Wu) #486554a1ce45181
] - (SEMVER-MINOR) src: make process binding data weak (Chengzhong Wu) #48655Commits
4a20912279
] - benchmark: update iterations in benchmark/util/splice-one.js (Liu Jia) #5069836380eb53d
] - benchmark: increase the iteration number to an appropriate value (Lei Shi) #5076623f56d8bb3
] - benchmark: rewrite import.meta benchmark (Joyee Cheung) #50683f7245d73d9
] - benchmark: add misc/startup-cli-version benchmark (Joyee Cheung) #50684c81d2acfe0
] - benchmark: remove punycode from require-builtins fixture (Joyee Cheung) #506895849f09874
] - build: add GN configurations for simdjson (Cheng Zhao) #5083112605e8f7d
] - build: add configuration flag to enable Maglev (Keyhan Vakil) #5069243da9ea9e5
] - build: fix GN configuration for deps/base64 (Cheng Zhao) #50696465f75b58a
] - build: disable flag v8_scriptormodule_legacy_lifetime (Chengzhong Wu) #50616d2c0dfb1b7
] - crypto: update root certificates to NSS 3.95 (Node.js GitHub Bot) #508058d3a1d8911
] - deps: update zlib to 1.2.13.1-motley-5daffc7 (Node.js GitHub Bot) #50803e02f304de7
] - deps: V8: cherry-pick0f9ebbc
(Chengzhong Wu) #50867c31ad5ceaa
] - deps: update icu to 74.1 (Node.js GitHub Bot) #505153ff2bda34e
] - deps: update ada to 2.7.4 (Node.js GitHub Bot) #50815221f02df6d
] - deps: update undici to 5.27.2 (Node.js GitHub Bot) #50813ee69c613a2
] - deps: update minimatch to 9.0.3 (Node.js GitHub Bot) #5080600dab30fd2
] - deps: V8: cherry-pick475c8cd
(Keyhan Vakil) #50680a0c01b23b4
] - deps: update simdutf to 4.0.4 (Node.js GitHub Bot) #50772071e46ae56
] - deps: upgrade npm to 10.2.4 (npm team) #507515d28f8d18f
] - deps: escape Python strings correctly (Michaël Zasso) #506953731f836ed
] - deps: V8: cherry-pick8f0b946
(Lu Yahan) #506546dfe1023c3
] - dns: call handle.setServers() with a valid array (Luigi Pinca) #508112f13db475e
] - doc: make theme consistent across api and other docs (Dima Demakov) #508778c4976b732
] - doc: add a section regardinginstanceof
inprimordials.md
(Antoine du Hamel) #508746485687642
] - doc: update email to reflect affiliation (Yagiz Nizipli) #50856bc31375a09
] - doc: shard not supported with watch mode (Pulkit Gupta) #5064008c3b0ab20
] - doc: get rid of unnecessaryeslint-skip
comments (Antoine du Hamel) #5082998fb1faff1
] - doc: create deprecation code for isWebAssemblyCompiledModule (Marco Ippolito) #50486e116fcdb01
] - doc: add CanadaHonk to triagers (CanadaHonk) #50848a37d9ee1e3
] - doc: fix typos in --allow-fs-* (Tobias Nießen) #508458468daf1a9
] - doc: update Crypto API doc for x509.keyUsage (Daniel Meechan) #50603b4935dde60
] - doc: fix fs.writeFileSync return value documentation (Ryan Zimmerman) #50760ead9879a04
] - doc: update print results(detail) inPerformanceEntry
(Jungku Lee) #507236b7403c5df
] - doc: fixBuffer.allocUnsafe
documentation (Mert Can Altın) #50686713fdf1fc3
] - doc: run license-builder (github-actions[bot]) #5069150f336c06f
] - esm: fallback togetSource
whenload
returns nullishsource
(Antoine du Hamel) #50825bd58870556
] - esm: do not callgetSource
when format iscommonjs
(Francesco Trotta) #50465e59268a076
] - fs: add c++ fast path for writeFileSync utf8 (CanadaHonk) #49884483200f68f
] - fs: improve error performance forrmdirSync
(CanadaHonk) #49846e4e0add0de
] - fs: fix glob returning duplicates (Moshe Atlow) #5088145b2bb09f2
] - fs: fix to not return for void function (Jungku Lee) #50769492e3e30b7
] - fs: replace deprecatedpath._makeLong
in copyFile (CanadaHonk) #508449dc4cde75b
] - fs: improve error perf of synclstat
+fstat
(CanadaHonk) #49868c3eee590be
] - inspector: use private fields instead of symbols (Yagiz Nizipli) #507761a0069b13d
] - meta: clarify nomination process according to Node.js charter (Matteo Collina) #5083465a811a86d
] - meta: clarify recommendation for bug reproductions (Antoine du Hamel) #508825811a59016
] - meta: move cjihrig to TSC regular member (Colin Ihrig) #50816c7a7493ca2
] - (SEMVER-MINOR) module: bootstrap module loaders in shadow realm (Chengzhong Wu) #48655bc3f7b5401
] - (SEMVER-MINOR) module: remove useCustomLoadersIfPresent flag (Chengzhong Wu) #486559197b0f2fc
] - net: check pipe mode and path (theanarkh) #50770673de300b4
] - node-api: factor out common code into macros (Gabriel Schulhof) #50664aebe2fc702
] - perf_hooks: implement performance.now() with fast API calls (Joyee Cheung) #504923fdecc4a8b
] - permission: do not create symlinks if target is relative (Tobias Nießen) #4915627a4f58640
] - permission: mark const functions as such (Tobias Nießen) #50705feb8ff9427
] - src: assert return value of BN_bn2binpad (Tobias Nießen) #50860fd9195d750
] - src: fix coverity warning (Michael Dawson) #50846adcab85c0c
] - src: fix compatility with upcoming V8 12.1 APIs (Cheng Zhao) #5070979ef39b8c8
] - (SEMVER-MINOR) src: add--disable-warning
option (Ethan Arrowood) #50661faf6a04ba6
] - src: add IsolateScopes before using isolates (Keyhan Vakil) #50680eacf4ba485
] - src: iterate on import attributes array correctly (Michaël Zasso) #507030fb35b6a67
] - src: avoid copying strings in FSPermission::Apply (Tobias Nießen) #5066283ad272fa6
] - src: remove erroneous default argument in RadixTree (Tobias Nießen) #507362e8e237ce2
] - src: fix JSONParser leaking internal V8 scopes (Keyhan Vakil) #506880d3aa725cf
] - src: return error --env-file if file is not found (Ardi Nugraha) #50588aadff07e59
] - (SEMVER-MINOR) src: create per isolate proxy env template (Chengzhong Wu) #4865591aa9dd23a
] - (SEMVER-MINOR) src: create fs_dir per isolate properties (Chengzhong Wu) #486555c5834190a
] - (SEMVER-MINOR) src: create worker per isolate properties (Chengzhong Wu) #486554a1ce45181
] - (SEMVER-MINOR) src: make process binding data weak (Chengzhong Wu) #486558746073664
] - src: avoid silent coercion to signed/unsigned int (Tobias Nießen) #5066357587de1fa
] - src: handle errors from uv_pipe_connect2() (Deokjin Kim) #50657e5cce004e8
] - stream: fix enumerability of ReadableStream.from (Mattias Buelens) #507794522e229c0
] - stream: fix enumerability of ReadableStream.prototype.values (Mattias Buelens) #507792e0abed973
] - stream: yield expected Error class on zlib errors (Filip Skokan) #50712a275155e81
] - stream: add Symbol.toStringTag to Compression Streams (Filip Skokan) #50712146ad9cab0
] - stream: treat compression web stream format per its WebIDL definition (Filip Skokan) #50631087cffc7c2
] - test: fix message v8 not normalising alphanumeric paths (Jithil P Ponnan) #507307de900a442
] - test: fix dns test case failures after c-ares update to 1.21.0+ (Brad House) #50743b1b6c44712
] - test: replace forEach with for of (Conor Watson) #505947f44164ad4
] - test: replace forEach to for at test-webcrypto-sign-verify-ecdsa.js (Alessandro Di Nisio) #507959d76de1993
] - test: replace foreach with for in test-https-simple.js (Shikha Mehta) #49793ce8fc56ee4
] - test: add note about unresolved spec issue (Mattias Buelens) #50779628a12ac18
] - test: add note about readable streams with type owning (Mattias Buelens) #5077982f0882ce0
] - test: replace forEach with for-of in test-url-relative (vitosorriso) #507883b7998305d
] - test: replace forEach() with for ... of in test-tls-getprotocol.js (Steve Goode) #506000e4d25eb5c
] - test: use requires instead of flaky in console WPT status (Filip Skokan) #50812221952a88e
] - test: use ppc and ppc64 to skip SEA tests on PowerPC (Joyee Cheung) #508280e3b714069
] - test: enable idlharness tests for encoding (Mattias Buelens) #50778c8d4cd68b4
] - test: replace forEach in whatwg-encoding-custom-interop (Honza Machala) #50607f25637b5c9
] - test: update WPT files for WebIDL tests (Filip Skokan) #50712f2e0fce389
] - test: replace forEach() with for-loop (Jan) #505964b26f14a53
] - test: improve test-bootstrap-modules.js (Joyee Cheung) #5070828d78de0dd
] - test: skip parallel/test-macos-app-sandbox if disk space < 120MB (Joyee Cheung) #507644088b750e7
] - test: mark SEA tests as flaky on PowerPC (Joyee Cheung) #507506475cee6a4
] - test: give more time to GC in test-shadow-realm-gc-* (Joyee Cheung) #507350e8275b610
] - test: replace foreach with for (Markus Muschol) #50599377deded59
] - test: test streambase has already has a consumer (Jithil P Ponnan) #48059342a83e728
] - test: change forEach to for...of in path extname (Kyriakos Markakis) #5066775265e491d
] - test: replace forEach with for...of (Ryan Williams) #50611982b57651b
] - test: migrate message v8 tests from Python to JS (Joshua LeMay) #504217ebc8c2aed
] - test,stream: enable compression WPTs (Filip Skokan) #506310bd694ab64
] - test_runner: add tests for various mock timer issues (Mika Fischer) #50384dee8039c9b
] - tls: fix order of setting cipher before setting cert and key (Kumar Rishav) #501865de30531b8
] - tools: add macOS notarization verification step (Ulises Gascón) #50833a12d9e03f2
] - tools: use macOS keychain to notarize the releases (Ulises Gascón) #50715f21637717f
] - tools: update eslint to 8.54.0 (Node.js GitHub Bot) #50809daa933d93a
] - tools: update lint-md-dependencies to [email protected] (Node.js GitHub Bot) #5080752830b71cc
] - tools: add workflow to update release links (Michaël Zasso) #50710db8ce5bbdd
] - tools: recognize GN files in dep_updaters (Cheng Zhao) #506935ef6729b66
] - tools: remove unused file (Ulises Gascon) #50622c49483820a
] - tools: change minimatch install strategy (Marco Ippolito) #504760d556d9a59
] - tools: update lint-md-dependencies to [email protected] (Node.js GitHub Bot) #50675eaa4c14e6b
] - util: improve performance of normalizeEncoding (kylo5aby) #50721a5d959b765
] - v8,tools: expose necessary V8 defines (Cheng Zhao) #50820v21.2.0
: 2023-11-14, Version 21.2.0 (Current), @targosCompare Source
Notable Changes
e25c65ee2f
] - doc: add MrJithil to collaborators (Jithil P Ponnan) #50666f2366573f9
] - doc: add Ethan-Arrowood as a collaborator (Ethan Arrowood) #50393eac9cc5fcb
] - (SEMVER-MINOR) esm: add import.meta.dirname and import.meta.filename (James Sumners) #487407e151114b1
] - fs: add stacktrace to fs/promises (翠 / green) #498496dbb280733
] - (SEMVER-MINOR) lib: add--no-experimental-global-navigator
CLI flag (Antoine du Hamel) #5056203c730b931
] - (SEMVER-MINOR) lib: add navigator.language & navigator.languages (Aras Abbasi) #50303f932f4c518
] - (SEMVER-MINOR) lib: add navigator.platform (Aras Abbasi) #5038591f37d1dc3
] - (SEMVER-MINOR) stream: add support fordeflate-raw
format to webstreams compression (Damian Krzeminski) #5009765850a67c7
] - stream: use Array for Readable buffer (Robert Nagy) #50341e433fa54b7
] - stream: optimize creation (Robert Nagy) #50337c9b92bba58
] - (SEMVER-MINOR) test_runner: adds built in lcov reporter (Phil Nash) #50018f6c496563e
] - (SEMVER-MINOR) test_runner: add Date to the supported mock APIs (Lucas Santos) #4863805e8b6ef20
] - (SEMVER-MINOR) test_runner, cli: add --test-timeout flag (Shubham Pandey) #50443Commits
065d8844c5
] - benchmark: change iterations in benchmark/es/string-concatenations.js (Liu Jia) #505853f37ed9f0f
] - benchmark: add benchmarks for encodings (Aras Abbasi) #50348c4b6e1e9e4
] - benchmark: add more cases to Readable.from (Raz Luvaton) #503512006b57a9a
] - benchmark: skip test-benchmark-os on IBMi (Michael Dawson) #50286800206b04a
] - benchmark: move permission-fs-read to permission-processhas-fs-read (Aki Hasegawa-Johnson) #497703bedaf9405
] - buffer: improve Buffer.equals performance (kylo5aby) #50621b9f3613908
] - build: add GN build files (Cheng Zhao) #4763722eb0257d8
] - build: fix build with Python 3.12 (Luigi Pinca) #50582642c057299
] - build: support Python 3.12 (Shi Pujin) #5020954ebfc10cb
] - build: fix building when there is only python3 (Cheng Zhao) #484625073a3e16d
] - deps: update base64 to 0.5.1 (Node.js GitHub Bot) #50629f70a59f4fa
] - deps: update corepack to 0.23.0 (Node.js GitHub Bot) #5056378b3432be5
] - deps: V8: cherry-pick13192d6
(Levi Zim) #5055293e3cc3907
] - deps: upgrade npm to 10.2.3 (npm team) #50531189e5e5326
] - deps: update nghttp2 to 1.58.0 (Node.js GitHub Bot) #5044157bfe53095
] - deps: update zlib to 1.2.13.1-motley-dfc48fc (Node.js GitHub Bot) #504561e6922e67a
] - deps: patch V8 to 11.8.172.17 (Michaël Zasso) #5029228453ff966
] - deps: update acorn to 8.11.2 (Node.js GitHub Bot) #504600a793a2566
] - deps: update undici to 5.27.0 (Node.js GitHub Bot) #50463a90c6d669c
] - deps: update archs files for openssl-3.0.12+quic1 (Node.js GitHub Bot) #50411a64217c116
] - deps: upgrade openssl sources to quictls/openssl-3.0.12+quic1 (Node.js GitHub Bot) #5041162515e118c
] - deps: update llhttp to 9.1.3 (Node.js GitHub Bot) #50080d6f49c7bdc
] - deps: update googletest to116b7e5
(Node.js GitHub Bot) #50324e25c65ee2f
] - doc: add MrJithil to collaborators (Jithil P Ponnan) #506668be0efd68f
] - doc: fix typo in fs.md (fwio) #50570a656bf2dee
] - doc: add missing description of argument insubtle.encrypt
(Deokjin Kim) #505784cbe44ed6f
] - doc: update pm documentation to include resource (Ranieri Innocenti Spada) #50601479c1ea9fe
] - doc: correct attribution in v20.6.0 changelog (Jacob Smith) [#50564](https://Configuration
📅 Schedule: Branch creation - "before 2am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.