Update Node.js to v16
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| node | engines | major | >= v4.9.1 -> >= v16.14.2 |
Release Notes
nodejs/node
v16.14.2
This is a security release.
Notable Changes
Update to OpenSSL 1.1.1n, which addresses the following vulnerability:
- Infinite loop in
BN_mod_sqrt()reachable when parsing certificates (High)(CVE-2022-0778) More details are available at https://www.openssl.org/news/secadv/20220315.txt
Commits
- [
3924618c74] - deps: update archs files for OpenSSL-1.1.1 (Hassaan Pasha) #42352 - [
7a6a870d58] - deps: upgrade openssl sources to OpenSSL_1_1_1n (Hassaan Pasha) #42352 - [
c533b430f4] - test: fix tests affected by OpenSSL update (Michael Dawson) #42352
v16.14.1
Notable changes
-
doc:
- add release key for Bryan English (Bryan English) #42102
Commits
- [
2a24e763d5] - async_hooks: fix imports in context example (Yash Ladha) #39229 - [
c4a296f59b] - benchmark: enable no-empty ESLint rule (Rich Trott) #41831 - [
abe2eb9fc0] - benchmark: avoid input param manipulation (Jithil P Ponnan) #41741 - [
2c566a9830] - benchmark: use Object.hasOwn() instead of hasOwnProperty() (Rich Trott) #41769 - [
b77e72ab12] - benchmark: replace hasOwnProperty() with Object.hasOwn() (Rich Trott) #41724 - [
ec72cb4019] - benchmark: remove unreachable code from crypto/hash-stream-creation (Rich Trott) #41535 - [
14bb6f97f0] - buffer: fix atob/btoa no-arg case (Benjamin Gruenbaum) #41478 - [
79e2ab2a67] - build: remove windows-2022 from v16.x actions (Danielle Adams) #42299 - [
2893b4c85a] - build: check if python is a executable program (himself65) #36696 - [
5e4fc04821] - build: enable zoslib installation on z/OS (alexcfyung) #41493 - [
1e3c9ebaae] - build: fix libuv builds for android aarch64 (Darshan Sen) #41555 - [
46f714f92a] - crypto: check return code from EVP_DigestUpdate (Michael Dawson) #41800 - [
33abbf9f21] - crypto: fixwebcrypto.subtlesignature (Antoine du Hamel) #41761 - [
faceae486b] - crypto: revise variables for const use instead of let (Rich Trott) #41614 - [
fe0f9dc611] - crypto: remove wildcard options for checkEmail (Tobias Nießen) #41599 - [
188c3ab918] - crypto: adjust types for getRandomValues (LiviaMedeiros) #41481 - [
1ef28f1a3d] - crypto: remove checkIP options argument (Tobias Nießen) #41571 - [
74c0464572] - deps: upgrade npm to 8.5.0 (npm-robot) #41925 - [
b5783288d1] - deps: upgrade npm to 8.4.1 (npm-robot) #41836 - [
2b7c4b4afe] - deps: upgrade npm to 8.3.2 (npm team) #41621 - [
906247933c] - dgram: remove unreachable connectState assign (Rongjian Zhang) #38590 - [
330c1bc518] - doc: add comments to empty blocks in worker_threads text (Rich Trott) #41831 - [
125ed0c6b0] - doc: remove empty block from console.timeEnd() example (Rich Trott) #41831 - [
34d6f8e793] - doc: use the same case as the section heading (Mestery) #41876 - [
fd28d252fa] - doc: use Oxford comma in crypto docs (Tobias Nießen) #41875 - [
bf99ef8b57] - doc: use sentence case in readme introduction (Mestery) #41874 - [
b15d9c2cc6] - doc: add missing space before hyphen (Mestery) #41873 - [
77685d5ab0] - doc: add stream pipelining note on Http usage (Rafael Silva) #41796 - [
c7bae97755] - doc: improve SSL_OP_PRIORITIZE_CHACHA description (Tobias Nießen) #41866 - [
5cd38a4ff5] - doc: add missing commas in cluster docs (Tobias Nießen) #41865 - [
cf6b5e0e33] - doc: add history information for Corepack (Antoine du Hamel) #41813 - [
c742a1cc4d] - doc: feature management proposal (Michael Dawson) #41420 - [
3f000a2627] - doc: add overhead hints for heap snapshot generation (Gerhard Stöbich) #41822 - [
42c0a8353e] - doc: fix X509 CA acronym capitalization (Tobias Nießen) #41841 - [
f5b0a3be12] - doc: use sentence case for X509 error codes header (Tobias Nießen) #41829 - [
20d8fd1a83] - doc: add initial version of maintaining-http.md (Michael Dawson) #41798 - [
077fcee008] - doc: add registry numbers for Electron 19 and 20 (Keeley Hammond) #41814 - [
44b6927179] - doc: add note about resource type in async_hooks (Tony Gorez) #41797 - [
1be701c9ca] - doc: use example.com for examples (Ateş Göral) #41827 - [
4660c1fa7b] - doc: align tls port types with net port types (Tobias Nießen) #41799 - [
5cd8bdc4d7] - doc: use UDPv4/UDPv6 consistently with TCPv4/TCPv6 (Tobias Nießen) #41824 - [
3ef05a0216] - doc: improve wording surrounding TLS 1.3 ciphers (Tobias Nießen) #41778 - [
51d955368e] - doc: add format-md step to release guide (Danielle Adams) #41809 - [
8f00e5dcf7] - doc: add v16 changelog link to iojs changelog (Danielle Adams) #41808 - [
4f194f3094] - doc: add security-steward rotation information (Michael Dawson) #41707 - [
14ea8fcba8] - doc: use Object.hasOwn() in util doc (Rich Trott) #41780 - [
9f77692491] - doc: remove section on "recent" ECDH changes (Tobias Nießen) #41773 - [
211a3c4c4c] - doc: clarify that import also uses main (Ben McCann) #41720 - [
20d9c4a2c5] - doc: update modules.md wording (Tobias Hernstig) #41728 - [
e209f53ba2] - doc: update Mesteery email (Mestery) #41683 - [
db1ce43173] - doc: avoid incomplete sentence in cluster docs (Tobias Nießen) #41701 - [
ee79e53821] - doc: fix typo in contributing guides (Yoshiki Kurihara) #41723 - [
9616fd5913] - doc: improve docs to give descriptive info for the platform property (Harshil jain) #41650 - [
4d8ee8e3cd] - doc: fix link to npm documentation (Antoine du Hamel) #41712 - [
018ec32535] - doc: clarify treatment of non-string base in URL() (Rich Trott) #41685 - [
92e6cf03fe] - doc: fix typo intechnical-priorities.md(Akhil Marsonya) #41694 - [
071fef50e5] - doc: remove unadvisable cluster example (Tobias Nießen) #41668 - [
b63fb0ffb8] - doc: document flow for supporting type generation (Michael Dawson) #41464 - [
364811aa8a] - doc: clarify parameter for napi_get_cb_info (Michael Dawson) #41635 - [
1bd286e978] - doc: revise url.resolve() text (Rich Trott) #41661 - [
59f95fe4dc] - doc: clarify treatment of non-string argument to new URL() (Rich Trott) #41658 - [
3e93cc392e] - doc: fix documentation forMODULE_NOT_FOUNDandERR_MODULE_NOT_FOUND(Antoine du Hamel) #41645 - [
b9d1cb7f8a] - doc: improve TLS/SSL introduction (Tobias Nießen) #41649 - [
5d9c83e2e9] - doc: modernize and simplify cluster example (Tobias Nießen) #41626 - [
d5efecd64d] - doc: simplify readline/stdin text (Rich Trott) #41583 - [
931be52589] - doc: suggest worker threads in cluster docs (Tobias Nießen) #41616 - [
b2a4614a0d] - doc: add 16 and 17 to previous versions (Antoine du Hamel) #41646 - [
5f0a017a02] - doc: improve'hex'Buffer decoding description and examples (Giora Guttsait) #41598 - [
0805068add] - doc: add note for handling signal events in trace events (Gabriel Trujillo) #41438 - [
0388b9afc3] - doc: demonstrate dangers ofbuffer.slice()(Shalvah) #41628 - [
3cdd1d634b] - doc: add missing word in cluster.workers details (Tobias Nießen) #41624 - [
5d94bc676e] - doc: fix async_hooks example in api docs (Akhil Marsonya) #41609 - [
39f52e1130] - doc: fix deprecated alias description in cluster (Tobias Nießen) #41618 - [
55714cc777] - doc: update timingSafeEqual error case (Alex Agranov) #41507 - [
9f8e442dc7] - doc: simplify util.TextDecoder example (Rich Trott) #41574 - [
57dc5956b1] - doc: move Mesteery to collaborators (Tobias Nießen) #41597 - [
10320c2965] - doc: fix cjs example code for process.arch (Job) #41593 - [
f33e831fe3] - doc: remove redunantawaitcalls from stream docs (Giora Guttsait) #41592 - [
1cf74beb57] - doc: make contributing info more discoverable (Michael Dawson) #41408 - [
214cf17db9] - doc: recommend package exports instead of requiring folders (Antoine du Hamel) #41381 - [
5c387a0d75] - doc: edit async_context context loss text (Rich Trott) #41550 - [
01283f6b25] - doc: use sentence case for Web Crypto headers (Tobias Nießen) #41577 - [
6b6d0c4914] - doc: make Web Crypto example spec compliant (Tobias Nießen) #41556 - [
8772d332d7] - doc: do not reference SSL when discussing SNI (Tobias Nießen) #41549 - [
82042d0094] - doc: fix typos in esm.md (Yu) #41499 - [
ff0069dc3e] - doc: adjust assignment in condition in stream doc (Rich Trott) #41510 - [
1128b1c216] - doc: improve Web Crypto headings related to ECC (Tobias Nießen) #41542 - [
a6758d12e3] - doc: clarify module system selection (Antoine du Hamel) #41383 - [
db17a529a8] - doc: add release key for Bryan English (Bryan English) #42102 - [
f2ca172a08] - doc: remove statement about (EC)DHE performance (Tobias Nießen) #41528 - [
227dea8dc1] - domain: pass opts toEventEmitter.init(Chen Gang) #41414 - [
bd717064b0] - esm: improve validation of resolved URLs (Jacob Smith) #41446 - [
e747ef5e45] - http2: fix pseudo-headers order (ofir) #41735 - [
2efe9cbd01] - http2: fix no response event on continue request (ofirbarak) #41739 - [
7bf2be51b3] - http2: fix memory leak on nghttp2 hd threshold (Rafael Silva) #41502 - [
acd8768802] - lib: add comments to empty catch statements (Rich Trott) #41831 - [
c90bb7cd93] - lib: refactor to usevalidateObject()validator (Mohammed Keyvanzadeh) #41845 - [
c93a9af82b] - lib: refactor source map stack trace prepare (Mohammed Keyvanzadeh) #41698 - [
0f3287dc44] - lib: fix consistency of methods that emit warnings (Yoshiki Kurihara) #41249 - [
7ee3cdf60a] - lib: remove erroneous JSDoc entry (Rich Trott) #41604 - [
70f6554403] - meta: update AUTHORS (Node.js GitHub Bot) #41868 - [
a44a8ff767] - meta: update AUTHORS (Node.js GitHub Bot) #41763 - [
ba0ba7c4b2] - meta: update mailmap/AUTHORS info for existing collaborator (Rich Trott) #41750 - [
30e3327b46] - meta: adjust mailmap/AUTHORS to reflect README change (Rich Trott) #41751 - [
6d268fd32e] - meta: update AUTHORS (Node.js GitHub Bot) #41659 - [
18e6316bf1] - meta: update AUTHORS (Node.js GitHub Bot) #41548 - [
e1e059a698] - perf_hooks: remove useless calls in Histogram (Michael Dawson) #41579 - [
08b3bd2fc5] - policy: revise manifest.js to avoid empty blocks (Rich Trott) #41831 - [
33f3391a8f] - policy: check for null instead of falsy in loop (Rich Trott) #41614 - [
b8b8e0bce6] - policy: replace entries with keys (Mohammed Keyvanzadeh) #41482 - [
ee61bc74b7] - process: unhandledRejection support more errors (Benjamin Gruenbaum) #41682 - [
f066246729] - process: check for null instead of falsy in while loop (Rich Trott) #41614 - [
77cb604c0d] - process: use validateString validator (Mohammed Keyvanzadeh) #41595 - [
76281f9a81] - process: ignore asyncId 0 in exception handler (Anatoli Papirovski) #41424 - [
dacffd3e9c] - repl: check for precise values rather than falsy in loops (Rich Trott) #41614 - [
5e595683ce] - src: slightly simplify URLHost::ToString (Anna Henningsen) #41747 - [
206c370d03] - src: slightly simplify V8CoverageConnection::GetFilename (Anna Henningsen) #41748 - [
1cfc63ebe3] - src: fix typo in js_native_api_v8.cc (Caio Agiani) #41764 - [
aebd82ea7c] - stream: remove empty block (Rich Trott) #41831 - [
46ed078607] - stream: resume stream on drain (Robert Nagy) #41848 - [
363c760c85] - stream: check for null instead of falsy in loops (Rich Trott) #41614 - [
4f4fec4b22] - stream: rename unknown primordial (Mohammed Keyvanzadeh) #40622 - [
1425e75093] - stream: avoid function call where possible (Rich Trott) #41534 - [
ecb52636a4] - test: renew certificates for specific test (Luigi Pinca) #42342 - [
c8e59cbf9e] - test: enable no-empty ESLint rule (Rich Trott) #41831 - [
20ec77688f] - test: remove eslint-disable comments from fixtures (Rich Trott) #41859 - [
a8e41837cc] - test: remove test-worker-memory flaky designation (Rich Trott) #41867 - [
673c1fd5ae] - test: avoid using Object.prototype methods directly on objects (Rich Trott) #41801 - [
3690d3402d] - test: exclude ibm i tests until we resolve (Michael Dawson) #41812 - [
1f65620543] - test: make worker-take-heapsnapshot non-flaky (Michael Dawson) #41684 - [
badab79527] - test: mark test-fs-rmdir-recursive flaky on win (Michael Dawson) #41533 - [
951d299aee] - test: make fs watch test more stable (Benjamin Gruenbaum) #41715 - [
acea61ba8e] - test: fix typo in MessageChannel test (Tobias Nießen) #41746 - [
081989b6b7] - test: replace commented out expectations with tests (Darshan Sen) #41667 - [
639130e635] - test: use Object.hasOwn() where applicable (Rich Trott) #41664 - [
cb362a3748] - test: remove unneeded test statement (Rich Trott) #41663 - [
2b87f9784f] - test: remove error allowance in debugger test (Jithil P Ponnan) #41640 - [
55fce66af6] - test: simplify test-gc-http-client (Luigi Pinca) #41620 - [
b06c33b14b] - test: prepare tests for no-cond-assign ESLint rule (Rich Trott) #41614 - [
950648db48] - test: move test-gc-http-client-onerror to sequential (Luigi Pinca) #41619 - [
1d3ef115ca] - test: improve test coverage of internal/worker/io (Yoshiki Kurihara) #41511 - [
122eb51c98] - test: add DataView test entry for whatwg (Mohammed Keyvanzadeh) #40622 - [
2c813d825f] - test: improve util-format code coverage (Rich Trott) #41572 - [
fab831a3fe] - test: fix typo in test_js_native_api_v8 (Tobias Nießen) #41584 - [
9e7cfbbcd9] - test: add missing await in fs-rm/fs-rmdir tests (Benjamin Coe) #41545 - [
a8558ecfcf] - test: add coverage for util.inspect() (Rich Trott) #41527 - [
23fc205586] - test: avoid deep comparisons with literals (Tobias Nießen) #40634 - [
63a67f8dad] - timers: check for nullish instead of falsy in loops (Rich Trott) #41614 - [
788e77cb37] - tools: enable no-empty ESLint rule (Rich Trott) #41831 - [
10e6c70d14] - tools: update lint-md-dependencies to [email protected] (Node.js GitHub Bot) #41737 - [
20cdf78fd8] - tools: update doc to [email protected] (Node.js GitHub Bot) #41854 - [
2eabfdd066] - tools: update eslint to 8.8.0 (Node.js GitHub Bot) #41738 - [
9d23a27268] - tools: use Set instead of { [key]: true } object (Tobias Nießen) #41695 - [
7e4d455fe4] - tools: add compile_commands to ignore file (Yash Ladha) #41580 - [
1cbdc984fb] - tools: use Set instead of { [key]: true } object (Tobias Nießen) #41675 - [
dc854c4f38] - tools: fix typo intools/code_cache/README.md(Tobias Nießen) #41657 - [
b17aa25f12] - tools: enable no-cond-assign-ESLint rule (Rich Trott) #41614 - [
9601b8ddd6] - tools: update lint-md-dependencies to [email protected] (Node.js GitHub Bot) #41638 - [
cdbe291e5b] - tools: increase maximum line length to 120 characters (Rich Trott) #41586 - [
7cbc472ed5] - tools: add missing.PHONYand.NOTPARALLELtargets inMakefile(Antoine du Hamel) #41515 - [
6fccd66b34] - tools: update lint-md-dependencies (Node.js GitHub Bot) #41440 - [
3163bd1ea0] - tools: bump eslint from 8.6.0 to 8.7.0 (Rich Trott) #41570 - [
e439f32a4b] - tools: update doc to [email protected] [email protected] (Node.js GitHub Bot) #41441 - [
66120564b2] - tools,test: enable no-prototype-builtins (Rich Trott) #41801 - [
4aee98b03c] - util: use hasOwnProperty() primordial (Rich Trott) #41692 - [
8218bab51d] - util: remove unused fast path in internal debuglog (Rich Trott) #41605 - [
a4ad26d4dc] - util: check for null instead of flasy in loop (Rich Trott) #41614
v16.14.0
Notable changes
Importing JSON modules now requires experimental import assertions syntax
This release adds experimental support for the import assertions stage 3 proposal.
To keep Node.js ESM implementation as compatible as possible with the HTML spec, import assertions are now required to import JSON modules (still behind the --experimental-json-modules CLI flag):
import info from './package.json' assert { type: 'json' };
Or use dynamic import:
const info = await import('./package.json', { assert: { type: 'json' } });
Contributed by Antoine du Hamel and Geoffrey Booth #40250
Other notable changes
-
async_hooks:
- (SEMVER-MINOR) expose async_wrap providers (Rafael Gonzaga) #40760
-
child_process:
-
(SEMVER-MINOR) add support for URL to
cp.fork(Antoine du Hamel) #41225
-
(SEMVER-MINOR) add support for URL to
-
doc:
- add @Mesteery to collaborators (Mestery) #41543
- add @bnb as a collaborator (Tierney Cyren) #41100
- esm:
-
events:
- (SEMVER-MINOR) propagate weak option for kNewListener (James M Snell) #40899
-
fs:
-
(SEMVER-MINOR) accept URL as argument for
fs.rmandfs.rmSync(Antoine du Hamel) #41132
-
(SEMVER-MINOR) accept URL as argument for
-
lib:
- (SEMVER-MINOR) make AbortSignal cloneable/transferable (James M Snell) #41050
- (SEMVER-MINOR) add AbortSignal.timeout (James M Snell) #40899
- (SEMVER-MINOR) add reason to AbortSignal (James M Snell) #40807
- (SEMVER-MINOR) add unsubscribe method to non-active DC channels (simon-id) #40433
- (SEMVER-MINOR) add return value for DC channel.unsubscribe (simon-id) #40433
-
loader:
- (SEMVER-MINOR) return package format from defaultResolve if known (Gabriel Bota) #40980
-
perf_hooks:
- (SEMVER-MINOR) multiple fixes for Histogram (James M Snell) #41153
-
process:
-
(SEMVER-MINOR) add
getActiveResourcesInfo()(Darshan Sen) #40813
-
(SEMVER-MINOR) add
- src:
- stream:
- util:
-
timers:
- (SEMVER-MINOR) add experimental scheduler api (James M Snell) #40909
-
v8:
- (SEMVER-MINOR) multi-tenant promise hook api (Stephen Belanger) #39283
Commits
- [
336010341f] - assert: prefer reference comparison over string comparison (Darshan Sen) #41015 - [
2d471e47a0] - assert: use stricter stack frame detection in .ifError() (Ruben Bridgewater) #41006 - [
f788a47b8b] - async_hooks: add missing initialization (Michael Dawson) #41288 - [
b688f201df] - async_hooks: fix AsyncLocalStorage in unhandledRejection cases (Bradley Farias) #41202 - [
6af3e34b6b] - Revert "async_hooks: merge resource_symbol with owner_symbol" (Darshan Sen) #40741 - [
85a02ec979] - async_hooks: eliminate require side effects (Stephen Belanger) #40782 - [
078a0c996f] - (SEMVER-MINOR) async_hooks: expose async_wrap providers (Rafael Gonzaga) #40760 - [
4a09904d05] - benchmark: simplify http benchmarker regular expression (Rich Trott) #38206 - [
bc48ed2834] - benchmark: fix benchmark/run.js handling of --set (Rich Trott) #41334 - [
e68bf84e31] - benchmark,test: use Object.hasOwn() where applicable (Rich Trott) #41229 - [
799cf57581] - buffer: fixBlobconstructor on variousTypedArrays (Irakli Gozalishvili) #40706 - [
5c1dc5f307] - build: fix npm version detection (Michaël Zasso) #41575 - [
3e4d977c28] - build: fix node build failures in WSL Ubuntu (MrJithil) #41476 - [
6ffb1e878c] - build: fix workflow access to git history (Rich Trott) #41472 - [
c49a651e67] - build: start build on z/OS (alexcfyung) #41273 - [
c65ac72b6c] - build: use list for mutable retval rather than tuple (Rich Trott) #41372 - [
ff48705372] - build: remove Python 2 workaround (Rich Trott) #41357 - [
c10fcb1f05] - build: improve readability of texts in workflows (Mestery) #40988 - [
93450e5e8e] - build: use '<(python)' instead of 'python' (Cheng Zhao) #41146 - [
0b411c436a] - build: fix comment-labeled workflow (Mestery) #41176 - [
7756e1c692] - build: use gh cli in workflows file (Mestery) #40985 - [
d3289b2506] - build: fix commit-queue-rebase functionality (Rich Trott) #41140 - [
860d552431] - build: skip documentation generation if no ICU (Rich Trott) #41091 - [
c8625d18ba] - build: re-enable V8 concurrent marking (Michaël Zasso) #41013 - [
74557c3ac1] - build: add--without-corepack(Jonah Snider) #41060 - [
f826c866e9] - build: fail early in test-macos.yml (Rich Trott) #41035 - [
535bb5fb6b] - build: add tools/doc to tools.yml updates (Rich Trott) #41036 - [
20c4c6aa72] - build: update Actions versions (Mestery) #40987 - [
70fd4a15fc] - build: set persist-credentials: false on workflows (Rich Trott) #40972 - [
b72e50e5ef] - build: add OpenSSL gyp artifacts to .gitignore (Luigi Pinca) #40967 - [
066e0d6b44] - build: remove legacy -J test.py option from Makefile/vcbuild (Rich Trott) #40945 - [
f5233b004a] - build: ignore unrelated workflow changes in slow Actions tests (Rich Trott) #40928 - [
a905dfe8d5] - build: remove extraneous quotation marks from commit body (Rich Trott) #40963 - [
6971e5720b] - build: fix branch name for lint-md-dependencies update (Rich Trott) #40924 - [
a09bc8bf1d] - build: fixmakeinvocation in tools.yml (Rich Trott) #40890 - [
323c058fed] - build: fix tools.yml errors (Rich Trott) #40870 - [
e354464c3e] - build: add GitHub Action to update tools modules (Rich Trott) #40644 - [
bfbb7fc24a] - build,tools: automate enforcement of emeritus criteria (Rich Trott) #41155 - [
fc38d15483] - build,tools,win: trim unused VCBUILD_PYTHON_LOCATION variable (David Sanders) #41235 - [
9086338549] - child_process: queue pending messages (Erick Wendel) #41221 - [
d25b17279f] - child_process: revise argument processing (Rich Trott) #41280 - [
15e5d7acf4] - (SEMVER-MINOR) child_process: add support for URL tocp.fork(Antoine du Hamel) #41225 - [
06b775cd5c] - cluster: use linkedlist for round_robin_handle (twchn) #40615 - [
a40989faea] - crypto: fix error capture when loading engine (Tobias Nießen) #41187 - [
3055edec2f] - crypto: add missing null check (Michael Dawson) #40598 - [
cf3423d8b6] - crypto: trim input for NETSCAPE_SPKI_b64_decode (Shelley Vohr) #40757 - [
e60841b598] - crypto: throw errors in SignTraits::DeriveBits (Tobias Nießen) #40796 - [
00fd7d28ef] - crypto: fix build without scrypt (Martin Jansa) #40613 - [
ebc370cac8] - deps: V8: cherry-pickcc9a8a3(Gus Caplan) #41825 - [
a59ade62cf] - deps: upgrade npm to 8.3.1 (npm-robot) #41503 - [
9dd097325a] - deps: V8: cherry-pick3b6b21f(Michaël Zasso) #41457 - [
af6f1d512d] - deps: upgrade to libuv 1.43.0 (Colin Ihrig) #41398 - [
875fa40960] - deps: upgrade npm to 8.3.0 (npm team) #41127 - [
3c13bbd8aa] - deps: upgrade npm to 8.2.0 (npm team) #41065 - [
6c7088890e] - deps: update Acorn to v8.6.0 (Michaël Zasso) #40993 - [
e092fdebea] - deps: upgrade npm to 8.1.4 (npm team) #40865 - [
3e388ef28d] - deps: V8: cherry-pickcced52a(Ray Wang) #40656 - [
58889e2463] - deps: V8: cherry-pick7ae0b77(Ray Wang) #40882 - [
7cbbe0d982] - deps: V8: cherry-pickcced52a(Ray Wang) #40656 - [
f260bbc0ab] - deps: V8: cherry-pick7ae0b77(Ray Wang) #40882 - [
a3aa9bcaf8] - deps: update to uvwasi 0.0.12 (Colin Ihrig) #40847 - [
c0200e20a0] - deps: upgrade npm to 8.1.3 (npm team) #40726 - [
036650e046] - deps: V8: backport77599ff(Lu Yahan) #41566 - [
0b27486895] - deps: V8: cherry-picke74d691(Lu Yahan) #41566 - [
77ad5dd0ff] - deps: V8: cherry-pick471f862(Lu Yahan) #41566 - [
dc6843cabe] - deps: V8: cherry-pick3cab84c(Lu Yahan) #41566 - [
e391da45cf] - deps: V8: cherry-pickd8dc66f(Lu Yahan) #41566 - [
5aa45ae757] - deps: update ICU to 70.1 (Michaël Zasso) #40658 - [
0466400d7a] - deps: update archs files for OpenSSL-1.1.1m+quic (Richard Lau) #41175 - [
553246c1e4] - deps: upgrade openssl sources to OpenSSL_1_1_1m+quic (Richard Lau) #41175 - [
95c19c36a9] - deps: add -fno-strict-aliasing flag to libuv (Daniel Bevenius) #40631 - [
ce525e9661] - doc: align links in table to top (nikoladev) #41396 - [
1db154fa96] - doc: remove statement about client private keys (Tobias Nießen) #41505 - [
7ba53103a5] - doc: fix typo inonboarding.md(Antoine du Hamel) #41544 - [
0d009aebd5] - doc: add Mesteery to collaborators (Mestery) #41543 - [
2bea4bd9ee] - doc: add missing word in readable.read() text (Rich Trott) #41524 - [
d5ad2b7fcd] - doc: add missing YAML tag inesm.md(Antoine du Hamel) #41516 - [
c914d95494] - doc: expand fs.access() mode parameter docs (Colin Ihrig) #41484 - [
d4458162a4] - doc: correct checkHost behavior with wildcards etc (Tobias Nießen) #41468 - [
dea8895091] - doc: remove extraneous colon in legacy subject (Tobias Nießen) #41477 - [
e425f369ea] - doc: remove SameValue comparison reference (Rich Trott) #41460 - [
30cb6948f1] - doc: update mailmap entries for mhdawson (Michael Dawson) #41437 - [
2586f098ac] - doc: add guidance on order vulns are listed in (Michael Dawson) #41429 - [
790898eaae] - doc: update output in inspector examples (David Sanders) #41390 - [
00333fe737] - doc: add note regarding unfinished TLA (Antoine du Hamel) #41434 - [
fe24cb2cd9] - doc: add reference for===operator in assert.md (Rich Trott) #41442 - [
52a988bfb8] - doc: clarifyuncaughtExceptionoriginfor ESM (Antoine du Hamel) #41339 - [
91c3e28018] - doc: revise HTTPRequestOptions text (Rich Trott) #41407 - [
b281bf59ff] - doc: add reference for == and != operators (Rich Trott) #41413 - [
66b90f9d02] - doc: add @RaisinTen to the TSC (Michael Dawson) #41419 - [
14068f8728] - doc: update Abstract Equality Comparison text in assert.md (Rich Trott) #41375 - [
c95151247a] - doc: fix example commands forREPLACEMEupdates (Richard Lau) #41269 - [
04a81b3e21] - doc: document thatrequire.mainmay beundefined(Antoine du Hamel) #41384 - [
71bc352328] - doc: clarify entry point behavior
Configuration
📅 Schedule: "before 3am on the first day of the month" (UTC).
🚦 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 this update again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by WhiteSource Renovate. View repository job log here.