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:
14.16.1-slim
->16.3.0-slim
14.16.1
->16.3.0
Release Notes
nodejs/node
v16.3.0
Compare Source
Notable Changes
Commits
4e58ec4aa6
] - benchmark: output JSON-compatible numbers (Michaël Zasso) #387787a9d0fd5a9
] - benchmark: fix http elapsed time (Antoine du Hamel) #38743a98d631905
] - bootstrap: include vm and contextify binding into the snapshot (Joyee Cheung) #38677f1628960e1
] - build: remove outdated dont-land-on-v6.x label (Michaël Zasso) #388866986154b30
] - build: work around bug in MSBuild v16.10.0 (Michaël Zasso) #3887324cca7c5ea
] - build: add lto build to CI (Jiawen Geng) #3856780c32b7a9a
] - build: allow LTO with Clang 3.9.1+ (Jesse Chan) #38751e9be2095cf
] - build: replace non-POSIX test -a|o (Issam E. Maghni) #38731717a8b63e1
] - child_process: retain reference to data with advanced serialization (Anna Henningsen) #38728bc8400122c
] - (SEMVER-MINOR) cli: add -C alias for --conditions flag (Guy Bedford) #38755eb7c932a6d
] - debugger: revise async iterator usage to comply with lint rules (Rich Trott) #38847f1000e0e52
] - debugger: removed unused function argument (Rich Trott) #38850ee1056da60
] - debugger: wait for V8 debugger to be enabled (Michaël Zasso) #3881147ad448def
] - deps: upgrade npm to 7.15.1 (npm-robot) #38880e8192b5e89
] - deps: upgrade npm to 7.14.0 (Ruy Adorno) #3875015aaf14690
] - deps: update llhttp to 6.0.2 (Fedor Indutny) #38665108ffdb68f
] - doc: fixed typo in n-api.md (julianjany) #38822131a6918dd
] - doc: use "Long Term Support" in collaborator guide (Rich Trott) #388414844337cd7
] - doc: use "Long Term Support" in technical values doc (Rich Trott) #38841f1e823b679
] - doc: use "Long Term Support" in README (Philip) #388394e11971a76
] - doc: fix grammar infs.md
(yotamselementor) #38818e2f28c80d1
] - doc: fixup code sample in http.md (TodorTotev) #3877696fa387082
] - doc: document null target pattern (Guy Bedford) #387245553be3f4e
] - doc: update code examples fornode:url
module (fisker Cheung) #386450c063a1258
] - doc,url: clarify domainTo* when built without ICU (Darshan Sen) #387892054efa02c
] - events: refactor to use primordials in lib/events (Akhil Marsonya) #381174884991a12
] - lib: include url in bootstrap snapshot and remove unnecessary lazy-loads (Joyee Cheung) #3882608ad2f6c18
] - lib: fix typos (bl-ue) #388467d3a8cb854
] - lib: remove unnecessary lazy loads (Joyee Cheung) #387375d9442a024
] - lib: load internal/fs/watchers and internal/fs/read_file_context early (Joyee Cheung) #387372268d1cf4c
] - lib: refactor to reuse validators (Rongjian Zhang) #38608496f7eae92
] - node-api: fix shutdown crashes (Michael Dawson) #38492e1195312b9
] - (SEMVER-MINOR) os: add os.devNull (Luigi Pinca) #385697ba305552f
] - src: set PromiseHooks by Environment (Bryan English) #3882174205b3542
] - src: replaceauto
s in node_api.cc (Khaidi Chu) #38852120849f609
] - src: cache necessary isolate & context in api/* (Khaidi Chu) #38366f25cd4f377
] - src: fix typos (bl-ue) #38845a1b0e64187
] - src: support fs_event_wrap binding in the snapshot (Joyee Cheung) #3873736d4a4331d
] - src: remove redundant v8 namespaces inenv.cc
(Juan José Arboleda) #387923e6b3b22c5
] - src: use SPrintF in ProcessEmitWarning (Darshan Sen) #387589ca5c0e29e
] - src: fix compiler warnings in node_buffer.cc (Darshan Sen) #387223741595289
] - src: set CONF_MFLAGS_DEFAULT_SECTION for OpenSSL 3 (Daniel Bevenius) #387324e3353223e
] - src: use HandleScope in StreamReq::Done() (Darshan Sen) #38720c576311954
] - src: remove commented code innode_file.cc
(Juan José Arboleda) #3869361c95f08b3
] - src: write named pipe info in diagnostic report (legendecas) #38637ba96f14233
] - src: remove unusediostream
library (Juan José Arboleda) #38694f5dd85bbe6
] - src: remove more extra semis from member fns (Shelley Vohr) #38744a47fd67154
] - src: replaceauto
s in node_contextify.cc (Khaidi Chu) #386449054d25acc
] - stream: add a non-destroying iterator to Readable (Nitzan Uziely) #385264131f94ca8
] - stream: allow empty string as source of pipeline (Qingyu Deng) #387230aa3cb5c0e
] - test: improve coverage of fs internal utils (Rongjian Zhang) #3874648ebebd2a8
] - test: remove unnecessary--pending-deprecation
flag (Antoine du Hamel) #388193c492baa51
] - test: fix writefile with fd (Nitzan Uziely) #38820e91d14c57c
] - test: simplify test-path-resolve.js (himself65) #386711f5baaa2e7
] - test: improve coverage forquestion
in readline (Qingyu Deng) #387996d86f8afd5
] - test: os, replace custom flatten method with built-in Array.flat (Wael Almattar) #38770c7a58578dc
] - test: set locale for datetime-change-notify test (ZiJian Liu) #38741695e982a42
] - test: improve coverage of lib/fs.js (Rongjian Zhang) #3860411ac9c6fcc
] - test: improve coverage of lib/_http_outgoing.js (Rongjian Zhang) #387346da4aa30c6
] - test: give js-native-api tests consistent names (Gabriel Schulhof) #38692929e8df1c0
] - test: improve coverage of stream.Readable (Rongjian Zhang) #3870236ffd58105
] - tools: refloat 7 Node.js patches to cpplint.py (Rich Trott) #388516b8c712247
] - tools: bump cpplint to 1.5.5 (Rich Trott) #38851be8d934679
] - tools: remove exception for Node.js 8 and earlier (Rich Trott) #38840c0bde0cd4a
] - tools: update setup-node to setup-node@v2 (pengjie) #3882521ce3af904
] - tools: update ESLint to 7.27.0 (Luigi Pinca) #38764ab44106555
] - tools: use PrintCaughtException in the snapshot builder (Joyee Cheung) #3874530c0020885
] - typings: add JSDoc typings for https (Voltrex) #385897fb809b475
] - typings: add JSDoc typings for events (Voltrex) #387127773d58f1a
] - url: exit early when : delimiter is seen in hostname (Timothy Gu) #38742a2da9e254c
] - worker: use rwlock for sibling group (Anna Henningsen) #3878318f3ba3674
] - worker: leave TODO comments for using std::variant when possible (Anna Henningsen) #38788v16.2.0
Compare Source
Notable Changes
36b948560c
] - (SEMVER-MINOR) async_hooks: use new v8::Context PromiseHook API (Stephen Belanger) #36394c0deeeacb2
] - lib: support setting process.env.TZ on windows (James M Snell) #386424c4902748c
] - (SEMVER-MINOR) module: add support forURL
toimport.meta.resolve
(Antoine du Hamel) #38587c182198c44
] - (SEMVER-MINOR) process: add'worker'
event (James M Snell) #38659fbf02e3198
] - (SEMVER-MINOR) util: add util.types.isKeyObject and util.types.isCryptoKey (Filip Skokan) #38619Commits
36b948560c
] - (SEMVER-MINOR) async_hooks: use new v8::Context PromiseHook API (Stephen Belanger) #36394dcae03203e
] - buffer: remove TODOs inatob
/btoa
(Khaidi Chu) #3854848b557e904
] - buffer: remove unreachable code (Rongjian Zhang) #38537b0df28dea5
] - build: add workaround for V8 builds (Richard Lau) #386323bb12db255
] - build: remove dependency ondistutils.spawn
(Richard Lau) #3860010aaf30da1
] - build: add missing torque output sources (Richard Lau) #3857603b4a3a5bf
] - build: compile with -std=gnu++14 (Darshan Sen) #385044296591154
] - build,src,test,doc: enable FIPS for OpenSSL 3.0 (Daniel Bevenius) #3863336bb8daba5
] - crypto: forbid NODE-ED25519 and NODE-ED448 "raw" key export (Filip Skokan) #3866836bb7243ff
] - debugger: refactorinspect_repl
to use primordials (Antoine du Hamel) #3855116a6c8d5a6
] - debugger: refactor to use internal modules (Antoine du Hamel) #3855011dd9a6838
] - debugger: disable only the lint rules required by current file state (Rich Trott) #38529e79f540fa0
] - debugger: avoid non-ASCII char in code file (Rich Trott) #38529d9867b9358
] - debugger: wrap lines longer than 80 chars (Rich Trott) #38529352a600142
] - debugger: rename inspector-cli test module to debugger (Rich Trott) #38530608d0e11f3
] - deps: upgrade npm to 7.13.0 (Ruy Adorno) #386825c71f49d3f
] - deps: upgrade npm to 7.12.1 (Ruy Adorno) #38628ec2dbfb200
] - deps: patch V8 to 9.0.257.25 (Michaël Zasso) #38556ab298723b5
] - (SEMVER-MINOR) deps: V8: cherry-pickfa4cb17
(Stephen Belanger) #36394a84e9b3e7d
] - (SEMVER-MINOR) deps: V8: cherry-pick4c07451
(Stephen Belanger) #36394043b1aaa3f
] - (SEMVER-MINOR) deps: V8: cherry-pick5f44131
(Stephen Belanger) #363941a104bac74
] - (SEMVER-MINOR) deps: V8: cherry-pick272445f
(Stephen Belanger) #36394827ae05538
] - (SEMVER-MINOR) deps: V8: backportc0fceaa
(Stephen Belanger) #36394f31a6114a4
] - deps: V8: cherry-pick530080c
(Milad Fa) #384894001dd28ba
] - dgram: extract cluster lazy loading method to make it testable (Rongjian Zhang) #38563a0dc194e31
] - doc: document buffer.kStringMaxLength (Tobias Nießen) #386888590c151cd
] - doc: update abort signal in fs promise api example (Moritz Kneilmann) #386690100a3b026
] - doc: add documentation for fs.WriteStream.close() (Hitesh Sharma) #386105c38a554ec
] - doc: clarify synchronous blocking of Worker stdio (James M Snell) #386581765e32c45
] - doc: update contact info (Gabriel Schulhof) #38689c4b161cb89
] - doc: change color of doctag on night mode (Qingyu Deng) #386526620a3182e
] - doc: add ESM code examples in url.md (Antoine du Hamel) #38651d3de0ef5d4
] - doc: fix fs.openSync() signature (Luigi Pinca) #3859156bf6c1bcd
] - doc: typo stats() should be stat(); clarity (Bryan Field) #385411d9fd49f41
] - doc: fix code example in ecdh.setPublicKey() (Jordan Baczuk) #385424c70e42928
] - doc: useHEAD
instead ofmaster
for links (Antoine du Hamel) #38518ae9128ec61
] - doc: clarify DiffieHellmanGroup class docs (Nitzan Uziely) #38363e59131d97f
] - doc: fix broken AHAFS link in fs doc (Rich Trott) #38534e9d4c8587a
] - doc: use AIX instead of Aix in fs.md (Rich Trott) #38535e0118f347a
] - doc: remove extraneous dash from flag prefix (Rodolfo Carvalho) #385329e10e1a76f
] - doc: corrected workload name as per the latest VS Installer (MrJithil) #3850038644d6f96
] - doc: use sentence case in headers in src/crypto/README.md (Rich Trott) #38524347b9f2304
] - errors: remove input from ERR_INVALID_URL message (moander) #386145b40e2f596
] - events: use nullish coalencing operator (Voltrex) #383283a5856cbc3
] - fs: fix async iterator partial writes (Nitzan Uziely) #38615e8761186a5
] - fs: fix error when writing buffers > INT32_MAX (Zach Bjornson) #3854647080bcfc8
] - fs: useassert
infsCall
argument checking (Rongjian Zhang) #385193d8b8e133f
] - http: refactor to remove redundant argument of _deferToConnect (Rongjian Zhang) #38598c0deeeacb2
] - lib: support setting process.env.TZ on windows (James M Snell) #38642cf4dc80d5f
] - lib: makeIterableWeakMap
safe to iterate (Antoine du Hamel) #3852390b640efb1
] - meta: add v8 team (Jiawen Geng) #385664c4902748c
] - (SEMVER-MINOR) module: add support forURL
toimport.meta.resolve
(Antoine du Hamel) #3858714a2a00cda
] - node-api: faster threadsafe_function (Fedor Indutny) #38506be4b3a4164
] - path: inline conditions (Voltrex) #38613c182198c44
] - (SEMVER-MINOR) process: add'worker'
event (James M Snell) #38659e2b8454582
] - repl: fix Ctrl+C on top level await (Antoine du Hamel) #38656718ad105e5
] - src: fix fatal errors when a current isolate not exist (legendecas) #38624524a9d6fcd
] - src: update cares_wrap OpenBSD defines (Anna Henningsen) #386706b409cf664
] - src: remove extra semi after member fn (Shelley Vohr) #38686bfec80fd66
] - src: make workers messaging more resilient (Juan José Arboleda) #38510ff1b4322f5
] - test: refactortest-readline-interface
to be shorter (Juan José Arboleda) #386918eea317227
] - test: stream.finished detects a destroyed IncomingMessage (Nitzan Uziely) #386615b25fbe266
] - test: set common.bits to 64 for riscv64 (Andreas Schwab) #386265a0b52120a
] - test: improve coverage of lib/_http_client.js (Rongjian Zhang) #385993d0fad3840
] - test: improve coverage of lib/os.js (Rongjian Zhang) #3865316b2fb4e0c
] - test: increase coverage for repl (ZiJian Liu) #385598f78c6646e
] - test: call functions internally (Voltrex) #38560178fe215a4
] - test: increase coverage for Histogram (ZiJian Liu) #3855595db7d5afc
] - test: improve fs coverage (Rongjian Zhang) #38517f2f768f261
] - test: complete coverage of querystring (Rongjian Zhang) #385205b44107ae9
] - test: increase coverage for AbortController (ZiJian Liu) #38514662265074c
] - test: increase coverage for Blob (ZiJian Liu) #3851589e1daccf3
] - test: run message and pseudo-tty tests in parallel (Richard Lau) #38502727c2bcc24
] - test: move test-net-connect-econnrefused from pummel to sequential (Rich Trott) #38462e64ebac2da
] - test: fix flaky inspector-cli tests when breakpionts are restored (Rich Trott) #38431b51b4feece
] - test: skip tests for openssl-3.0.0-alpha15 (Daniel Bevenius) #38451db5ee23edf
] - test: update OpenSSL 3.0.0-alpha15 error messages (Daniel Bevenius) #3845124472d9e0c
] - test,repl: fix tests when inspector is disabled (Antoine du Hamel) #38564267a84f5e1
] - tools: remove redundant v8 config (Jiawen Geng) #38565a028805f1b
] - tools: update ESLint to 7.26.0 (Colin Ihrig) #38605ec8ab22ce6
] - (SEMVER-MINOR) tools: addWorker
to type-parser (James M Snell) #38659151488539b
] - tools: make GH Actions workflows work if default branch is not master (Antoine du Hamel) #38516c0f0c9a92d
] - typings: add JSDoc typings for readline (Voltrex) #38253fbf02e3198
] - (SEMVER-MINOR) util: add util.types.isKeyObject and util.types.isCryptoKey (Filip Skokan) #38619070ee4bb94
] - Revert "worker: removeERR_CLOSED_MESSAGE_PORT
" (Juan José Arboleda) #38510v16.1.0
Compare Source
Notable Changes
8a90f55a05
] - (SEMVER-MINOR) fs: allow no-params fsPromises fileHandle read (Nitzan Uziely) #38287Commits
28e16488cf
] - async_hooks,doc: replace process.stdout.fd with 1 (Darshan Sen) #38382cbab7ec6e5
] - benchmark: avoid usingconsole.log()
(Antoine du Hamel) #38370ba15b20062
] - benchmark: useprocess.hrtime.bigint()
(Antoine du Hamel) #38369bc6e719884
] - bootstrap: freeze more intrinsics (Antoine du Hamel) #3821729faf0f12e
] - build: fix label-pr workflow (Michaël Zasso) #38399b5d669a6ea
] - build: label PRs with GitHub Action instead of nodejs-github-bot (Phillip Johnsen) #38301195f679331
] - crypto: don't crash with some selfsigned certs (Nils Dralle) #379904b073b0beb
] - crypto: fix generateKeyPair type checks (Nitzan Uziely) #38364c1d9b5b386
] - crypto: fix scrypt keylen validation (Antoine du Hamel) #383857354479ad5
] - crypto: fix DiffieHellmangenerator
validation (eladkeyshawn) #383110e446d6048
] - debugger: enable linter oninternal/inspector/inspect_client
(Antoine du Hamel) #384179f0e80aa4d
] - debugger: refactorinternal/inspector/_inspect
to use more primordials (Antoine du Hamel) #38406a0c566f85a
] - debugger: apply automatic lint fixes for inspect_repl.js (Rich Trott) #38411b884ea739b
] - debugger: apply automatic lint fixes for _inspect.js (Rich Trott) #38411f946aa0360
] - debugger: remove unused function argument (Rich Trott) #38400203a9689a3
] - debugger: align message with Node.js standard (Rich Trott) #38400ef617dcbb0
] - debugger: add usage example for--port
(Rafael Gonzaga) #3840037b5ce2d5a
] - debugger: fix race condition/deadlock on initialization (Rich Trott) #381612a6203d155
] - debugger: replace internal use of deprecated API (Rich Trott) #381616fff9fff97
] - debugger: allow longer time to connect (Rich Trott) #38161def85daace
] - debugger: accommodate line chunking in Windows (Rich Trott) #3816107361e6b77
] - debugger: fix inspect restart on Windows (Rich Trott) #38161d65615e119
] - debugger: remove unused code (Rich Trott) #3816162b03bc4f6
] - debugger: move node-inspect to internal library (Rich Trott) #38161e3b75cb5aa
] - deps: V8: cherry-pickfd75c97
(Michaël Zasso) #38455aabddfbeb5
] - deps: upgrade npm to 7.11.2 (Ruy Adorno) #384757b9fb92d51
] - deps: update to cjs-module-lexer@1.2.1 (Guy Bedford) #3845047626c52a3
] - deps: patch V8 to 9.0.257.24 (Michaël Zasso) #38423f455e08621
] - deps: patch V8 to 9.0.257.21 (Michaël Zasso) #38333dd61a26d8c
] - deps: update llhttp to 6.0.1 (Fedor Indutny) #3835905f41cdbcc
] - deps: patch V8 to 9.0.257.19 (Michaël Zasso) #38270224faa0a05
] - Revert "doc: os.uptime() temporary bug notice" (Michaël Zasso) #384943b0480dde8
] - doc: document'secureConnect'
event limitation (James M Snell) #3844792586046ec
] - doc: fix outdated util inspect documentation and layout example (Ruben Bridgewater) #3707913de4cf1ca
] - doc: mark Node.js 10 as End-of-Life (Richard Lau) #384823cbfde1f25
] - doc: mark querystring api as legacy (James M Snell) #38436a5929c2487
] - doc: update node-api support matrix (Michael Dawson) #38424f08650cefe
] - doc: add arguments for stream event of Http2Server and Http2SecureServer (Qingyu Deng) #378922d59273bed
] - doc: indicate that abort tests do not generate core files (Rich Trott) #38422f1970127ee
] - doc: add try/catch in http2 respondWithFile example (Matteo Collina) #38410f6f1317f43
] - doc: note the system requirements for V8 tests (DeeDeeG) #383194b19beaf3c
] - doc: minor clarification to pathObject (James M Snell) #384371eae4af6f7
] - doc: clarify that fs.Dir async iterator closes automatically (James M Snell) #3843814afb39259
] - doc: document new TCP_KEEPCNT and TCP_KEEPINTVL socket option defaults (Arnold Zokas) #38313ed5ef21690
] - doc: do not mention TCP in the allowHalfOpen option description (Luigi Pinca) #38360042985c139
] - doc: update message to match actual output (Rich Trott) #35271bcc5e2af76
] - doc: request default snap track be updated for LTS (Rod Vagg) #37708dfd4c7ba93
] - doc: markprocess.hrtime()
as legacy (Antoine du Hamel) #3837167cd88da00
] - doc: fix typo in worker_threads.md (takayama) #38368a9314cda7d
] - doc: fix version history for"exports"
patterns (Antoine du Hamel) #3835576885cd578
] - doc: fixpackage.json
"imports"
field history (Antoine du Hamel) #383560e88ae7ec1
] - doc: fix typo in buffer.md (divlo) #383231cccc2da51
] - doc: fix YAML comment opening tags (Jayden Seric) #3832425052dc987
] - doc: add nodejs-sec email template (Daniel Bevenius) #382903858029262
] - doc: update TSC members list with three new members (Rich Trott) #383522eef587674
] - doc: usefoo.prototype.bar
notation in buffer.md (Voltrex) #380328a90f55a05
] - (SEMVER-MINOR) fs: allow no-params fsPromises fileHandle read (Nitzan Uziely) #38287a696f1080c
] - inspector: remove redundant method for connection check (Yash Ladha) #37986fcac2e0363
] - lib: harden lint checks for globals (Antoine du Hamel) #38419277122e1fa
] - lib: fix and improve os typings (Akhil Marsonya) #38316f2c0258b4c
] - lib: add support for JSTransferable as a mixin (James M Snell) #3838396f54d3446
] - meta: post comment when pr labeled fast-track (James M Snell) #384464711f57cf2
] - perf_hooks: add toJSON to performance class (Yash Ladha) #37771013fa59602
] - perf_hooks: fix PerformanceObserver 'gc' crash (James M Snell) #3841410147f191e
] - readline: move utilities to internal modules (Antoine du Hamel) #38466620ee42ab4
] - repl: document top level await limitation with const/let (James M Snell) #38449aa24681dcb
] - repl: display prompt once after error callback (Anna Henningsen) #383149c06103a4f
] - src: fix validation of negative offset to avoid abort (James M Snell) #384217d8cc2abf1
] - src: use %progbits instead of @progbits (Stephen Gallagher) #3831217856f1f88
] - src: print arbitrary javascript exception value in node report (legendecas) #38009769a210d55
] - src: refactor to use THROW_* argument based snprintf (Filip Skokan) #38357e3538bbcd2
] - src: fix abort in pbkdf2 (Tobias Nießen) #3835409cacd7418
] - src: fix setting Converter sub char length (James M Snell) #383313649ec5276
] - src: avoid deferred gc/cleanup for Buffer.from (James M Snell) #38337f2ffaba78c
] - stream: the position of _read() is wrong (helloyou2012) #382927ce39b8608
] - test: fixcommon.mustCall
length
andname
properties (Antoine du Hamel) #38464d1cd1178e7
] - test: address deprecation warning (Rich Trott) #3844867e9e71f75
] - test: crypto KeyObject.from() ERR_INVALID_ARG_TYPE (pezhmanparsaee) #378909ad611c0b2
] - test: fix flaky test-crypto-timing-safe-dqual-benchmarks (Rich Trott) #3847610b6b4e244
] - test: update url Web Platform Tests (Leko) #384354f6c4eb144
] - test: move abort test from pummel to abort directory (Rich Trott) #38396231ef4b0ce
] - test: move slower tests into pummel and skip on slow devices (Rich Trott) #3839545322dfa12
] - test: skip some pummel tests on slower machines (Rich Trott) #383941bc47a4c0f
] - test: fix test to allow quictls fork of OpenSSL 3 (Richard Lau) #383726ac02755f5
] - test: extend timeout on debugger tests for slower machines (Rich Trott) #3816193b0c78de0
] - test: fix comment typo (Rich Trott) #381616c3e5043b0
] - test: fix test-inspector-cli-address (Rich Trott) #3816127d7588ad5
] - test: add ancestor package.json checks for tmpdir (Richard Lau) #3828530de03630e
] - test: replace function with arrow function and remove unused argument (Andres) #38235eb8f5ce44f
] - test: use .test domain for not found address (Richard Lau) #38286a4084d66c6
] - test,debugger: migrate node-inspect tests to core (Rich Trott) #3816116eb078aa8
] - test,readline: improve tab completion coverage (Antoine du Hamel) #38465b3ca1b358e
] - timers: remove redundant unref calls (Giora Guttsait) #383205b393d9258
] - tls: validate ticket keys buffer (Antoine du Hamel) #38308f6745e9370
] - tls: fixtlsSocket.setMaxSendFragment
abort (eladkeyshawn) #38170499da2d9e3
] - tools: use mktemp to create the workspace directory (Luigi Pinca) #384328a83bfd1bd
] - tools: use a shallow clone of the npm/cli repository (Luigi Pinca) #38463bec959ef8b
] - tools: disable LTO for "v8_cppgc_shared" target (Jesse Chan) #383466350d35b3c
] - tools: remove fixer for non-ascii-character ESLint custom rule (Rich Trott) #38413dce8d2968a
] - tools: fix doc generation when version info is not available (Antoine du Hamel) #383981033f6c8cb
] - tools: add _depot_tools to PATH (for V8 tests) (DeeDeeG) #3829928f02cb8cf
] - tools: update ESLint to 7.25.0 (Colin Ihrig) #38378f1ea2c8e2b
] - tools: update markdown linter rules (Rich Trott) #3838402e875c645
] - tools: remove node-inspect from license (Rich Trott) #38161d3bd4b4771
] - tools: fix type mismatch in test runner (Richard Lau) #382899a2651352b
] - typings: add JSDoc typings for fs (Voltrex) #38306e389e86b6b
] - typings: add JSDoc typings for util (Rohit Gohri) #38213ec5b06eae3
] - util: fix infinite recursion during inspection (Ruben Bridgewater) #3707967bd0ec15c
] - zlib: fix brotli flush range (Khaidi Chu) #38408v16.0.0
Compare Source
Notable Changes
Deprecations and Removals
Stable Timers Promises API
The Timers Promises API provides an alternative set of timer functions that return Promise objects. Added in Node.js v15.0.0, in this release they graduate from experimental status to stable.
Contributed by James Snell - #38112
Toolchain and Compiler Upgrades
Node.js v16.0.0 will be the first release where we ship prebuilt binaries for Apple
Configuration
📅 Schedule: "before 3am on Monday" in timezone Asia/Tokyo.
🚦 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 has been generated by WhiteSource Renovate. View repository job log here.