chore(deps): update node.js to v16.3.0 #123
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
16.2.0-alpine3.11
->16.3.0-alpine3.11
Release Notes
nodejs/node
v16.3.0
Compare Source
Notable Changes
Commits
4e58ec4aa6
] - benchmark: output JSON-compatible numbers (Michaël Zasso) #387787a9d0fd5a9
] - benchmark: fix http elapsed time (Antoine du Hamel) #38743a98d631905
] - bootstrap: include vm and contextify binding into the snapshot (Joyee Cheung) #38677f1628960e1
] - build: remove outdated dont-land-on-v6.x label (Michaël Zasso) #388866986154b30
] - build: work around bug in MSBuild v16.10.0 (Michaël Zasso) #3887324cca7c5ea
] - build: add lto build to CI (Jiawen Geng) #3856780c32b7a9a
] - build: allow LTO with Clang 3.9.1+ (Jesse Chan) #38751e9be2095cf
] - build: replace non-POSIX test -a|o (Issam E. Maghni) #38731717a8b63e1
] - child_process: retain reference to data with advanced serialization (Anna Henningsen) #38728bc8400122c
] - (SEMVER-MINOR) cli: add -C alias for --conditions flag (Guy Bedford) #38755eb7c932a6d
] - debugger: revise async iterator usage to comply with lint rules (Rich Trott) #38847f1000e0e52
] - debugger: removed unused function argument (Rich Trott) #38850ee1056da60
] - debugger: wait for V8 debugger to be enabled (Michaël Zasso) #3881147ad448def
] - deps: upgrade npm to 7.15.1 (npm-robot) #38880e8192b5e89
] - deps: upgrade npm to 7.14.0 (Ruy Adorno) #3875015aaf14690
] - deps: update llhttp to 6.0.2 (Fedor Indutny) #38665108ffdb68f
] - doc: fixed typo in n-api.md (julianjany) #38822131a6918dd
] - doc: use "Long Term Support" in collaborator guide (Rich Trott) #388414844337cd7
] - doc: use "Long Term Support" in technical values doc (Rich Trott) #38841f1e823b679
] - doc: use "Long Term Support" in README (Philip) #388394e11971a76
] - doc: fix grammar infs.md
(yotamselementor) #38818e2f28c80d1
] - doc: fixup code sample in http.md (TodorTotev) #3877696fa387082
] - doc: document null target pattern (Guy Bedford) #387245553be3f4e
] - doc: update code examples fornode:url
module (fisker Cheung) #386450c063a1258
] - doc,url: clarify domainTo* when built without ICU (Darshan Sen) #387892054efa02c
] - events: refactor to use primordials in lib/events (Akhil Marsonya) #381174884991a12
] - lib: include url in bootstrap snapshot and remove unnecessary lazy-loads (Joyee Cheung) #3882608ad2f6c18
] - lib: fix typos (bl-ue) #388467d3a8cb854
] - lib: remove unnecessary lazy loads (Joyee Cheung) #387375d9442a024
] - lib: load internal/fs/watchers and internal/fs/read_file_context early (Joyee Cheung) #387372268d1cf4c
] - lib: refactor to reuse validators (Rongjian Zhang) #38608496f7eae92
] - node-api: fix shutdown crashes (Michael Dawson) #38492e1195312b9
] - (SEMVER-MINOR) os: add os.devNull (Luigi Pinca) #385697ba305552f
] - src: set PromiseHooks by Environment (Bryan English) #3882174205b3542
] - src: replaceauto
s in node_api.cc (Khaidi Chu) #38852120849f609
] - src: cache necessary isolate & context in api/* (Khaidi Chu) #38366f25cd4f377
] - src: fix typos (bl-ue) #38845a1b0e64187
] - src: support fs_event_wrap binding in the snapshot (Joyee Cheung) #3873736d4a4331d
] - src: remove redundant v8 namespaces inenv.cc
(Juan José Arboleda) #387923e6b3b22c5
] - src: use SPrintF in ProcessEmitWarning (Darshan Sen) #387589ca5c0e29e
] - src: fix compiler warnings in node_buffer.cc (Darshan Sen) #387223741595289
] - src: set CONF_MFLAGS_DEFAULT_SECTION for OpenSSL 3 (Daniel Bevenius) #387324e3353223e
] - src: use HandleScope in StreamReq::Done() (Darshan Sen) #38720c576311954
] - src: remove commented code innode_file.cc
(Juan José Arboleda) #3869361c95f08b3
] - src: write named pipe info in diagnostic report (legendecas) #38637ba96f14233
] - src: remove unusediostream
library (Juan José Arboleda) #38694f5dd85bbe6
] - src: remove more extra semis from member fns (Shelley Vohr) #38744a47fd67154
] - src: replaceauto
s in node_contextify.cc (Khaidi Chu) #386449054d25acc
] - stream: add a non-destroying iterator to Readable (Nitzan Uziely) #385264131f94ca8
] - stream: allow empty string as source of pipeline (Qingyu Deng) #387230aa3cb5c0e
] - test: improve coverage of fs internal utils (Rongjian Zhang) #3874648ebebd2a8
] - test: remove unnecessary--pending-deprecation
flag (Antoine du Hamel) #388193c492baa51
] - test: fix writefile with fd (Nitzan Uziely) #38820e91d14c57c
] - test: simplify test-path-resolve.js (himself65) #386711f5baaa2e7
] - test: improve coverage forquestion
in readline (Qingyu Deng) #387996d86f8afd5
] - test: os, replace custom flatten method with built-in Array.flat (Wael Almattar) #38770c7a58578dc
] - test: set locale for datetime-change-notify test (ZiJian Liu) #38741695e982a42
] - test: improve coverage of lib/fs.js (Rongjian Zhang) #3860411ac9c6fcc
] - test: improve coverage of lib/_http_outgoing.js (Rongjian Zhang) #387346da4aa30c6
] - test: give js-native-api tests consistent names (Gabriel Schulhof) #38692929e8df1c0
] - test: improve coverage of stream.Readable (Rongjian Zhang) #3870236ffd58105
] - tools: refloat 7 Node.js patches to cpplint.py (Rich Trott) #388516b8c712247
] - tools: bump cpplint to 1.5.5 (Rich Trott) #38851be8d934679
] - tools: remove exception for Node.js 8 and earlier (Rich Trott) #38840c0bde0cd4a
] - tools: update setup-node to setup-node@v2 (pengjie) #3882521ce3af904
] - tools: update ESLint to 7.27.0 (Luigi Pinca) #38764ab44106555
] - tools: use PrintCaughtException in the snapshot builder (Joyee Cheung) #3874530c0020885
] - typings: add JSDoc typings for https (Voltrex) #385897fb809b475
] - typings: add JSDoc typings for events (Voltrex) #387127773d58f1a
] - url: exit early when : delimiter is seen in hostname (Timothy Gu) #38742a2da9e254c
] - worker: use rwlock for sibling group (Anna Henningsen) #3878318f3ba3674
] - worker: leave TODO comments for using std::variant when possible (Anna Henningsen) #38788Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 WhiteSource Renovate. View repository job log here.