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:
19.3.0-alpine
->19.4.0-alpine
19.3.0-alpine
->19.4.0-alpine
Release Notes
nodejs/node
v19.4.0
: 2023-01-06, Version 19.4.0 (Current), @RafaelGSSCompare Source
Notable Changes
Commits
54b748acc0
] - async_hooks: refactor to usevalidateObject
(Deokjin Kim) #46004cf2ff81f26
] - benchmark: include webstreams benchmark (Rafael Gonzaga) #458766e3d7f8c2d
] - bootstrap: optimize modules loaded in the built-in snapshot (Joyee Cheung) #45849d181b76374
] - bootstrap: make CJS loader snapshotable (Joyee Cheung) #45849508e830765
] - bootstrap: include event_target into the built-in snapshot (Joyee Cheung) #45849dd77c05480
] - bootstrap: support module_wrap binding in snapshot (Joyee Cheung) #45849fbe399c75c
] - (SEMVER-MINOR) buffer: add buffer.isUtf8 for utf8 validation (Yagiz Nizipli) #45947233a66f937
] - build: fix arm64 cross-compile from powershell (Stefan Stojanovic) #45890e7b98a3da2
] - build: add option to disable shared readonly heap (Anna Henningsen) #45887777c551edf
] - crypto: ensure exported webcrypto EC keys use uncompressed point format (Ben Noordhuis) #46021f7dba5bef7
] - crypto: fix globalThis.crypto this check (Filip Skokan) #4585756f3ad101b
] - crypto: fix CryptoKey prototype WPT (Filip Skokan) #45857c9747f1140
] - crypto: use globalThis.crypto over require('crypto').webcrypto (Filip Skokan) #458176eede72241
] - crypto: fix CryptoKey WebIDL conformance (Filip Skokan) #45855c9802862b7
] - crypto: fix error when getRandomValues is called without arguments (Filip Skokan) #458543d09754186
] - debugger: refactor console in lib/internal/debugger/inspect.js (Debadree Chatterjee) #45847fdda2ff53b
] - deps: V8: cherry-pick30861a3
(Aaron Friel) #4585171bf513062
] - deps: patch V8 to 10.8.168.25 (Michaël Zasso) #459960552b13232
] - deps: update simdutf to 2.0.9 (Node.js GitHub Bot) #45975e73be1b3b9
] - deps: update to uvwasi 0.0.14 (Colin Ihrig) #45970e4323f01c1
] - deps: fix updater github workflow job (Yagiz Nizipli) #4597205fee67238
] - Revert "deps: disable avx512 for simutf on benchmark ci" (Yagiz Nizipli) #4594898fc94a444
] - deps: disable avx512 for simutf on benchmark ci (Yagiz Nizipli) #45803344c5ec0ea
] - deps: add simdutf dependency (Yagiz Nizipli) #458037bdad948c8
] - deps: V8: backport8ca9f77
(Anna Henningsen) #4587129f90cf5af
] - deps: update timezone to 2022g (Node.js GitHub Bot) #4573199fec0bf64
] - deps: update undici to 5.14.0 (Node.js GitHub Bot) #45812faee973fa7
] - deps: V8: cherry-pickbc831f8
(Yagiz Nizipli) #45788e2944109c6
] - deps: V8: cherry-pickbf0bd48
(Michaël Zasso) #45908e113d169ee
] - doc: update isUtf8 description (Yagiz Nizipli) #459739e16406066
] - doc: sort http.createServer() options alphabetically (Luigi Pinca) #4568049253e1a8f
] - doc: use console.error for error case in timers and tls (Deokjin Kim) #460028be1b666a7
] - doc: fix wrong output of example inurl.protocol
(Deokjin Kim) #459549251dce8b2
] - doc: useos.availableParallelism()
in async_context and cluster (Deokjin Kim) #45979952e03ae66
] - doc: make EventEmitterAsyncResource'soptions
as optional (Deokjin Kim) #4598571cc3b3712
] - doc: replace single executable champion in strategic initiatives doc (Darshan Sen) #45956eaf6b63637
] - doc: update error message of example in repl (Deokjin Kim) #45920d8b5b7da75
] - doc: fix typos in packages.md (Eric Mutta) #459574457e051c9
] - doc: remove port from example inurl.hostname
(Deokjin Kim) #45927908f4fab52
] - doc: show output of example in http (Deokjin Kim) #45915faf5c23084
] - (SEMVER-MINOR) doc: add parallelism note to os.cpus() (Colin Ihrig) #458959ed547b73c
] - doc: fix wrong output of example inurl.password
(Deokjin Kim) #45928a89f8c1337
] - doc: fix some history entries indeprecations.md
(Antoine du Hamel) #45891cf30fca23f
] - doc: add tip for NODE_MODULE (theanarkh) #45797d500445aec
] - doc: reduce likelihood of mismerges during release (Richard Lau) #45864e229f060e3
] - doc: add backticks to webcrypto rsaOaepParams (Filip Skokan) #45883dfa58c1947
] - doc: remove release cleanup step (Michaël Zasso) #45858b93a9670a8
] - doc: add stream/promises pipeline and finished to doc (Marco Ippolito) #45832c86f4a17d6
] - doc: remove Juan Jose keys (Rafael Gonzaga) #45827c37a119f90
] - doc: remove last example use of require('crypto').webcrypto (Filip Skokan) #458197e047dfcbb
] - doc: fix wrong output of example in util (Deokjin Kim) #458258046e0ef53
] - errors: refactor to use a method that formats a list string (Daeyeon Jeong) #457932d49e0e635
] - esm: rewrite loader hooks test (Geoffrey Booth) #4601647cc0e4bdb
] - events: fix violation of symbol naming convention (Deokjin Kim) #4597822a66cff66
] - fs: refactor to usevalidateInteger
(Deokjin Kim) #46008bc43922949
] - http: replacevar
withconst
on code of comment (Deokjin Kim) #459517ea72ee421
] - (SEMVER-MINOR) http: improved timeout defaults handling (Paolo Insogna) #457787f1daedf4c
] - lib: update JSDoc ofgetOwnPropertyValueOrDefault
(Deokjin Kim) #4601028f9089b83
] - lib: usekEmptyObject
as default value for options (Deokjin Kim) #46011f6c6673ec4
] - lib: lazy-load deps in modules/run_main.js (Joyee Cheung) #45849e529ea4144
] - lib: lazy-load deps in source_map_cache.js (Joyee Cheung) #45849943852ab83
] - lib: add getLazy() method to internal/util (Joyee Cheung) #4584925d0a94453
] - meta: update AUTHORS (Node.js GitHub Bot) #460400a70316ecc
] - meta: update AUTHORS (Node.js GitHub Bot) #4596886e30fcb4d
] - meta: addnodejs/loaders
to CODEOWNERS (Geoffrey Booth) #45940e95695654d
] - meta: addnodejs/test_runner
to CODEOWNERS (Antoine du Hamel) #45935353dab5bdf
] - meta: update AUTHORS (Node.js GitHub Bot) #458990b3512f690
] - modules: move callbacks and conditions into modules/esm/utils.js (Joyee Cheung) #45849c6ab449d1b
] - modules: move modules/cjs/helpers.js to modules/helpers.js (Joyee Cheung) #458494d62b099b4
] - net: handle socket.write(cb) edge case (Santiago Gimeno) #459228e6b8dbb41
] - net: add autoSelectFamily global getter and setter (Paolo Insogna) #45777f3bb6a38ae
] - node-api: generalize finalizer second pass callback (Chengzhong Wu) #44141d71883e271
] - (SEMVER-MINOR) os: add availableParallelism() (Colin Ihrig) #458954c0850539a
] - process,worker: ensure code after exit() effectless (ywave620) #4562024cae6b4a3
] - repl: improve robustness wrt to prototype pollution (Antoine du Hamel) #45604af25c95b22
] - src: fix typo innode_file.cc
(Vadim) #45998261d6d0726
] - src: fix crash on OnStreamRead on Windows (Santiago Gimeno) #458786c5b7e660b
] - src: add worker per-isolate binding initialization (Chengzhong Wu) #45547db535b6caa
] - src: define per-isolate internal bindings registration callback (Chengzhong Wu) #45547ded87f6dc4
] - src: fix creatingIsolate
s from addons (Anna Henningsen) #45885c2ed0ccb28
] - src: use string_view for FastStringKey implementation (Anna Henningsen) #45914b995138b96
] - src: use CreateEnvironment instead of inlining its code where possible (Anna Henningsen) #458864454f5fd71
] - src: fix UB in overflow checks (Ben Noordhuis) #4588227d3201502
] - src: check size of args before using for exec_path (A. Wilcox) #459022f898f2983
] - src: fix tls certificate root store data race (Ben Noordhuis) #45767eff92a61b9
] - src: add undici and acorn toprocess.versions
(Debadree Chatterjee) #45621ab22a8ff4b
] - stream: refactor to usevalidateFunction
(Deokjin Kim) #460070858956f5f
] - stream: fix typo in JSDoc (Deokjin Kim) #459912807efaea6
] - test: useprocess.hrtime.bigint
instead ofprocess.hrtime
(Deokjin Kim) #458770f5a145973
] - test: print failed JS/parallel tests (Geoffrey Booth) #45960c6c094702b
] - test: split parallel fs-watch-recursive tests (Yagiz Nizipli) #4586597a8e055be
] - test: add all WebCryptoAPI globals to WPTRunner's loadLazyGlobals (Filip Skokan) #4585795ce16d8d9
] - test: fix test broken under --node-builtin-modules-path (Geoffrey Booth) #4589497868befe7
] - test: fix mock.method to support class instances (Erick Wendel) #4560871056daf76
] - test: update encoding wpt to latest (Yagiz Nizipli) #4585010367c4cae
] - test: update url wpt to latest (Yagiz Nizipli) #4585253f02cf631
] - test: add CryptoKey transferring tests (Filip Skokan) #458115de08ef275
] - test: add postject to fixtures (Darshan Sen) #45298fea122d51e
] - test: enable idlharness WebCryptoAPI WPTs (Filip Skokan) #458223c2ce5635e
] - test: remove use of --experimental-global-webcrypto flag (Filip Skokan) #45816b5e124537e
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #458607ae24abd7b
] - test_runner: use os.availableParallelism() (Colin Ihrig) #45969c5004d42af
] - test_runner: run t.after() if test body throws (Colin Ihrig) #45870bdbb676bee
] - test_runner: parse yaml (Moshe Atlow) #45815ca9b9b9ce6
] - tls: don't treat fatal TLS alerts as EOF (David Benjamin) #44563d08a574ecf
] - tls: fix re-entrancy issue with TLS close_notify (David Benjamin) #445630f0d22a63e
] - tools: update lint-md-dependencies to rollup@3.9.0 (Node.js GitHub Bot) #460395a8d125fc4
] - tools: update doc to unist-util-select@4.0.2 (Node.js GitHub Bot) #4603854776ffe80
] - tools: add release host var to promotion script (Ruy Adorno) #45913f968fdb78a
] - tools: add url toAUTHORS
update automation (Antoine du Hamel) #459717c518cbac1
] - tools: update lint-md-dependencies to rollup@3.8.1 (Node.js GitHub Bot) #459671282f7f656
] - tools: update GitHub workflow action (Mohammed Keyvanzadeh) #45937f446af78e9
] - tools: update lint-md dependencies (Node.js GitHub Bot) #45813794611ade9
] - tools: enforce use of trailing commas intools/
(Antoine du Hamel) #45889124c2b32d9
] - tools: fix incorrect version history order (Fabien Michel) #4572827cf389c22
] - tools: update eslint to 8.29.0 (Node.js GitHub Bot) #45733ae842a40b5
] - util: add fast path for text-decoder fatal flag (Yagiz Nizipli) #45803389cc3e1d6
] - vm: refactor to usevalidateStringArray
(Deokjin Kim) #460207bd6a2c258
] - wasi: fast calls (snek) #43697Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
Read more information about the use of Renovate Bot within Laminas.