gagoar / use-herald-action

GitHub action to add reviewers, subscribers, labels, and assignees to your PR. You can validate your PR template as well.
https://gagoar.github.io/use-herald-action/
MIT License
53 stars 7 forks source link

Update Node.js to v14.17.5 #420

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
node minor 14.16.0 -> 14.17.5
@types/node devDependencies major 13.13.51 -> 14.17.9

Release Notes

nodejs/node ### [`v14.17.5`](https://togithub.com/nodejs/node/releases/v14.17.5) [Compare Source](https://togithub.com/nodejs/node/compare/v14.17.4...v14.17.5) This is a security release. ##### Notable Changes - **CVE-2021-3672/CVE-2021-22931**: Improper handling of untypical characters in domain names (High) - Node.js was vulnerable to Remote Code Execution, XSS, application crashes due to missing input validation of hostnames returned by Domain Name Servers in the Node.js DNS library which can lead to the output of wrong hostnames (leading to Domain Hijacking) and injection vulnerabilities in applications using the library. You can read more about it at https://nvd.nist.gov/vuln/detail/CVE-2021-22931. - **CVE-2021-22930**: Use after free on close http2 on stream canceling (High) - Node.js was vulnerable to a use after free attack where an attacker might be able to exploit memory corruption to change process behavior. This release includes a follow-up fix for CVE-2021-22930 as the issue was not completely resolved by the previous fix. You can read more about it at https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22930. - **CVE-2021-22939**: Incomplete validation of rejectUnauthorized parameter (Low) - If the Node.js HTTPS API was used incorrectly and "undefined" was in passed for the "rejectUnauthorized" parameter, no error was returned and connections to servers with an expired certificate would have been accepted. You can read more about it at https://nvd.nist.gov/vuln/detail/CVE-2021-22939. ##### Commits - \[[`4923b59e0b`](https://togithub.com/nodejs/node/commit/4923b59e0b)] - **deps**: update c-ares to 1.17.2 (Beth Griggs) [#​39724](https://togithub.com/nodejs/node/pull/39724) - \[[`847a4c6a8a`](https://togithub.com/nodejs/node/commit/847a4c6a8a)] - **deps**: reflect c-ares source tree (Beth Griggs) [#​39653](https://togithub.com/nodejs/node/pull/39653) - \[[`33208e2f89`](https://togithub.com/nodejs/node/commit/33208e2f89)] - **deps**: apply missed updates from c-ares 1.17.1 (Beth Griggs) [#​39653](https://togithub.com/nodejs/node/pull/39653) - \[[`af5c1af9a4`](https://togithub.com/nodejs/node/commit/af5c1af9a4)] - **http2**: add tests for cancel event while client is paused reading (Akshay K) [#​39622](https://togithub.com/nodejs/node/pull/39622) - \[[`434872e838`](https://togithub.com/nodejs/node/commit/434872e838)] - **http2**: update handling of rst_stream with error code NGHTTP2\_CANCEL (Akshay K) [#​39622](https://togithub.com/nodejs/node/pull/39622) - \[[`35b86110e4`](https://togithub.com/nodejs/node/commit/35b86110e4)] - **tls**: validate "rejectUnauthorized: undefined" (Matteo Collina) [nodejs-private/node-private#​276](https://togithub.com/nodejs-private/node-private/pull/276) ### [`v14.17.4`](https://togithub.com/nodejs/node/releases/v14.17.4) [Compare Source](https://togithub.com/nodejs/node/compare/v14.17.3...v14.17.4) This is a security release. ##### Notable Changes - **CVE-2021-22930**: Use after free on close http2 on stream canceling (High) - Node.js is vulnerable to a use after free attack where an attacker might be able to exploit the memory corruption, to change process behavior. You can read more about it in https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22930 This releases also fixes some regressions with internationalization introduced by the ICU updates in Node.js 14.17.0 and 14.17.1. ##### Commits - \[[`86477b2b53`](https://togithub.com/nodejs/node/commit/86477b2b53)] - **benchmark**: output JSON-compatible numbers (Michaël Zasso) [#​38778](https://togithub.com/nodejs/node/pull/38778) - \[[`f9693cf0a0`](https://togithub.com/nodejs/node/commit/f9693cf0a0)] - **benchmark**: fix http elapsed time (Antoine du Hamel) [#​38743](https://togithub.com/nodejs/node/pull/38743) - \[[`1ab4f81abc`](https://togithub.com/nodejs/node/commit/1ab4f81abc)] - **build**: fix building with external builtins (Momtchil Momtchev) [#​39091](https://togithub.com/nodejs/node/pull/39091) - \[[`a657f250f1`](https://togithub.com/nodejs/node/commit/a657f250f1)] - **build**: reconfigure when gyp files change on Windows (Joyee Cheung) [#​39066](https://togithub.com/nodejs/node/pull/39066) - \[[`6962c647d6`](https://togithub.com/nodejs/node/commit/6962c647d6)] - ***Revert*** "**build**: work around bug in MSBuild v16.10.0" (Michaël Zasso) [#​38977](https://togithub.com/nodejs/node/pull/38977) - \[[`069cf59e56`](https://togithub.com/nodejs/node/commit/069cf59e56)] - **build**: make build-addons errors fail the build (Richard Lau) [#​38983](https://togithub.com/nodejs/node/pull/38983) - \[[`d341561ae0`](https://togithub.com/nodejs/node/commit/d341561ae0)] - **build**: fix commit-queue default branch (Mary Marchini) [#​38998](https://togithub.com/nodejs/node/pull/38998) - \[[`0736dd833a`](https://togithub.com/nodejs/node/commit/0736dd833a)] - **build**: don't pass python override to V8 build (Richard Lau) [#​38969](https://togithub.com/nodejs/node/pull/38969) - \[[`49a000683a`](https://togithub.com/nodejs/node/commit/49a000683a)] - **build**: correct Xcode spelling in .gitignore (bl-ue) [#​38895](https://togithub.com/nodejs/node/pull/38895) - \[[`1ffbe3d5da`](https://togithub.com/nodejs/node/commit/1ffbe3d5da)] - **build**: remove outdated dont-land-on-v6.x label (Michaël Zasso) [#​38886](https://togithub.com/nodejs/node/pull/38886) - \[[`7f53a0b349`](https://togithub.com/nodejs/node/commit/7f53a0b349)] - **build**: add lto build to CI (Jiawen Geng) [#​38567](https://togithub.com/nodejs/node/pull/38567) - \[[`a6f8ba8f0c`](https://togithub.com/nodejs/node/commit/a6f8ba8f0c)] - **build**: allow LTO with Clang 3.9.1+ (Jesse Chan) [#​38751](https://togithub.com/nodejs/node/pull/38751) - \[[`b5b1d1fb79`](https://togithub.com/nodejs/node/commit/b5b1d1fb79)] - **build**: replace non-POSIX test -a|o (Issam E. Maghni) [#​38731](https://togithub.com/nodejs/node/pull/38731) - \[[`fc2b1ec308`](https://togithub.com/nodejs/node/commit/fc2b1ec308)] - **child_process**: refactor to use `validateBoolean` (Qingyu Deng) [#​38927](https://togithub.com/nodejs/node/pull/38927) - \[[`55ea29eedd`](https://togithub.com/nodejs/node/commit/55ea29eedd)] - **child_process**: retain reference to data with advanced serialization (Anna Henningsen) [#​38728](https://togithub.com/nodejs/node/pull/38728) - \[[`716ee1531c`](https://togithub.com/nodejs/node/commit/716ee1531c)] - **debugger**: rename internal library for clarity (Rich Trott) [#​39080](https://togithub.com/nodejs/node/pull/39080) - \[[`b7ee9d8287`](https://togithub.com/nodejs/node/commit/b7ee9d8287)] - **debugger**: use ERR_DEBUGGER_STARTUP_ERROR in \_inspect.js (Rich Trott) [#​39024](https://togithub.com/nodejs/node/pull/39024) - \[[`5d4d23dcf3`](https://togithub.com/nodejs/node/commit/5d4d23dcf3)] - **debugger**: use error codes in debugger REPL (Rich Trott) [#​39024](https://togithub.com/nodejs/node/pull/39024) - \[[`a3991d7c18`](https://togithub.com/nodejs/node/commit/a3991d7c18)] - **debugger**: use ERR_DEBUGGER_ERROR in debugger client (Rich Trott) [#​39024](https://togithub.com/nodejs/node/pull/39024) - \[[`052e1c5385`](https://togithub.com/nodejs/node/commit/052e1c5385)] - **debugger**: removed unused function argument (Rich Trott) [#​38850](https://togithub.com/nodejs/node/pull/38850) - \[[`f9a4dcb30c`](https://togithub.com/nodejs/node/commit/f9a4dcb30c)] - **debugger**: refactor `inspect_repl` to use primordials (Antoine du Hamel) [#​38551](https://togithub.com/nodejs/node/pull/38551) - \[[`ad8056659f`](https://togithub.com/nodejs/node/commit/ad8056659f)] - **debugger**: refactor to use internal modules (Antoine du Hamel) [#​38550](https://togithub.com/nodejs/node/pull/38550) - \[[`b5724a1984`](https://togithub.com/nodejs/node/commit/b5724a1984)] - **debugger**: disable only the lint rules required by current file state (Rich Trott) [#​38529](https://togithub.com/nodejs/node/pull/38529) - \[[`34659f2b7a`](https://togithub.com/nodejs/node/commit/34659f2b7a)] - **debugger**: avoid non-ASCII char in code file (Rich Trott) [#​38529](https://togithub.com/nodejs/node/pull/38529) - \[[`ae90756582`](https://togithub.com/nodejs/node/commit/ae90756582)] - **debugger**: wrap lines longer than 80 chars (Rich Trott) [#​38529](https://togithub.com/nodejs/node/pull/38529) - \[[`b30ff35a36`](https://togithub.com/nodejs/node/commit/b30ff35a36)] - **debugger**: align message with Node.js standard (Rich Trott) [#​38400](https://togithub.com/nodejs/node/pull/38400) - \[[`d74d67f207`](https://togithub.com/nodejs/node/commit/d74d67f207)] - **debugger**: remove unnecessary boilerplate copyright comment (Rich Trott) [#​38952](https://togithub.com/nodejs/node/pull/38952) - \[[`e58f938ab3`](https://togithub.com/nodejs/node/commit/e58f938ab3)] - **debugger**: enable linter on `internal/inspector/inspect_client` (Antoine du Hamel) [#​38417](https://togithub.com/nodejs/node/pull/38417) - \[[`249acd5e69`](https://togithub.com/nodejs/node/commit/249acd5e69)] - **debugger**: reduce scope of eslint disable comment (Rich Trott) [#​38946](https://togithub.com/nodejs/node/pull/38946) - \[[`0ef5e088c0`](https://togithub.com/nodejs/node/commit/0ef5e088c0)] - **debugger**: revise async iterator usage to comply with lint rules (Rich Trott) [#​38847](https://togithub.com/nodejs/node/pull/38847) - \[[`79bfb0416b`](https://togithub.com/nodejs/node/commit/79bfb0416b)] - **debugger**: wait for V8 debugger to be enabled (Michaël Zasso) [#​38811](https://togithub.com/nodejs/node/pull/38811) - \[[`721edeffd3`](https://togithub.com/nodejs/node/commit/721edeffd3)] - **debugger**: refactor `internal/inspector/_inspect` to use more primordials (Antoine du Hamel) [#​38406](https://togithub.com/nodejs/node/pull/38406) - \[[`21ecee1b4b`](https://togithub.com/nodejs/node/commit/21ecee1b4b)] - **debugger**: add usage example for `--port` (Rafael Gonzaga) [#​38400](https://togithub.com/nodejs/node/pull/38400) - \[[`cde72213d1`](https://togithub.com/nodejs/node/commit/cde72213d1)] - ***Revert*** "**debugger**: rename internal library for clarity" (Antoine du Hamel) [#​39446](https://togithub.com/nodejs/node/pull/39446) - \[[`4c2b813799`](https://togithub.com/nodejs/node/commit/4c2b813799)] - **debugger**: rename internal library for clarity (Rich Trott) [#​39080](https://togithub.com/nodejs/node/pull/39080) - \[[`61da371251`](https://togithub.com/nodejs/node/commit/61da371251)] - **debugger**: apply automatic lint fixes for inspect_repl.js (Rich Trott) [#​38411](https://togithub.com/nodejs/node/pull/38411) - \[[`8dd1f70fe3`](https://togithub.com/nodejs/node/commit/8dd1f70fe3)] - **debugger**: apply automatic lint fixes for \_inspect.js (Rich Trott) [#​38411](https://togithub.com/nodejs/node/pull/38411) - \[[`fb0ab4c034`](https://togithub.com/nodejs/node/commit/fb0ab4c034)] - **debugger**: removed unused function argument (Rich Trott) [#​38850](https://togithub.com/nodejs/node/pull/38850) - \[[`9e28c6c946`](https://togithub.com/nodejs/node/commit/9e28c6c946)] - **debugger**: fix race condition/deadlock on initialization (Rich Trott) [#​38161](https://togithub.com/nodejs/node/pull/38161) - \[[`a8924fa0fb`](https://togithub.com/nodejs/node/commit/a8924fa0fb)] - **debugger**: replace internal use of deprecated API (Rich Trott) [#​38161](https://togithub.com/nodejs/node/pull/38161) - \[[`22afb7cbe6`](https://togithub.com/nodejs/node/commit/22afb7cbe6)] - **debugger**: allow longer time to connect (Rich Trott) [#​38161](https://togithub.com/nodejs/node/pull/38161) - \[[`b172e6f436`](https://togithub.com/nodejs/node/commit/b172e6f436)] - **debugger**: accommodate line chunking in Windows (Rich Trott) [#​38161](https://togithub.com/nodejs/node/pull/38161) - \[[`1da692185a`](https://togithub.com/nodejs/node/commit/1da692185a)] - **debugger**: fix inspect restart on Windows (Rich Trott) [#​38161](https://togithub.com/nodejs/node/pull/38161) - \[[`0321c5b194`](https://togithub.com/nodejs/node/commit/0321c5b194)] - **debugger**: remove unused code (Rich Trott) [#​38161](https://togithub.com/nodejs/node/pull/38161) - \[[`8bd2a3926a`](https://togithub.com/nodejs/node/commit/8bd2a3926a)] - **debugger**: move node-inspect to internal library (Rich Trott) [#​38161](https://togithub.com/nodejs/node/pull/38161) - \[[`acf5279c39`](https://togithub.com/nodejs/node/commit/acf5279c39)] - **deps**: upgrade npm to 6.14.14 (Darcy Clarke) [#​39553](https://togithub.com/nodejs/node/pull/39553) - \[[`4efefe02a8`](https://togithub.com/nodejs/node/commit/4efefe02a8)] - **deps**: V8: backport [`ae7bfb3`](https://togithub.com/nodejs/node/commit/ae7bfb3f03b3) (Michaël Zasso) [#​39051](https://togithub.com/nodejs/node/pull/39051) - \[[`5039f21396`](https://togithub.com/nodejs/node/commit/5039f21396)] - **deps**: V8: backport [`16ffec9`](https://togithub.com/nodejs/node/commit/16ffec97e5eb) (Michaël Zasso) [#​39051](https://togithub.com/nodejs/node/pull/39051) - \[[`9b69069f71`](https://togithub.com/nodejs/node/commit/9b69069f71)] - **deps**: V8: cherry-pick [`b0a7f56`](https://togithub.com/nodejs/node/commit/b0a7f5691113) (Michaël Zasso) [#​39051](https://togithub.com/nodejs/node/pull/39051) - \[[`4213e97d26`](https://togithub.com/nodejs/node/commit/4213e97d26)] - **deps**: V8: cherry-pick [`81181a8`](https://togithub.com/nodejs/node/commit/81181a8ad80a) (thomasmichaelwallace) [#​39187](https://togithub.com/nodejs/node/pull/39187) - \[[`ccecea5f72`](https://togithub.com/nodejs/node/commit/ccecea5f72)] - **deps**: restore minimum ICU version to 65 (Richard Lau) [#​39068](https://togithub.com/nodejs/node/pull/39068) - \[[`7557e74cf4`](https://togithub.com/nodejs/node/commit/7557e74cf4)] - **deps**: V8: update build dependencies (Michaël Zasso) [#​39244](https://togithub.com/nodejs/node/pull/39244) - \[[`a60a960406`](https://togithub.com/nodejs/node/commit/a60a960406)] - **deps**: V8: cherry-pick [`8959494`](https://togithub.com/nodejs/node/commit/895949419186) (Michaël Zasso) [#​39244](https://togithub.com/nodejs/node/pull/39244) - \[[`7fdd6ecbb4`](https://togithub.com/nodejs/node/commit/7fdd6ecbb4)] - **deps**: V8: cherry-pick [`0b3a4ec`](https://togithub.com/nodejs/node/commit/0b3a4ecf7083) (Michaël Zasso) [#​39244](https://togithub.com/nodejs/node/pull/39244) - \[[`4be2e878b7`](https://togithub.com/nodejs/node/commit/4be2e878b7)] - **deps**: V8: cherry-pick [`7c182bd`](https://togithub.com/nodejs/node/commit/7c182bd65f42) (Michaël Zasso) [#​39244](https://togithub.com/nodejs/node/pull/39244) - \[[`a83b01a4af`](https://togithub.com/nodejs/node/commit/a83b01a4af)] - **deps**: V8: cherry-pick [`92e6d33`](https://togithub.com/nodejs/node/commit/92e6d3317082) (Michaël Zasso) [#​39244](https://togithub.com/nodejs/node/pull/39244) - \[[`17eb561184`](https://togithub.com/nodejs/node/commit/17eb561184)] - **deps**: V8: backport [`1b1eda0`](https://togithub.com/nodejs/node/commit/1b1eda0876aa) (Michaël Zasso) [#​39244](https://togithub.com/nodejs/node/pull/39244) - \[[`04032fa1a3`](https://togithub.com/nodejs/node/commit/04032fa1a3)] - **doc**: remove references to deleted freenode channels (devsnek) [#​39047](https://togithub.com/nodejs/node/pull/39047) - \[[`797bd73849`](https://togithub.com/nodejs/node/commit/797bd73849)] - **doc**: add missing parameter types (Voltrex) [#​39013](https://togithub.com/nodejs/node/pull/39013) - \[[`e474e984e5`](https://togithub.com/nodejs/node/commit/e474e984e5)] - **doc**: clarify that only one Python version is required to build (bl-ue) [#​38894](https://togithub.com/nodejs/node/pull/38894) - \[[`cd48ee71d9`](https://togithub.com/nodejs/node/commit/cd48ee71d9)] - **doc**: fixed typo in process.md (Derevianchenko Maksym) [#​38941](https://togithub.com/nodejs/node/pull/38941) - \[[`41fcbad2b2`](https://togithub.com/nodejs/node/commit/41fcbad2b2)] - **doc**: add missing semis after classes (Darshan Sen) [#​38931](https://togithub.com/nodejs/node/pull/38931) - \[[`b40529643b`](https://togithub.com/nodejs/node/commit/b40529643b)] - **doc**: mark util.inherits as legacy (Voltrex) [#​38896](https://togithub.com/nodejs/node/pull/38896) - \[[`b2d836b1ea`](https://togithub.com/nodejs/node/commit/b2d836b1ea)] - **doc**: clarify when `readable._read(...)` is called (Shaun Keys) [#​38726](https://togithub.com/nodejs/node/pull/38726) - \[[`e36d2a6d6a`](https://togithub.com/nodejs/node/commit/e36d2a6d6a)] - **doc**: fixed typo in n-api.md (julianjany) [#​38822](https://togithub.com/nodejs/node/pull/38822) - \[[`b4f60bb523`](https://togithub.com/nodejs/node/commit/b4f60bb523)] - **doc**: use "Long Term Support" in collaborator guide (Rich Trott) [#​38841](https://togithub.com/nodejs/node/pull/38841) - \[[`7a9850a5fb`](https://togithub.com/nodejs/node/commit/7a9850a5fb)] - **doc**: use "Long Term Support" in technical values doc (Rich Trott) [#​38841](https://togithub.com/nodejs/node/pull/38841) - \[[`dfe9698db0`](https://togithub.com/nodejs/node/commit/dfe9698db0)] - **doc**: use "Long Term Support" in README (Philip) [#​38839](https://togithub.com/nodejs/node/pull/38839) - \[[`8699e622fc`](https://togithub.com/nodejs/node/commit/8699e622fc)] - **doc**: fix grammar in `fs.md` (yotamselementor) [#​38818](https://togithub.com/nodejs/node/pull/38818) - \[[`826ae9b2e2`](https://togithub.com/nodejs/node/commit/826ae9b2e2)] - **doc**: fixup code sample in http.md (TodorTotev) [#​38776](https://togithub.com/nodejs/node/pull/38776) - \[[`8049b69b7f`](https://togithub.com/nodejs/node/commit/8049b69b7f)] - **doc**: document null target pattern (Guy Bedford) [#​38724](https://togithub.com/nodejs/node/pull/38724) - \[[`4d9129eb71`](https://togithub.com/nodejs/node/commit/4d9129eb71)] - **doc**: update code examples for `node:url` module (fisker Cheung) [#​38645](https://togithub.com/nodejs/node/pull/38645) - \[[`2ff671e4c4`](https://togithub.com/nodejs/node/commit/2ff671e4c4)] - **doc,url**: clarify domainTo\* when built without ICU (Darshan Sen) [#​38789](https://togithub.com/nodejs/node/pull/38789) - \[[`9b993edca8`](https://togithub.com/nodejs/node/commit/9b993edca8)] - **errors**: add ERR_DEBUGGER_STARTUP_ERROR (Rich Trott) [#​39024](https://togithub.com/nodejs/node/pull/39024) - \[[`cfccf13e84`](https://togithub.com/nodejs/node/commit/cfccf13e84)] - **errors**: add ERR_DEBUGGER_ERROR (Rich Trott) [#​39024](https://togithub.com/nodejs/node/pull/39024) - \[[`bb9a9adc2b`](https://togithub.com/nodejs/node/commit/bb9a9adc2b)] - **errors**: don't rekey on primitive type (Benjamin Coe) [#​39025](https://togithub.com/nodejs/node/pull/39025) - \[[`d48b91ea2b`](https://togithub.com/nodejs/node/commit/d48b91ea2b)] - **http2**: on receiving rst_stream with cancel code add it to pending list (Akshay K) [#​39423](https://togithub.com/nodejs/node/pull/39423) - \[[`d8cc2fffd6`](https://togithub.com/nodejs/node/commit/d8cc2fffd6)] - **lib**: add primordials.SafeArrayIterator (Antoine du Hamel) [#​36532](https://togithub.com/nodejs/node/pull/36532) - \[[`e3223edb89`](https://togithub.com/nodejs/node/commit/e3223edb89)] - **lib**: harden lint checks for globals (Antoine du Hamel) [#​38419](https://togithub.com/nodejs/node/pull/38419) - \[[`d4f96bb926`](https://togithub.com/nodejs/node/commit/d4f96bb926)] - **lib**: enforce using `primordials.globalThis` instead of `global` (Antoine du Hamel) [#​38230](https://togithub.com/nodejs/node/pull/38230) - \[[`ea9003a559`](https://togithub.com/nodejs/node/commit/ea9003a559)] - **lib**: add `globalThis` to primordials (Antoine du Hamel) [#​38211](https://togithub.com/nodejs/node/pull/38211) - \[[`097a7874d3`](https://togithub.com/nodejs/node/commit/097a7874d3)] - **lib**: remove semicolon in preparation for babel/eslint-parser update (Rich Trott) [#​39094](https://togithub.com/nodejs/node/pull/39094) - \[[`199fe32cbc`](https://togithub.com/nodejs/node/commit/199fe32cbc)] - **lib**: make internal/options lazy (Joyee Cheung) [#​38993](https://togithub.com/nodejs/node/pull/38993) - \[[`2bc2a232af`](https://togithub.com/nodejs/node/commit/2bc2a232af)] - **lib**: add JSDoc typings for child_process (Voltrex) [#​38222](https://togithub.com/nodejs/node/pull/38222) - \[[`b0a1984d4d`](https://togithub.com/nodejs/node/commit/b0a1984d4d)] - **lib**: fix typos (bl-ue) [#​38846](https://togithub.com/nodejs/node/pull/38846) - \[[`6c061d5f2c`](https://togithub.com/nodejs/node/commit/6c061d5f2c)] - **meta**: update label-pr-config (Michaël Zasso) [#​38950](https://togithub.com/nodejs/node/pull/38950) - \[[`afb61786b9`](https://togithub.com/nodejs/node/commit/afb61786b9)] - **module**: fix legacy `node` specifier resolution to resolve `"main"` field (Antoine du Hamel) [#​38979](https://togithub.com/nodejs/node/pull/38979) - \[[`cd3305a9e4`](https://togithub.com/nodejs/node/commit/cd3305a9e4)] - **node-api**: avoid SecondPassCallback crash (Michael Dawson) [#​38899](https://togithub.com/nodejs/node/pull/38899) - \[[`e7f266e93d`](https://togithub.com/nodejs/node/commit/e7f266e93d)] - **src**: use SPrintF in ProcessEmitWarning (Darshan Sen) [#​38758](https://togithub.com/nodejs/node/pull/38758) - \[[`43fe6c1d27`](https://togithub.com/nodejs/node/commit/43fe6c1d27)] - **src**: cleanup uv_fs_t regardless of success or not (legendecas) [#​38996](https://togithub.com/nodejs/node/pull/38996) - \[[`dcfb182546`](https://togithub.com/nodejs/node/commit/dcfb182546)] - **src**: refactor to use locale functions (Darshan Sen) [#​39014](https://togithub.com/nodejs/node/pull/39014) - \[[`bee477b000`](https://togithub.com/nodejs/node/commit/bee477b000)] - **src**: throw error in LoadBuiltinModuleSource when reading fails (Joyee Cheung) [#​38904](https://togithub.com/nodejs/node/pull/38904) - \[[`ff7cc8f9ef`](https://togithub.com/nodejs/node/commit/ff7cc8f9ef)] - **src**: add not-weak DCHECK to PersistentToLocal::Strong (Anna Henningsen) [#​38875](https://togithub.com/nodejs/node/pull/38875) - \[[`981217e48a`](https://togithub.com/nodejs/node/commit/981217e48a)] - **src**: replace `auto`s in node_api.cc (Khaidi Chu) [#​38852](https://togithub.com/nodejs/node/pull/38852) - \[[`73e199d963`](https://togithub.com/nodejs/node/commit/73e199d963)] - **src**: fix typos (bl-ue) [#​38845](https://togithub.com/nodejs/node/pull/38845) - \[[`2d32031724`](https://togithub.com/nodejs/node/commit/2d32031724)] - **src**: use HandleScope in StreamReq::Done() (Darshan Sen) [#​38720](https://togithub.com/nodejs/node/pull/38720) - \[[`2c11d3ec0a`](https://togithub.com/nodejs/node/commit/2c11d3ec0a)] - **src**: remove commented code in `node_file.cc` (Juan José Arboleda) [#​38693](https://togithub.com/nodejs/node/pull/38693) - \[[`846a138f54`](https://togithub.com/nodejs/node/commit/846a138f54)] - **src**: write named pipe info in diagnostic report (legendecas) [#​38637](https://togithub.com/nodejs/node/pull/38637) - \[[`7d82200861`](https://togithub.com/nodejs/node/commit/7d82200861)] - **src**: replace `auto`s in node_contextify.cc (Khaidi Chu) [#​38644](https://togithub.com/nodejs/node/pull/38644) - \[[`51da7d2048`](https://togithub.com/nodejs/node/commit/51da7d2048)] - **src,url**: separate some tables out of node_url.cc (Khaidi Chu) [#​38988](https://togithub.com/nodejs/node/pull/38988) - \[[`45c2ea3b72`](https://togithub.com/nodejs/node/commit/45c2ea3b72)] - **test**: add NumberFormat resolvedOptions test (Richard Lau) [#​39401](https://togithub.com/nodejs/node/pull/39401) - \[[`6b2fea38d1`](https://togithub.com/nodejs/node/commit/6b2fea38d1)] - **test**: move inspector-cli tests to sequential (Rich Trott) [#​39079](https://togithub.com/nodejs/node/pull/39079) - \[[`6447cab7be`](https://togithub.com/nodejs/node/commit/6447cab7be)] - **test**: improve buffer coverage (Rongjian Zhang) [#​38538](https://togithub.com/nodejs/node/pull/38538) - \[[`6f1862eab3`](https://togithub.com/nodejs/node/commit/6f1862eab3)] - **test**: fix name of variable in inspector-cli test (Tobias Nießen) [#​38869](https://togithub.com/nodejs/node/pull/38869) - \[[`40093504bc`](https://togithub.com/nodejs/node/commit/40093504bc)] - **test**: fix typo (Houssem Chebab) [#​39045](https://togithub.com/nodejs/node/pull/39045) - \[[`ab28f9b9a1`](https://togithub.com/nodejs/node/commit/ab28f9b9a1)] - **test**: remove obsolete TLS test (Rich Trott) [#​39001](https://togithub.com/nodejs/node/pull/39001) - \[[`b3b59953fe`](https://togithub.com/nodejs/node/commit/b3b59953fe)] - **test**: improve coverage of lib/events.js (Rongjian Zhang) [#​38582](https://togithub.com/nodejs/node/pull/38582) - \[[`c99a09f05f`](https://togithub.com/nodejs/node/commit/c99a09f05f)] - **test**: http outgoing \_headers setter null (ycjcl868) [#​38881](https://togithub.com/nodejs/node/pull/38881) - \[[`660a97b1d5`](https://togithub.com/nodejs/node/commit/660a97b1d5)] - **test**: suppress warning in test_environment.cc (Daniel Bevenius) [#​38868](https://togithub.com/nodejs/node/pull/38868) - \[[`0cca16ac4c`](https://togithub.com/nodejs/node/commit/0cca16ac4c)] - **test**: improve coverage of fs internal utils (Rongjian Zhang) [#​38746](https://togithub.com/nodejs/node/pull/38746) - \[[`fecad40f27`](https://togithub.com/nodejs/node/commit/fecad40f27)] - **test**: fix writefile with fd (Nitzan Uziely) [#​38820](https://togithub.com/nodejs/node/pull/38820) - \[[`01f00faaa8`](https://togithub.com/nodejs/node/commit/01f00faaa8)] - **test**: simplify test-path-resolve.js (himself65) [#​38671](https://togithub.com/nodejs/node/pull/38671) - \[[`504bfd7a88`](https://togithub.com/nodejs/node/commit/504bfd7a88)] - **test**: improve coverage for `question` in readline (Qingyu Deng) [#​38799](https://togithub.com/nodejs/node/pull/38799) - \[[`eb91932e77`](https://togithub.com/nodejs/node/commit/eb91932e77)] - **test**: os, replace custom flatten method with built-in Array.flat (Wael Almattar) [#​38770](https://togithub.com/nodejs/node/pull/38770) - \[[`aeea252b96`](https://togithub.com/nodejs/node/commit/aeea252b96)] - **test**: improve coverage of lib/\_http_outgoing.js (Rongjian Zhang) [#​38734](https://togithub.com/nodejs/node/pull/38734) - \[[`e265d8ee1b`](https://togithub.com/nodejs/node/commit/e265d8ee1b)] - **test**: give js-native-api tests consistent names (Gabriel Schulhof) [#​38692](https://togithub.com/nodejs/node/pull/38692) - \[[`99fd8bfc6a`](https://togithub.com/nodejs/node/commit/99fd8bfc6a)] - **test**: fix flaky inspector-cli tests when breakpionts are restored (Rich Trott) [#​38431](https://togithub.com/nodejs/node/pull/38431) - \[[`4d3a1fad28`](https://togithub.com/nodejs/node/commit/4d3a1fad28)] - **test**: extend timeout on debugger tests for slower machines (Rich Trott) [#​38161](https://togithub.com/nodejs/node/pull/38161) - \[[`dd2642b5db`](https://togithub.com/nodejs/node/commit/dd2642b5db)] - **test**: fix comment typo (Rich Trott) [#​38161](https://togithub.com/nodejs/node/pull/38161) - \[[`193ea8fd91`](https://togithub.com/nodejs/node/commit/193ea8fd91)] - **test**: fix test-inspector-cli-address (Rich Trott) [#​38161](https://togithub.com/nodejs/node/pull/38161) - \[[`a62826bbe6`](https://togithub.com/nodejs/node/commit/a62826bbe6)] - **test,debugger**: migrate node-inspect tests to core (Rich Trott) [#​38161](https://togithub.com/nodejs/node/pull/38161) - \[[`ab45ace9bd`](https://togithub.com/nodejs/node/commit/ab45ace9bd)] - **tools**: update babel-eslint-parser to 7.14.5 (Rich Trott) [#​39094](https://togithub.com/nodejs/node/pull/39094) - \[[`b8e63b3c08`](https://togithub.com/nodejs/node/commit/b8e63b3c08)] - **tools**: update ESLint to 7.29.0 (Rich Trott) [#​39083](https://togithub.com/nodejs/node/pull/39083) - \[[`54a250e79c`](https://togithub.com/nodejs/node/commit/54a250e79c)] - **tools**: update doctool dependencies, migrate to ESM (Michaël Zasso) [#​38966](https://togithub.com/nodejs/node/pull/38966) - \[[`443db64eed`](https://togithub.com/nodejs/node/commit/443db64eed)] - **tools**: avoid crashing CQ when git push fails (Antoine du Hamel) [#​36861](https://togithub.com/nodejs/node/pull/36861) - \[[`547f88b149`](https://togithub.com/nodejs/node/commit/547f88b149)] - **tools**: fix typo in commit-queue.sh (bl-ue) [#​39000](https://togithub.com/nodejs/node/pull/39000) - \[[`1023433a81`](https://togithub.com/nodejs/node/commit/1023433a81)] - **tools**: update ESLint to 7.28.0 (Luigi Pinca) [#​38955](https://togithub.com/nodejs/node/pull/38955) - \[[`9b4ae8fbb0`](https://togithub.com/nodejs/node/commit/9b4ae8fbb0)] - **tools**: bump remark-preset-lint-node to 2.3.0 (Rich Trott) [#​38910](https://togithub.com/nodejs/node/pull/38910) - \[[`2ad0719e86`](https://togithub.com/nodejs/node/commit/2ad0719e86)] - **tools**: refloat 7 Node.js patches to cpplint.py (Rich Trott) [#​38851](https://togithub.com/nodejs/node/pull/38851) - \[[`b7686d0c1e`](https://togithub.com/nodejs/node/commit/b7686d0c1e)] - **tools**: bump cpplint to 1.5.5 (Rich Trott) [#​38851](https://togithub.com/nodejs/node/pull/38851) - \[[`2ec7c9de57`](https://togithub.com/nodejs/node/commit/2ec7c9de57)] - **tools**: remove exception for Node.js 8 and earlier (Rich Trott) [#​38840](https://togithub.com/nodejs/node/pull/38840) - \[[`1dc71da302`](https://togithub.com/nodejs/node/commit/1dc71da302)] - **tools**: update setup-node to setup-node@v2 (pengjie) [#​38825](https://togithub.com/nodejs/node/pull/38825) - \[[`fc219d862c`](https://togithub.com/nodejs/node/commit/fc219d862c)] - **tools**: remove node-inspect from license (Rich Trott) [#​38161](https://togithub.com/nodejs/node/pull/38161) - \[[`4bb0bd0f0e`](https://togithub.com/nodejs/node/commit/4bb0bd0f0e)] - **tools,doc**: forbid CJS globals in ESM code snippets (Antoine du Hamel) [#​38889](https://togithub.com/nodejs/node/pull/38889) - \[[`58154ce426`](https://togithub.com/nodejs/node/commit/58154ce426)] - **typings**: add JSDoc typings for https (Voltrex) [#​38589](https://togithub.com/nodejs/node/pull/38589) - \[[`6ea1368a67`](https://togithub.com/nodejs/node/commit/6ea1368a67)] - **typings**: add JSDoc typings for events (Voltrex) [#​38712](https://togithub.com/nodejs/node/pull/38712) - \[[`b6942a6138`](https://togithub.com/nodejs/node/commit/b6942a6138)] - **url,src**: simplify ipv6 logic by using uv_inet_pton (Khaidi Chu) [#​38842](https://togithub.com/nodejs/node/pull/38842) - \[[`dd00547ada`](https://togithub.com/nodejs/node/commit/dd00547ada)] - **vm**: use missing validator (Voltrex) [#​38935](https://togithub.com/nodejs/node/pull/38935) - \[[`2c28e00685`](https://togithub.com/nodejs/node/commit/2c28e00685)] - **worker**: do not look up context twice in PostMessage (Anna Henningsen) [#​38784](https://togithub.com/nodejs/node/pull/38784) ### [`v14.17.3`](https://togithub.com/nodejs/node/releases/v14.17.3) [Compare Source](https://togithub.com/nodejs/node/compare/v14.17.2...v14.17.3) ##### Notable Changes Node.js 14.17.2 introduced a regression in the Windows installer on non-English locales that is being fixed in this release. There is no need to download this release if you are not using the Windows installer. ##### Commits - \[[`0f00104a2c`](https://togithub.com/nodejs/node/commit/0f00104a2c)] - **win,msi**: use localized "Authenticated Users" name (Richard Lau) [#​39241](https://togithub.com/nodejs/node/pull/39241) ### [`v14.17.2`](https://togithub.com/nodejs/node/releases/v14.17.2) [Compare Source](https://togithub.com/nodejs/node/compare/v14.17.1...v14.17.2) This is a security release. ##### Notable Changes Vulnerabilities fixed: - **CVE-2021-22918**: libuv upgrade - Out of bounds read (Medium) - Node.js is vulnerable to out-of-bounds read in libuv's uv\_\_idna_toascii() function which is used to convert strings to ASCII. This is called by Node's dns module's lookup() function and can lead to information disclosures or crashes. You can read more about it in https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22918 - **CVE-2021-22921**: Windows installer - Node Installer Local Privilege Escalation (Medium) - Node.js is vulnerable to local privilege escalation attacks under certain conditions on Windows platforms. More specifically, improper configuration of permissions in the installation directory allows an attacker to perform two different escalation attacks: PATH and DLL hijacking. You can read more about it in https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22921 ##### Commits - \[[`a7496aba0a`](https://togithub.com/nodejs/node/commit/a7496aba0a)] - **deps**: uv: cherry-pick [`99c29c9`](https://togithub.com/nodejs/node/commit/99c29c9c2c9b) (Ben Noordhuis) [nodejs-private/node-private#​267](https://togithub.com/nodejs-private/node-private/pull/267) - \[[`d0b449da1d`](https://togithub.com/nodejs/node/commit/d0b449da1d)] - **win,msi**: set install directory permission (AkshayK) [nodejs-private/node-private#​269](https://togithub.com/nodejs-private/node-private/pull/269) ### [`v14.17.1`](https://togithub.com/nodejs/node/releases/v14.17.1) [Compare Source](https://togithub.com/nodejs/node/compare/v14.17.0...v14.17.1) ##### Notable Changes - \[[`6035492c8f`](https://togithub.com/nodejs/node/commit/6035492c8f)] - **deps**: update ICU to 69.1 (Michaël Zasso) [#​38178](https://togithub.com/nodejs/node/pull/38178) - \[[`9417fd0bc8`](https://togithub.com/nodejs/node/commit/9417fd0bc8)] - **errors**: align source-map stacks with spec (Benjamin Coe) [#​37252](https://togithub.com/nodejs/node/pull/37252) ##### Commits - \[[`87fa636953`](https://togithub.com/nodejs/node/commit/87fa636953)] - **assert**: refactor to use more primordials (Antoine du Hamel) [#​36234](https://togithub.com/nodejs/node/pull/36234) - \[[`cfff3b4462`](https://togithub.com/nodejs/node/commit/cfff3b4462)] - **assert**: refactor to avoid unsafe array iteration (Antoine du Hamel) [#​37344](https://togithub.com/nodejs/node/pull/37344) - \[[`dd18def7db`](https://togithub.com/nodejs/node/commit/dd18def7db)] - **async_hooks**: refactor to avoid unsafe array iteration (Antoine du Hamel) [#​37125](https://togithub.com/nodejs/node/pull/37125) - \[[`5f3e96b570`](https://togithub.com/nodejs/node/commit/5f3e96b570)] - **async_hooks,doc**: replace process.stdout.fd with 1 (Darshan Sen) [#​38382](https://togithub.com/nodejs/node/pull/38382) - \[[`f4cb8b8281`](https://togithub.com/nodejs/node/commit/f4cb8b8281)] - **benchmark**: avoid using `console.log()` (Antoine du Hamel) [#​38370](https://togithub.com/nodejs/node/pull/38370) - \[[`9e4c1f2f2c`](https://togithub.com/nodejs/node/commit/9e4c1f2f2c)] - **benchmark**: use `process.hrtime.bigint()` (Antoine du Hamel) [#​38369](https://togithub.com/nodejs/node/pull/38369) - \[[`3c886e0ad6`](https://togithub.com/nodejs/node/commit/3c886e0ad6)] - **buffer**: remove TODOs in `atob` / `btoa` (Khaidi Chu) [#​38548](https://togithub.com/nodejs/node/pull/38548) - \[[`c5b86f8c2f`](https://togithub.com/nodejs/node/commit/c5b86f8c2f)] - **buffer**: remove unreachable code (Rongjian Zhang) [#​38537](https://togithub.com/nodejs/node/pull/38537) - \[[`9ae2a27d44`](https://togithub.com/nodejs/node/commit/9ae2a27d44)] - **buffer**: make FastBuffer safe to construct (Antoine du Hamel) [#​36587](https://togithub.com/nodejs/node/pull/36587) - \[[`ff546ff744`](https://togithub.com/nodejs/node/commit/ff546ff744)] - **buffer**: refactor to use primordials instead of Array#reduce (Antoine du Hamel) [#​36392](https://togithub.com/nodejs/node/pull/36392) - \[[`5acf0a5ba3`](https://togithub.com/nodejs/node/commit/5acf0a5ba3)] - **buffer**: refactor to use more primordials (Antoine du Hamel) [#​36166](https://togithub.com/nodejs/node/pull/36166) - \[[`52fd42ec46`](https://togithub.com/nodejs/node/commit/52fd42ec46)] - **build**: work around bug in MSBuild v16.10.0 (Michaël Zasso) [#​38873](https://togithub.com/nodejs/node/pull/38873) - \[[`5df0f35bf6`](https://togithub.com/nodejs/node/commit/5df0f35bf6)] - **build**: add workaround for V8 builds (Richard Lau) [#​38632](https://togithub.com/nodejs/node/pull/38632) - \[[`754aa384e0`](https://togithub.com/nodejs/node/commit/754aa384e0)] - **build**: remove dependency on `distutils.spawn` (Richard Lau) [#​38600](https://togithub.com/nodejs/node/pull/38600) - \[[`5de7e64f3a`](https://togithub.com/nodejs/node/commit/5de7e64f3a)] - **build**: fix make test-npm (Ruy Adorno) [#​36369](https://togithub.com/nodejs/node/pull/36369) - \[[`e5fae63108`](https://togithub.com/nodejs/node/commit/e5fae63108)] - **child_process**: reduce abort handler code duplication (Rich Trott) [#​36644](https://togithub.com/nodejs/node/pull/36644) - \[[`598d2bdf09`](https://togithub.com/nodejs/node/commit/598d2bdf09)] - **child_process**: treat already-aborted controller as aborting (Rich Trott) [#​36644](https://togithub.com/nodejs/node/pull/36644) - \[[`8d7708bdef`](https://togithub.com/nodejs/node/commit/8d7708bdef)] - **child_process**: refactor to use more primordials (Antoine du Hamel) [#​36003](https://togithub.com/nodejs/node/pull/36003) - \[[`b8c4d30e77`](https://togithub.com/nodejs/node/commit/b8c4d30e77)] - **deps**: update to cjs-module-lexer@1.2.1 (Guy Bedford) [#​38450](https://togithub.com/nodejs/node/pull/38450) - \[[`6035492c8f`](https://togithub.com/nodejs/node/commit/6035492c8f)] - **deps**: update ICU to 69.1 (Michaël Zasso) [#​38178](https://togithub.com/nodejs/node/pull/38178) - \[[`51dad8cabb`](https://togithub.com/nodejs/node/commit/51dad8cabb)] - **deps**: V8: cherry-pick [`035c305`](https://togithub.com/nodejs/node/commit/035c305ce776) (Michaël Zasso) [#​38497](https://togithub.com/nodejs/node/pull/38497) - \[[`a467125c8d`](https://togithub.com/nodejs/node/commit/a467125c8d)] - **deps**: V8: cherry-pick [`dfcdf78`](https://togithub.com/nodejs/node/commit/dfcdf7837e23) (Benjamin Coe) [#​36573](https://togithub.com/nodejs/node/pull/36573) - \[[`acc9fad2ba`](https://togithub.com/nodejs/node/commit/acc9fad2ba)] - **deps**: V8: cherry-pick [`86991d0`](https://togithub.com/nodejs/node/commit/86991d0587a1) (Benjamin Coe) [#​36254](https://togithub.com/nodejs/node/pull/36254) - \[[`d67827744b`](https://togithub.com/nodejs/node/commit/d67827744b)] - **deps**: V8: cherry-pick [`530080c`](https://togithub.com/nodejs/node/commit/530080c44af2) (Milad Fa) [#​38508](https://togithub.com/nodejs/node/pull/38508) - \[[`bac9ba4f8a`](https://togithub.com/nodejs/node/commit/bac9ba4f8a)] - **dgram**: extract cluster lazy loading method to make it testable (Rongjian Zhang) [#​38563](https://togithub.com/nodejs/node/pull/38563) - \[[`f5b2115b76`](https://togithub.com/nodejs/node/commit/f5b2115b76)] - **dgram**: refactor to use more primordials (Antoine du Hamel) [#​36286](https://togithub.com/nodejs/node/pull/36286) - \[[`cd7cf0547a`](https://togithub.com/nodejs/node/commit/cd7cf0547a)] - **dns**: refactor to use more primordials (Antoine du Hamel) [#​36314](https://togithub.com/nodejs/node/pull/36314) - \[[`9f67c0852c`](https://togithub.com/nodejs/node/commit/9f67c0852c)] - **doc**: cleanup events.md structure (James M Snell) [#​36100](https://togithub.com/nodejs/node/pull/36100) - \[[`41cfe645c0`](https://togithub.com/nodejs/node/commit/41cfe645c0)] - **doc**: fix JS flavor selection (Antoine du Hamel) [#​37791](https://togithub.com/nodejs/node/pull/37791) - \[[`7c4748b0dc`](https://togithub.com/nodejs/node/commit/7c4748b0dc)] - **doc**: use `HEAD` instead of `master` for links (Antoine du Hamel) [#​38518](https://togithub.com/nodejs/node/pull/38518) - \[[`26426577ff`](https://togithub.com/nodejs/node/commit/26426577ff)] - **doc**: remove import.meta.resolve parent URL type (Kevin Locke) [#​38585](https://togithub.com/nodejs/node/pull/38585) - \[[`88055abf19`](https://togithub.com/nodejs/node/commit/88055abf19)] - **doc**: document buffer.kStringMaxLength (Tobias Nießen) [#​38688](https://togithub.com/nodejs/node/pull/38688) - \[[`2e8dfee165`](https://togithub.com/nodejs/node/commit/2e8dfee165)] - **doc**: clarify synchronous blocking of Worker stdio (James M Snell) [#​38658](https://togithub.com/nodejs/node/pull/38658) - \[[`212cd5cf05`](https://togithub.com/nodejs/node/commit/212cd5cf05)] - **doc**: update contact info (Gabriel Schulhof) [#​38689](https://togithub.com/nodejs/node/pull/38689) - \[[`fa35c0662b`](https://togithub.com/nodejs/node/commit/fa35c0662b)] - **doc**: change color of doctag on night mode (Qingyu Deng) [#​38652](https://togithub.com/nodejs/node/pull/38652) - \[[`4c67437c53`](https://togithub.com/nodejs/node/commit/4c67437c53)] - **doc**: clarify DiffieHellmanGroup class docs (Nitzan Uziely) [#​38363](https://togithub.com/nodejs/node/pull/38363) - \[[`e90c60b1e3`](https://togithub.com/nodejs/node/commit/e90c60b1e3)] - **doc**: use AIX instead of Aix in fs.md (Rich Trott) [#​38535](https://togithub.com/nodejs/node/pull/38535) - \[[`dc67fec1b4`](https://togithub.com/nodejs/node/commit/dc67fec1b4)] - **doc**: remove extraneous dash from flag prefix (Rodolfo Carvalho) [#​38532](https://togithub.com/nodejs/node/pull/38532) - \[[`4c54d81a59`](https://togithub.com/nodejs/node/commit/4c54d81a59)] - **doc**: document `'secureConnect'` event limitation (James M Snell) [#​38447](https://togithub.com/nodejs/node/pull/38447) - \[[`839e8d1672`](https://togithub.com/nodejs/node/commit/839e8d1672)] - **doc**: mark querystring api as legacy (James M Snell) [#​38436](https://togithub.com/nodejs/node/pull/38436) - \[[`a75b7af9bd`](https://togithub.com/nodejs/node/commit/a75b7af9bd)] - **doc**: add arguments for stream event of Http2Server and Http2SecureServer (Qingyu Deng) [#​37892](https://togithub.com/nodejs/node/pull/37892) - \[[`cf0007edc4`](https://togithub.com/nodejs/node/commit/cf0007edc4)] - **doc**: indicate that abort tests do not generate core files (Rich Trott) [#​38422](https://togithub.com/nodejs/node/pull/38422) - \[[`945450b5cf`](https://togithub.com/nodejs/node/commit/945450b5cf)] - **doc**: add try/catch in http2 respondWithFile example (Matteo Collina) [#​38410](https://togithub.com/nodejs/node/pull/38410) - \[[`1f7cd7148a`](https://togithub.com/nodejs/node/commit/1f7cd7148a)] - **doc**: note the system requirements for V8 tests (DeeDeeG) [#​38319](https://togithub.com/nodejs/node/pull/38319) - \[[`cd54834854`](https://togithub.com/nodejs/node/commit/cd54834854)] - **doc**: minor clarification to pathObject (James M Snell) [#​38437](https://togithub.com/nodejs/node/pull/38437) - \[[`ba117c2c6f`](https://togithub.com/nodejs/node/commit/ba117c2c6f)] - **doc**: document new TCP_KEEPCNT and TCP_KEEPINTVL socket option defaults (Arnold Zokas) [#​38313](https://togithub.com/nodejs/node/pull/38313) - \[[`dcdbaffced`](https://togithub.com/nodejs/node/commit/dcdbaffced)] - **doc**: do not mention TCP in the allowHalfOpen option description (Luigi Pinca) [#​38360](https://togithub.com/nodejs/node/pull/38360) - \[[`fe8003e5de`](https://togithub.com/nodejs/node/commit/fe8003e5de)] - **doc**: update message to match actual output (Rich Trott) [#​35271](https://togithub.com/nodejs/node/pull/35271) - \[[`c03f23e126`](https://togithub.com/nodejs/node/commit/c03f23e126)] - **doc**: request default snap track be updated for LTS (Rod Vagg) [#​37708](https://togithub.com/nodejs/node/pull/37708) - \[[`a9f7aeed12`](https://togithub.com/nodejs/node/commit/a9f7aeed12)] - **doc**: mark `process.hrtime()` as legacy (Antoine du Hamel) [#​38371](https://togithub.com/nodejs/node/pull/38371) - \[[`cede0c57b8`](https://togithub.com/nodejs/node/commit/cede0c57b8)] - **doc**: fix version history for `"exports"` patterns (Antoine du Hamel) [#​38355](https://togithub.com/nodejs/node/pull/38355) - \[[`9702f22397`](https://togithub.com/nodejs/node/commit/9702f22397)] - **doc**: fix `package.json` `"imports"` field history (Antoine du Hamel) [#​38356](https://togithub.com/nodejs/node/pull/38356) - \[[`2d96da875e`](https://togithub.com/nodejs/node/commit/2d96da875e)] - **doc**: fix typo in buffer.md (divlo) [#​38323](https://togithub.com/nodejs/node/pull/38323) - \[[`6b58f28472`](https://togithub.com/nodejs/node/commit/6b58f28472)] - **doc**: add nodejs-sec email template (Daniel Bevenius) [#​38290](https://togithub.com/nodejs/node/pull/38290) - \[[`5a532e4725`](https://togithub.com/nodejs/node/commit/5a532e4725)] - **doc**: update TSC members list with three new members (Rich Trott) [#​38352](https://togithub.com/nodejs/node/pull/38352) - \[[`e994d6a27c`](https://togithub.com/nodejs/node/commit/e994d6a27c)] - **doc**: use `foo.prototype.bar` notation in buffer.md (Voltrex) [#​38032](https://togithub.com/nodejs/node/pull/38032) - \[[`c61f363d66`](https://togithub.com/nodejs/node/commit/c61f363d66)] - **doc**: internal/test/binding for testing (Bradley Meck) [#​38026](https://togithub.com/nodejs/node/pull/38026) - \[[`0bb6fe31b3`](https://togithub.com/nodejs/node/commit/0bb6fe31b3)] - **doc**: add missing events.on metadata (Anna Henningsen) [#​37965](https://togithub.com/nodejs/node/pull/37965) - \[[`30c82b2745`](https://togithub.com/nodejs/node/commit/30c82b2745)] - **doc**: fix wording in outgoingMessage.write (Tobias Nießen) [#​37894](https://togithub.com/nodejs/node/pull/37894) - \[[`932000020a`](https://togithub.com/nodejs/node/commit/932000020a)] - **doc**: fix grammar errors in http document (Qingyu Deng) [#​37265](https://togithub.com/nodejs/node/pull/37265) - \[[`19e8ae44c4`](https://togithub.com/nodejs/node/commit/19e8ae44c4)] - **doc**: add document for http.OutgoingMessage (Qingyu Deng) [#​37265](https://togithub.com/nodejs/node/pull/37265) - \[[`a6c123363d`](https://togithub.com/nodejs/node/commit/a6c123363d)] - **doc**: remove generated from dsaEncoding description (Marko Kaznovac) [#​37459](https://togithub.com/nodejs/node/pull/37459) - \[[`bc6ea63e48`](https://togithub.com/nodejs/node/commit/bc6ea63e48)] - **doc**: document how to register external bindings for snapshot (Joyee Cheung) [#​37463](https://togithub.com/nodejs/node/pull/37463) - \[[`2168e954aa`](https://togithub.com/nodejs/node/commit/2168e954aa)] - **doc**: document the NO_COLOR and FORCE_COLOR env vars (James M Snell) [#​37477](https://togithub.com/nodejs/node/pull/37477) - \[[`2907848fc9`](https://togithub.com/nodejs/node/commit/2907848fc9)] - **doc**: clarify event.isTrusted text (Rich Trott) [#​36827](https://togithub.com/nodejs/node/pull/36827) - \[[`7efa020892`](https://togithub.com/nodejs/node/commit/7efa020892)] - **doc**: expand openssl instructions (Michael Dawson) [#​36554](https://togithub.com/nodejs/node/pull/36554) - \[[`b197a44152`](https://togithub.com/nodejs/node/commit/b197a44152)] - **doc**: document ABORT_ERR code (Benjamin Gruenbaum) [#​36319](https://togithub.com/nodejs/node/pull/36319) - \[[`1d80f89442`](https://togithub.com/nodejs/node/commit/1d80f89442)] - **doc**: document changes for `*/promises` alias modules (ExE Boss) [#​34002](https://togithub.com/nodejs/node/pull/34002) - \[[`9417fd0bc8`](https://togithub.com/nodejs/node/commit/9417fd0bc8)] - **errors**: align source-map stacks with spec (Benjamin Coe) [#​37252](https://togithub.com/nodejs/node/pull/37252) - \[[`dcd221ce69`](https://togithub.com/nodejs/node/commit/dcd221ce69)] - **errors**: refactor to use more primordials (Antoine du Hamel) [#​36651](https://togithub.com/nodejs/node/pull/36651) - \[[`ee444473e9`](https://togithub.com/nodejs/node/commit/ee444473e9)] - **errors**: display original symbol name (Benjamin Coe) [#​36042](https://togithub.com/nodejs/node/pull/36042) - \[[`83d28374d6`](https://togithub.com/nodejs/node/commit/83d28374d6)] - **errors**: refactor to use more primordials (Antoine du Hamel) [#​36167](https://togithub.com/nodejs/node/pull/36167) - \[[`7d7e34c15a`](https://togithub.com/nodejs/node/commit/7d7e34c15a)] - **errors**: refactor to use more primordials (Antoine du Hamel) [#​35944](https://togithub.com/nodejs/node/pull/35944) - \[[`18e5c0f3e2`](https://togithub.com/nodejs/node/commit/18e5c0f3e2)] - **events**: refactor to use optional chaining (ZiJian Liu) [#​36763](https://togithub.com/nodejs/node/pull/36763) - \[[`4fdcbae583`](https://togithub.com/nodejs/node/commit/4fdcbae583)] - **events**: refactor to use more primordials (Antoine du Hamel) [#​36304](https://togithub.com/nodejs/node/pull/36304) - \[[`c4e7dca8f3`](https://togithub.com/nodejs/node/commit/c4e7dca8f3)] - **fs**: fix error when writing buffers > INT32\_MAX (Zach Bjornson) [#​38546](https://togithub.com/nodejs/node/pull/38546) - \[[`07c55d2844`](https://togithub.com/nodejs/node/commit/07c55d2844)] - ***Revert*** "**http**: make HEAD method to work with keep-alive" (Michaël Zasso) [#​38949](https://togithub.com/nodejs/node/pull/38949) - \[[`d8da265c81`](https://togithub.com/nodejs/node/commit/d8da265c81)] - **http2**: treat non-EOF empty frames like other invalid frames (Anna Henningsen) [#​37875](https://togithub.com/nodejs/node/pull/37875) - \[[`c3bd0fdb73`](https://togithub.com/nodejs/node/commit/c3bd0fdb73)] - **http2**: fix setting options before handle exists (Anna Henningsen) [#​37875](https://togithub.com/nodejs/node/pull/37875) - \[[`74fe1d8f0c`](https://togithub.com/nodejs/node/commit/74fe1d8f0c)] - **http2**: add support for TypedArray to getUnpackedSettings (Antoine du Hamel) [#​36141](https://togithub.com/nodejs/node/pull/36141) - \[[`c90f1dbeb3`](https://togithub.com/nodejs/node/commit/c90f1dbeb3)] - **https**: refactor to use more primordials (Antoine du Hamel) [#​36195](https://togithub.com/nodejs/node/pull/36195) - \[[`8258799472`](https://togithub.com/nodejs/node/commit/8258799472)] - **inspector**: remove redundant method for connection check (Yash Ladha) [#​37986](https://togithub.com/nodejs/node/pull/37986) - \[[`ba19313e1e`](https://togithub.com/nodejs/node/commit/ba19313e1e)] - **inspector**: refactor to use more primordials (Antoine du Hamel) [#​36356](https://togithub.com/nodejs/node/pull/36356) - \[[`eb8f7ee634`](https://togithub.com/nodejs/node/commit/eb8f7ee634)] - **lib**: revert primordials in a hot path (Antoine du Hamel) [#​38248](https://togithub.com/nodejs/node/pull/38248) - \[[`cea8b4265c`](https://togithub.com/nodejs/node/commit/cea8b4265c)] - **lib**: make `IterableWeakMap` safe to iterate (Antoine du Hamel) [#​38523](https://togithub.com/nodejs/node/pull/38523) - \[[`490bc58229`](https://togithub.com/nodejs/node/commit/490bc58229)] - **lib**: fix and improve os typings (Akhil Marsonya) [#​38316](https://togithub.com/nodejs/node/pull/38316) - \[[`af39df6d03`](https://togithub.com/nodejs/node/commit/af39df6d03)] - **lib**: add URI handling functions to primordials (Antoine du Hamel) [#​37394](https://togithub.com/nodejs/node/pull/37394) - \[[`16691be80e`](https://togithub.com/nodejs/node/commit/16691be80e)] - **lib**: fix WebIDL `object` and dictionary type conversion (ExE Boss) [#​37047](https://togithub.com/nodejs/node/pull/37047) - \[[`47ed512312`](https://togithub.com/nodejs/node/commit/47ed512312)] - **lib**: refactor to use optional chaining in internal/options.js (raisinten) [#​36939](https://togithub.com/nodejs/node/pull/36939) - \[[`346fc0ac21`](https://togithub.com/nodejs/node/commit/346fc0ac21)] - **lib**: support returning Safe collections from C++ (ExE Boss) [#​36989](https://togithub.com/nodejs/node/pull/36989) - \[[`8912caba64`](https://togithub.com/nodejs/node/commit/8912caba64)] - **lib**: expose primordials object (Antoine du Hamel) [#​36872](https://togithub.com/nodejs/node/pull/36872) - \[[`46c019b988`](https://togithub.com/nodejs/node/commit/46c019b988)] - **lib**: refactor source_map to use more primordials (Antoine du Hamel) [#​36733](https://togithub.com/nodejs/node/pull/36733) - \[[`cf9556d8f7`](https://togithub.com/nodejs/node/commit/cf9556d8f7)] - **lib**: refactor source_map to avoid unsafe array iteration (Antoine du Hamel) [#​36734](https://togithub.com/nodejs/node/pull/36734) - \[[`6eaf357f49`](https://togithub.com/nodejs/node/commit/6eaf357f49)] - **lib**: simplify `primordials.uncurryThis` (ExE Boss) [#​36866](https://togithub.com/nodejs/node/pull/36866) - \[[`9338759b01`](https://togithub.com/nodejs/node/commit/9338759b01)] - **lib**: remove v8\_prof_polyfill from eslint ignore list (Antoine du Hamel) [#​36537](https://togithub.com/nodejs/node/pull/36537) - \[[`c9861a344a`](https://togithub.com/nodejs/node/commit/c9861a344a)] - **lib**: remove unused code (Brian White) [#​36632](https://togithub.com/nodejs/node/pull/36632) - \[[`01a71dd393`](https://togithub.com/nodejs/node/commit/01a71dd393)] - **lib**: refactor to use more primordials in internal/encoding.js (raisinten) [#​36480](https://togithub.com/nodejs/node/pull/36480) - \[[`e6c0877604`](https://togithub.com/nodejs/node/commit/e6c0877604)] - **lib**: refactor to use primordials in internal/priority_queue.js (ZiJian Liu) [#​36560](https://togithub.com/nodejs/node/pull/36560) - \[[`6e3a2ffb98`](https://togithub.com/nodejs/node/commit/6e3a2ffb98)] - **lib**: add primordials.SafeStringIterator (Antoine du Hamel) [#​36526](https://togithub.com/nodejs/node/pull/36526) - \[[`bf0738bc07`](https://togithub.com/nodejs/node/commit/bf0738bc07)] - **lib**: make safe primordials safe to construct (Antoine du Hamel) [#​36428](https://togithub.com/nodejs/node/pull/36428) - \[[`7ebc18f293`](https://togithub.com/nodejs/node/commit/7ebc18f293)] - **lib**: make safe primordials safe to iterate (Antoine du Hamel) [#​36391](https://togithub.com/nodejs/node/pull/36391) - \[[`e12dbc8519`](https://togithub.com/nodejs/node/commit/e12dbc8519)] - **lib**: refactor to use more primordials in internal/histogram.js (raisinten) [#​36455](https://togithub.com/nodejs/node/pull/36455) - \[[`5daeac64a4`](https://togithub.com/nodejs/node/commit/5daeac64a4)] - **lib**: add uncurried accessor properties to `primordials` (ExE Boss) [#​36329](https://togithub.com/nodejs/node/pull/36329) - \[[`bb4900d9eb`](https://togithub.com/nodejs/node/commit/bb4900d9eb)] - **lib**: refactor primordials.uncurryThis (Antoine du Hamel) [#​36221](https://togithub.com/nodejs/node/pull/36221) - \[[`0fbe945ebb`](https://togithub.com/nodejs/node/commit/0fbe945ebb)] - **lib**: refactor to use more primordials (Antoine du Hamel) [#​36140](https://togithub.com/nodejs/node/pull/36140) - \[[`24d4d63308`](https://togithub.com/nodejs/node/commit/24d4d63308)] - **lib**: add %TypedArray% abstract constructor to primordials (ExE Boss) [#​36016](https://togithub.com/nodejs/node/pull/36016) - \[[`e2395b0f3b`](https://togithub.com/nodejs/node/commit/e2395b0f3b)] - **lib**: use Object static properties from primordials (Michaël Zasso) [#​35380](https://togithub.com/nodejs/node/pull/35380) - \[[`b3e22e1612`](https://togithub.com/nodejs/node/commit/b3e22e1612)] - **lib,tools**: enforce access to prototype from primordials (Antoine du Hamel) [#​36025](https://togithub.com/nodejs/node/pull/36025) - \[[`e94e0b488e`](https://togithub.com/nodejs/node/commit/e94e0b488e)] - **meta**: add v8 team (Jiawen Geng) [#​38566](https://togithub.com/nodejs/node/pull/38566) - \[[`fcc6a00f1a`](https://togithub.com/nodejs/node/commit/fcc6a00f1a)] - **meta**: post comment when pr labeled fast-track (James M Snell) [#​38446](https://togithub.com/nodejs/node/pull/38446) - \[[`bd0d9647ca`](https://togithub.com/nodejs/node/commit/bd0d9647ca)] - **module**: clarify CJS global-like variables not defined error message (Antoine du Hamel) [#​37852](https://togithub.com/nodejs/node/pull/37852) - \[[`0fdb5d59f7`](https://togithub.com/nodejs/node/commit/0fdb5d59f7)] - **module**: refactor NativeModule to avoid unsafe array iteration (Antoine du Hamel) [#​37656](https://togithub.com/nodejs/node/pull/37656) - \[[`77c7d979b6`](https://togithub.com/nodejs/node/commit/77c7d979b6)] - **module**: simplify tryStatSync with throwIfNoEntry option (Antoine du Hamel) [#​36971](https://togithub.com/nodejs/node/pull/36971) - \[[`1aae572220`](https://togithub.com/nodejs/node/commit/1aae572220)] - **module**: refactor to use more primordials (Antoine du Hamel) [#​36348](https://togithub.com/nodejs/node/pull/36348) - \[[`9e7f166161`](https://togithub.com/nodejs/node/commit/9e7f166161)] - **module**: refactor to use more primordials (Antoine du Hamel) [#​36024](https://togithub.com/nodejs/node/pull/36024) - \[[`eee1d291cf`](https://togithub.com/nodejs/node/commit/eee1d291cf)] - **module**: refactor to use iterable-weak-map (Benjamin Coe) [#​35915](https://togithub.com/nodejs/node/pull/35915) - \[[`52cbe89f7f`](https://togithub.com/nodejs/node/commit/52cbe89f7f)] - **net**: refactor to use more primordials (Antoine du Hamel) [#​36303](https://togithub.com/nodejs/node/pull/36303) - \[[`779ad54078`](https://togithub.com/nodejs/node/commit/779ad54078)] - **node-api**: faster threadsafe_function (Fedor Indutny) [#​38506](https://togithub.com/nodejs/node/pull/38506) - \[[`5995221ced`](https://togithub.com/nodejs/node/commit/5995221ced)] - **node-api**: fix shutdown crashes (Michael Dawson) [#​38492](https://togithub.com/nodejs/node/pull/38492) - \[[`d8acec4cb1`](https://togithub.com/nodejs/node/commit/d8acec4cb1)] - **node-api**: make reference weak parameter an indirect link to references (Chengzhong Wu) [#​38000](https://togithub.com/nodejs/node/pull/38000) - \[[`c442d89ad6

Configuration

📅 Schedule: 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 these updates again.



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

codecov[bot] commented 3 years ago

Codecov Report

Merging #420 (c6fadb7) into master (c96a7fd) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #420   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          342       342           
  Branches        35        35           
=========================================
  Hits           342       342           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c96a7fd...c6fadb7. Read the comment docs.