-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
v16.11.0 release proposal #40319
Merged
Merged
v16.11.0 release proposal #40319
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PR-URL: #40285 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
PR-URL: #40285 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Original commit message: [testrunner] delete ancient junit compatible format support Testrunner has ancient support for JUnit compatible XML output. This CL removes this old feature. R=mstarzinger@chromium.org,jgruber@chromium.org,jkummerow@chromium.org CC=machenbach@chromium.org Bug: v8:8728 Change-Id: I7e1beb011dbaec3aa1a27398a5c52abdd778eaf0 Reviewed-on: https://chromium-review.googlesource.com/c/1430065 Reviewed-by: Jakob Gruber <jgruber@chromium.org> Reviewed-by: Michael Starzinger <mstarzinger@chromium.org> Commit-Queue: Tamer Tas <tmrts@chromium.org> Cr-Commit-Position: refs/heads/master@{#59045} Refs: v8/v8@bd019bd PR-URL: #32116 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Fixes a compilation issue on some platforms PR-URL: #32116 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This should be semver-patch since actual invocation is version conditional. PR-URL: #32116 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
There is a bug in the most recent version of VS2015 that affects v8.h and therefore prevents compilation of addons. Refs: https://stackoverflow.com/q/38378693 PR-URL: #32116 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
PR-URL: #35415 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> deps: patch for v8 on windows PR-URL: #40010 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> deps: patch v8 for vs2019 in std17 PR-URL: #40060 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
PR-URL: #37587 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
PR-URL: #38990 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Original commit message: [date] Fix Date#getMinutes() test failures After building V8 using Clang (./out/x64.release/v8_build_config.json says that "is_clang" is true), I could reproduce the referenced bug report locally. Replacing the getMinutes() calls with getUTCMinutes() calls fixed the test failure. Signed-off-by: Darshan Sen <raisinten@gmail.com> Bug: v8:11200 Change-Id: Ia36be481f2c8728380d550ead856ef8e51b1069c Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3093362 Reviewed-by: Toon Verwaest <verwaest@chromium.org> Commit-Queue: Toon Verwaest <verwaest@chromium.org> Cr-Commit-Position: refs/heads/main@{#76367} Refs: v8/v8@00bb1a7 Signed-off-by: Darshan Sen <darshan.sen@postman.com> PR-URL: #39829 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Original commit message: [platform] Fix compilation on 32-bit Windows Use `extern "C"` to declare the __readfsdword function. Fixes error C2732 in the Node.js CI. Bug: chromium:796644 Change-Id: If261985e65bfdade53ce06ff28afe0e2db402f7a Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3086457 Reviewed-by: Clemens Backes <clemensb@chromium.org> Commit-Queue: Michaël Zasso <mic.besace@gmail.com> Cr-Commit-Position: refs/heads/master@{#76259} Refs: v8/v8@bdcda72 Backport-PR-URL: #40285 PR-URL: #39945 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
Original commit message: [rab/gsab] Fix missing assignment in BackingStore::Reallocate See #39945 Bug: v8:11111 Change-Id: I7271a907bf036c18a014b2a13ff5746db622456a Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3141581 Reviewed-by: Leszek Swirski <leszeks@chromium.org> Commit-Queue: Marja Hölttä <marja@chromium.org> Cr-Commit-Position: refs/heads/main@{#76670} Refs: v8/v8@5681a65 Backport-PR-URL: #40285 PR-URL: #39945 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
Original commit message: [compiler] Gracefully handle an unsupported situation ... by skipping the optimization instead of CHECK-failing. Bug: v8:12188 Change-Id: I6709bf1c55506f3d12886efbfbb9934788cd02ce Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3148132 Auto-Submit: Georg Neis <neis@chromium.org> Commit-Queue: Jakob Gruber <jgruber@chromium.org> Reviewed-by: Jakob Gruber <jgruber@chromium.org> Cr-Commit-Position: refs/heads/main@{#76741} Refs: v8/v8@9a60704 PR-URL: #40046 Fixes: #40030 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
Revert "[api] Avoid handles for const API functions" This reverts commit aee471b2ff5b1a9e622426454885b748d226535b. Revert "[api] Remove deprecated [Shared]ArrayBuffer API" This reverts commit 578f6be77fc5d8af975005c2baf918e7225abb62. Revert "[Jobs]: Cleanup in v8 platform." This reverts commit baf2b088dd9f585aa597459f30d71431171666e2. Revert "Skip global registration of [Shared]ArrayBuffer backing stores" This reverts commit fcdf35e6d70d51699ece063e25dc705e80673308. Revert "[api] Remove previously deprecated Function::GetDisplayName()." This reverts commit 6165fef8cc9dde52973e54c915e6905221b3f8fb. Revert "[api] Remove deprecated Symbol::Name()" This reverts commit bbc72ef6c7d6d8e2c4dd074d7713e5c841003163. Revert API change for HeapProfiler::TakeHeapSnapshot This reverts a small part of 7f52e4f92d3d3ded9a1701ee2f93966075ae5004. Revert "[cpu-profiler] Reintroduce support for context filtering" This reverts commit 0aacfb2a6ecbeda1d1d97ca113afd8253a1b9670. Restore new argument for TakeHeapSnapshot method This creates a new TakeHeapSnapshotV8_92 method with the signature from 7f52e4f92d3d3ded9a1701ee2f93966075ae5004. It is necessary because the API is used internall by V8. Silence irrelevant warning V8 triggers it in the Name method. Revert "[api] Add v8::metrics::LongTaskStats for the LongTasks UKM" This reverts commit 521ae93bf652b0cc1fec1fdd788e3b80fb72a349. Move cage_base isolate data field Makes 3ada6f27404b4ffd6d3e97cf15be76672f60c10d ABI-compatible. Revert ABI-breaking change in FunctionTemplate::SetCallHandler Reverts part of a7980d43e030ba4bdb36813d4bc99f85982bf4ee and ad4eab00e7ec96730eb2c1b6ddcef14ba2e4becd. Revert "[api] Support PropertyAttribute in v8::Template::Set" This reverts commit 22a32f11f7a39e4a73105608a51ebab0ad97960f. Revert API change for FunctionTemplate::New This reverts the API change of 5f82dbbe534635a8b1e93f27e8fd7e68c0eaf291. Fix some reverts - constness of internal APIs has not external effect - restored API function must but adapted to moved internal API. Revert "[api] Add API for off-thread code cache deserialization" This reverts commit f888f48e4c65e3ccfd9fd831c71c1832b957c945. Revert "[api] Implement signature checks using instance types" This reverts commit 7df6678c32255ec5a1b1470f1e5a7e56b3b192fa. Revert "[api] Remove deprecated APIs" This reverts commit 390456678a8261827cd9a1b5f0c4dc8e4328af07. PR-URL: #40285 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Refs: v8/v8@edac496 PR-URL: #39470 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Fix formatting that will change when run through upcoming remark preset. PR-URL: #40154 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
PR-URL: #40150 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Looks like only one .md file in `tools` needs to be changed. PR-URL: #40155 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #40156 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #40158 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #40159 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Upcoming remark-based formatting/linting will add a blank line between comments in markdown. This is in preparation for that change. PR-URL: #40160 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #40157 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.com>
PR-URL: #40161 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
This makes the version picker usable on mobile devices. Previously, the version picker was difficult to select from. This change makes the #gtoc > ul > li elements have a display of `block` instead of `inline`. PR-URL: #39958 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
Update remark-preset-lint-node from 3.0.1 to 3.1.0. This is a necessary step before we can use the lint preset to format markdown files. PR-URL: #40166 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: #40177 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
I ran into "Cannot combine --user and --target" in an environment and adding --no-user seemed to fix it. Refs: https://stackoverflow.com/a/67259534/436641 PR-URL: #40169 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Christian Clauss <cclauss@me.com>
This fix is now in There is a PR for including that in node16 here |
23 tasks
PR-URL: #40369 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Danielle Adams <adamzdanielle@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
danielleadams
added a commit
to danielleadams/node
that referenced
this pull request
Oct 8, 2021
Notable changes: * crypto: * update root certificates (Richard Lau) nodejs#40280 * deps: * upgrade npm to 8.0.0 (npm team) nodejs#40369 * update `nghttp2` to v1.45.1 (thunder-coding) nodejs#40206 * update V8 to 9.4.146.19 (Michaël Zasso) nodejs#40285 * tools: * update certdata.txt (Richard Lau) nodejs#40280 PR-URL: nodejs#40319
This comment has been minimized.
This comment has been minimized.
danielleadams
force-pushed
the
v16.11.0-proposal
branch
from
October 8, 2021 03:48
7521628
to
80c5b9d
Compare
We are now on Oct 08 |
Okay, yeah, I'll push up changes for the release date. |
danielleadams
force-pushed
the
v16.11.0-proposal
branch
from
October 8, 2021 06:17
80c5b9d
to
f1ae6fb
Compare
richardlau
approved these changes
Oct 8, 2021
Closed
danielleadams
added a commit
to nodejs/nodejs.org
that referenced
this pull request
Oct 8, 2021
danielleadams
added a commit
to nodejs/nodejs.org
that referenced
this pull request
Oct 8, 2021
This was referenced Oct 9, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
2021-10-08, Version 16.11.0 (Current), @danielleadams
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-pick 9a607043cb31 (Jiawen Geng) #400468de5eb88d3
] - deps: V8: cherry-pick 5681a6565828 (Michaël Zasso) #39945150d816edb
] - deps: V8: cherry-pick bdcda72cd1d8 (Michaël Zasso) #39945807b68b430
] - deps: V8: cherry-pick 00bb1a77c03e (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-pick bd019bd (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) #40214