chore(deps): update node.js to v16.14.1 #465
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.14.0
->16.14.1
Release Notes
nodejs/node
v16.14.1
Compare Source
Notable changes
Commits
2a24e763d5
] - async_hooks: fix imports in context example (Yash Ladha) #39229c4a296f59b
] - benchmark: enable no-empty ESLint rule (Rich Trott) #41831abe2eb9fc0
] - benchmark: avoid input param manipulation (Jithil P Ponnan) #417412c566a9830
] - benchmark: use Object.hasOwn() instead of hasOwnProperty() (Rich Trott) #41769b77e72ab12
] - benchmark: replace hasOwnProperty() with Object.hasOwn() (Rich Trott) #41724ec72cb4019
] - benchmark: remove unreachable code from crypto/hash-stream-creation (Rich Trott) #4153514bb6f97f0
] - buffer: fix atob/btoa no-arg case (Benjamin Gruenbaum) #4147879e2ab2a67
] - build: remove windows-2022 from v16.x actions (Danielle Adams) #422992893b4c85a
] - build: check if python is a executable program (himself65) #366965e4fc04821
] - build: enable zoslib installation on z/OS (alexcfyung) #414931e3c9ebaae
] - build: fix libuv builds for android aarch64 (Darshan Sen) #4155546f714f92a
] - crypto: check return code from EVP_DigestUpdate (Michael Dawson) #4180033abbf9f21
] - crypto: fixwebcrypto.subtle
signature (Antoine du Hamel) #41761faceae486b
] - crypto: revise variables for const use instead of let (Rich Trott) #41614fe0f9dc611
] - crypto: remove wildcard options for checkEmail (Tobias Nießen) #41599188c3ab918
] - crypto: adjust types for getRandomValues (LiviaMedeiros) #414811ef28f1a3d
] - crypto: remove checkIP options argument (Tobias Nießen) #4157174c0464572
] - deps: upgrade npm to 8.5.0 (npm-robot) #41925b5783288d1
] - deps: upgrade npm to 8.4.1 (npm-robot) #418362b7c4b4afe
] - deps: upgrade npm to 8.3.2 (npm team) #41621906247933c
] - dgram: remove unreachable connectState assign (Rongjian Zhang) #38590330c1bc518
] - doc: add comments to empty blocks in worker_threads text (Rich Trott) #41831125ed0c6b0
] - doc: remove empty block from console.timeEnd() example (Rich Trott) #4183134d6f8e793
] - doc: use the same case as the section heading (Mestery) #41876fd28d252fa
] - doc: use Oxford comma in crypto docs (Tobias Nießen) #41875bf99ef8b57
] - doc: use sentence case in readme introduction (Mestery) #41874b15d9c2cc6
] - doc: add missing space before hyphen (Mestery) #4187377685d5ab0
] - doc: add stream pipelining note on Http usage (Rafael Silva) #41796c7bae97755
] - doc: improve SSL_OP_PRIORITIZE_CHACHA description (Tobias Nießen) #418665cd38a4ff5
] - doc: add missing commas in cluster docs (Tobias Nießen) #41865cf6b5e0e33
] - doc: add history information for Corepack (Antoine du Hamel) #41813c742a1cc4d
] - doc: feature management proposal (Michael Dawson) #414203f000a2627
] - doc: add overhead hints for heap snapshot generation (Gerhard Stöbich) #4182242c0a8353e
] - doc: fix X509 CA acronym capitalization (Tobias Nießen) #41841f5b0a3be12
] - doc: use sentence case for X509 error codes header (Tobias Nießen) #4182920d8fd1a83
] - doc: add initial version of maintaining-http.md (Michael Dawson) #41798077fcee008
] - doc: add registry numbers for Electron 19 and 20 (Keeley Hammond) #4181444b6927179
] - doc: add note about resource type in async_hooks (Tony Gorez) #417971be701c9ca
] - doc: use example.com for examples (Ateş Göral) #418274660c1fa7b
] - doc: align tls port types with net port types (Tobias Nießen) #417995cd8bdc4d7
] - doc: use UDPv4/UDPv6 consistently with TCPv4/TCPv6 (Tobias Nießen) #418243ef05a0216
] - doc: improve wording surrounding TLS 1.3 ciphers (Tobias Nießen) #4177851d955368e
] - doc: add format-md step to release guide (Danielle Adams) #418098f00e5dcf7
] - doc: add v16 changelog link to iojs changelog (Danielle Adams) #418084f194f3094
] - doc: add security-steward rotation information (Michael Dawson) #4170714ea8fcba8
] - doc: use Object.hasOwn() in util doc (Rich Trott) #417809f77692491
] - doc: remove section on "recent" ECDH changes (Tobias Nießen) #41773211a3c4c4c
] - doc: clarify that import also uses main (Ben McCann) #4172020d9c4a2c5
] - doc: update modules.md wording (Tobias Hernstig) #41728e209f53ba2
] - doc: update Mesteery email (Mestery) #41683db1ce43173
] - doc: avoid incomplete sentence in cluster docs (Tobias Nießen) #41701ee79e53821
] - doc: fix typo in contributing guides (Yoshiki Kurihara) #417239616fd5913
] - doc: improve docs to give descriptive info for the platform property (Harshil jain) #416504d8ee8e3cd
] - doc: fix link to npm documentation (Antoine du Hamel) #41712018ec32535
] - doc: clarify treatment of non-string base in URL() (Rich Trott) #4168592e6cf03fe
] - doc: fix typo intechnical-priorities.md
(Akhil Marsonya) #41694071fef50e5
] - doc: remove unadvisable cluster example (Tobias Nießen) #41668b63fb0ffb8
] - doc: document flow for supporting type generation (Michael Dawson) #41464364811aa8a
] - doc: clarify parameter for napi_get_cb_info (Michael Dawson) #416351bd286e978
] - doc: revise url.resolve() text (Rich Trott) #4166159f95fe4dc
] - doc: clarify treatment of non-string argument to new URL() (Rich Trott) #416583e93cc392e
] - doc: fix documentation forMODULE_NOT_FOUND
andERR_MODULE_NOT_FOUND
(Antoine du Hamel) #41645b9d1cb7f8a
] - doc: improve TLS/SSL introduction (Tobias Nießen) #416495d9c83e2e9
] - doc: modernize and simplify cluster example (Tobias Nießen) #41626d5efecd64d
] - doc: simplify readline/stdin text (Rich Trott) #41583931be52589
] - doc: suggest worker threads in cluster docs (Tobias Nießen) #41616b2a4614a0d
] - doc: add 16 and 17 to previous versions (Antoine du Hamel) #416465f0a017a02
] - doc: improve'hex'
Buffer decoding description and examples (Giora Guttsait) #415980805068add
] - doc: add note for handling signal events in trace events (Gabriel Trujillo) #414380388b9afc3
] - doc: demonstrate dangers ofbuffer.slice()
(Shalvah) #416283cdd1d634b
] - doc: add missing word in cluster.workers details (Tobias Nießen) #416245d94bc676e
] - doc: fix async_hooks example in api docs (Akhil Marsonya) #4160939f52e1130
] - doc: fix deprecated alias description in cluster (Tobias Nießen) #4161855714cc777
] - doc: update timingSafeEqual error case (Alex Agranov) #415079f8e442dc7
] - doc: simplify util.TextDecoder example (Rich Trott) #4157457dc5956b1
] - doc: move Mesteery to collaborators (Tobias Nießen) #4159710320c2965
] - doc: fix cjs example code for process.arch (Job) #41593f33e831fe3
] - doc: remove redunantawait
calls from stream docs (Giora Guttsait) #415921cf74beb57
] - doc: make contributing info more discoverable (Michael Dawson) #41408214cf17db9
] - doc: recommend package exports instead of requiring folders (Antoine du Hamel) #413815c387a0d75
] - doc: edit async_context context loss text (Rich Trott) #4155001283f6b25
] - doc: use sentence case for Web Crypto headers (Tobias Nießen) #415776b6d0c4914
] - doc: make Web Crypto example spec compliant (Tobias Nießen) #415568772d332d7
] - doc: do not reference SSL when discussing SNI (Tobias Nießen) #4154982042d0094
] - doc: fix typos in esm.md (Yu) #41499ff0069dc3e
] - doc: adjust assignment in condition in stream doc (Rich Trott) #415101128b1c216
] - doc: improve Web Crypto headings related to ECC (Tobias Nießen) #41542a6758d12e3
] - doc: clarify module system selection (Antoine du Hamel) #41383db17a529a8
] - doc: add release key for Bryan English (Bryan English) #42102f2ca172a08
] - doc: remove statement about (EC)DHE performance (Tobias Nießen) #41528227dea8dc1
] - domain: pass opts toEventEmitter.init
(Chen Gang) #41414bd717064b0
] - esm: improve validation of resolved URLs (Jacob Smith) #41446e747ef5e45
] - http2: fix pseudo-headers order (ofir) #417352efe9cbd01
] - http2: fix no response event on continue request (ofirbarak) #417397bf2be51b3
] - http2: fix memory leak on nghttp2 hd threshold (Rafael Silva) #41502acd8768802
] - lib: add comments to empty catch statements (Rich Trott) #41831c90bb7cd93
] - lib: refactor to usevalidateObject()
validator (Mohammed Keyvanzadeh) #41845c93a9af82b
] - lib: refactor source map stack trace prepare (Mohammed Keyvanzadeh) #416980f3287dc44
] - lib: fix consistency of methods that emit warnings (Yoshiki Kurihara) #412497ee3cdf60a
] - lib: remove erroneous JSDoc entry (Rich Trott) #4160470f6554403
] - meta: update AUTHORS (Node.js GitHub Bot) #41868a44a8ff767
] - meta: update AUTHORS (Node.js GitHub Bot) #41763ba0ba7c4b2
] - meta: update mailmap/AUTHORS info for existing collaborator (Rich Trott) #4175030e3327b46
] - meta: adjust mailmap/AUTHORS to reflect README change (Rich Trott) #417516d268fd32e
] - meta: update AUTHORS (Node.js GitHub Bot) #4165918e6316bf1
] - meta: update AUTHORS (Node.js GitHub Bot) #41548e1e059a698
] - perf_hooks: remove useless calls in Histogram (Michael Dawson) #4157908b3bd2fc5
] - policy: revise manifest.js to avoid empty blocks (Rich Trott) #4183133f3391a8f
] - policy: check for null instead of falsy in loop (Rich Trott) #41614b8b8e0bce6
] - policy: replace entries with keys (Mohammed Keyvanzadeh) #41482ee61bc74b7
] - process: unhandledRejection support more errors (Benjamin Gruenbaum) #41682f066246729
] - process: check for null instead of falsy in while loop (Rich Trott) #4161477cb604c0d
] - process: use validateString validator (Mohammed Keyvanzadeh) #4159576281f9a81
] - process: ignore asyncId 0 in exception handler (Anatoli Papirovski) #41424dacffd3e9c
] - repl: check for precise values rather than falsy in loops (Rich Trott) #416145e595683ce
] - src: slightly simplify URLHost::ToString (Anna Henningsen) #41747206c370d03
] - src: slightly simplify V8CoverageConnection::GetFilename (Anna Henningsen) #417481cfc63ebe3
] - src: fix typo in js_native_api_v8.cc (Caio Agiani) #41764aebd82ea7c
] - stream: remove empty block (Rich Trott) #4183146ed078607
] - stream: resume stream on drain (Robert Nagy) #41848363c760c85
] - stream: check for null instead of falsy in loops (Rich Trott) #416144f4fec4b22
] - stream: rename unknown primordial (Mohammed Keyvanzadeh) #406221425e75093
] - stream: avoid function call where possible (Rich Trott) #41534ecb52636a4
] - test: renew certificates for specific test (Luigi Pinca) #42342c8e59cbf9e
] - test: enable no-empty ESLint rule (Rich Trott) #4183120ec77688f
] - test: remove eslint-disable comments from fixtures (Rich Trott) #41859a8e41837cc
] - test: remove test-worker-memory flaky designation (Rich Trott) #41867673c1fd5ae
] - test: avoid using Object.prototype methods directly on objects (Rich Trott) #418013690d3402d
] - test: exclude ibm i tests until we resolve (Michael Dawson) #418121f65620543
] - test: make worker-take-heapsnapshot non-flaky (Michael Dawson) #41684badab79527
] - test: mark test-fs-rmdir-recursive flaky on win (Michael Dawson) #41533951d299aee
] - test: make fs watch test more stable (Benjamin Gruenbaum) #41715acea61ba8e
] - test: fix typo in MessageChannel test (Tobias Nießen) #41746081989b6b7
] - test: replace commented out expectations with tests (Darshan Sen) #41667639130e635
] - test: use Object.hasOwn() where applicable (Rich Trott) #41664cb362a3748
] - test: remove unneeded test statement (Rich Trott) #416632b87f9784f
] - test: remove error allowance in debugger test (Jithil P Ponnan) #4164055fce66af6
] - test: simplify test-gc-http-client (Luigi Pinca) #41620b06c33b14b
] - test: prepare tests for no-cond-assign ESLint rule (Rich Trott) #41614950648db48
] - test: move test-gc-http-client-onerror to sequential (Luigi Pinca) #416191d3ef115ca
] - test: improve test coverage of internal/worker/io (Yoshiki Kurihara) #41511122eb51c98
] - test: add DataView test entry for whatwg (Mohammed Keyvanzadeh) #406222c813d825f
] - test: improve util-format code coverage (Rich Trott) #41572fab831a3fe
] - test: fix typo in test_js_native_api_v8 (Tobias Nießen) #415849e7cfbbcd9
] - test: add missing await in fs-rm/fs-rmdir tests (Benjamin Coe) #41545a8558ecfcf
] - test: add coverage for util.inspect() (Rich Trott) #4152723fc205586
] - test: avoid deep comparisons with literals (Tobias Nießen) #4063463a67f8dad
] - timers: check for nullish instead of falsy in loops (Rich Trott) #41614788e77cb37
] - tools: enable no-empty ESLint rule (Rich Trott) #4183110e6c70d14
] - tools: update lint-md-dependencies to [email protected] (Node.js GitHub Bot) #4173720cdf78fd8
] - tools: update doc to [email protected] (Node.js GitHub Bot) #418542eabfdd066
] - tools: update eslint to 8.8.0 (Node.js GitHub Bot) #417389d23a27268
] - tools: use Set instead of { [key]: true } object (Tobias Nießen) #416957e4d455fe4
] - tools: add compile_commands to ignore file (Yash Ladha) #415801cbdc984fb
] - tools: use Set instead of { [key]: true } object (Tobias Nießen) #41675dc854c4f38
] - tools: fix typo intools/code_cache/README.md
(Tobias Nießen) #41657b17aa25f12
] - tools: enable no-cond-assign-ESLint rule (Rich Trott) #416149601b8ddd6
] - tools: update lint-md-dependencies to [email protected] (Node.js GitHub Bot) #41638cdbe291e5b
] - tools: increase maximum line length to 120 characters (Rich Trott) #415867cbc472ed5
] - tools: add missing.PHONY
and.NOTPARALLEL
targets inMakefile
(Antoine du Hamel) #415156fccd66b34
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #414403163bd1ea0
] - tools: bump eslint from 8.6.0 to 8.7.0 (Rich Trott) #41570e439f32a4b
] - tools: update doc to [email protected] [email protected] (Node.js GitHub Bot) #4144166120564b2
] - tools,test: enable no-prototype-builtins (Rich Trott) #418014aee98b03c
] - util: use hasOwnProperty() primordial (Rich Trott) #416928218bab51d
] - util: remove unused fast path in internal debuglog (Rich Trott) #41605a4ad26d4dc
] - util: check for null instead of flasy in loop (Rich Trott) #41614Configuration
📅 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.