sourcegraph / lsif-node

Language Server Indexing Format (LSIF) generator for JavaScript and TypeScript
https://lsif.dev/
MIT License
35 stars 5 forks source link

chore(deps): update node.js to >=v10.24.1 #212

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Type Update New value References Sourcegraph
node engines minor >=v10.24.1 source code search for "node"

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.


Release Notes

nodejs/node ### [`v10.24.1`](https://togithub.com/nodejs/node/releases/tag/v10.24.1) [Compare Source](https://togithub.com/nodejs/node/compare/v10.24.0...v10.24.1) This is a security release. ##### Notable Changes Vulerabilties fixed: - **CVE-2021-3450**: OpenSSL - CA certificate check bypass with X509\_V_FLAG_X509\_STRICT (High) - This is a vulnerability in OpenSSL which may be exploited through Node.js. You can read more about it in https://www.openssl.org/news/secadv/20210325.txt - Impacts: - All versions of the 15.x, 14.x, 12.x and 10.x releases lines - **CVE-2021-3449**: OpenSSL - NULL pointer deref in signature_algorithms processing (High) - This is a vulnerability in OpenSSL which may be exploited through Node.js. You can read more about it in https://www.openssl.org/news/secadv/20210325.txt - Impacts: - All versions of the 15.x, 14.x, 12.x and 10.x releases lines - **CVE-2020-7774**: npm upgrade - Update y18n to fix Prototype-Pollution (High) - This is a vulnerability in the y18n npm module which may be exploited by prototype pollution. You can read more about it in https://github.com/advisories/GHSA-c4w7-xm78-47vh - Impacts: - All versions of the 14.x, 12.x and 10.x releases lines ##### Commits - \[[`5e526b96ce`](https://togithub.com/nodejs/node/commit/5e526b96ce)] - **deps**: upgrade npm to 6.14.12 (Ruy Adorno) [#​37918](https://togithub.com/nodejs/node/pull/37918) - \[[`781cb6df5c`](https://togithub.com/nodejs/node/commit/781cb6df5c)] - **deps**: update archs files for OpenSSL-1.1.1k (Tobias Nießen) [#​37940](https://togithub.com/nodejs/node/pull/37940) - \[[`5db0a05a90`](https://togithub.com/nodejs/node/commit/5db0a05a90)] - **deps**: upgrade openssl sources to 1.1.1k (Tobias Nießen) [#​37940](https://togithub.com/nodejs/node/pull/37940) ### [`v10.24.0`](https://togithub.com/nodejs/node/releases/tag/v10.24.0) [Compare Source](https://togithub.com/nodejs/node/compare/v10.23.3...v10.24.0) This is a security release. ##### Notable changes Vulnerabilities fixed: - **CVE-2021-22883**: HTTP2 'unknownProtocol' cause Denial of Service by resource exhaustion - Affected Node.js versions are vulnerable to denial of service attacks when too many connection attempts with an 'unknownProtocol' are established. This leads to a leak of file descriptors. If a file descriptor limit is configured on the system, then the server is unable to accept new connections and prevent the process also from opening, e.g. a file. If no file descriptor limit is configured, then this lead to an excessive memory usage and cause the system to run out of memory. - **CVE-2021-22884**: DNS rebinding in --inspect - Affected Node.js versions are vulnerable to denial of service attacks when the whitelist includes “localhost6”. When “localhost6” is not present in /etc/hosts, it is just an ordinary domain that is resolved via DNS, i.e., over network. If the attacker controls the victim's DNS server or can spoof its responses, the DNS rebinding protection can be bypassed by using the “localhost6” domain. As long as the attacker uses the “localhost6” domain, they can still apply the attack described in CVE-2018-7160. - **CVE-2021-23840**: OpenSSL - Integer overflow in CipherUpdate - This is a vulnerability in OpenSSL which may be exploited through Node.js. You can read more about it in https://www.openssl.org/news/secadv/20210216.txt ##### Commits - \[[`0afcb4f6bb`](https://togithub.com/nodejs/node/commit/0afcb4f6bb)] - **deps**: update archs files for OpenSSL-1.1.1j (Daniel Bevenius) [#​37415](https://togithub.com/nodejs/node/pull/37415) - \[[`447be941cd`](https://togithub.com/nodejs/node/commit/447be941cd)] - **deps**: upgrade openssl sources to 1.1.1j (Daniel Bevenius) [#​37415](https://togithub.com/nodejs/node/pull/37415) - \[[`3f2e9dc40c`](https://togithub.com/nodejs/node/commit/3f2e9dc40c)] - **(SEMVER-MINOR)** **http2**: add unknownProtocol timeout (Daniel Bevenius) [nodejs-private/node-private#​246](https://togithub.com/nodejs-private/node-private/pull/246) - \[[`d1cf6a9b0f`](https://togithub.com/nodejs/node/commit/d1cf6a9b0f)] - **src**: drop localhost6 as allowed host for inspector (Matteo Collina) [nodejs-private/node-private#​244](https://togithub.com/nodejs-private/node-private/pull/244) ### [`v10.23.3`](https://togithub.com/nodejs/node/releases/tag/v10.23.3) [Compare Source](https://togithub.com/nodejs/node/compare/v10.23.2...v10.23.3) ##### Notable changes The update to npm 6.14.11 has been relanded so that npm correctly reports its version. ##### Commits - \[[`953a85035d`](https://togithub.com/nodejs/node/commit/953a85035d)] - **crypto**: fix crash when calling digest after piping (Tobias Nießen) [#​28251](https://togithub.com/nodejs/node/pull/28251) - \[[`fe2c98003e`](https://togithub.com/nodejs/node/commit/fe2c98003e)] - **deps**: upgrade npm to 6.14.11 (Ruy Adorno) [#​37173](https://togithub.com/nodejs/node/pull/37173) - \[[`7b7fb43b8a`](https://togithub.com/nodejs/node/commit/7b7fb43b8a)] - ***Revert*** "**deps**: upgrade npm to 6.14.11" (Richard Lau) [#​37278](https://togithub.com/nodejs/node/pull/37278) - \[[`1c6fbd6ffe`](https://togithub.com/nodejs/node/commit/1c6fbd6ffe)] - **test**: add test that verifies crypto stream pipeline (Evan Lucas) [#​37009](https://togithub.com/nodejs/node/pull/37009) ### [`v10.23.2`](https://togithub.com/nodejs/node/releases/tag/v10.23.2) [Compare Source](https://togithub.com/nodejs/node/compare/v10.23.1...v10.23.2) ##### Notable changes Release keys have been synchronized with the main branch. - **deps**: - upgrade npm to 6.14.11 (Darcy Clarke) [#​36838](https://togithub.com/nodejs/node/pull/36838) ##### Commits - \[[`cc6b69557a`](https://togithub.com/nodejs/node/commit/cc6b69557a)] - **deps**: upgrade npm to 6.14.11 (Darcy Clarke) [#​36838](https://togithub.com/nodejs/node/pull/36838) - \[[`aefb66528a`](https://togithub.com/nodejs/node/commit/aefb66528a)] - **doc**: update contact information for [@​BethGriggs](https://togithub.com/BethGriggs) (Beth Griggs) [#​35451](https://togithub.com/nodejs/node/pull/35451) - \[[`08931481d8`](https://togithub.com/nodejs/node/commit/08931481d8)] - **doc**: update contact information for richardlau (Richard Lau) [#​35450](https://togithub.com/nodejs/node/pull/35450) - \[[`bc0617f4ea`](https://togithub.com/nodejs/node/commit/bc0617f4ea)] - **doc**: update release key for Danielle Adams (Danielle Adams) [#​36793](https://togithub.com/nodejs/node/pull/36793) - \[[`d7c09fcfd3`](https://togithub.com/nodejs/node/commit/d7c09fcfd3)] - **doc**: add release key for Danielle Adams (Danielle Adams) [#​35545](https://togithub.com/nodejs/node/pull/35545) - \[[`ac49d415b0`](https://togithub.com/nodejs/node/commit/ac49d415b0)] - **doc**: add release key for Ruy Adorno (Ruy Adorno) [#​34628](https://togithub.com/nodejs/node/pull/34628) - \[[`b8426ae3ce`](https://togithub.com/nodejs/node/commit/b8426ae3ce)] - **doc**: add release key for Richard Lau (Richard Lau) [#​34397](https://togithub.com/nodejs/node/pull/34397) ### [`v10.23.1`](https://togithub.com/nodejs/node/releases/tag/v10.23.1) [Compare Source](https://togithub.com/nodejs/node/compare/v10.23.0...v10.23.1) ##### Notable changes This is a security release. Vulnerabilities fixed: - **CVE-2020-8265**: use-after-free in TLSWrap (High) Affected Node.js versions are vulnerable to a use-after-free bug in its TLS implementation. When writing to a TLS enabled socket, node::StreamBase::Write calls node::TLSWrap::DoWrite with a freshly allocated WriteWrap object as first argument. If the DoWrite method does not return an error, this object is passed back to the caller as part of a StreamWriteResult structure. This may be exploited to corrupt memory leading to a Denial of Service or potentially other exploits - **CVE-2020-8287**: HTTP Request Smuggling in nodejs Affected versions of Node.js allow two copies of a header field in a http request. For example, two Transfer-Encoding header fields. In this case Node.js identifies the first header field and ignores the second. This can lead to HTTP Request Smuggling (https://cwe.mitre.org/data/definitions/444.html). - **CVE-2020-1971**: OpenSSL - EDIPARTYNAME NULL pointer de-reference (High) This is a vulnerability in OpenSSL which may be exploited through Node.js. You can read more about it in https://www.openssl.org/news/secadv/20201208.txt ##### Commits - \[[`bd44b0ee7f`](https://togithub.com/nodejs/node/commit/bd44b0ee7f)] - **build,win**: accept Python 3 if 2 is not available (João Reis) [#​29236](https://togithub.com/nodejs/node/pull/29236) - \[[`d5c9b09bdc`](https://togithub.com/nodejs/node/commit/d5c9b09bdc)] - **build,win**: find Python in paths with spaces (João Reis) [#​29236](https://togithub.com/nodejs/node/pull/29236) - \[[`323a6f114a`](https://togithub.com/nodejs/node/commit/323a6f114a)] - **deps**: update http-parser to [http-parser@`ec8b5ee`](https://togithub.com/http-parser/node/commit/ec8b5ee63f) (Richard Lau) [nodejs-private/node-private#​235](https://togithub.com/nodejs-private/node-private/pull/235) - \[[`f08d0fef64`](https://togithub.com/nodejs/node/commit/f08d0fef64)] - **deps**: upgrade npm to 6.14.10 (Ruy Adorno) [#​36571](https://togithub.com/nodejs/node/pull/36571) - \[[`b0608b574a`](https://togithub.com/nodejs/node/commit/b0608b574a)] - **deps**: update archs files for OpenSSL-1.1.1i (Richard Lau) [#​36541](https://togithub.com/nodejs/node/pull/36541) - \[[`d936e1833f`](https://togithub.com/nodejs/node/commit/d936e1833f)] - **deps**: upgrade openssl sources to 1.1.1i (Myles Borins) [#​36541](https://togithub.com/nodejs/node/pull/36541) - \[[`9c4970715c`](https://togithub.com/nodejs/node/commit/9c4970715c)] - **deps**: upgrade npm to 6.14.9 (Myles Borins) [#​36450](https://togithub.com/nodejs/node/pull/36450) - \[[`aa6b97fb99`](https://togithub.com/nodejs/node/commit/aa6b97fb99)] - **http**: add test for http transfer encoding smuggling (Richard Lau) [nodejs-private/node-private#​235](https://togithub.com/nodejs-private/node-private/pull/235) - \[[`fc70ce08f5`](https://togithub.com/nodejs/node/commit/fc70ce08f5)] - **http**: unset `F_CHUNKED` on new `Transfer-Encoding` (Fedor Indutny) [nodejs-private/node-private#​235](https://togithub.com/nodejs-private/node-private/pull/235) - \[[`7f178663eb`](https://togithub.com/nodejs/node/commit/7f178663eb)] - **src**: use unique_ptr for WriteWrap (Daniel Bevenius) [nodejs-private/node-private#​238](https://togithub.com/nodejs-private/node-private/pull/238) - \[[`357e2857c8`](https://togithub.com/nodejs/node/commit/357e2857c8)] - **test**: add test-tls-use-after-free-regression (Daniel Bevenius) [nodejs-private/node-private#​238](https://togithub.com/nodejs-private/node-private/pull/238) ### [`v10.23.0`](https://togithub.com/nodejs/node/releases/tag/v10.23.0) [Compare Source](https://togithub.com/nodejs/node/compare/v10.22.1...v10.23.0) ##### Notable changes - **deps**: - upgrade npm to 6.14.8 (Ruy Adorno) [#​34834](https://togithub.com/nodejs/node/pull/34834) - **n-api**: - create N-API version 7 (Gabriel Schulhof) [#​35199](https://togithub.com/nodejs/node/pull/35199) - expose napi_build_version variable (NickNaso) [#​27835](https://togithub.com/nodejs/node/pull/27835) - **tools**: - add debug entitlements for macOS 10.15+ (Gabriele Greco) [#​34378](https://togithub.com/nodejs/node/pull/34378) ##### Commits - \[[`b83f9a56fc`](https://togithub.com/nodejs/node/commit/b83f9a56fc)] - **build**: expose napi_build_version variable (NickNaso) [#​27835](https://togithub.com/nodejs/node/pull/27835) - \[[`020ba1a2b8`](https://togithub.com/nodejs/node/commit/020ba1a2b8)] - **build**: enable backtrace when V8 is built for PPC and S390x (Michaël Zasso) [#​32113](https://togithub.com/nodejs/node/pull/32113) - \[[`eee9412a8c`](https://togithub.com/nodejs/node/commit/eee9412a8c)] - **deps**: upgrade npm to 6.14.8 (Ruy Adorno) [#​34834](https://togithub.com/nodejs/node/pull/34834) - \[[`038593d5ff`](https://togithub.com/nodejs/node/commit/038593d5ff)] - **deps**: upgrade npm to 6.14.7 (claudiahdz) [#​34468](https://togithub.com/nodejs/node/pull/34468) - \[[`3564424625`](https://togithub.com/nodejs/node/commit/3564424625)] - **deps**: V8: cherry-pick [`eec10a2`](https://togithub.com/nodejs/node/commit/eec10a2fd8fa) (Stephen Belanger) [#​33778](https://togithub.com/nodejs/node/pull/33778) - \[[`e9e86e1b60`](https://togithub.com/nodejs/node/commit/e9e86e1b60)] - **http2**: support non-empty DATA frame with END_STREAM flag (Carlos Lopez) [#​33875](https://togithub.com/nodejs/node/pull/33875) - \[[`751820b6c2`](https://togithub.com/nodejs/node/commit/751820b6c2)] - **http2,doc**: minor fixes (Alba Mendez) [#​28044](https://togithub.com/nodejs/node/pull/28044) - \[[`54c2bc2e62`](https://togithub.com/nodejs/node/commit/54c2bc2e62)] - **(SEMVER-MINOR)** **n-api**: create N-API version 7 (Gabriel Schulhof) [#​35199](https://togithub.com/nodejs/node/pull/35199) - \[[`2eb627301c`](https://togithub.com/nodejs/node/commit/2eb627301c)] - **src**: allows escaping NODE_OPTIONS with backslashes (Maël Nison) [#​24065](https://togithub.com/nodejs/node/pull/24065) - \[[`5170d14b36`](https://togithub.com/nodejs/node/commit/5170d14b36)] - **test**: fix test-linux-perf flakiness (Matheus Marchini) [#​27615](https://togithub.com/nodejs/node/pull/27615) - \[[`21b86d7f19`](https://togithub.com/nodejs/node/commit/21b86d7f19)] - **test,v8**: skip less and stabilize test-linux-perf.js (Refael Ackermann) [#​27364](https://togithub.com/nodejs/node/pull/27364) - \[[`ee11ab50a7`](https://togithub.com/nodejs/node/commit/ee11ab50a7)] - **tools**: add debug entitlements for macOS 10.15+ (Gabriele Greco) [#​34378](https://togithub.com/nodejs/node/pull/34378) ### [`v10.22.1`](https://togithub.com/nodejs/node/releases/tag/v10.22.1) [Compare Source](https://togithub.com/nodejs/node/compare/v10.22.0...v10.22.1) ##### Notable changes This is a security release. Vulnerabilities fixed: - **CVE-2020-8252**: fs.realpath.native on may cause buffer overflow (Medium). ##### Commits - \[[`57badcf93e`](https://togithub.com/nodejs/node/commit/57badcf93e)] - **deps**: libuv: cherry-pick [`0e6e862`](https://togithub.com/nodejs/node/commit/0e6e8620) (Colin Ihrig) [libuv/libuv#​2966](https://togithub.com/libuv/libuv/pull/2966) ### [`v10.22.0`](https://togithub.com/nodejs/node/releases/tag/v10.22.0) [Compare Source](https://togithub.com/nodejs/node/compare/v10.21.0...v10.22.0) ##### Notable changes - **deps**: - upgrade npm to 6.14.6 (claudiahdz) [#​34246](https://togithub.com/nodejs/node/pull/34246) - upgrade openssl sources to 1.1.1g (Hassaan Pasha) [#​32982](https://togithub.com/nodejs/node/pull/32982) - **n-api**: - add `napi_detach_arraybuffer` (legendecas) [#​29768](https://togithub.com/nodejs/node/pull/29768) ##### Commits - \[[`9915774d18`](https://togithub.com/nodejs/node/commit/9915774d18)] - **build**: log detected compilers in --verbose mode (Richard Lau) [#​32715](https://togithub.com/nodejs/node/pull/32715) - \[[`145dcc2c1c`](https://togithub.com/nodejs/node/commit/145dcc2c1c)] - **build**: move doc versions JSON file out of out/doc (Richard Lau) [#​32728](https://togithub.com/nodejs/node/pull/32728) - \[[`24b927ab66`](https://togithub.com/nodejs/node/commit/24b927ab66)] - **build**: allow clang 10+ in configure.py (Kamil Rytarowski) [#​29541](https://togithub.com/nodejs/node/pull/29541) - \[[`97b59527c7`](https://togithub.com/nodejs/node/commit/97b59527c7)] - **deps**: upgrade npm to 6.14.6 (claudiahdz) [#​34246](https://togithub.com/nodejs/node/pull/34246) - \[[`84fca3c691`](https://togithub.com/nodejs/node/commit/84fca3c691)] - **deps**: upgrade npm to 6.14.5 (Ruy Adorno) [#​33239](https://togithub.com/nodejs/node/pull/33239) - \[[`745b329260`](https://togithub.com/nodejs/node/commit/745b329260)] - **deps**: update archs files for OpenSSL-1.1.1g (Hassaan Pasha) [#​32982](https://togithub.com/nodejs/node/pull/32982) - \[[`94702c1560`](https://togithub.com/nodejs/node/commit/94702c1560)] - **deps**: upgrade openssl sources to 1.1.1g (Hassaan Pasha) [#​32982](https://togithub.com/nodejs/node/pull/32982) - \[[`ef9413be1a`](https://togithub.com/nodejs/node/commit/ef9413be1a)] - **deps**: upgrade openssl sources to 1.1.1f (Hassaan Pasha) [#​32583](https://togithub.com/nodejs/node/pull/32583) - \[[`3acc89f8f2`](https://togithub.com/nodejs/node/commit/3acc89f8f2)] - **deps**: V8: backport [`cd21f71`](https://togithub.com/nodejs/node/commit/cd21f71f9cb5) (Michaël Zasso) [#​33862](https://togithub.com/nodejs/node/pull/33862) - \[[`89a306bca9`](https://togithub.com/nodejs/node/commit/89a306bca9)] - **deps**: fix V8 compiler error with clang++-11 (Sam Roberts) [#​33094](https://togithub.com/nodejs/node/pull/33094) - \[[`00f04e3b79`](https://togithub.com/nodejs/node/commit/00f04e3b79)] - **doc**: fix quotes in tls.md (Sparsh Garg) [#​33641](https://togithub.com/nodejs/node/pull/33641) - \[[`193d1d0e84`](https://togithub.com/nodejs/node/commit/193d1d0e84)] - **doc**: document fs.watchFile() bigint option (cjihrig) [#​32128](https://togithub.com/nodejs/node/pull/32128) - \[[`5dab101b03`](https://togithub.com/nodejs/node/commit/5dab101b03)] - **doc,n-api**: mark napi_detach_arraybuffer as experimental (legendecas) [#​30703](https://togithub.com/nodejs/node/pull/30703) - \[[`069b6e14a4`](https://togithub.com/nodejs/node/commit/069b6e14a4)] - **http**: disable headersTimeout check when set to zero (Paolo Insogna) [#​33307](https://togithub.com/nodejs/node/pull/33307) - \[[`aaf2f827c6`](https://togithub.com/nodejs/node/commit/aaf2f827c6)] - **inspector**: more conservative minimum stack size (Ben Noordhuis) [#​27855](https://togithub.com/nodejs/node/pull/27855) - \[[`b744ffd586`](https://togithub.com/nodejs/node/commit/b744ffd586)] - **(SEMVER-MINOR)** **n-api**: implement napi_is_detached_arraybuffer (Denys Otrishko) [#​30613](https://togithub.com/nodejs/node/pull/30613) - \[[`961598b9be`](https://togithub.com/nodejs/node/commit/961598b9be)] - **(SEMVER-MINOR)** **n-api**: add `napi_detach_arraybuffer` (legendecas) [#​29768](https://togithub.com/nodejs/node/pull/29768) - \[[`7a109febc4`](https://togithub.com/nodejs/node/commit/7a109febc4)] - **test**: remove timers-blocking-callback (Jeremiah Senkpiel) [#​32870](https://togithub.com/nodejs/node/pull/32870) - \[[`3dbd8cd3a9`](https://togithub.com/nodejs/node/commit/3dbd8cd3a9)] - ***Revert*** "**test**: mark empty udp tests flaky on OS X" (Luigi Pinca) [#​32489](https://togithub.com/nodejs/node/pull/32489) - \[[`543656928c`](https://togithub.com/nodejs/node/commit/543656928c)] - **test**: flaky test-stdout-close-catch on freebsd (Sam Roberts) [#​32849](https://togithub.com/nodejs/node/pull/32849) - \[[`74b00cca64`](https://togithub.com/nodejs/node/commit/74b00cca64)] - **tls**: allow empty subject even with altNames defined (Jason Macgowan) [#​22906](https://togithub.com/nodejs/node/pull/22906) ### [`v10.21.0`](https://togithub.com/nodejs/node/compare/v10.20.1...v10.21.0) [Compare Source](https://togithub.com/nodejs/node/compare/v10.20.1...v10.21.0) ### [`v10.20.1`](https://togithub.com/nodejs/node/compare/v10.20.0...v10.20.1) [Compare Source](https://togithub.com/nodejs/node/compare/v10.20.0...v10.20.1) ### [`v10.20.0`](https://togithub.com/nodejs/node/compare/v10.19.0...v10.20.0) [Compare Source](https://togithub.com/nodejs/node/compare/v10.19.0...v10.20.0) ### [`v10.19.0`](https://togithub.com/nodejs/node/compare/v10.18.1...v10.19.0) [Compare Source](https://togithub.com/nodejs/node/compare/v10.18.1...v10.19.0) ### [`v10.18.1`](https://togithub.com/nodejs/node/compare/v10.18.0...v10.18.1) [Compare Source](https://togithub.com/nodejs/node/compare/v10.18.0...v10.18.1) ### [`v10.18.0`](https://togithub.com/nodejs/node/compare/v10.17.0...v10.18.0) [Compare Source](https://togithub.com/nodejs/node/compare/v10.17.0...v10.18.0) ### [`v10.17.0`](https://togithub.com/nodejs/node/releases/tag/v10.17.0) [Compare Source](https://togithub.com/nodejs/node/compare/v10.16.3...v10.17.0) ##### Notable changes - **crypto**: - add support for chacha20-poly1305 for AEAD (chux0519) [#​24081](https://togithub.com/nodejs/node/pull/24081) - increase maxmem range from 32 to 53 bits (Tobias Nießen) [#​28799](https://togithub.com/nodejs/node/pull/28799) - **deps**: - update npm to 6.11.3 (claudiahdz) [#​29430](https://togithub.com/nodejs/node/pull/29430) - upgrade openssl sources to 1.1.1d (Sam Roberts) [#​29921](https://togithub.com/nodejs/node/pull/29921) - **dns**: remove dns.promises experimental warning (cjihrig) [#​26592](https://togithub.com/nodejs/node/pull/26592) - **fs**: remove experimental warning for fs.promises (Anna Henningsen) [#​26581](https://togithub.com/nodejs/node/pull/26581) - **http**: makes response.writeHead return the response (Mark S. Everitt) [#​25974](https://togithub.com/nodejs/node/pull/25974) - **http2**: makes response.writeHead return the response (Mark S. Everitt) [#​25974](https://togithub.com/nodejs/node/pull/25974) - **n-api**: - make func argument of napi_create_threadsafe_function optional (legendecas) [#​27791](https://togithub.com/nodejs/node/pull/27791) - mark version 5 N-APIs as stable (Gabriel Schulhof) [#​29401](https://togithub.com/nodejs/node/pull/29401) - implement date object (Jarrod Connolly) [#​25917](https://togithub.com/nodejs/node/pull/25917) - **process**: add --unhandled-rejections flag (Ruben Bridgewater) [#​26599](https://togithub.com/nodejs/node/pull/26599) - **stream**: - implement Readable.from async iterator utility (Guy Bedford) [#​27660](https://togithub.com/nodejs/node/pull/27660) - make Symbol.asyncIterator support stable (Matteo Collina) [#​26989](https://togithub.com/nodejs/node/pull/26989) ##### Commits - \[[`f1a5a36961`](https://togithub.com/nodejs/node/commit/f1a5a36961)] - **build**: update Windows icon to Feb 2016 rebrand (Mike MacCana) [#​28524](https://togithub.com/nodejs/node/pull/28524) - \[[`63de2ade85`](https://togithub.com/nodejs/node/commit/63de2ade85)] - **(SEMVER-MINOR)** **crypto**: add support for chacha20-poly1305 for AEAD (chux0519) [#​24081](https://togithub.com/nodejs/node/pull/24081) - \[[`4f0f12c3d6`](https://togithub.com/nodejs/node/commit/4f0f12c3d6)] - **crypto**: fix rsa key gen with non-default exponent (Sam Roberts) [#​27092](https://togithub.com/nodejs/node/pull/27092) - \[[`7735824d2c`](https://togithub.com/nodejs/node/commit/7735824d2c)] - **(SEMVER-MINOR)** **crypto**: increase maxmem range from 32 to 53 bits (Tobias Nießen) [#​28799](https://togithub.com/nodejs/node/pull/28799) - \[[`e53dbba6bc`](https://togithub.com/nodejs/node/commit/e53dbba6bc)] - **deps**: update npm to 6.11.3 (claudiahdz) [#​29430](https://togithub.com/nodejs/node/pull/29430) - \[[`55cd01c5c3`](https://togithub.com/nodejs/node/commit/55cd01c5c3)] - **(SEMVER-MINOR)** **deps**: update npm to 6.10.3 (isaacs) [#​29023](https://togithub.com/nodejs/node/pull/29023) - \[[`e2291cf805`](https://togithub.com/nodejs/node/commit/e2291cf805)] - **deps**: upgrade npm to 6.10.2 (isaacs) [#​28853](https://togithub.com/nodejs/node/pull/28853) - \[[`03b69660f9`](https://togithub.com/nodejs/node/commit/03b69660f9)] - **deps**: upgrade npm to 6.10.0 (isaacs) [#​28525](https://togithub.com/nodejs/node/pull/28525) - \[[`333963ef73`](https://togithub.com/nodejs/node/commit/333963ef73)] - **deps**: dlloads node static linked executable (Luca Lindhorst) [#​28045](https://togithub.com/nodejs/node/pull/28045) - \[[`7202792ad3`](https://togithub.com/nodejs/node/commit/7202792ad3)] - **deps**: update archs files for OpenSSL-1.1.1d (Sam Roberts) [#​29921](https://togithub.com/nodejs/node/pull/29921) - \[[`9c393f1d02`](https://togithub.com/nodejs/node/commit/9c393f1d02)] - **deps**: upgrade openssl sources to 1.1.1d (Sam Roberts) [#​29921](https://togithub.com/nodejs/node/pull/29921) - \[[`7f48519413`](https://togithub.com/nodejs/node/commit/7f48519413)] - **deps**: do not link against librt (Sam Roberts) [#​29729](https://togithub.com/nodejs/node/pull/29729) - \[[`fcc22d31a0`](https://togithub.com/nodejs/node/commit/fcc22d31a0)] - **(SEMVER-MINOR)** **dns**: make dns.promises enumerable (cjihrig) [#​26592](https://togithub.com/nodejs/node/pull/26592) - \[[`fa27aac5fb`](https://togithub.com/nodejs/node/commit/fa27aac5fb)] - **(SEMVER-MINOR)** **dns**: remove dns.promises experimental warning (cjihrig) [#​26592](https://togithub.com/nodejs/node/pull/26592) - \[[`90fb146933`](https://togithub.com/nodejs/node/commit/90fb146933)] - **(SEMVER-MINOR)** **doc**: move dns.promises to stable status (cjihrig) [#​26592](https://togithub.com/nodejs/node/pull/26592) - \[[`65e68d1f4f`](https://togithub.com/nodejs/node/commit/65e68d1f4f)] - **doc**: add documentation for stream readableFlowing (Chetan Karande) [#​29506](https://togithub.com/nodejs/node/pull/29506) - \[[`c285e694e2`](https://togithub.com/nodejs/node/commit/c285e694e2)] - **doc**: fix the links tls default version sections (Chetan Karande) [#​28827](https://togithub.com/nodejs/node/pull/28827) - \[[`cef5010135`](https://togithub.com/nodejs/node/commit/cef5010135)] - **doc**: describe tls.DEFAULT_MIN_VERSION/\_MAX_VERSION (Chetan Karande) [#​28827](https://togithub.com/nodejs/node/pull/28827) - \[[`15c2eb0e58`](https://togithub.com/nodejs/node/commit/15c2eb0e58)] - **doc**: update N-API version matrix (Gabriel Schulhof) [#​29461](https://togithub.com/nodejs/node/pull/29461) - \[[`a3eda2896d`](https://togithub.com/nodejs/node/commit/a3eda2896d)] - **doc**: fixup changelog for v10.16.3 (Andrew Hughes) [#​29159](https://togithub.com/nodejs/node/pull/29159) - \[[`56a834a53f`](https://togithub.com/nodejs/node/commit/56a834a53f)] - **doc,test**: clarify that Http2Stream is destroyed after data is read (Alba Mendez) [#​27891](https://togithub.com/nodejs/node/pull/27891) - \[[`85ce8ef19a`](https://togithub.com/nodejs/node/commit/85ce8ef19a)] - **(SEMVER-MINOR)** **fs**: remove experimental warning for fs.promises (Anna Henningsen) [#​26581](https://togithub.com/nodejs/node/pull/26581) - \[[`ccf2823f83`](https://togithub.com/nodejs/node/commit/ccf2823f83)] - **(SEMVER-MINOR)** **http**: makes response.writeHead return the response (Mark S. Everitt) [#​25974](https://togithub.com/nodejs/node/pull/25974) - \[[`66387cd45e`](https://togithub.com/nodejs/node/commit/66387cd45e)] - **http2**: send out pending data earlier (Anna Henningsen) [#​29398](https://togithub.com/nodejs/node/pull/29398) - \[[`925849650b`](https://togithub.com/nodejs/node/commit/925849650b)] - **(SEMVER-MINOR)** **http2**: makes response.writeHead return the response (Mark S. Everitt) [#​25974](https://togithub.com/nodejs/node/pull/25974) - \[[`69b0212df3`](https://togithub.com/nodejs/node/commit/69b0212df3)] - **http2**: do not start reading after write if new write is on wire (Anna Henningsen) [#​29399](https://togithub.com/nodejs/node/pull/29399) - \[[`36a0e9a063`](https://togithub.com/nodejs/node/commit/36a0e9a063)] - **http2**: do not crash on stream listener removal w/ destroyed session (Anna Henningsen) [#​29459](https://togithub.com/nodejs/node/pull/29459) - \[[`c74c6a5ccf`](https://togithub.com/nodejs/node/commit/c74c6a5ccf)] - **n-api**: mark version 5 N-APIs as stable (Gabriel Schulhof) [#​29401](https://togithub.com/nodejs/node/pull/29401) - \[[`f8622762e3`](https://togithub.com/nodejs/node/commit/f8622762e3)] - **(SEMVER-MINOR)** **n-api**: make func argument of napi_create_threadsafe_function optional (legendecas) [#​27791](https://togithub.com/nodejs/node/pull/27791) - \[[`4f41e4f471`](https://togithub.com/nodejs/node/commit/4f41e4f471)] - **(SEMVER-MINOR)** **n-api**: implement date object (Jarrod Connolly) [#​25917](https://togithub.com/nodejs/node/pull/25917) - \[[`69bf5b7944`](https://togithub.com/nodejs/node/commit/69bf5b7944)] - **net**: treat ENOTCONN at shutdown as success (Anna Henningsen) [#​29912](https://togithub.com/nodejs/node/pull/29912) - \[[`d6c998a478`](https://togithub.com/nodejs/node/commit/d6c998a478)] - **process**: use public readableFlowing property (Chetan Karande) [#​29502](https://togithub.com/nodejs/node/pull/29502) - \[[`b43d7e8f42`](https://togithub.com/nodejs/node/commit/b43d7e8f42)] - **(SEMVER-MINOR)** **process**: add --unhandled-rejections flag (Ruben Bridgewater) [#​26599](https://togithub.com/nodejs/node/pull/26599) - \[[`79f3844fb0`](https://togithub.com/nodejs/node/commit/79f3844fb0)] - **(SEMVER-MINOR)** **readline**: make Symbol.asyncIterator support stable (Matteo Collina) [#​26989](https://togithub.com/nodejs/node/pull/26989) - \[[`18b140ae75`](https://togithub.com/nodejs/node/commit/18b140ae75)] - **src**: use maybe version v8::Function::Call (Ouyang Yadong) [#​23826](https://togithub.com/nodejs/node/pull/23826) - \[[`1bb5102999`](https://togithub.com/nodejs/node/commit/1bb5102999)] - **src**: use more explicit return type in Sign::SignFinal() (Anna Henningsen) [#​23779](https://togithub.com/nodejs/node/pull/23779) - \[[`859d47593e`](https://togithub.com/nodejs/node/commit/859d47593e)] - **src**: reduce platform worker barrier lifetime (Ali Ijaz Sheikh) [#​23419](https://togithub.com/nodejs/node/pull/23419) - \[[`00831f0293`](https://togithub.com/nodejs/node/commit/00831f0293)] - **(SEMVER-MINOR)** **stream**: make Symbol.asyncIterator support stable (Matteo Collina) [#​26989](https://togithub.com/nodejs/node/pull/26989) - \[[`ddb5152e9b`](https://togithub.com/nodejs/node/commit/ddb5152e9b)] - **(SEMVER-MINOR)** **stream**: implement Readable.from async iterator utility (Guy Bedford) [#​27660](https://togithub.com/nodejs/node/pull/27660) - \[[`13d8549abd`](https://togithub.com/nodejs/node/commit/13d8549abd)] - **test**: well-defined DH groups now verify clean (Sam Roberts) [#​29550](https://togithub.com/nodejs/node/pull/29550) - \[[`f78ecc3f93`](https://togithub.com/nodejs/node/commit/f78ecc3f93)] - **test**: fix race in test-http2-origin (Alba Mendez) [#​28903](https://togithub.com/nodejs/node/pull/28903) - \[[`2afbb3efab`](https://togithub.com/nodejs/node/commit/2afbb3efab)] - **test,win**: cleanup exec-timeout processes (João Reis) [#​28723](https://togithub.com/nodejs/node/pull/28723) - \[[`fe58bca878`](https://togithub.com/nodejs/node/commit/fe58bca878)] - **tls**: group chunks into TLS segments (Alba Mendez) [#​27861](https://togithub.com/nodejs/node/pull/27861) - \[[`2eae030a4b`](https://togithub.com/nodejs/node/commit/2eae030a4b)] - **(SEMVER-MINOR)** **worker**: add missing return value in case of fatal exceptions (Ruben Bridgewater) [#​29036](https://togithub.com/nodejs/node/pull/29036) - \[[`e8c90bf4d1`](https://togithub.com/nodejs/node/commit/e8c90bf4d1)] - **zlib**: do not coalesce multiple `.flush()` calls (Anna Henningsen) [#​28520](https://togithub.com/nodejs/node/pull/28520) ### [`v10.16.3`](https://togithub.com/nodejs/node/releases/tag/v10.16.3) [Compare Source](https://togithub.com/nodejs/node/compare/v10.16.2...v10.16.3) ##### Notable changes This is a security release. Node.js, as well as many other implementations of HTTP/2, have been found vulnerable to Denial of Service attacks. See https://github.com/Netflix/security-bulletins/blob/master/advisories/third-party/2019-002.md for more information. Vulnerabilities fixed: - **CVE-2019-9511 “Data Dribble”**: The attacker requests a large amount of data from a specified resource over multiple streams. They manipulate window size and stream priority to force the server to queue the data in 1-byte chunks. Depending on how efficiently this data is queued, this can consume excess CPU, memory, or both, potentially leading to a denial of service. - **CVE-2019-9512 “Ping Flood”**: The attacker sends continual pings to an HTTP/2 peer, causing the peer to build an internal queue of responses. Depending on how efficiently this data is queued, this can consume excess CPU, memory, or both, potentially leading to a denial of service. - **CVE-2019-9513 “Resource Loop”**: The attacker creates multiple request streams and continually shuffles the priority of the streams in a way that causes substantial churn to the priority tree. This can consume excess CPU, potentially leading to a denial of service. - **CVE-2019-9514 “Reset Flood”**: The attacker opens a number of streams and sends an invalid request over each stream that should solicit a stream of RST_STREAM frames from the peer. Depending on how the peer queues the RST_STREAM frames, this can consume excess memory, CPU, or both, potentially leading to a denial of service. - **CVE-2019-9515 “Settings Flood”**: The attacker sends a stream of SETTINGS frames to the peer. Since the RFC requires that the peer reply with one acknowledgement per SETTINGS frame, an empty SETTINGS frame is almost equivalent in behavior to a ping. Depending on how efficiently this data is queued, this can consume excess CPU, memory, or both, potentially leading to a denial of service. - **CVE-2019-9516 “0-Length Headers Leak”**: The attacker sends a stream of headers with a 0-length header name and 0-length header value, optionally Huffman encoded into 1-byte or greater headers. Some implementations allocate memory for these headers and keep the allocation alive until the session dies. This can consume excess memory, potentially leading to a denial of service. - **CVE-2019-9517 “Internal Data Buffering”**: The attacker opens the HTTP/2 window so the peer can send without constraint; however, they leave the TCP window closed so the peer cannot actually write (many of) the bytes on the wire. The attacker then sends a stream of requests for a large response object. Depending on how the servers queue the responses, this can consume excess memory, CPU, or both, potentially leading to a denial of service. - **CVE-2019-9518 “Empty Frames Flood”**: The attacker sends a stream of frames with an empty payload and without the end-of-stream flag. These frames can be DATA, HEADERS, CONTINUATION and/or PUSH_PROMISE. The peer spends time processing each frame disproportionate to attack bandwidth. This can consume excess CPU, potentially leading to a denial of service. (Discovered by Piotr Sikora of Google) ##### Commits - \[[`74507fae34`](https://togithub.com/nodejs/node/commit/74507fae34)] - **deps**: update nghttp2 to 1.39.2 (Anna Henningsen) [#​29122](https://togithub.com/nodejs/node/pull/29122) - \[[`a397c881ec`](https://togithub.com/nodejs/node/commit/a397c881ec)] - **deps**: update nghttp2 to 1.39.1 (gengjiawen) [#​28448](https://togithub.com/nodejs/node/pull/28448) - \[[`fedfa12a33`](https://togithub.com/nodejs/node/commit/fedfa12a33)] - **deps**: update nghttp2 to 1.38.0 (gengjiawen) [#​27295](https://togithub.com/nodejs/node/pull/27295) - \[[`ab0f2ace36`](https://togithub.com/nodejs/node/commit/ab0f2ace36)] - **deps**: update nghttp2 to 1.37.0 (gengjiawen) [#​26990](https://togithub.com/nodejs/node/pull/26990) - \[[`0acbe05ee2`](https://togithub.com/nodejs/node/commit/0acbe05ee2)] - **http2**: allow security revert for Ping/Settings Flood (Anna Henningsen) [#​29122](https://togithub.com/nodejs/node/pull/29122) - \[[`c152449012`](https://togithub.com/nodejs/node/commit/c152449012)] - **http2**: pause input processing if sending output (Anna Henningsen) [#​29122](https://togithub.com/nodejs/node/pull/29122) - \[[`0ce699c7b1`](https://togithub.com/nodejs/node/commit/0ce699c7b1)] - **http2**: stop reading from socket if writes are in progress (Anna Henningsen) [#​29122](https://togithub.com/nodejs/node/pull/29122) - \[[`17357d37a9`](https://togithub.com/nodejs/node/commit/17357d37a9)] - **http2**: consider 0-length non-end DATA frames an error (Anna Henningsen) [#​29122](https://togithub.com/nodejs/node/pull/29122) - \[[`460f896c63`](https://togithub.com/nodejs/node/commit/460f896c63)] - **http2**: shrink default `vector::reserve()` allocations (Anna Henningsen) [#​29122](https://togithub.com/nodejs/node/pull/29122) - \[[`f4242e24f9`](https://togithub.com/nodejs/node/commit/f4242e24f9)] - **http2**: handle 0-length headers better (Anna Henningsen) [#​29122](https://togithub.com/nodejs/node/pull/29122) - \[[`477461a51f`](https://togithub.com/nodejs/node/commit/477461a51f)] - **http2**: limit number of invalid incoming frames (Anna Henningsen) [#​29122](https://togithub.com/nodejs/node/pull/29122) - \[[`05dada46ee`](https://togithub.com/nodejs/node/commit/05dada46ee)] - **http2**: limit number of rejected stream openings (Anna Henningsen) [#​29122](https://togithub.com/nodejs/node/pull/29122) - \[[`7f11465572`](https://togithub.com/nodejs/node/commit/7f11465572)] - **http2**: do not create ArrayBuffers when no DATA received (Anna Henningsen) [#​29122](https://togithub.com/nodejs/node/pull/29122) - \[[`2eb914ff5f`](https://togithub.com/nodejs/node/commit/2eb914ff5f)] - **http2**: only call into JS when necessary for session events (Anna Henningsen) [#​29122](https://togithub.com/nodejs/node/pull/29122) - \[[`76a7ada15d`](https://togithub.com/nodejs/node/commit/76a7ada15d)] - **http2**: improve JS-side debug logging (Anna Henningsen) [#​29122](https://togithub.com/nodejs/node/pull/29122) - \[[`00f153da13`](https://togithub.com/nodejs/node/commit/00f153da13)] - **http2**: improve http2 code a bit (James M Snell) [#​23984](https://togithub.com/nodejs/node/pull/23984) - \[[`a0a14c809f`](https://togithub.com/nodejs/node/commit/a0a14c809f)] - **src**: pass along errors from http2 object creation (Anna Henningsen) [#​25822](https://togithub.com/nodejs/node/pull/25822) - \[[`d85e4006ab`](https://togithub.com/nodejs/node/commit/d85e4006ab)] - **test**: apply test-http2-max-session-memory-leak from v12.x (Anna Henningsen) [#​29122](https://togithub.com/nodejs/node/pull/29122) ### [`v10.16.2`](https://togithub.com/nodejs/node/releases/tag/v10.16.2) [Compare Source](https://togithub.com/nodejs/node/compare/v10.16.1...v10.16.2) ##### Notable changes This release patches a [regression](https://togithub.com/nodejs/node/issues/28932) in the OpenSSL upgrade to 1.1.1c that causes intermittent hangs in machines that have low entropy. ##### Commits - \[[`894a9dd230`](https://togithub.com/nodejs/node/commit/894a9dd230)] - **deps**: cherry-pick [`c19c5a6`](https://togithub.com/nodejs/node/commit/c19c5a6) from openssl upstream (Ali Ijaz Sheikh) [#​28983](https://togithub.com/nodejs/node/pull/28983) ### [`v10.16.1`](https://togithub.com/nodejs/node/releases/tag/v10.16.1) [Compare Source](https://togithub.com/nodejs/node/compare/v10.16.0...v10.16.1) ##### Notable changes - **deps**: upgrade openssl sources to 1.1.1c (Sam Roberts) [#​28212](https://togithub.com/nodejs/node/pull/28212) - **stream**: do not unconditionally call `\_read()` on `resume()` (Anna Henningsen) [#​26965](https://togithub.com/nodejs/node/pull/26965) - **worker**: fix nullptr deref after MessagePort deser failure (Anna Henningsen) [#​25076](https://togithub.com/nodejs/node/pull/25076) ##### Commits - \[[`65ef26fdcb`](https://togithub.com/nodejs/node/commit/65ef26fdcb)] - **async_hooks**: avoid double-destroy HTTPParser (Gerhard Stoebich) [#​27477](https://togithub.com/nodejs/node/pull/27477) - \[[`8f5d6cf5f5`](https://togithub.com/nodejs/node/commit/8f5d6cf5f5)] - **deps**: update archs files for OpenSSL-1.1.1c (Sam Roberts) [#​28212](https://togithub.com/nodejs/node/pull/28212) - \[[`9e62852724`](https://togithub.com/nodejs/node/commit/9e62852724)] - **deps**: upgrade openssl sources to 1.1.1c (Sam Roberts) [#​28212](https://togithub.com/nodejs/node/pull/28212) - \[[`c59e0c256d`](https://togithub.com/nodejs/node/commit/c59e0c256d)] - **deps**: updated openssl upgrade instructions (Sam Roberts) [#​28212](https://togithub.com/nodejs/node/pull/28212) - \[[`609d2b9ea4`](https://togithub.com/nodejs/node/commit/609d2b9ea4)] - **deps**: V8: backport [`f27ac28`](https://togithub.com/nodejs/node/commit/f27ac28) (Michaël Zasso) [#​28061](https://togithub.com/nodejs/node/pull/28061) - \[[`8f780e8f99`](https://togithub.com/nodejs/node/commit/8f780e8f99)] - **deps**: cherry-pick [`88f8fe1`](https://togithub.com/nodejs/node/commit/88f8fe1) from upstream V8 (Yang Guo) [#​24514](https://togithub.com/nodejs/node/pull/24514) - \[[`ad588eb5fc`](https://togithub.com/nodejs/node/commit/ad588eb5fc)] - **doc**: adjust TOC margins (Roman Reiss) [#​28075](https://togithub.com/nodejs/node/pull/28075) - \[[`b3d8a1b1d0`](https://togithub.com/nodejs/node/commit/b3d8a1b1d0)] - **doc**: add missing changes entry (Ruben Bridgewater) [#​24758](https://togithub.com/nodejs/node/pull/24758) - \[[`819a647d8f`](https://togithub.com/nodejs/node/commit/819a647d8f)] - **esm**: fix esm load bug (ZYSzys) [#​25491](https://togithub.com/nodejs/node/pull/25491) - \[[`f34bb968c4`](https://togithub.com/nodejs/node/commit/f34bb968c4)] - **process**: make stdout and stderr emit 'close' on destroy (Matteo Collina) [#​26691](https://togithub.com/nodejs/node/pull/26691) - \[[`0339fba1bb`](https://togithub.com/nodejs/node/commit/0339fba1bb)] - **src**: handle empty Maybe in uv binding initialize (Anna Henningsen) [#​25079](https://togithub.com/nodejs/node/pull/25079) - \[[`f9e8e8856a`](https://togithub.com/nodejs/node/commit/f9e8e8856a)] - **src**: fix Get() usage in tls_wrap.cc (cjihrig) [#​24060](https://togithub.com/nodejs/node/pull/24060) - \[[`b689008dea`](https://togithub.com/nodejs/node/commit/b689008dea)] - **src**: in-source comments and minor TLS cleanups (Sam Roberts) [#​25713](https://togithub.com/nodejs/node/pull/25713) - \[[`76af23a32b`](https://togithub.com/nodejs/node/commit/76af23a32b)] - **src**: remove internalBinding('config').warningFile (Joyee Cheung) [#​24959](https://togithub.com/nodejs/node/pull/24959) - \[[`b7dbc1c537`](https://togithub.com/nodejs/node/commit/b7dbc1c537)] - **src**: fix warning in cares_wrap.cc (cjihrig) [#​25230](https://togithub.com/nodejs/node/pull/25230) - \[[`a8f78f02cb`](https://togithub.com/nodejs/node/commit/a8f78f02cb)] - **src**: fulfill Maybe contract in InlineDecoder (Anna Henningsen) [#​25140](https://togithub.com/nodejs/node/pull/25140) - \[[`0dee607409`](https://togithub.com/nodejs/node/commit/0dee607409)] - **src**: extract common Bind method (Jon Moss) [#​22315](https://togithub.com/nodejs/node/pull/22315) - \[[`08a32fbf57`](https://togithub.com/nodejs/node/commit/08a32fbf57)] - **src**: elevate v8 namespaces for node_process.cc (Jayasankar) [#​24578](https://togithub.com/nodejs/node/pull/24578) - \[[`f3841c6750`](https://togithub.com/nodejs/node/commit/f3841c6750)] - **stream**: convert existing buffer when calling .setEncoding (Anna Henningsen) [#​27936](https://togithub.com/nodejs/node/pull/27936) - \[[`274b97c4ea`](https://togithub.com/nodejs/node/commit/274b97c4ea)] - **stream**: do not unconditionally call `\_read()` on `resume()` (Anna Henningsen) [#​26965](https://togithub.com/nodejs/node/pull/26965) - \[[`044e753aaf`](https://togithub.com/nodejs/node/commit/044e753aaf)] - **stream**: make \_read() be called indefinitely if the user wants so (Matteo Collina) [#​26135](https://togithub.com/nodejs/node/pull/26135) - \[[`f332265cda`](https://togithub.com/nodejs/node/commit/f332265cda)] - **test**: remove `util.inherits()` usage (ZYSzys) [#​25245](https://togithub.com/nodejs/node/pull/25245) - \[[`ada0ed55d1`](https://togithub.com/nodejs/node/commit/ada0ed55d1)] - **test**: fix pty test hangs on aix (Ben Noordhuis) [#​28600](https://togithub.com/nodejs/node/pull/28600) - \[[`2ae99160e5`](https://togithub.com/nodejs/node/commit/2ae99160e5)] - **test**: skip stringbytes-external-exceed-max on AIX (Sam Roberts) [#​28516](https://togithub.com/nodejs/node/pull/28516) - \[[`39637cb95f`](https://togithub.com/nodejs/node/commit/39637cb95f)] - **test**: skip tests related to CI failures on AIX (Sam Roberts) [#​28469](https://togithub.com/nodejs/node/pull/28469) - \[[`35be08a16f`](https://togithub.com/nodejs/node/commit/35be08a16f)] - **test**: clean up build files (Gabriel Schulhof) [#​28297](https://togithub.com/nodejs/node/pull/28297) - \[[`cc3ca08046`](https://togithub.com/nodejs/node/commit/cc3ca08046)] - **test**: clearing require cache crashes esm loader (Antoine du HAMEL) [#​25491](https://togithub.com/nodejs/node/pull/25491) - \[[`75052cadaa`](https://togithub.com/nodejs/node/commit/75052cadaa)] - **tls**: add debugging to native TLS code (Anna Henningsen) [#​26843](https://togithub.com/nodejs/node/pull/26843) - \[[`99dad28ebf`](https://togithub.com/nodejs/node/commit/99dad28ebf)] - **tls**: add CHECK for impossible condition (Anna Henningsen) [#​26843](https://togithub.com/nodejs/node/pull/26843) - \[[`5ffe04753e`](https://togithub.com/nodejs/node/commit/5ffe04753e)] - **tls**: renegotiate should take care of its own state (Sam Roberts) [#​25997](https://togithub.com/nodejs/node/pull/25997) - \[[`4a607fab49`](https://togithub.com/nodejs/node/commit/4a607fab49)] - **tools**: replace rollup with ncc (Rich Trott) [#​24813](https://togithub.com/nodejs/node/pull/24813) - \[[`14090b59fc`](https://togithub.com/nodejs/node/commit/14090b59fc)] - **worker**: fix nullptr deref after MessagePort deser failure (Anna Henningsen) [#​25076](https://togithub.com/nodejs/node/pull/25076) ### [`v10.16.0`](https://togithub.com/nodejs/node/releases/tag/v10.16.0) [Compare Source](https://togithub.com/nodejs/node/compare/v10.15.3...v10.16.0) ##### Notable Changes - **deps**: - update ICU to 64.2 (Ujjwal Sharma) [#​27361](https://togithub.com/nodejs/node/pull/27361) - upgrade npm to 6.9.0 (Kat Marchán) [#​26244](https://togithub.com/nodejs/node/pull/26244) - upgrade openssl sources to 1.1.1b (Sam Roberts) [#​26327](https://togithub.com/nodejs/node/pull/26327) - upgrade to libuv 1.28.0 (cjihrig) [#​27241](https://togithub.com/nodejs/node/pull/27241) - **events**: add once method to use promises with EventEmitter (Matteo Collina) [#​26078](https://togithub.com/nodejs/node/pull/26078) - **n-api**: mark thread-safe function as stable (Gabriel Schulhof) [#​25556](https://togithub.com/nodejs/node/pull/25556) - **repl**: support top-level for-await-of (Shelley Vohr) [#​23841](https://togithub.com/nodejs/node/pull/23841) - **zlib**: add brotli support (Anna Henningsen) [#​24938](https://togithub.com/nodejs/node/pull/24938) ##### Commits - \[[`77ed1bbea4`](https://togithub.com/nodejs/node/commit/77ed1bbea4)] - **benchmark**: fix net-wrap-js-stream-passthrough (Rich Trott) [#​25273](https://togithub.com/nodejs/node/pull/25273) - \[[`a8cbe0e6d2`](https://togithub.com/nodejs/node/commit/a8cbe0e6d2)] - **benchmark**: replace deprecated and eliminate var in buffer-from.js (gengjiawen) [#​26585](https://togithub.com/nodejs/node/pull/26585) - \[[`5249a22704`](https://togithub.com/nodejs/node/commit/5249a22704)] - **benchmark**: refactor path benchmarks (Ruben Bridgewater) [#​26359](https://togithub.com/nodejs/node/pull/26359) - \[[`de7db26879`](https://togithub.com/nodejs/node/commit/de7db26879)] - **benchmark,lib**: add process.hrtime.bigint benchmark (Anna Henningsen) [#​26381](https://togithub.com/nodejs/node/pull/26381) - \[[`c670358d7e`](https://togithub.com/nodejs/node/commit/c670358d7e)] - **(SEMVER-MINOR)** **benchmark,test**: add brotli (Anna Henningsen) [#​24938](https://togithub.com/nodejs/node/pull/24938) - \[[`ff647fda13`](https://togithub.com/nodejs/node/commit/ff647fda13)] - **buffer**: do not affect memory after target for utf16 write (Anna Henningsen) [#​26432](https://togithub.com/nodejs/node/pull/26432) - \[[`99a653e9ee`](https://togithub.com/nodejs/node/commit/99a653e9ee)] - **build**: make compress_json python3 compatible (Sakthipriyan Vairamani (thefourtheye)) [#​25582](https://togithub.com/nodejs/node/pull/25582) - \[[`1c7f6a51c4`](https://togithub.com/nodejs/node/commit/1c7f6a51c4)] - **build**: make configure.py compatible with python 3 (Sakthipriyan Vairamani (thefourtheye)) [#​25580](https://togithub.com/nodejs/node/pull/25580) - \[[`de268667e7`](https://togithub.com/nodejs/node/commit/de268667e7)] - **build**: remove AIX/ppc (32bit) dead code (Refael Ackermann) [#​25523](https://togithub.com/nodejs/node/pull/25523) - \[[`a575a410fa`](https://togithub.com/nodejs/node/commit/a575a410fa)] - **build**: remove erroneous duplicate declaration from node_inspector.gypi (Refael Ackermann) [#​25586](https://togithub.com/nodejs/node/pull/25586) - \[[`6348d71a8a`](https://togithub.com/nodejs/node/commit/6348d71a8a)] - **build**: do not lint python scripts under test/fixtures (Joyee Cheung) [#​25639](https://togithub.com/nodejs/node/pull/25639) - \[[`7ead9af0f5`](https://togithub.com/nodejs/node/commit/7ead9af0f5)] - **build**: add check for empty openssl-fips flag (Daniel Bevenius) [#​25391](https://togithub.com/nodejs/node/pull/25391) - \[[`554a4345c2`](https://togithub.com/nodejs/node/commit/554a4345c2)] - **build**: fix Windows shared lib build (Richard Lau) [#​25166](https://togithub.com/nodejs/node/pull/25166) - \[[`ffd62b129d`](https://togithub.com/nodejs/node/commit/ffd62b129d)] - **build**: correct fi indentation in Makefile (Daniel Bevenius) [#​25107](https://togithub.com/nodejs/node/pull/25107) - \[[`5760e419d7`](https://togithub.com/nodejs/node/commit/5760e419d7)] - **build**: add a space to clarify skipping crypto msg (Daniel Bevenius) [#​25011](https://togithub.com/nodejs/node/pull/25011) - \[[`513913c672`](https://togithub.com/nodejs/node/commit/513913c672)] - **build**: restore running tests on Travis (Richard Lau) [#​26720](https://togithub.com/nodejs/node/pull/26720) - \[[`9512f3938a`](https://togithub.com/nodejs/node/commit/9512f3938a)] - **build**: temporarily don't run tests on Travis (Richard Lau) [#​26720](https://togithub.com/nodejs/node/pull/26720) - \[[`add5141933`](https://togithub.com/nodejs/node/commit/add5141933)] - **build**: use Xenial and gcc 6 on Travis (Richard Lau) [#​26720](https://togithub.com/nodejs/node/pull/26720) - \[[`9f5ad9b476`](https://togithub.com/nodejs/node/commit/9f5ad9b476)] - **build,deps**: less warnings from V8 (Refael Ackermann) [#​26405](https://togithub.com/nodejs/node/pull/26405) - \[[`16a92f66a1`](https://togithub.com/nodejs/node/commit/16a92f66a1)] - **child_process**: truncate output when maxBuffer is exceeded (Jeremiah Senkpiel) [#​24951](https://togithub.com/nodejs/node/pull/24951) - \[[`274fc16178`](https://togithub.com/nodejs/node/commit/274fc16178)] - **child_process**: simplify argument handling (cjihrig) [#​25194](https://togithub.com/nodejs/node/pull/25194) - \[[`fce822f6e9`](https://togithub.com/nodejs/node/commit/fce822f6e9)] - **child_process**: ensure message sanity at source (Gireesh Punathil) [#​24787](https://togithub.com/nodejs/node/pull/24787) - \[[`a193a0f9dd`](https://togithub.com/nodejs/node/commit/a193a0f9dd)] - **child_process**: spawn ignores options in case args is undefined (Eduard Bondarenko) [#​24913](https://togithub.com/nodejs/node/pull/24913) - \[[`4b3e9486ca`](https://togithub.com/nodejs/node/commit/4b3e9486ca)] - **cluster**: refactor empty for in round_robin_handle.js (gengjiawen) [#​26560](https://togithub.com/nodejs/node/pull/26560) - \[[`fb73c06025`](https://togithub.com/nodejs/node/commit/fb73c06025)] - **cluster**: improve for-loop (gengjiawen) [#​26336](https://togithub.com/nodejs/node/pull/26336) - \[[`b8b23a3d78`](https://togithub.com/nodejs/node/commit/b8b23a3d78)] - **crypto**: add crypto modules to cannotUseCache (Daniel Bevenius) [#​25606](https://togithub.com/nodejs/node/pull/25606) - \[[`3a2814367b`](https://togithub.com/nodejs/node/commit/3a2814367b)] - **crypto**: add crypto/keys to cannotUseCache (Daniel Bevenius) [#​25237](https://togithub.com/nodejs/node/pull/25237) - \[[`a0dc65d0ed`](https://togithub.com/nodejs/node/commit/a0dc65d0ed)] - **crypto**: update root certificates (Sam Roberts) [#​25113](https://togithub.com/nodejs/node/pull/25113) - \[[`4c87c1b1bc`](https://togithub.com/nodejs/node/commit/4c87c1b1bc)] - **deps**: upgrade to libuv 1.28.0 (cjihrig) [#​27241](https://togithub.com/nodejs/node/pull/27241) - \[[`7e5ef4a0e1`](https://togithub.com/nodejs/node/commit/7e5ef4a0e1)] - **deps**: upgrade to libuv 1.27.0 (cjihrig) [#​26707](https://togithub.com/nodejs/node/pull/26707) - \[[`8ea22bbb88`](https://togithub.com/nodejs/node/commit/8ea22bbb88)] - **deps**: upgrade to libuv 1.26.0 (cjihrig) [#​26037](https://togithub.com/nodejs/node/pull/26037) - \[[`e6275f939a`](https://togithub.com/nodejs/node/commit/e6275f939a)] - **deps**: upgrade to libuv 1.25.0 (cjihrig) [#​25571](https://togithub.com/nodejs/node/pull/25571) - \[[`aceac0581c`](https://togithub.com/nodejs/node/commit/aceac0581c)] - **deps**: patch to fix \*.onion MX query on c-ares (XadillaX) [#​25840](https://togithub.com/nodejs/node/pull/25840) - \[[`be219bd559`](https://togithub.com/nodejs/node/commit/be219bd559)] - **deps**: update archs files for OpenSSL-1.1.1b (Sam Roberts) [#​26327](https://togithub.com/nodejs/node/pull/26327) - \[[`6a6aa6f038`](https://togithub.com/nodejs/node/commit/6a6aa6f038)] - **(SEMVER-MINOR)** **deps**: add s390 asm rules for OpenSSL-1.1.1 (Shigeki Ohtsu) [#​25381](https://togithub.com/nodejs/node/pull/25381) - \[[`5109c4f432`](https://togithub.com/nodejs/node/commit/5109c4f432)] - **deps**: add ARM64 Windows support in openssl (Shigeki Ohtsu) [#​26001](https://togithub.com/nodejs/node/pull/26001) - \[[`f270eeec52`](https://togithub.com/nodejs/node/commit/f270eeec52)] - **deps**: openssl-1.1.1b no longer packages .gitignore (Sam Roberts) [#​26327](https://togithub.com/nodejs/node/pull/26327) - \[[`ebe0b05a24`](https://togithub.com/nodejs/node/commit/ebe0b05a24)] - **deps**: upgrade openssl sources to 1.1.1b (Sam Roberts) [#​26327](https://togithub.com/nodejs/node/pull/26327) - \[[`bbf5373041`](https://togithub.com/nodejs/node/commit/bbf5373041)] - **deps**: update OpenSSL upgrade process (Sam Roberts) [#​26378](https://togithub.com/nodejs/node/pull/26378) - \[[`a9c68a05d9`](https://togithub.com/nodejs/node/commit/a9c68a05d9)] - **(SEMVER-MINOR)** **deps**: add brotli (Hackzzila) [#​24938](https://togithub.com/nodejs/node/pull/24938) - \[[`281b52d6ec`](https://togithub.com/nodejs/node/commit/281b52d6ec)] - **deps**: upgrade npm to 6.9.0 (Kat Marchán) [#​26244](https://togithub.com/nodejs/node/pull/26244) - \[[`d2413d630c`](https://togithub.com/nodejs/node/commit/d2413d630c)] - **deps**: upgrade npm to 6.7.0 (Kat Marchán) [#​25804](https://togithub.com/nodejs/node/pull/25804) - \[[`e880904d22`](https://togithub.com/nodejs/node/commit/e880904d22)] - **deps**: upgrade npm to v6.5.0 (Jordan Harband) [#​25234](https://togithub.com/nodejs/node/pull/25234) - \[[`f91a818508`](https://togithub.com/nodejs/node/commit/f91a818508)] - **deps**: backport ICU-20575 to fix err/crasher (Steven R. Loomis) [#​27435](https://togithub.com/nodejs/node/pull/27435) - \[[`c7931e4438`](https://togithub.com/nodejs/node/commit/c7931e4438)] - **deps**: backport ICU-20558 to fix Intl crasher (Steven R. Loomis) [#​27415](https://togithub.com/nodejs/node/pull/27415) - \[[`c9d0b6a9a0`](https://togithub.com/nodejs/node/commit/c9d0b6a9a0)] - **deps**: update ICU to 64.2 (Ujjwal Sharma) [#​27361](https://togithub.com/nodejs/node/pull/27361) - \[[`391185e550`](https://togithub.com/nodejs/node/commit/391185e550)] - **(SEMVER-MINOR)** **deps**: upgrade npm to 6.5.0 (Audrey Eschright) [#​24734](https://togithub.com/nodejs/node/pull/24734) - \[[`4875e881cd`](https://togithub.com/nodejs/node/commit/4875e881cd)] - **deps**: upgrade to libuv 1.24.1 (cjihrig) [#​25078](https://togithub.com/nodejs/node/pull/25078) - \[[`74f4741b63`](https://togithub.com/nodejs/node/commit/74f4741b63)] - **(SEMVER-MINOR)** **deps**: upgrade to libuv 1.24.0 (cjihrig) [#​24332](https://togithub.com/nodejs/node/pull/24332) - \[[`e9a9c88363`](https://togithub.com/nodejs/node/commit/e9a9c88363)] - **(SEMVER-MINOR)** **deps**: icu 63.1 bump (CLDR 34) (Steven R. Loomis) [#​23715](https://togithub.com/nodejs/node/pull/23715) - \[[`23ea7ee64b`](https://togithub.com/nodejs/node/commit/23ea7ee64b)] - **deps**: v8, backport coverage fixes (bcoe) [#​26579](https://togithub.com/nodejs/node/pull/26579) - \[[`b0b73fa561`](https://togithub.com/nodejs/node/commit/b0b73fa561)] - **(SEMVER-MINOR)** **deps**: update archs files for OpenSSL-1.1.1a (Sam Roberts) [#​25381](https:/

Configuration

📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 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.



This PR has been generated by Mend Renovate. View repository job log here.