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.15.4-slim
->15.14.0-slim
14.15.4
->15.14.0
Release Notes
nodejs/node
v15.14.0
Compare Source
This is a security release.
Notable Changes
Vulnerabilties Fixed:
Other Notable Changes:
b6f4901221
] - (SEMVER-MINOR) fs: add support for async iterators tofsPromises.writeFile
(HiroyukiYagihashi) #374900709cbb7fe
] - (SEMVER-MINOR) net: allow net.BlockList to use net.SocketAddress objects (James M Snell) #37917daa8a7bbcf
] - (SEMVER-MINOR) net: add SocketAddress class (James M Snell) #37917a4169ce519
] - (SEMVER-MINOR) net: make net.BlockList cloneable (James M Snell) #37917669b81c68b
] - (SEMVER-MINOR) net,tls: add abort signal support to connect (Nitzan Uziely) #37735a1123f0a29
] - (SEMVER-MINOR) readline: add AbortSignal support to interface (Nitzan Uziely) #37932Commits
ac69b95e47
] - crypto: use correct webcrypto RSASSA-PKCS1-v1_5 algorithm name (Filip Skokan) #38029960c6be229
] - crypto: add buffering to randomInt (Tobias Nießen) #351104ef102d34e
] - deps: update to cjs-module-lexer@1.1.1 (Guy Bedford) #37992f0e77149a4
] - deps: update archs files for OpenSSL-1.1.1k (Hassaan Pasha) #37916bbdcdad2c6
] - deps: upgrade openssl sources to 1.1.1k+quic (Hassaan Pasha) #37916913ec56798
] - deps: cjs-module-lexer: cherry-pick22093e7
(pezhmanparsaee) #37895afc6ab2122
] - doc: fix asyncLocalStorage.run() description (Darkripper214) #38023b40d35d649
] - doc: document how to unref stdin when using readline.Interface (Anu Pasumarthy) #38019ce14080473
] - doc: move psmarshall to collaborators emeriti (Peter Marshall) #37994ae70aa3c63
] - doc: add distinctive color for code elements inside links (Antoine du Hamel) #379508792c7c96b
] - doc: add missing events.on metadata (Anna Henningsen) #37965a57dc06adf
] - doc: improve Buffer's encoding documentation (Michaël Zasso) #37945f3fabb57cf
] - doc: add missing cleanup step in OpenSSL upgrade (Tobias Nießen) #3792713c3924af8
] - doc: add Windows-specific info to subprocess.kill() (João Lucas Lucchetta) #34867b6f4901221
] - (SEMVER-MINOR) fs: add support for async iterators tofsPromises.writeFile
(HiroyukiYagihashi) #37490ad7e34446c
] - fs: fix chown abort (Darshan Sen) #38004d86aca9a77
] - http: optimize debug function correctly (Michaël Zasso) #37966062541aae5
] - http2: add specific error code for custom frames (Anna Henningsen) #379368525231902
] - lib: change wording in lib/domain.js comment (Akhil Marsonya) #3793321e399be4c
] - lib: change wording in lib/internal/child_process comment (Akhil Marsonya) #379033ab9619e56
] - module: improve error message for invalid data URL (Antoine du Hamel) #377010709cbb7fe
] - (SEMVER-MINOR) net: allow net.BlockList to use net.SocketAddress objects (James M Snell) #37917daa8a7bbcf
] - (SEMVER-MINOR) net: add SocketAddress class (James M Snell) #37917a4169ce519
] - (SEMVER-MINOR) net: make net.BlockList cloneable (James M Snell) #37917669b81c68b
] - (SEMVER-MINOR) net,tls: add abort signal support to connect (Nitzan Uziely) #37735a94cc27cbe
] - path: refactor to use more primordials (Akhil Marsonya) #378936cc1e15669
] - readline: fix pre-aborted signal question handling (Nitzan Uziely) #37929a1123f0a29
] - (SEMVER-MINOR) readline: add AbortSignal support to interface (Nitzan Uziely) #37932629e72e9f4
] - src: fix typo in node_mutex (Tobias Nießen) #38011e61cc0bfb0
] - src: fix typos in crypto comments (Tobias Nießen) #380246ad0b6f0f5
] - src: fix error handling for CryptoJob::ToResult (Tobias Nießen) #370763175559bed
] - test: add extra space in test failure output (Qingyu Deng) #379570243376cfc
] - test: use faster variant for rss (Pooja D P) #36839b02c352ad6
] - test: fix test-tls-no-sslv3 for OpenSSL 3 (Richard Lau) #380270db1a1eacf
] - test: deflake test-fs-read-optional-params (Luigi Pinca) #379914d50975cd7
] - test: improve clarity of ALS-enable-disable.js (Darkripper214) #380085e15ae05d0
] - test: add DataView test case for v8 serdes (Rich Trott) #379556d28a24f1c
] - tools: update ESLint to 7.23.0 (Luigi Pinca) #3797951e7a33d54
] - tools,doc: add "legacy" badge in the TOC (Antoine du Hamel) #37949570fbcef93
] - url: forbid pipe in URL host (Darshan Sen) #37877v15.13.0
Compare Source
Notable Changes
npm run
andnpm exec
Commits
dc9cd43d8f
] - (SEMVER-MINOR) buffer: implement btoa and atob (James M Snell) #37529377830fd28
] - child_process: remove unused argument (Rich Trott) #37923cdfc1c8692
] - child_process: cleanup AbortSignal duplication (Nitzan Uziely) #3782395aa032413
] - (SEMVER-MINOR) child_process: add timeout to spawn and fork (Nitzan Uziely) #3725650fc6b9df0
] - crypto: clear errors in SignTraits::DeriveBits (Filip Skokan) #3782079259389a1
] - crypto: fix DiffieHellman argument validation (Antoine du Hamel) #3781011d45855cd
] - crypto: fix header name (Jiawen Geng) #37792c37806d0ba
] - crypto: use macro map for NodeCryptoError (Darshan Sen) #37758bfe3f21ee0
] - crypto: fix crypto.verify callback invocation with a private keyobject (Filip Skokan) #37795f2cef54b6f
] - deps: upgrade npm to 7.7.6 (Ruy Adorno) #37968ec82feb728
] - deps: upgrade npm to 7.7.5 (Ruy Adorno) #37919649e04c4a5
] - deps: upgrade npm to 7.7.4 (Ruy Adorno) #37897d5b472b70d
] - deps: upgrade npm to 7.7.0 (Ruy Adorno) #378799e6aa190e3
] - deps: add ngtcp2 and nghttp3 (James M Snell) #37682659fc5d684
] - doc: fix typos in lib/internal/bootstrap/pre_execution.js (marsonya) #37658ac60d018e2
] - doc: add more commands for cherry-picking and changelog to release docs (Danielle Adams) #377850fe3c7edd3
] - doc: spell out ICU acronym on first occurrence (Rich Trott) #37942364c8ac40d
] - doc: update GOVERNANCE.md for TSC Charter changes (Rich Trott) #37888e84252b35d
] - doc: reduce header nesting in async_hooks.md (Rich Trott) #37839a6f21e2cfc
] - doc: fix wording in outgoingMessage.write (Tobias Nießen) #3789430bc2e43e4
] - doc: add examples for WHATWG URL objects (James M Snell) #37822c0a424f3e9
] - doc: clarify when child process 'spawn' event is *not* emitted (Matthew Francis Brunetti) #378339defe10371
] - doc: fix legacy stability indicator display (Rich Trott) #37838f97a5dd22f
] - doc: use sentence-style capitlaztion in template header (Rich Trott) #3783771fde07274
] - doc: add Ayase-252 to triagers (Qingyu Deng) #377818f18133de0
] - doc: use sentence case in issues.md headers (marsonya) #375373376051a0e
] - doc: fix JS flavor selection (Antoine du Hamel) #37791b09d032683
] - doc: move Derek Lewis back to collaborators (Derek Lewis) #377266da0a0e85a
] - doc: apply style for legacy status (James M Snell) #37784185d4cd4aa
] - doc: revoke deprecation of legacy url, change status to legacy (James M Snell) #377849d160daa89
] - doc: add legacy status to stability index (James M Snell) #377844700042a9b
] - doc: add @linkgoron to collaborators (Nitzan Uziely) #37817c4183bbea4
] - doc: fix AbortError example for timers (dbachko) #3773850f3ad1946
] - doc: fix typo in stream docs (Ian Kerins) #377162e82a97520
] - doc: add gyp maintain info (Jiawen Geng) #377653925458df7
] - doc,tools: use only one level 1 header per page (Rich Trott) #37839e9c161ce12
] - http: fix double AbortSignal registration (Nitzan Uziely) #37730a5205819d8
] - (SEMVER-MINOR) http: add http.ClientRequest.getRawHeaderNames() (simov) #376601c043272ea
] - http2: treat non-EOF empty frames like other invalid frames (Anna Henningsen) #37875a5bf7de6eb
] - http2: fix setting options before handle exists (Anna Henningsen) #37875af7489cb6c
] - lib: add brand checks to AbortController and AbortSignal (Mattias Buelens) #377206e2b60931c
] - lib: fix typo in internal/modules/esm/module_job.js (marsonya) #377733a440ecdf8
] - lib: fix typo in lib/internal/crypto/certificate.js (marsonya) #377413ab223dd32
] - node-api: fix crash in finalization (Michael Dawson) #37876d1a3e0efb6
] - node-api: stop ref gc during environment teardown (Gabriel Schulhof) #37616e60bd1a7dc
] - (SEMVER-MINOR) perf_hooks: make Performance extend EventTarget (Michaël Zasso) #37621b6ad8e4cc1
] - src: indent long help text properly (David Glasser) #3791113ecff63d6
] - src: document newer values for --unhandled-rejections flag (David Glasser) #37899bd87e195ed
] - src: fix typo in src code guide (Tobias Nießen) #379562da532cef8
] - src: report idle time correctly (Stephen Belanger) #37868836cb67945
] - src: add .note.GNU-stack section (James Addison) #376889557dda2eb
] - (SEMVER-MINOR) stream: pipeline accept Buffer as a valid first argument (Nitzan Uziely) #3773943c3b43ea3
] - stream: make Readable.from performance better (wwwzbwcom) #37609b0226b39f2
] - test: split promisified timers test for coverage purposes (Rich Trott) #37943e256c4d11d
] - test: fix typeof comparison (Rich Trott) #3792476ebc4bbd9
] - test: increase wiggle room for memory in test-worker-resource-limits (Rich Trott) #379015cdeb76708
] - test: add OpenSSL 3.0 checks to tls-passphrase (Daniel Bevenius) #3786033c35a38dc
] - test: add OpenSSL 3.0 checks to test-crypto-keygen (Daniel Bevenius) #3786086bf341a35
] - test: fix deprecation warning in test-doctool-html (Antoine du Hamel) #37858aa529b73b7
] - test: fix ibmi skip message (Tobias Nießen) #37821d9ab1d56ce
] - test: fix flaky test-vm-timeout-escape-promise-module-2 (Rich Trott) #378425d4c610727
] - test: remove duplicated test for eventtarget (himself65) #3785344490af948
] - test: relax Y2K38 check in test-fs-utimes-y2K38 (Richard Lau) #378259bc6fe7eb3
] - test: remove references to unsupported AIX versions (Richard Lau) #37826f07428ae51
] - test: remove skip for fixed test-benchmark-fs (Rich Trott) #378039f61cbd1fd
] - test: account for OOM risks in heapsnapshot-near-heap-limit tests (Joyee Cheung) #37761e85f311cf2
] - test: refactor code to use AbortSignal.abort() (Wassim Chegham) #377986ed9e0bd81
] - test: improve test-arm-math-illegal-instruction (marsonya) #37670505f9c95d1
] - (SEMVER-MINOR) test: app atob web platform tests (James M Snell) #37529a8edf1aafe
] - test: add known_issues test for #13683 (Rich Trott) #377444487483d9d
] - test: fix test-fs-utimes on non-Y2K38 file systems (Rich Trott) #37707d44b268910
] - timers: fix arbitrary object clearImmediate errors (Nitzan Uziely) #37824b7e7384109
] - tools: improve valid-typeof lint rule (Rich Trott) #37924ca93e52783
] - tools: simplify eslint comma-dangle configuration (tools) (Rich Trott) #37883b5879efef1
] - tools: improve macos-firewall.sh output (Rich Trott) #37846dbc4804468
] - tools: simplify eslint comma-dangle configuration (Rich Trott) #378500f2e142946
] - tools: make genv8constants.py Python3-compatible (Michaël Zasso) #37835b6be472456
] - tools: update gitignore for CMake (Jiawen Geng) #377932227aa61ea
] - tools: partially detect quic support in shared_openssl (James M Snell) #3768201dcf4d1d8
] - tools: update ESLint to 7.22.0 (Colin Ihrig) #377343452618905
] - tty: validate file descriptor to avoid int32 overflow (Antoine du Hamel) #37809d33f446abd
] - util: remove unreachable inspect code (Rich Trott) #37941v15.12.0
Compare Source
Notable Changes
Commits
44514600b2
] - assert,util: fix commutativity edge case (Ruben Bridgewater) #377118666d777cc
] - benchmark: add benchmark for fsPromises.writeFile (Nitzan Uziely) #37610e9028eb646
] - cluster: restructure to same prototype for cluster child (Yash Ladha) #366108e1257e26d
] - cluster: clarify construct Handle (Jackson Tian) #37385341ee31e15
] - crypto: reconcile duplicated code (James M Snell) #37704a2d08d5dfd
] - crypto: add internal error codes (Darshan Sen) #37650922f2f0eb2
] - (SEMVER-MINOR) crypto: add optional callback to crypto.sign and crypto.verify (Filip Skokan) #3750055e522ca23
] - (SEMVER-MINOR) crypto: support JWK objects in create*Key (Filip Skokan) #3725433180fad81
] - crypto: add separate error for INVALID_KEY_TYPE (Darshan Sen) #37555d81b9af1fc
] - crypto: improve randomUUID performance (Dawid Rusnak) #3724323d654105f
] - crypto,test: improve hmac coverage with webcrypto tests (obi-el) #37571dfca2fac24
] - (SEMVER-MINOR) deps: update to cjs-module-lexer@1.1.0 (Guy Bedford) #37712ce357c0c11
] - (SEMVER-MINOR) deps: update archs files for OpenSSL-1.1.1+quic (James M Snell) #376016d77b6174f
] - (SEMVER-MINOR) deps: switch openssl to quictls/openssl (James M Snell) #376013e1a46a6a8
] - deps: upgrade npm to 7.6.3 (Ruy Adorno) #37721b2fd00398c
] - deps: V8: cherry-pick1648e05
(Colin Ihrig) #376647422453072
] - deps: upgrade npm to 7.6.1 (Ruy Adorno) #3760689f3aa92b4
] - doc: add marsonya as a triager (marsonya) #376673710857de3
] - doc: add hints to http.request() options (Luigi Pinca) #377455d793737d7
] - (SEMVER-MINOR) doc: update maintaining-openssl guide (James M Snell) #376011022d3d947
] - doc: recommend checking abortSignal.aborted first (James M Snell) #37714764aa2dcee
] - doc: fix link to googletest fixtures (Tobias Nießen) #376980d3cc2dc82
] - doc: fix typo in description of close event (Tobias Nießen) #37662e55058fed1
] - doc: use sentence case in README.md headers (marsonya) #37645e7fc7a4c23
] - doc: crypto esm examples (James M Snell) #37594a3abd52e1e
] - doc: add localPort to http.request() options (Luigi Pinca) #37586705bdfbe3e
] - doc: fix grammar errors in http document (Qingyu Deng) #37265e5f7179d1e
] - doc: add document for http.OutgoingMessage (Qingyu Deng) #372657c0ce17e65
] - doc: fix typo in doc/guides/collaborator-guide.md (marsonya) #3764360d8afa9ab
] - doc: document that module.evaluate fulfills as undefined (James M Snell) #376636192315cf3
] - doc: remove generated from dsaEncoding description (Marko Kaznovac) #37459e4c8c50b28
] - doc: fix typos in /doc/api/fs.md (Merlin Luntke) #37557ebc6f41072
] - doc: fix linter issue (Antoine du Hamel) #37657d17aab1775
] - doc: add esm examples for assert (James M Snell) #37607366772bf87
] - doc: add return type of readline.createInterface (Darshan Sen) #37600f50db89a52
] - doc: change lang info string in fs JS snippets (Antoine du Hamel) #376055a9196e0e4
] - doc: apply sentence case to headers in pull-requests.md (marsonya) #3760205badcf755
] - doc: fix small typo in 15.11.0 release (Tierney Cyren) #37590e0e7aa1058
] - doc: add top-level await syntax in vm.md (Antoine du Hamel) #37077732d8ca811
] - doc: clarify that columnOffset applies only to the first line (James M Snell) #37563267bbe3412
] - doc: document that NODE_EXTRA_CA_CERTS is read only once (James M Snell) #37562f56a805a0d
] - doc: refactor signal info in child_process.md (Darshan Sen) #37528236ba04a79
] - domain: add name to monkey-patched emit function (Colin Ihrig) #375501c09776106
] - domain: show falsy names as anonymous for DEP0097 (Colin Ihrig) #375505a49e3139e
] - errors: remove experimental from --enable-source-maps (Benjamin Coe) #37743e384291c90
] - events: remove return value on addEventListener (James M Snell) #37696ba91ef2d08
] - fs: improve fsPromises writeFile performance (Nitzan Uziely) #376103572299fc2
] - fs: add promisified readFile benchmark (Nitzan Uziely) #37608b277776845
] - fs: improve fsPromises readFile performance (Nitzan Uziely) #376086688569a50
] - http: refactor to avoid unsafe array iteration (Antoine du Hamel) #37654c737df64fe
] - http2: make res.req a normal property (Colin Ihrig) #37706ac2f50b3fd
] - (SEMVER-MINOR) lib: implement AbortSignal.abort() (James M Snell) #3769312fb2ffc33
] - lib: use AbortError consistently (James M Snell) #37715e63a25e2ff
] - lib: fix typo in lib/internal/http2/core.js (marsonya) #37695852f53ed7e
] - lib: fix typo in lib/internal/bootstrap/loaders.js (marsonya) #37644daa4ac54c5
] - lib: remove use of array destructuring (Antoine du Hamel) #36818ae0e76c264
] - module: refactor NativeModule to avoid unsafe array iteration (Antoine du Hamel) #37656a86334fbb9
] - (SEMVER-MINOR) node-api: define version 8 (Gabriel Schulhof) #37652d28ce328ed
] - src: fix variable name of OnCloseReceived callback (Tobias Nießen) #37521d59c6de7e8
] - src: add error formatting support (Gus Caplan) #3759833436e39fe
] - src: make BaseObject::is_snapshotable virtual (Anna Henningsen) #3753930c62dee1c
] - src,test: support dynamically linking OpenSSL 3.0 (Daniel Bevenius) #376694bf1f333c7
] - stream,util: fix "the the" typo in comments (Luigi Pinca) #376741b53087541
] - (SEMVER-MINOR) test: update dom/abort tests (James M Snell) #37693c2cb153646
] - (SEMVER-MINOR) test: fixup test to account for quic openssl version (James M Snell) #37601ede34aa128
] - test: address flaky wpt/test-timers (Rich Trott) #37691ed32cd4e67
] - test: fixup flaky test-crypto-x509 (Filip Skokan) #37709013b3ff2d4
] - test: remove unnecessary V8 flag (Antoine du Hamel) #37671cc48816826
] - test: fix WPT URL tests that fetch JSON data (Michaël Zasso) #37624b0ed1e790e
] - test: improve error reporting in test-child-process-pipe-dataflow (Rich Trott) #37632f7edb07ec2
] - test: terminate WPT workers after test completion (Michaël Zasso) #37627b7ef829dac
] - test: ignore WPT worker errors after tests finished (Michaël Zasso) #37626257b1ab225
] - test: update Web Platform Tests (Michaël Zasso) #376201f6341852f
] - test: remove FLAKY status for test-async-hooks-http-parser-destroy (Rich Trott) #37636044fd2fc86
] - test: remove FLAKY status for fixed test (Rich Trott) #37633d5ff50d2a7
] - test: clear flaky designation for test-stream-pipeline-http2 (Rich Trott) #37631381fb98061
] - test: clear FLAKY designation for test-http2-pipe (Rich Trott) #376310582c51754
] - test: fix wasi/test-return-on-exit on 32-bit systems (Colin Ihrig) #376150d04b6c043
] - test: fix flaky test-child-process-exec-abortcontroller-promisified (Antoine du Hamel) #37572a44daff34d
] - test: update all Web Platform Tests (Michaël Zasso) #37467c09bd77daf
] - test: redownload wpt fixtures with correct encoding (Michaël Zasso) #3746757319770bb
] - test,crypto: ensure promises resolve in webcrypto tests (Antoine du Hamel) #376532d9b624668
] - tls: refactor to avoid unsafe array iteration (Antoine du Hamel) #3765572af5d9895
] - tools: parse changelogs only in the default branch (Antoine du Hamel) #37768bd62771a22
] - tools: use bundled npm in update scripts (Ruy Adorno) #376134de3b8483a
] - tools: update glob-parent to 5.1.2 (Rich Trott) #37646ec71a0f817
] - tools: check version number in YAML comments from changelogs (Antoine du Hamel) #3759907fc61b900
] - tools: add support for mjs and cjs JS snippet linting (Antoine du Hamel) #37311440c944420
] - tools: fix object name in prefer-assert-methods.js (Tobias Nießen) #375447042ec89f1
] - tools: update remark-preset-lint-node to 2.1.1 (Rich Trott) #3760482e78f7c12
] - tools: fix compiler warning in inspector_protocol (Darshan Sen) #37573fd7234c52f
] - tools: make update-eslint.sh work with npm@7 (Luigi Pinca) #37566057c6a842a
] - tools: add ESLint rule no-array-destructuring (Antoine du Hamel) #3681825a5f0b3b8
] - tools: update eslint-plugin-markdown configuration (Colin Ihrig) #375497a1de1fce9
] - tools: update ESLint to 7.21.0 (Luigi Pinca) #375469c0ca4689d
] - tools,doc: add support for several flavors of JS code snippets (Antoine du Hamel) #3716280af610d95
] - util: inspect __proto__ key as written in object literal (Anna Henningsen) #377130d135e8316
] - (SEMVER-MINOR) worker: add setEnvironmentData/getEnvironmentData (James M Snell) #374868024ffbba4
] - worker: add ports property to MessageEvents (Anna Henningsen) #37538f4fd3fb6a7
] - worker: allow BroadcastChannel in receiveMessageOnPort (Anna Henningsen) #37535v15.11.0
Compare Source
Notable Changes
a3e3156b52
] - (SEMVER-MINOR) crypto: make FIPS related options always awailable (Vít Ondruch) #363419ba5c0f9ba
] - (SEMVER-MINOR) errors: remove experimental from --enable-source-maps (Benjamin Coe) #37362Commits
d039e6fa80
] - assert: refactor to avoid unsafe array iteration (Antoine du Hamel) #37344d2e5529e08
] - bootstrap: include v8 module into the builtin snapshot (Joyee Cheung) #3694359861bac0e
] - bootstrap: include fs module into the builtin snapshot (Joyee Cheung) #36943458a4108b7
] - buffer: make Blob's constructor more spec-compliant (Michaël Zasso) #373610d564ce214
] - buffer: make Blob's slice method more spec-compliant (Michaël Zasso) #37361ddae112133
] - child_process: fix spawn and fork abort behavior (Nitzan Uziely) #37325b1e188de8d
] - crypto: refactor hasAnyNotIn to avoid unsafe array iteration (Antoine du Hamel) #37433291d9e9936
] - crypto: check ed/x webcrypto key import algorithm names (Filip Skokan) #37305a3e3156b52
] - (SEMVER-MINOR) crypto: make FIPS related options always awailable (Vít Ondruch) #36341b634469c38
] - crypto: refactor to avoid unsafe array iteration (Antoine du Hamel) #3736401773ab614
] - crypto: use BoringSSL compatible errors (Shelley Vohr) #37297f3d67000a0
] - deps: upgrade npm to 7.6.0 (Ruy Adorno) #37559e1045f1004
] - deps: upgrade npm to 7.5.6 (Ruy Adorno) #3749680d3c118f4
] - deps: V8: cherry-pick373f4ae
(Richard Lau) #375051408de7e24
] - deps: cherry-pick8957d46
from V8 upstream (Antoine du Hamel) #37471725d48ae77
] - doc: remove experimental from --enable-source-maps (Colin Ihrig) #375405d939b7a49
] - doc: fix typo in doc/api/packages.md (marsonya) #37536cbfc6b1692
] - doc: document how to register external bindings for snapshot (Joyee Cheung) #37463dd7a04dc9f
] - doc: fix typo "director" instead of "directory" (humanwebpl) #37523ba81e7cb5e
] - doc: revise LTS text in collaborator guide (Rich Trott) #375277529a97a5c
] - doc: revise CI text in collaborator guide (Rich Trott) #375261285b907ce
] - doc: revise objections section of collaborator guide (Rich Trott) #37525bc86208a0a
] - doc: revise premature disclosure text in collaborator guide (Rich Trott) #3752446af56752e
] - doc: change links to use HEAD in top level docs (Michael Dawson) #374943b737e63ce
] - doc: apply sentence case to headers in doc/guides (marsonya) #37506fb5e5bed21
] - doc: fix typo in webcrypto.md (marsonya) #375073b7cb75554
] - doc: document the NO_COLOR and FORCE_COLOR env vars (James M Snell) #374770fac27d546
] - doc: add url.resolve replacement example (Antoine du Hamel) #375012228f44b25
] - doc: apply sentence case to guides headers (marsonya) #37497617819e4fb
] - doc: update CI requirements for landing pull requests (Antoine du Hamel) #373084a40759b33
] - doc: recommend queueMicrotask over process.nextTick (James M Snell) #37484834f63793a
] - doc: apply sentence case to headers in doc/guides (marsonya) #374787ac0820da0
] - doc: fix typo in doc/api/http2/md (marsonya) #374794ad7a78448
] - doc: alphabetize vm Module class properties (Rich Trott) #37451a193d7ca87
] - doc: alphabetize crypto Cipher class entries (Rich Trott) #3745054b6f1bcf9
] - doc: use HEAD for links in api docs (Michael Dawson) #37437549d24b8ad
] - doc: fix alignment of parameters (Michael Dawson) #37422f3559a922b
] - doc: fix typo in doc/api/esm.md (marsonya) #37400c3d236d405
] - doc: fix "referred to" in fs docs (Tobias Nießen) [#37388](https://togithub.com/nodejs/node/pulConfiguration
📅 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.