-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update all non-major dependencies #94
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/schniz/cmd-ts/AKb7wAvjR8EYw7ZtwmA4b4gcyY72 |
ef32b7f
to
abb54ea
Compare
abb54ea
to
faf2ca4
Compare
faf2ca4
to
9fef3eb
Compare
9fef3eb
to
aa410a8
Compare
aa410a8
to
c1a80bf
Compare
c1a80bf
to
f68f071
Compare
f68f071
to
ed25353
Compare
ed25353
to
3a66950
Compare
3a66950
to
8e24cbf
Compare
8e24cbf
to
da08597
Compare
da08597
to
7e5a6d4
Compare
7e5a6d4
to
cffc2b1
Compare
cffc2b1
to
3c35745
Compare
a7e4de0
to
8c17c86
Compare
8c17c86
to
d37c61d
Compare
d37c61d
to
3a4eb30
Compare
3a4eb30
to
7e2e877
Compare
7e2e877
to
59dc3ff
Compare
59dc3ff
to
26a9c58
Compare
|
26a9c58
to
fb595a6
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
fb595a6
to
56eff05
Compare
56eff05
to
cdf0068
Compare
cdf0068
to
44fb389
Compare
44fb389
to
2077cd2
Compare
2077cd2
to
b1009a2
Compare
This PR contains the following updates:
2.5.8
->2.6.1
14.17.0
->14.19.2
Release Notes
nodejs/node
v14.19.2
Compare Source
Notable Changes
doc:
Learn more at: #42102
Contributed by Bryan English (@bengl)
npm:
npm
tov6.14.17
.Learn more at: #42900
Contributed by Ruy Adorno (@ruyadorno)
V8:
vm
module, cherry-pickingcc9a8a37445e
from V8 solves this issue.
Learn more at: #41826
Contributed by Gus Caplan (@devsnek)
getHeapSnapshot()
was causing a Node.js crash due a V8 issue, this is fixed by backporting367b0c1e7a32
from V8.
Learn more at: #42637
Contributed by Chengzhong Wu (@legendecas)
Commits
c73ac527d6
] - build: set DESTCPU correctly for 'make binary' on Apple Silicon (Chris Heisterkamp) #40147dcaed6db24
] - build: use ccache in make-v8.sh on ppc64le and s390x (Richard Lau) #422044203d132b1
] - child_process: queue pending messages (Erick Wendel) #41221a3ebdbfe8f
] - deps: upgrade npm to 6.14.17 (Ruy Adorno) #4290039e44f8382
] - deps: V8: cherry-pickcc9a8a3
(Gus Caplan) #41826b52a268b6f
] - deps: V8: cherry-pick367b0c1
(legendecas) #4263777ba012065
] - doc: fix documentation ofFileHandle.prototype.appendFile
(Antoine du Hamel) #425883d3d7ed1b7
] - doc: specify flag needed for JSON and Wasm modules (Rich Trott) #42736542d812c93
] - doc: use openpgp.org for keyserver examples (Nick Schonning) #392277f2825b1a9
] - doc: add release key for Bryan English (Bryan English) #4210275302d3dce
] - fs: fix write methods param validation and docs (Livia Medeiros) #41677d4171e0eac
] - stream: resume stream on drain (Robert Nagy) #41848de474c8b6f
] - worker: do not send message if port is closing (Rich Trott) #42357v14.19.1
Compare Source
This is a security release.
Notable Changes
Update to OpenSSL 1.1.1n, 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
b5c52e337e
] - build: pin Windows GitHub runner to windows-2019 (Richard Lau) #423503b1a0b24f0
] - deps: update archs files for OpenSSL-1.1.1n (Richard Lau) #42347c83dd99e0b
] - deps: upgrade openssl sources to 1.1.1n (Richard Lau) #42347v14.19.0
Compare Source
Notable Changes
Corepack
Node.js now includes Corepack, a script that acts as a bridge between Node.js projects and the package managers they are intended to be used with during development.
In practical terms, Corepack will let you use Yarn and pnpm without having to install them - just like what currently happens with npm, which is shipped in Node.js by default.
Please head over to the Corepack documentation page for more information on how to use it.
Contributed by Maël Nison - #39608
ICU updated
ICU has been updated to 70.1. This updates timezone database to 2021a3, including bringing forward the start for DST for Jordan from March to February.
Contributed by Michaël Zasso - #40658
New option to disable loading of native addons
A new command line option
--no-addons
has been added to disallow loading of native addons.Contributed by Dominic Elm - #39977
Updated Root Certificates
Root certificates have been updated to those from Mozilla's Network Security Services 3.71.
Contributed by Richard Lau - #40280
Other Notable Changes
0d448eaab5
] - (SEMVER-MINOR) crypto: make FIPS related options always available (Vít Ondruch) #36341004eafbebf
] - (SEMVER-MINOR) lib: add unsubscribe method to non-active DC channels (simon-id) #40433625be7585d
] - (SEMVER-MINOR) lib: add return value for DC channel.unsubscribe (simon-id) #40433607bc74eae
] - (SEMVER-MINOR) module: support pattern trailers (Guy Bedford) #39635f74fe2a59c
] - (SEMVER-MINOR) src: make napi_create_reference accept symbol (JckXia) #39926Commits
0231ffa501
] - build: add--without-corepack
(Jonah Snider) #410605389b8ab05
] - crypto: update root certificates (Richard Lau) #402800d448eaab5
] - (SEMVER-MINOR) crypto: make FIPS related options always available (Vít Ondruch) #36341cd20ecc7cb
] - deps: upgrade Corepack to 0.10 (Maël Nison) #40374737df75e17
] - (SEMVER-MINOR) deps: add corepack (Maël Nison) #39608b85aa5a143
] - deps: upgrade npm to 6.14.16 (Ruy Adorno) #416032755d391a5
] - deps: update ICU to 70.1 (Michaël Zasso) #406583089326d89
] - deps: update archs files for OpenSSL-1.1.1m (Richard Lau) #4117359da7c12aa
] - deps: upgrade openssl sources to 1.1.1m (Richard Lau) #41173cede1f26f6
] - deps: add -fno-strict-aliasing flag to libuv (Daniel Bevenius) #406314477da858f
] - doc: fix corepack grammar for--force
flag (Steven) #407625971d58600
] - doc: add missing YAML tag inesm.md
(Antoine du Hamel) #41516e903798ae1
] - doc: add note regarding unfinished TLA (Antoine du Hamel) #41434a90defebcf
] - esm: makeprocess.exit()
default to exit code 0 (Gang Chen) #41388fc328f1ab0
] - fs: nullish coalescing to respect zero positional reads (Omar El-Mihilmy) #40716004eafbebf
] - (SEMVER-MINOR) lib: add unsubscribe method to non-active DC channels (simon-id) #40433625be7585d
] - (SEMVER-MINOR) lib: add return value for DC channel.unsubscribe (simon-id) #404332c365961d0
] - module: support pattern trailers for imports field (Guy Bedford) #40041607bc74eae
] - (SEMVER-MINOR) module: support pattern trailers (Guy Bedford) #39635f74fe2a59c
] - (SEMVER-MINOR) src: make napi_create_reference accept symbol (JckXia) #39926b050c65885
] - src: add option to disable loading native addons (Dominic Elm) #39977c1695ac68a
] - tools: update certdata.txt (Richard Lau) #40280v14.18.3
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
e2a74f3c99
] - console: fix prototype pollution via console.table (Tobias Nießen) nodejs-private/node-private#307df1b2c33f6
] - crypto,tls: implement safe x509 GeneralName format (Tobias Nießen and Akshay Kumar) nodejs-private/node-private#3009f2c52617f
] - src: add cve reverts and associated tests (Michael Dawson and Akshay Kumar) nodejs-private/node-private#300b14be42518
] - src: remove unused x509 functions (Tobias Nießen and Akshay Kumar) nodejs-private/node-private#30083d8f880bb
] - tls: fix handling of x509 subject and issuer (Tobias Nießen and Akshay Kumar) nodejs-private/node-private#300461a0c674b
] - tls: drop support for URI alternative names (Tobias Nießen and Akshay Kumar) nodejs-private/node-private#300v14.18.2
Compare Source
Notable changes
This release contains a c-ares update to fix a regression introduced in
Node.js 14.17.5 resolving CNAME records containing underscores
#39780.
Also included are commits to allow Node.js 14 to continue to build and
pass tests on our Jenkins CI, including adding Python 3.10 to the list
of allowable Python versions for building.
Commits
7923c61a62
] - build: pin build-docs workflow to Node.js 14 (Richard Lau) #40939da356128fb
] - build: support Python 3.10.0 (FrankQiu) #402969c3a85d279
] - deps: update c-ares to 1.18.1 (Richard Lau) #40660cd7c340545
] - deps: V8: patch jinja2 for Python 3.10 compat (Michaël Zasso) #402966330d435f5
] - doc: mark Node.js 10 as End-of-Life (Richard Lau) #384828ca082ec71
] - doc: fix CJS-ESM selector in Safari (Bradley Farias) #4013592490d1c89
] - doc: add macOS arm64 experimental status (Michael Rienstra) #401278894bdd4d8
] - lib: fix regular expression to detect `/` and `\` (Francesco Trotta) #40325704989b698
] - test: deflake child-process-pipe-dataflow (Luigi Pinca) #40838df401cd346
] - test: update upload.zip to be uncorrupted (Greg Ziskind) #37294aa947f7dbf
] - tools: add script to update c-ares (Richard Lau) #406606b7b2bba41
] - tools: patch jinja2 for Python 3.10 compat (Michaël Zasso) #4029639583f77d8
] - worker: avoid potential deadlock on NearHeapLimit (Santiago Gimeno) #38403v14.18.1
Compare Source
This is a security release.
Notable changes
Commits
8c254ca7e4
] - deps: update llhttp to 2.1.4 (Fedor Indutny) nodejs-private/node-private#2859b92ae2499
] - http: add regression test for smuggling content length (Matteo Collina) nodejs-private/node-private#285f467539719
] - http: add regression test for chunked smuggling (Matteo Collina) nodejs-private/node-private#285v14.18.0
Compare Source
Notable Changes
3a60de0135
] - assert: change status of legacy asserts (James M Snell) #38113df37c106a7
] - (SEMVER-MINOR) buffer: introduce Blob (James M Snell) #36811223494c548
] - (SEMVER-MINOR) buffer: add base64url encoding option (Filip Skokan) #3695214fc4ddabc
] - (SEMVER-MINOR) child_process: allowoptions.cwd
receive a URL (Khaidi Chu) #38862b68b13acb3
] - (SEMVER-MINOR) child_process: add timeout to spawn and fork (Nitzan Uziely) #37256da98c9f99b
] - (SEMVER-MINOR) child_process: allow promisified exec to be cancel (Carlos Fuentes) #34249779310ac87
] - (SEMVER-MINOR) child_process: add 'overlapped' stdio flag (Thiago Padilha) #2941240eb3b79f1
] - (SEMVER-MINOR) cli: add -C alias for --conditions flag (Guy Bedford) #3875539eba0a2e1
] - (SEMVER-MINOR) cli: add --node-memory-debug option (Anna Henningsen) #35537d8d9a9628a
] - (SEMVER-MINOR) dns: add "tries" option to Resolve options (Luan Devecchi) #3961015ba19b020
] - (SEMVER-MINOR) dns: allow--dns-result-order
to change default dns verbatim (Ouyang Yadong) #38099307c1d817f
] - doc: refactor fs docs structure (James M Snell) #371709ee3f77e32
] - (SEMVER-MINOR) errors: remove experimental from --enable-source-maps (Benjamin Coe) #37362e73bfed2f4
] - esm: deprecate legacy main lookup for modules (Guy Bedford) #36918989c204a58
] - (SEMVER-MINOR) fs: allow empty string for temp directory prefix (Voltrex) #39028ef72490cde
] - (SEMVER-MINOR) fs: allow no-params fsPromises fileHandle read (Nitzan Uziely) #38287cad9d20f64
] - (SEMVER-MINOR) fs: add support for async iterators tofsPromises.writeFile
(HiroyukiYagihashi) #374902b0e2706c0
] - fs: improve fsPromises readFile performance (Nitzan Uziely) #37608fe12cc07b3
] - (SEMVER-MINOR) fs: add fsPromises.watch() (James M Snell) #371792459c115a8
] - (SEMVER-MINOR) fs: allowposition
parameter to be aBigInt
in read and readSync (Darshan Sen) #361906544cfb4b9
] - (SEMVER-MINOR) http2: add support for sensitive headers (Anna Henningsen) #34145a6c6cbb4e6
] - (SEMVER-MINOR) http2: allow setting the local window size of a session (Yongsheng Zhang) #359781e5aca550c
] - inspector: mark as stable (Gireesh Punathil) #3774893af04afbb
] - (SEMVER-MINOR) module: add support forURL
toimport.meta.resolve
(Antoine du Hamel) #38587f9f9389d83
] - (SEMVER-MINOR) module: add support fornode:
‑prefixedrequire(…)
calls (ExE Boss) #3724687c71065eb
] - (SEMVER-MINOR) net: introduce net.BlockList (James M Snell) #34625b421d99a48
] - (SEMVER-MINOR) node-api: allow retrieval of add-on file name (Gabriel Schulhof) #371956a4811df8a
] - (SEMVER-MINOR) os: add os.devNull (Luigi Pinca) #385694a88ddeeca
] - (SEMVER-MINOR) perf_hooks: introduce createHistogram (James M Snell) #371551a6bf1c4a3
] - (SEMVER-MINOR) process: add api to enable source-maps programmatically (legendecas) #3908599735a6fe8
] - (SEMVER-MINOR) process: add'worker'
event (James M Snell) #386593982919317
] - (SEMVER-MINOR) process: add direct access to rss without iterating pages (Adrien Maret) #34291526e6c7bde
] - (SEMVER-MINOR) readline: add AbortSignal support to interface (Nitzan Uziely) #37932e6eee08692
] - (SEMVER-MINOR) readline: add support for the AbortController to the question method (Mattias Runge-Broberg) #3367632de361d70
] - (SEMVER-MINOR) readline: add history event and option to set initial history (Mattias Runge-Broberg) #33662797f7f8a38
] - (SEMVER-MINOR) repl: add auto‑completion fornode:
‑prefixedrequire(…)
calls (ExE Boss) #37246abfd71b64c
] - (SEMVER-MINOR) src: call overload ctor from the original ctor (Darshan Sen) #397681efae01b18
] - (SEMVER-MINOR) src: add a constructor overload for CallbackScope (Darshan Sen) #39768f7933804ba
] - (SEMVER-MINOR) src: allow to negate boolean CLI flags (Michaël Zasso) #390236d06ac2202
] - (SEMVER-MINOR) src: add --heapsnapshot-near-heap-limit option (Joyee Cheung) #33010577d228ca0
] - (SEMVER-MINOR) src: add way to get IsolateData and allocator from Environment (Anna Henningsen) #36441658a266cd4
] - (SEMVER-MINOR) src: allow preventing SetPrepareStackTraceCallback (Shelley Vohr) #36447f421422ea4
] - (SEMVER-MINOR) src: add maybe versions of EmitExit and EmitBeforeExit (Anna Henningsen) #35486a62d4d60f4
] - (SEMVER-MINOR) stream: add readableDidRead if has been read from (Robert Nagy) #3958963502131a3
] - (SEMVER-MINOR) stream: pipeline accept Buffer as a valid first argument (Nitzan Uziely) #3773968bbebd42c
] - (SEMVER-MINOR) tls: allow reading data into a static buffer (Andrey Pechkurov) #357531cbb74d63d
] - (SEMVER-MINOR) url: expose urlToHttpOptions utility (Yongsheng Zhang) #359608eb11356dd
] - (SEMVER-MINOR) util: expose toUSVString (Robert Nagy) #3981484fcdc3074
] - (SEMVER-MINOR) v8: implement v8.stopCoverage() (Joyee Cheung) #33807b238b6bf17
] - (SEMVER-MINOR) v8: implement v8.takeCoverage() (Joyee Cheung) #338079f6bc58da8
] - (SEMVER-MINOR) worker: add setEnvironmentData/getEnvironmentData (James M Snell) #37486Commits
Semver-minor commits
f3563d3197
] - (SEMVER-MINOR) async_hooks: use new v8::Context PromiseHook API (Stephen Belanger) #36394df37c106a7
] - (SEMVER-MINOR) buffer: introduce Blob (James M Snell) #36811223494c548
] - (SEMVER-MINOR) buffer: add base64url encoding option (Filip Skokan) #3695214fc4ddabc
] - (SEMVER-MINOR) child_process: allowoptions.cwd
receive a URL (Khaidi Chu) #38862b68b13acb3
] - (SEMVER-MINOR) child_process: add timeout to spawn and fork (Nitzan Uziely) #37256da98c9f99b
] - (SEMVER-MINOR) child_process: allow promisified exec to be cancel (Carlos Fuentes) #34249779310ac87
] - (SEMVER-MINOR) child_process: add 'overlapped' stdio flag (Thiago Padilha) #2941240eb3b79f1
] - (SEMVER-MINOR) cli: add -C alias for --conditions flag (Guy Bedford) #3875539eba0a2e1
] - (SEMVER-MINOR) cli: add --node-memory-debug option (Anna Henningsen) #35537d9b58a0262
] - (SEMVER-MINOR) deps: V8: cherry-pickfa4cb17
(Stephen Belanger) #385779d7177c152
] - (SEMVER-MINOR) deps: V8: cherry-pick4c07451
(Stephen Belanger) #36394ec0f0ef8ef
] - (SEMVER-MINOR) deps: V8: cherry-pick5f44131
(Stephen Belanger) #363943e7238e45a
] - (SEMVER-MINOR) deps: V8: cherry-pick272445f
(Stephen Belanger) #36394214e568597
] - (SEMVER-MINOR) deps: V8: backportc0fceaa
(Stephen Belanger) #36394d8d9a9628a
] - (SEMVER-MINOR) dns: add "tries" option to Resolve options (Luan Devecchi) #3961015ba19b020
] - (SEMVER-MINOR) dns: allow--dns-result-order
to change default dns verbatim (Ouyang Yadong) #38099defb77cac9
] - (SEMVER-MINOR) doc: add missing change to resolver ctor (Luan Devecchi) #396109ee3f77e32
] - (SEMVER-MINOR) errors: remove experimental from --enable-source-maps (Benjamin Coe) #37362989c204a58
] - (SEMVER-MINOR) fs: allow empty string for temp directory prefix (Voltrex) #39028ef72490cde
] - (SEMVER-MINOR) fs: allow no-params fsPromises fileHandle read (Nitzan Uziely) #38287cad9d20f64
] - (SEMVER-MINOR) fs: add support for async iterators tofsPromises.writeFile
(HiroyukiYagihashi) #37490fe12cc07b3
] - (SEMVER-MINOR) fs: add fsPromises.watch() (James M Snell) #371792459c115a8
] - (SEMVER-MINOR) fs: allowposition
parameter to be aBigInt
in read and readSync (Darshan Sen) #361906544cfb4b9
] - (SEMVER-MINOR) http2: add support for sensitive headers (Anna Henningsen) #34145a6c6cbb4e6
] - (SEMVER-MINOR) http2: allow setting the local window size of a session (Yongsheng Zhang) #3597893af04afbb
] - (SEMVER-MINOR) module: add support forURL
toimport.meta.resolve
(Antoine du Hamel) #38587f9f9389d83
] - (SEMVER-MINOR) module: add support fornode:
‑prefixedrequire(…)
calls (ExE Boss) #3724676d4f22bab
] - (SEMVER-MINOR) net: allow net.BlockList to use net.SocketAddress objects (James M Snell) #3791782363d864d
] - (SEMVER-MINOR) net: add SocketAddress class (James M Snell) #379170202ba46b8
] - (SEMVER-MINOR) net: make net.BlockList cloneable (James M Snell) #37917a41a3e3b3f
] - (SEMVER-MINOR) net: make blocklist family case insensitive (James M Snell) #3486487c71065eb
] - (SEMVER-MINOR) net: introduce net.BlockList (James M Snell) #34625b421d99a48
] - (SEMVER-MINOR) node-api: allow retrieval of add-on file name (Gabriel Schulhof) #371956a4811df8a
] - (SEMVER-MINOR) os: add os.devNull (Luigi Pinca) #385694a88ddeeca
] - (SEMVER-MINOR) perf_hooks: introduce createHistogram (James M Snell) #371551a6bf1c4a3
] - (SEMVER-MINOR) process: add api to enable source-maps programmatically (legendecas) #3908599735a6fe8
] - (SEMVER-MINOR) process: add'worker'
event (James M Snell) #386593982919317
] - (SEMVER-MINOR) process: add direct access to rss without iterating pages (Adrien Maret) #34291526e6c7bde
] - (SEMVER-MINOR) readline: add AbortSignal support to interface (Nitzan Uziely) #37932e6eee08692
] - (SEMVER-MINOR) readline: add support for the AbortController to the question method (Mattias Runge-Broberg) #3367632de361d70
] - (SEMVER-MINOR) readline: add history event and option to set initial history (Mattias Runge-Broberg) #33662797f7f8a38
] - (SEMVER-MINOR) repl: add auto‑completion fornode:
‑prefixedrequire(…)
calls (ExE Boss) #37246abfd71b64c
] - (SEMVER-MINOR) src: call overload ctor from the original ctor (Darshan Sen) #397681efae01b18
] - (SEMVER-MINOR) src: add a constructor overload for CallbackScope (Darshan Sen) #397681aa2080d29
] - (SEMVER-MINOR) src: fix align in cares_wrap.h (Luan) #39610f7933804ba
] - (SEMVER-MINOR) src: allow to negate boolean CLI flags (Michaël Zasso) #390236d06ac2202
] - (SEMVER-MINOR) src: add --heapsnapshot-near-heap-limit option (Joyee Cheung) #330104091eb9db7
] - (SEMVER-MINOR) src: move node_binding to modern THROW_ERR* (James M Snell) #35469577d228ca0
] - (SEMVER-MINOR) src: add way to get IsolateData and allocator from Environment (Anna Henningsen) #36441658a266cd4
] - (SEMVER-MINOR) src: allow preventing SetPrepareStackTraceCallback (Shelley Vohr) #36447f421422ea4
] - (SEMVER-MINOR) src: add maybe versions of EmitExit and EmitBeforeExit (Anna Henningsen) #35486a62d4d60f4
] - (SEMVER-MINOR) stream: add readableDidRead if has been read from (Robert Nagy) #3958963502131a3
] - (SEMVER-MINOR) stream: pipeline accept Buffer as a valid first argument (Nitzan Uziely) #3773972ef41c72b
] - (SEMVER-MINOR) test: add wpt tests for Blob (Michaël Zasso) #3681168bbebd42c
] - (SEMVER-MINOR) tls: allow reading data into a static buffer (Andrey Pechkurov) #35753587deacad9
] - (SEMVER-MINOR) tools: addWorker
to type-parser (James M Snell) #386591cbb74d63d
] - (SEMVER-MINOR) url: expose urlToHttpOptions utility (Yongsheng Zhang) #359608eb11356dd
] - (SEMVER-MINOR) util: expose toUSVString (Robert Nagy) #3981484fcdc3074
] - (SEMVER-MINOR) v8: implement v8.stopCoverage() (Joyee Cheung) #33807b238b6bf17
] - (SEMVER-MINOR) v8: implement v8.takeCoverage() (Joyee Cheung) #338079f6bc58da8
] - (SEMVER-MINOR) worker: add setEnvironmentData/getEnvironmentData (James M Snell) #37486Semver-patch commits
3a60de0135
] - assert: change status of legacy asserts (James M Snell) #381135a42be9719
] - async_hooks: use resource stack for AsyncLocalStorage run (Stephen Belanger) #39890fc29ddb38e
] - async_hooks: emit promise trace events from JS (Stephen Belanger) #3913513296d1abf
] - async_hooks: eliminate native PromiseHook (Stephen Belanger) #3913548e5971e51
] - async_hooks: check for empty contexts before removing (Bryan English) #39095691c00c48b
] - async_hooks: switch between native and context hooks correctly (Stephen Belanger) #389128484ab2a6c
] - buffer: avoid creating the backing store in the thread (James M Snell) #37052c8d039a872
] - buffer: make Blob's constructor more spec-compliant (Michaël Zasso) #3736105d73ac286
] - buffer: make Blob's slice method more spec-compliant (Michaël Zasso) #37361e7cf2efc60
] - buffer: add @@toStringTag to Blob (Colin Ihrig) #37336d99deeaf97
] - build: fix update authors commit (Mestery) #398585e1cba81bf
] - build: add authors.yml (Tierney Cyren) #35831ed3c332089
] - build: add option to hide console window (Cheng Zhao) #39712c696f97c5e
] - build: exclude markdown files from some GitHub Actions (Rich Trott) #395650bd6dd1ee2
] - build: use lts shorthand in GitHub Actions (Rich Trott) #395383482bca643
] - build: override python executable path on configure (legendecas) #3946561261cdb8e
] - build: use Node.js 14 in commit-lint.yml (Rich Trott) #39506719f1563c1
] - build: fixhost_arch_cc()
for AIX/IBM i (Richard Lau) #394816e06b2ff9d
] - build: update coverage Makefile target comments (Richard Lau) #393654e28d2b2c0
] - build: run workflows when a PR is ready for review (Michaël Zasso) #394050da5d74da4
] - build: update to setup-node@v2 (Rich Trott) #39366f2e1c2267e
] - build: update gcovr for gcc 8 compatibility (Richard Lau) #39326131dd6ec4d
] - build: remove unused comment in Makefile (LitoMore) #3917140e46321b0
] - build: uvwasi honours node_shared_libuv (Jérémy Lal) #392605c6ab719f2
] - build: shorten path used in tarball build workflow (Richard Lau) #39192870526374c
] - build: addlibrary_files
to gyp variables (himself65) #392930e221156aa
] - build: pass directory instead of list of files to js2c.py (Joyee Cheung) #390698d8415415b
] - build: don't pass--mode
argument to V8 test-runner (Richard Lau) #390552d50217634
] - build: fix commit linter on unrebased PRs (Mary Marchini) #39121c93d5e006e
] - build: use Actions to validate commit message (Mary Marchini) #324170bcaf9c4d1
] - child_process: fix spawn and fork abort behavior (Nitzan Uziely) #373258010c83180
] - child_process: fix bad abort signal leak (Nitzan Uziely) #3725732aff2f5a0
] - console: refactor to avoid unsafe array iteration (Antoine du Hamel) #36753f46e8cdf79
] - debugger: remove undefined parameter (Rich Trott) #39570482459edd4
] - debugger: validate sec-websocket-accept response header (Chris Opperwall) #39357e9c46107d7
] - debugger: rename internal module (Rich Trott) #3937849e0883c75
] - debugger: indicate server is ending (Rich Trott) #3933472a3419510
] - debugger: rename inspector-cli test module to debugger (Rich Trott) #38530b3352cfba4
] - debugger: prevent simultaneous heap snapshots (Rich Trott) #39638e5826ab1c2
] - debugger: remove final lint exceptions in inspect_repl.js (Rich Trott) #3907834c0701952
] - deps: V8: cherry-pick00bb1a7
(Darshan Sen) #3982942359ab582
] - deps: upgrade to libuv 1.42.0 (Luigi Pinca) #39525d863a9db68
] - deps: bump HdrHistogram_C to 0.11.2 (Matteo Collina) #394624c93968a62
] - deps: extract gtest source files to deps/googletest (legendecas) #39386fcae391fed
] - deps: update Acorn to v8.4.1 (Michaël Zasso) #39166327838dd96
] - deps: V8: backportc922458
(Stephen Belanger) #3974389c1bbd7b2
] - deps: V8: cherry-pick81814ed
(Stephen Belanger) #397198b9215d07c
] - deps: update to cjs-module-lexer@1.2.2 (Guy Bedford) #39402e201293ddb
] - dgram: use simplified validator (Voltrex) #397536fdac38f91
] - doc,fs: remove experimental status for WHATWG URL as path (Antoine du Hamel) #38870d56e8268f9
] - doc,lib: prepare for stricter multi-line array linting (Rich Trott) [#37088](https://togithub.com/nodeConfiguration
📅 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.