This repository was archived by the owner on Jul 20, 2022. It is now read-only.
chore(deps): update node.js to v18 #230
Open
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:
Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.
Release Notes
nodejs/node
v18.3.0
Compare Source
v18.2.0
Compare Source
v18.1.0
Compare Source
v18.0.0
Compare Source
v17.9.1
Compare Source
v17.9.0
Compare Source
v17.8.0
Compare Source
v17.7.2
Compare Source
This is a security release.
Notable Changes
Update to OpenSSL 3.0.2, which addresses the following vulnerability:
BN_mod_sqrt()
reachable when parsing certificates (High)(CVE-2022-0778)More details are available at https://www.openssl.org/news/secadv/20220315.txt
Commits
55e293e05f
] - deps: update archs files for quictls/openssl-3.0.2+quic (Hassaan Pasha) #42356b8d090603d
] - deps: upgrade openssl sources to quictls/openssl-3.0.2+quic (Hassaan Pasha) #42356c8b6d92af0
] - test: fix tests affected by OpenSSL update (Michael Dawson) #42356457e31ea09
] - test: renew certificates for specific test (Luigi Pinca) #42342v17.7.1
Compare Source
Notable Changes
Fixed regression in url.resolve()
This release fixes an issue introduced in Node.js v17.7.0 with some URLs
that contain
@
. This issue affected yarn 1. This version reverts thechange that introduced the regression.
Commits
96a9e00fb3
] - url: revert fix url.parse() for@hostname
(Antoine du Hamel) #42280v17.6.0
Compare Source
v17.5.0
Compare Source
v17.4.0
Compare Source
v17.3.1
Compare Source
This is a security release.
Notable changes
Improper handling of URI Subject Alternative Names (Medium)(CVE-2021-44531)
Accepting arbitrary Subject Alternative Name (SAN) types, unless a PKI is specifically defined to use a particular SAN type, can result in bypassing name-constrained intermediates. Node.js was accepting URI SAN types, which PKIs are often not defined to use. Additionally, when a protocol allows URI SANs, Node.js did not match the URI correctly.
Versions of Node.js with the fix for this disable the URI SAN type when checking a certificate against a hostname. This behavior can be reverted through the
--security-revert
command-line option.More details will be available at CVE-2021-44531 after publication.
Certificate Verification Bypass via String Injection (Medium)(CVE-2021-44532)
Node.js converts SANs (Subject Alternative Names) to a string format. It uses this string to check peer certificates against hostnames when validating connections. The string format was subject to an injection vulnerability when name constraints were used within a certificate chain, allowing the bypass of these name constraints.
Versions of Node.js with the fix for this escape SANs containing the problematic characters in order to prevent the injection. This behavior can be reverted through the
--security-revert
command-line option.More details will be available at CVE-2021-44532 after publication.
Incorrect handling of certificate subject and issuer fields (Medium)(CVE-2021-44533)
Node.js did not handle multi-value Relative Distinguished Names correctly. Attackers could craft certificate subjects containing a single-value Relative Distinguished Name that would be interpreted as a multi-value Relative Distinguished Name, for example, in order to inject a Common Name that would allow bypassing the certificate subject verification.
Affected versions of Node.js do not accept multi-value Relative Distinguished Names and are thus not vulnerable to such attacks themselves. However, third-party code that uses node's ambiguous presentation of certificate subjects may be vulnerable.
More details will be available at CVE-2021-44533 after publication.
Prototype pollution via
console.table
properties (Low)(CVE-2022-21824)Due to the formatting logic of the
console.table()
function it was not safe to allow user controlled input to be passed to theproperties
parameter while simultaneously passing a plain object with at least one property as the first parameter, which could be__proto__
. The prototype pollution has very limited control, in that it only allows an empty string to be assigned numerical keys of the object prototype.Versions of Node.js with the fix for this use a null protoype for the object these properties are being assigned to.
More details will be available at CVE-2022-21824 after publication.
Thanks to Patrik Oldsberg (rugvip) for reporting this vulnerability.
Commits
2a0515f73c
] - console: fix prototype pollution via console.table (Tobias Nießen) nodejs-private/node-private#3072e2c45553d
] - crypto,tls: implement safe x509 GeneralName format (Tobias Nießen) nodejs-private/node-private#300df3141f59b
] - src: add cve reverts and associated tests (Michael Dawson) nodejs-private/node-private#3005398548746
] - src: remove unused x509 functions (Tobias Nießen) nodejs-private/node-private#3001f7fdff64a
] - tls: fix handling of x509 subject and issuer (Tobias Nießen) nodejs-private/node-private#300b11b4cc69d
] - tls: drop support for URI alternative names (Tobias Nießen) nodejs-private/node-private#300v17.3.0
Compare Source
v17.2.0
Compare Source
Notable Changes
06916490af
] - (SEMVER-MINOR) async_hooks: expose async_wrap providers (Rafael Gonzaga) #40760371ee64c92
] - (SEMVER-MINOR) deps: update V8 to 9.6.180.14 (Michaël Zasso) #40488675c210b04
] - (SEMVER-MINOR) lib: add reason to AbortSignal (James M Snell) #408070de2850680
] - (SEMVER-MINOR) src: add x509.fingerprint512 to crypto module (3nprob) #39809fa9b5c35d2
] - stream: deprecate thenable support (Antoine du Hamel) #40860534409d4e7
] - stream: fix finished regression when working with legacy Stream (Matteo Collina) #40858Commits
48157c44c2
] - Revert "async_hooks: merge resource_symbol with owner_symbol" (Darshan Sen) #407414a971f67e4
] - async_hooks: eliminate require side effects (Stephen Belanger) #4078206916490af
] - (SEMVER-MINOR) async_hooks: expose async_wrap providers (Rafael Gonzaga) #4076065b33ba510
] - build: remove extraneous quotation marks from commit body (Rich Trott) #4096305d652a555
] - build: fix branch name for lint-md-dependencies update (Rich Trott) #409241482c4415f
] - build: fixmake
invocation in tools.yml (Rich Trott) #4089069de8c8143
] - build: reset embedder string to "-node.0" (Michaël Zasso) #40488e793331322
] - build: fix tools.yml errors (Rich Trott) #4087051ac59b047
] - build: add GitHub Action to update tools modules (Rich Trott) #40644a8cc8b6554
] - crypto: trim input for NETSCAPE_SPKI_b64_decode (Shelley Vohr) #407572979c58fb0
] - crypto: throw errors in SignTraits::DeriveBits (Tobias Nießen) #407967f5931d03f
] - crypto: fix build without scrypt (Martin Jansa) #4061390f35fc329
] - deps: upgrade npm to 8.1.4 (npm team) #40865d461603d71
] - deps: V8: cherry-pickcced52a
(Ray Wang) #40656d6ae50ff96
] - deps: V8: cherry-pick7ae0b77
(Ray Wang) #40882e60053deee
] - deps: V8: cherry-pick2a0bc36
(Michaël Zasso) #4017894acaae3d4
] - deps: V8: patch jinja2 for Python 3.10 compat (Michaël Zasso) #4029637c9828d39
] - deps: disable trap handler for Windows cross-compiler (Michaël Zasso) #40488dfb97fb501
] - deps: silence irrelevant V8 warning (Michaël Zasso) #389909ecf4be0c2
] - deps: silence irrelevant V8 warning (Michaël Zasso) #3758782a8736dec
] - deps: fix V8 build issue with inline methods (Jiawen Geng) #38807eab5ef5505
] - deps: make v8.h compatible with VS2015 (Joao Reis) #32116d6e5dd56ff
] - deps: V8: forward declaration ofRtl*FunctionTable
(Refael Ackermann) #3211629a6e15480
] - deps: V8: patch register-arm64.h (Refael Ackermann) #321161ff83c4945
] - deps: V8: un-cherry-pickbd019bd
(Refael Ackermann) #32116371ee64c92
] - (SEMVER-MINOR) deps: update V8 to 9.6.180.14 (Michaël Zasso) #404886506a42c16
] - deps: V8: cherry-pickcced52a
(Ray Wang) #40656a612ecb42f
] - deps: V8: cherry-pick7ae0b77
(Ray Wang) #40882b46184df5e
] - deps: update to uvwasi 0.0.12 (Colin Ihrig) #40847fa37428472
] - deps: add -fno-strict-aliasing flag to libuv (Daniel Bevenius) #406319711ccfe08
] - deps: upgrade npm to 8.1.3 (npm team) #407268e525634c6
] - deps: update ICU to 70.1 (Michaël Zasso) #406583bfc9f5b47
] - doc: add information on suppressing initial break in debugger (Rich Trott) #409608966ab3c57
] - doc: improve grammar in API description (Tobias Nießen) #40959130777a61c
] - doc: update BUILDING.md section on running tests (Rich Trott) #409336e9b6652e5
] - doc: remove experimental abortcontroller flag (FrankQiu) #38968b92416ff02
] - doc: fix spelling of 'WebAssembly' (Geoffrey Booth) #40785cf495a6293
] - doc: clarify more optional parameters in node-api (Michael Dawson) #40888694012b392
] - doc: define "types", "deno" community conditions (Guy Bedford) #407084c47b0150b
] - doc: document optional params in napi_get_cb_info (Michael Dawson) #40821dfdf68f4d0
] - doc: improve README.md lede section (Rich Trott) #408379c200e1de4
] - doc: add pref to using draft PR versus WIP label (Michael Dawson) #40824fe2cd09750
] - doc: fixadded:
info forReadable.fromWeb()
(Luigi Pinca) #40820c91a9ab095
] - doc: tweak guidance for modules in core (Michael Dawson) #406012ea08e9b55
] - doc: claim ABI version for Electron 18 (Keeley Hammond) #407688166b07ddc
] - doc: fix transform stream example (Evan Lucas) #407775ceb06cddf
] - doc: fix linter-enforced formatting in crypto.md (Mohammed Keyvanzadeh) #40780d3070d8eea
] - doc: fix corepack grammar for--force
flag (Steven) #407629271f23e3a
] - doc: update maintaining ICU guide (Michaël Zasso) #4065820d7d657bb
] - doc: clarify getAuthTag with authTagLength (Tobias Nießen) #4071375288fbc6b
] - doc: fix order of announce work (Michael Dawson) #40725429915aa6c
] - doc: add initial list of technical priorities (Michael Dawson) #40235a5a1691514
] - fs: nullish coalescing to respect zero positional reads (Omar El-Mihilmy) #40716bddb4c69b7
] - http: add missing initialization (Michael Dawson) #4055580ce97f514
] - http: change totalSocketCount only on socket creation/close (Subhi Al Hasan) #40572675c210b04
] - (SEMVER-MINOR) lib: add reason to AbortSignal (James M Snell) #40807b614b17525
] - Revert "lib: use helper for readability" (Darshan Sen) #4074110a842d2d1
] - lib: fix typos in lib code comments (Yoshiki) #407923ec78d1570
] - meta: add feature request label for issue template (Mestery) #409709c897b69a1
] - meta: update AUTHORS (Node.js GitHub Bot) #40900dfc6fc987a
] - meta: update name and email (Viero Fernando) #40848813cf746a8
] - meta: update AUTHORS (Node.js GitHub Bot) #40809e451ec9ec1
] - meta: edit GOVERNANCE.md for minor updates (Rich Trott) #407982536be7528
] - meta: update AUTHORS (Node.js GitHub Bot) #407483c8aa211cd
] - module: import assertions improvements (Geoffrey Booth) #407853a4f3873be
] - process: support hrtime in the snapshot (Joyee Cheung) #406491555dbdddc
] - repl: fix and extend require/import tab complete (Mestery) #40216c2259c974b
] - src: reset error struct if error code is napi_ok (JckXia) #405523be49d6853
] - src: prevent extra copies ofTimerWrap::TimerCb
(Darshan Sen) #406650de2850680
] - (SEMVER-MINOR) src: add x509.fingerprint512 to crypto module (3nprob) #39809924d29e88f
] - src: add and fix some preprocessor comments (Tobias Nießen) #40701acbd8220a7
] - src,crypto: useByteSource::ToBuffer()
incrypto_dh
(Darshan Sen) #4090382b422663d
] - src,crypto: removeAllocatedBuffer
s fromcrypto_spkac
(Darshan Sen) #40752415b42fbdf
] - src,crypto: refactorcrypto_tls.*
(Darshan Sen) #4067588b57bc9d3
] - src,doc: add SyntaxError napi support (Idan Attias) #4073670bd90e039
] - stream: stricter isReadableNodeStream (Robert Nagy) #4094186d1c0b19d
] - stream: drain Transform with 0 highWaterMark (Robert Nagy) #40947fa9b5c35d2
] - stream: deprecate thenable support (Antoine du Hamel) #40860dc99ae3bd6
] - stream: fix the ReadableStreamBYOBReader error message (James M Snell) #40846650c9bd022
] - stream: pipeline with end option (Robert Nagy) #40886534409d4e7
] - stream: fix finished regression when working with legacy Stream (Matteo Collina) #4085816ee8423d6
] - stream: pipeline should drain empty readable (Robert Nagy) #406547d127d2fc1
] - stream: fix non readable Duplex readableAborted (Robert Nagy) #408017c4f9a34ae
] - stream: allow calling callback before promise (Robert Nagy) #4077262171eb516
] - test: mark test-fs-watch-non-recursive flaky on Windows (Luigi Pinca) #40916ae12a609a5
] - test: improve test coverage of readline/promises (Yoshiki Kurihara) #408764288c6a26e
] - test: deflake cluster-concurrent-disconnect (Luigi Pinca) #40877009ab4d9bb
] - test: deflake fs-promises-watch (Luigi Pinca) #40863522a30f469
] - test: fix argument order in assertion (Luigi Pinca) #40842b190b0e77b
] - test: deflake http2-pipe-named-pipe (Luigi Pinca) #40842c485460793
] - test: use descriptive name for destination file (Luigi Pinca) #4084243e86508ae
] - test: add AsyncLocalStorage tests using udp, tcp and tls sockets (Darshan Sen) #40741896073be47
] - test: deflake child-process-pipe-dataflow (Luigi Pinca) #40838150c0f1b76
] - test: add tests for invalid UTF-8 (git-srinivas) #403513d896231cd
] - test: fix flaky test-policy-integrity (Rich Trott) #40763dc9e68899d
] - test: add semicolons for linter update (Rich Trott) #40720747247bc59
] - tools: update gyp-next to v0.10.1 (Michaël Zasso) #409346ebbd0d9dc
] - tools: fix commit-lint GH Actions CI (Antoine du Hamel) #408450201f3f604
] - tools: ping TSC members identified as inactive (Rich Trott) #4091522265e3fb6
] - tools: update lint-md-dependencies to [email protected] (Node.js GitHub Bot) #409293d593aa4ed
] - tools: update lint-md dependencies (Rich Trott) #40894e674f61720
] - tools: update ESLint to 8.3.0 (Luigi Pinca) #40917878ba91bf6
] - tools: add find-inactive-tsc (Rich Trott) #40884d97ad3080f
] - tools: disable trap handler for Windows cross-compiler (Michaël Zasso) #40488e3f8988118
] - tools: update V8 gypfiles for 9.6 (Michaël Zasso) #40488de4d0180dc
] - tools: update @babel/eslint-parser to 7.16.3 (Node.js GitHub Bot) #40889727b34ec95
] - tools: only validate first commit message of a PR (Antoine du Hamel) #407405b08e908ea
] - tools: update babel-eslint-parser to 7.16.0 (Rich Trott) #4072030623c283a
] - tools: improve update scripts (Rich Trott) #40644v17.1.0
Compare Source
Notable Changes
89b34ecffb
] - doc: add VoltrexMaster to collaborators (voltrexmaster) #4056695e4d29eb4
] - (SEMVER-MINOR) esm: add support for JSON import assertion (Antoine du Hamel) #402501ddbae2d76
] - (SEMVER-MINOR) lib: add unsubscribe method to non-active DC channels (simon-id) #40433aa61551b49
] - (SEMVER-MINOR) lib: add return value for DC channel.unsubscribe (simon-id) #40433fbeb895ca6
] - (SEMVER-MINOR) v8: multi-tenant promise hook api (Stephen Belanger) #39283Commits
8a00dc5add
] - build: skip long-running Actions for README-only modifications (Rich Trott) #405719f46fca124
] - build: disable v8 pointer compression on 32bit archs (Cheng Zhao) #404185bef74395d
] - deps: patch V8 to 9.5.172.25 (Michaël Zasso) #406043805b806ee
] - deps: upgrade npm to 8.1.2 (npm team) #40643c003ba131b
] - deps: update c-ares to 1.18.1 (Richard Lau) #40660841f35cc52
] - deps: upgrade npm to 8.1.1 (npm team) #405548d16f0d2d3
] - deps: V8: cherry-pick422dc37
(Ray Wang) #40450cdf5c44d62
] - deps: add riscv64 config into openssl gypi (Lu Yahan) #404732b9fcdfe26
] - deps: attempt to suppress macro-redefined warning (Daniel Bevenius) #40518d2839bfaa9
] - deps: regenerate OpenSSL arch files (Daniel Bevenius) #405185df8ce5cbe
] - deps,build,tools: fix openssl-is-fips for ninja builds (Daniel Bevenius) #4051879bf429405
] - dgram: fix send with out of bounds offset + length (Nitzan Uziely) #40568c29658fda7
] - doc: update cjs-module-lexer repo link (Guy Bedford) #40707e374f3ddd9
] - doc: fix lint re-enabling comment in README.md (Rich Trott) #40647ecccf48106
] - doc: format v8.md in preparation for stricter linting (Rich Trott) #4064795a7117037
] - doc: final round of markdown format changes (Rich Trott) #40645c104f5a9ab
] - doc: remove--experimental-modules
documentation (FrankQiu) #38974ac81f89bbf
] - doc: update tracking issues of startup performance (Joyee Cheung) #4062965effa11fc
] - doc: fix markdown syntax and HTML tag misses (ryan) #40608c78d708a16
] - doc: use 'GitHub Actions workflow' instead (Mestery) #4058671bac70bf2
] - doc: ref OpenSSL legacy provider from crypto docs (Tobias Nießen) #405938f410229ac
] - doc: add node: url scheme (Daniel Nalborczyk) #4057335dbed21f2
] - doc: call cwd function (Daniel Nalborczyk) #405734870a23ccc
] - doc: remove unused imports (Daniel Nalborczyk) #405735951ccc12e
] - doc: simplify CHANGELOG.md (Rich Trott) #404756ae134ecb7
] - doc: correct esm spec scope lookup definition (Guy Bedford) #4059209239216f6
] - doc: update CHANGELOG.md for Node.js 16.13.0 (Richard Lau) #4061746ec5ac4df
] - doc: add info on project's usage of coverity (Michael Dawson) #405067eb1a44410
] - doc: fix typo in changelogs (Luigi Pinca) #40585132f6cba05
] - doc: update onboarding task (Rich Trott) #405705e2d0ed61e
] - doc: simplify ccache instructions (Rich Trott) #40550c1c1738bfc
] - doc: fix macOS environment variables for ccache (Rich Trott) #405506e3e50f2ab
] - doc: improve async_context introduction (Michaël Zasso) #405601587fe62d4
] - doc: use GFM footnotes in webcrypto.md (Rich Trott) #40477305c022db4
] - doc: describe buffer limit of v8.serialize (Ray Wang) #402436e39e0e10a
] - doc: run license-builder (Rich Trott) #40540556e49ccb5
] - doc: use GFM footnotes in maintaining-V8.md (#40476) (Rich Trott) #404769c6a9fd5b1
] - doc: use GFM footnotes in BUILDING.md (Rich Trott) #40474fd946215cc
] - doc: fixfs.symlink
code example (Juan José Arboleda) #40414404730ac1b
] - doc: update for changed--dns-result-order
default (Richard Lau) #40538acc22c7c4a
] - doc: add missing entry inglobals.md
(Antoine du Hamel) #405310375d958ef
] - doc: explain backport labels (Stephen Belanger) #405204993d87c49
] - doc: fix entry for Slack channel in onboarding.md (Rich Trott) #4056389b34ecffb
] - doc: add VoltrexMaster to collaborators (voltrexmaster) #405666357ef15d0
] - doc: document considerations for inclusion in core (Rich Trott) #40338ed04827373
] - doc: update link in onboarding doc (Rich Trott) #4053934e244b8e9
] - doc: clarify behavior of napi_extended_error_info (Michael Dawson) #404585a588ff047
] - doc: add updating expected assets to release guide (Richard Lau) #4047095e4d29eb4
] - (SEMVER-MINOR) esm: add support for JSON import assertion (Antoine du Hamel) #40250825a683423
] - http: response should always emit 'close' (Robert Nagy) #4054381cd7f3751
] - lib: fix regular expression to detect `/` and `\` (Francesco Trotta) #403251ddbae2d76
] - (SEMVER-MINOR) lib: add unsubscribe method to non-active DC channels (simon-id) #40433aa61551b49
] - (SEMVER-MINOR) lib: add return value for DC channel.unsubscribe (simon-id) #40433d97872dd98
] - meta: use form schema for flaky test template (Michaël Zasso) #40737c2fabdbce8
] - meta: update AUTHORS (Node.js GitHub Bot) #40668aa98c6bdce
] - meta: consolidate AUTHORS entries for brettkiefer (Rich Trott) #4059918296c3d8e
] - meta: consolidate AUTHORS entries for alexzherdev (Rich Trott) #4062088d812793d
] - meta: consolidate AUTHORS entries for Azard (Rich Trott) #40619d81b65ca0e
] - meta: move Fishrock123 to emeritus (Jeremiah Senkpiel) #40596ec02e7b68a
] - meta: consolidate AUTHORS entries for clakech (Rich Trott) #4058908e7a2ff24
] - meta: consolidate AUTHORS entries for darai0512 (Rich Trott) #40569488ee51f90
] - meta: update AUTHORS (Node.js GitHub Bot) #40580ba9a6c5d06
] - meta: consolidate AUTHORS entries for dfabulich (Rich Trott) #40527bd06e9945e
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #404647cee125dcf
] - meta: add Richard Lau to TSC list in README.md (Rich Trott) #405236a771f8bcb
] - meta: consolidate AUTHORS entries for dguo (Rich Trott) #40517e4c740646d
] - meta: consolidate AUTHORS entries for cxreg (Rich Trott) #40490075cfbf941
] - module: resolver & spec hardening /w refactoring (Guy Bedford) #40510b320387c83
] - policy: fix message for invalid manifest specifier (Rich Trott) #40574ea968d54c5
] - process: refactor execution (Voltrex) #40664fb7c437b0b
] - src: make LoadEnvironment with string work with builtin modules path (Michaël Zasso) #40607e9388c87bf
] - src: remove usage ofAllocatedBuffer
fromnode_http2
(Darshan Sen) #405847a22f913b0
] - src: fix #endif description in crypto_keygen.h (Tobias Nießen) #40639396342e26d
] - src: throw error instead of assertion (Ray Wang) #40243accab383a1
] - src: register external references in os bindings (Joyee Cheung) #40239a11f9ea4f0
] - src: register external references in crypto bindings (Joyee Cheung) #40239ef1ace7e88
] - src,crypto: usestd::variant
in DH params (Darshan Sen) #404574433852f62
] - src,crypto: removeAllocatedBuffer
fromcrypto_cipher.cc
(Darshan Sen) #40400814126c3ed
] - src,fs: removeToLocalChecked()
call fromfs::AfterMkdirp()
(Darshan Sen) #40386d4b45cc249
] - src,stream: remove*Check*()
calls from non-Initialize()
functions (Darshan Sen) #40425bac7fe0797
] - stream: remove no longer necessary ComposeDuplex (Robert Nagy) #40545e58cce49fd
] - test: disable warnings to fix flaky test (Antoine du Hamel) #407398c103ab2ff
] - test: skip macos sandbox test with builtin modules path (Michaël Zasso) #40607ac3bc6eed0
] - test: add semicolon after chunk size (Luigi Pinca) #4048795fe9bb922
] - test: deflake http2-cancel-while-client-reading (Luigi Pinca) #40659dfd0215266
] - test: avoid deep comparisons with literals (Tobias Nießen) #406345020f634b8
] - test: mark test-policy-integrity flaky on Windows (Rich Trott) #406848fa1c61e40
] - test: fix test-datetime-change-notify after daylight change (Piotr Rybak) #40684179a5c5436
] - test: testcrypto.setEngine()
using an actual engine (Darshan Sen) #40481cf6ded4db5
] - test: use conventional argument order in assertion (Tobias Nießen) #40591aefb097d6a
] - test: fix test description (Luigi Pinca) #40486126e669b84
] - test,doc: correct documentation for runBenchmark() (Rich Trott) #406831844463ce2
] - test,tools: increase pummel/benchmark test timeout from 4x to 6x (Rich Trott) #40684f731f5ffb5
] - test,tools: increase timeout for benchmark tests (Rich Trott) #40684bbc10f1849
] - tools: simplify and fix commit queue (Michaël Zasso) #40742a3df50d810
] - tools: ensure the PR was not pushed before merging (Antoine du Hamel) #40747306d953c15
] - tools: update ESLint to 8.2.0 (Luigi Pinca) #40734b7e736843c
] - tools: use GitHub Squash and Merge feature when using CQ (Antoine du Hamel) #4066650d102ec08
] - tools: fix bug inprefer-primordials
ESLint rule (Antoine du Hamel) #40628ec2cadef85
] - tools: add script to update c-ares (Richard Lau) #406605daa313215
] - tools: notify user if format-md needs to be run (Rich Trott) #406470787c781ce
] - tools: abort CQ session when landing several commits (Antoine du Hamel) #40577ddc44ddfd9
] - tools: fix commit-lint workflow (Antoine du Hamel) #4067347eddd7076
] - tools: avoid unnecessary escaping in markdown formatter (Rich Trott) #40645c700de3705
] - tools: avoid fetch extra commits when validating commit messages (Antoine du Hamel) #39128716963484b
] - tools: update ESLint to 8.1.0 (Luigi Pinca) #405829cb2116608
] - tools: fix formatting of warning message in update-authors.js (Rich Trott) #40600507f1dbc8d
] - tools: udpate doc tools to accommodate GFM footnotes (Rich Trott) #40477c2265a92c3
] - tools: update license-builder.sh for OpenSSL (Rich Trott) #4054016624b404c
] - tools,meta: remove exclusions from AUTHORS (Rich Trott) #40648a95e344fe5
] - tty: support more CI services ingetColorDepth
(Richie Bendall) #40385b4194ff349
] - typings: add more bindings typings (Mestery) #40415da859b56cb
] - typings: add JSDoc typings for inspector (Voltrex) #3839090aa96dc44
] - typings: improve internal bindings typings (Mestery) #404111e9f3cc522
] - typings: separateinternalBinding
typings (Mestery) #40409fbeb895ca6
] - (SEMVER-MINOR) v8: multi-tenant promise hook api (Stephen Belanger) #39283v17.0.1
Compare Source
Notable Changes
Fixed distribution for native addon builds
This release fixes an issue introduced in Node.js v17.0.0, where some V8 headers
were missing from the distributed tarball, making it impossible to build native
addons. These headers are now included. #40526
Fixed stream issues
stream.promises.pipeline
, which was introduced in version16.10.0, is fixed. It is now possible again to pass an array of streams to the
function. #40193
stream.Duplex.from
, which didn't work properly when an asyncgenerator function was passed to it. #40499
Commits
3f033556c3
] - build: include missing V8 headers in distribution (Michaël Zasso) #40526adbd92ef1d
] - crypto: avoid double free (Michael Dawson) #403808dce85aadc
] - doc: format doc/api/*.md with markdown formatter (Rich Trott) #40403977016a72f
] - doc: specify that maxFreeSockets is per hostConfiguration
📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.