-
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.6.0 proposal #39534
Merged
Merged
v16.6.0 proposal #39534
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
Fixup the definitions of the properties to avoid the possibility of prototype polution on the object definitions. Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: #39371 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
* Replace _PR_ with Pull Request * Make some content more concise PR-URL: #39359 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Zeyu Yang <himself65@outlook.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
For lint exceptions that are universal or near universal for `test/common`, put the exceptions in a config file rather than disabling the ESLint rules at the top of each file. PR-URL: #39358 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
GYP uses the system path when parsing node.gyp; However, if system python is different from our gyp runtime python, like '2.7', gyp would crash. Co-authored-by: Michaël Zasso <targos@protonmail.com> PR-URL: #39293 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
I pushed a suggestion for the changelog |
nodejs-github-bot
added
build
Issues and PRs related to build files or the CI.
doc
Issues and PRs related to the documentations.
meta
Issues and PRs related to the general management of the project.
needs-ci
PRs that need a full CI run.
v16.x
labels
Jul 27, 2021
find-inactive-collaborators.mjs works fine with Node.js 16.x, but GitHub Actions currently use 14.x by default. PR-URL: #39362 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
GitHub Action workflows can be told to clone a certain number of commits or else everything. Change find-inactive-collaborators to take a number of commits to examine rather than a date range so that the parameter can be used in GitHub Actions. PR-URL: #39362 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
In email, John-David Dalton confirmed that it was appropriate to move to emeritus at this time. PR-URL: #39380 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: John-David Dalton <john.david.dalton@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #38334 Reviewed-By: Michael Dawson <midawson@redhat.com>
Experimental as part of the web streams implementation Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: #39347 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
commit-lint.yml uses setup-node@v1 but all our other GitHub Actions use v2. Update commit-lint.yml. PR-URL: #39366 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Zeyu Yang <himself65@outlook.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #39367 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Add `process.setSourceMapsEnabled` to enable source-maps programmatically. PR-URL: #39085 Reviewed-By: Ben Coe <bencoe@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #39391 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Zeyu Yang <himself65@outlook.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
PR-URL: #39175 Reviewed-By: Bradley Farias <bradley.meck@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: #39331 Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Makes the FileHandle::ClosePromise() idempotent, always returning the same Promise after it has already been successfully called once. Avoids the possibility of accidental double close events. Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: #39331 Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
All other files in `lib/internal` do not start with `_`. For consistency, move `lib/internal/debugger/_inspect.js` to `lib/internal/debugger/inspect.js`. PR-URL: #39378 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com>
Sometimes we capitalize _collaborator_ and sometimes not. After consulting the Microsoft Style Guide and The Chicago Manual of Style, I've concluded it is best to not capitalize it. For consistency, apply that to our various .md files. Refs: https://docs.microsoft.com/en-us/style-guide/capitalization PR-URL: #39379 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit adds instructions for adding machine-readable json files to the security-wg repo in the security release guide. PR-URL: #39220 Reviewed-By: James M Snell <jasnell@gmail.com>
Original commit message: [mips][wasm][liftoff] Fix compile failed Port 2b77ca200c56667c68895e49c96c10ff77834f09 Bug: v8:11809 Change-Id: Idbbbc10d1339d6c8463686b6e701fb601a217cab Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2931557 Reviewed-by: Zhao Jiazhong <zhaojiazhong-hf@loongson.cn> Commit-Queue: Zhao Jiazhong <zhaojiazhong-hf@loongson.cn> Auto-Submit: Liu yu <liuyu@loongson.cn> Cr-Commit-Position: refs/heads/master@{#74934} Refs: v8/v8@5c76da8 PR-URL: #39337 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.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. PR-URL: #39470 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Beth Griggs <bgriggs@redhat.com> 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>
In email, Saúl indicated that they've switched to using their personalized domain email address. Update their email in README accordingly. This will align their email in the README with their email in .mailmap, which will in turn assist the accuracy of tools for contributor metrics. PR-URL: #39511 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com>
The previous Perl script used to generate the AUTHORS file (probably) needed more entries than the current JS script to avoid duplicate entries in AUTHORS. The entry removed here is no longer needed for that purpose, but it is creating a small issue around tooling for gathering contributor metrics. PR-URL: #39512 Reviewed-By: Bradley Farias <bradley.meck@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com>
Per instructions from Fedor, I'm updating their email address in the README. PR-URL: #39510 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
All of our workflows use Node.js 14.x or 16.x except for commit-lint.yml which has 12.x hard-coded. Update it to 14.x and change it to using an environment variable so it is consistent with our other workflows. PR-URL: #39506 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
I can confirm reverting 10f1a85 fixes it - I will just revert it from this release while we figure out the issue as I don't want to hold up this release. |
Closed
This is a security release. Notable Changes: - CVE-2021-22930: Use after free on close http2 on stream canceling (High) [#39423](#39423) - (SEMVER-MINOR) deps: update V8 to 9.2.230.21 (Michaël Zasso) [#39470](#39470) - inspector: mark as stable (Gireesh Punathil) [#37748](#37748) - punycode: add pending deprecation (Antoine du Hamel) [#38444](#38444) - (SEMVER-MINOR) repl: enable --experimental-repl-await /w opt-out (hemanth.hm) [#34733](#34733) PR-URL: #39534
BethGriggs
force-pushed
the
v16.6.0-proposal
branch
from
July 29, 2021 20:18
21f12e1
to
8d2e66c
Compare
richardlau
approved these changes
Jul 29, 2021
BethGriggs
added a commit
that referenced
this pull request
Jul 29, 2021
This is a security release. Notable Changes: - CVE-2021-22930: Use after free on close http2 on stream canceling (High) [#39423](#39423) - (SEMVER-MINOR) deps: update V8 to 9.2.230.21 (Michaël Zasso) [#39470](#39470) - inspector: mark as stable (Gireesh Punathil) [#37748](#37748) - punycode: add pending deprecation (Antoine du Hamel) [#38444](#38444) - (SEMVER-MINOR) repl: enable --experimental-repl-await /w opt-out (hemanth.hm) [#34733](#34733) PR-URL: #39534
BethGriggs
added a commit
to BethGriggs/nodejs.org
that referenced
this pull request
Jul 29, 2021
BethGriggs
added a commit
to nodejs/nodejs.org
that referenced
this pull request
Jul 29, 2021
targos
added
release
Issues and PRs related to Node.js releases.
and removed
wip
Issues and PRs that are still a work in progress.
doc
Issues and PRs related to the documentations.
build
Issues and PRs related to build files or the CI.
meta
Issues and PRs related to the general management of the project.
needs-ci
PRs that need a full CI run.
labels
Sep 27, 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.
Release date and notable changes TBD.
2021-07-29, Version 16.6.0 (Current), @BethGriggs
This is a security release.
Notable Changes
Say hello to V8 9.2
The V8 engine is updated to version 9.2.230.21.
It notably introduces the new
Array.prototype.at
method:Contributed by Michaël Zasso - #39470
Other notable changes
f93d2ac587
] - inspector: mark as stable (Gireesh Punathil) #3774889b4770d5c
] - punycode: add pending deprecation (Antoine du Hamel) #38444b67214fe31
] - (SEMVER-MINOR) repl: enable --experimental-repl-await /w opt-out (hemanth.hm) #34733Commits
b5248d4000
] - async_hooks: emit promise trace events from JS (Stephen Belanger) #39135e18778d409
] - async_hooks: eliminate native PromiseHook (Stephen Belanger) #3913590b9bb1a7d
] - build: use Node.js 14 in commit-lint.yml (Rich Trott) #395065182e26f14
] - build: reset embedder string to "-node.0" (Michaël Zasso) #39470e1910ef290
] - build: fixhost_arch_cc()
for AIX/IBM i (Richard Lau) #39481ce2011b7a1
] - build: update coverage Makefile target comments (Richard Lau) #393656b055f17b6
] - build: run workflows when a PR is ready for review (Michaël Zasso) #3940525f45d5018
] - build: update to setup-node@v2 (Rich Trott) #39366a7472576d7
] - build: addlibrary_files
to gyp variables (himself65) #39293d16d36f1c2
] - crypto: support Big(U)Int64Array in getRandomValues (Michaël Zasso) #3944395db54482a
] - debugger: validate sec-websocket-accept response header (Chris Opperwall) #393573751b92fa2
] - debugger: rename internal module (Rich Trott) #393780e5eb8b17d
] - deps: restore minimum ICU version to 68 (Michaël Zasso) #39470e8da1f25fb
] - (SEMVER-MINOR) deps: make V8 9.2 abi-compatible with 9.0 (Michaël Zasso) #39470a93e6ef777
] - deps: V8: backport 5c76da8ddcf8 (Michaël Zasso) #39337d612544199
] - deps: V8: cherry-pick 359d44df4cdd (Michaël Zasso) #39337c6ec2b4817
] - deps: V8: cherry-pick 3805a698f7b6 (Michaël Zasso) #39337e6b84dfe84
] - deps: V8: cherry-pick 56fe020eec0c (Michaël Zasso) #393372393fae427
] - deps: V8: cherry-pick 2b77ca200c56 (Michaël Zasso) #39337c8e7d80475
] - deps: V8: cherry-pick 53784bdb8f01 (Michaël Zasso) #3933765062b3e0d
] - deps: V8: cherry-pick 7ff6609a5385 (Michaël Zasso) #38990c3efc70df7
] - deps: V8: cherry-pick a5cea1bfc38c (Michaël Zasso) #38990201da87bc1
] - deps: V8: cherry-pick 986299250e6d (Richard Lau) #38990794ad2e016
] - deps: V8: backport 71e8f8bb3c26 (Michaël Zasso) #3899053cc6c8000
] - deps: V8: cherry-pick 3d24b3ab8af0 (Michaël Zasso) #389907f7cb8bfe1
] - deps: silence irrelevant V8 warning (Michaël Zasso) #3899016cbd8c8b6
] - deps: silence irrelevant V8 warnings (Michaël Zasso) #3758798150e2bc6
] - deps: fix V8 build issue with inline methods (Jiawen Geng) #354153f3e167fea
] - deps: make v8.h compatible with VS2015 (Joao Reis) #32116785b8990de
] - deps: V8: forward declaration ofRtl*FunctionTable
(Refael Ackermann) #3211638cb655f04
] - deps: V8: patch register-arm64.h (Refael Ackermann) #321169082ecef66
] - deps: V8: un-cherry-pick bd019bd (Refael Ackermann) #321166114198717
] - (SEMVER-MINOR) deps: update V8 to 9.2.230.21 (Michaël Zasso) #3947089796d0c7f
] - deps: bump HdrHistogram_C to 0.11.2 (Matteo Collina) #394629dd232c42b
] - deps: update to cjs-module-lexer@1.2.2 (Guy Bedford) #39402626eb07fda
] - deps: extract gtest source files to deps/googletest (legendecas) #39386487c45ffd9
] - doc: move lball@redhat.com to emeritus (Lance Ball) #395015f84f47e13
] - doc: update AUTHORS (Rich Trott) #394881d27ae1514
] - doc: update strategic initiative champion (Rich Trott) #39487e552b1a791
] - doc: improve node.js+fips instructions (Benjamin Mayr) #39390aa1dfb3111
] - doc: simplify unnecessarily specific .mailmap entries (Rich Trott) #39430ae69656c61
] - doc: update checkbox label in backporting guide (Darshan Sen) #394204fd8db687d
] - doc: remove _Addenda_ from headers (Rich Trott) #39427cefd2fb1e4
] - doc: simplify .mailmap file (Rich Trott) #39418ade2eed9a6
] - doc: fix broken internal link in http.md (Rich Trott) #394255fdfcc069f
] - doc: remove outdated step in onboarding exercise (Rich Trott) #3941094706c7012
] - doc: revise strategic initiatives text (Rich Trott) #394179932e3589c
] - doc: remove typo (extra ' character) (Nikita Rykov) #394142b92b4ea2d
] - doc: update mailmap and AUTHORS (Rich Trott) #393936d6396594b
] - doc: use a details tag for completed initiatves (Rich Trott) #39416ac43e3331c
] - doc: update commit-queue.md to indicate GitHub Actions are checked (Rich Trott) #3941175130c94d1
] - doc: use _pull request_ instead of _PR_ in onboarding doc (Rich Trott) #3940920bb3f6df0
] - doc: add strategic initiatives from TSC repo (Rich Trott) #393946979313abb
] - doc: standardize on _pull request_ (Rich Trott) #3938420124cc275
] - doc: make minor edits to pull request text (Rich Trott) #3938311482f02cf
] - doc: add docker-node and build-wg issue contents (Daniel Bevenius) #39215c535956b6e
] - doc: add instructions for core vuln files (Daniel Bevenius) #39220353a8bb27b
] - doc: standardize on not capitalizing _collaborator_ (Rich Trott) #393799b15e5c155
] - doc: update mailmap and deduplicate AUTHORS entry (Rich Trott) #39391e44ccd9aad
] - doc: update AUTHORS (Rich Trott) #3936739e6536a87
] - doc: move jdalton to emeritus (Rich Trott) #39380bbff5a9e47
] - doc: edit guide on pull requests (Rich Trott) #39359902ef9aca0
] - doc,meta: update email addresses for misterdjules (Rich Trott) #39433cc7b61721c
] - doc,tools: removecheckLinks.mjs
(Antoine du Hamel) #39206e2fd015cda
] - domain: do not add domain to promise from other context (Stephen Belanger) #3913593eff3f5a6
] - esm: refine ERR_REQUIRE_ESM errors (Guy Bedford) #391751fb0954202
] - events: allow an event to be dispatched multiple times (Luigi Pinca) #393956f2989c346
] - events: allow the options argument to be null (Luigi Pinca) #3948672ad6d3f27
] - fs: check closing_ in FileHandle::Close (James M Snell) #394728b58e574ba
] - fs: fix FileHandle::ClosePromise to return persisted Promise (James M Snell) #393319d950a0956
] - http2: on receiving rst_stream with cancel code add it to pending list (Akshay K) #3942319e9accf91
] - inspector: mark as stable (Gireesh Punathil) #37748e4331cd43d
] - lib: comment explaining special-case handling of promises (Stephen Belanger) #391350a47f5fc54
] - meta: update collaborator email in README (Rich Trott) #3951065020110e8
] - meta: remove unneeded .mailmap entry (Rich Trott) #39512864ef11be8
] - meta: update email address for collaborator (Rich Trott) #39511d3f58cb650
] - meta: align collaborator name in .mailmap/AUTHORS with README (Rich Trott) #394895f9b2187a1
] - meta: align email address in README/.mailmap/AUTHORS (Rich Trott) #395039fbe3f6b49
] - meta: revise .mailmap for README consistency (Rich Trott) #39457f6fbb38924
] - meta: alphabetize .mailmap file (Rich Trott) #39434dc9c6aa428
] - meta: align collaborator email in .mailmap/AUTHORS with README (Rich Trott) #39478febeb0df16
] - meta: update AUTHORS (Rich Trott) #39461d059ed9242
] - meta: add .mailmap entry for new email for existing contributor (Rich Trott) #39431cdf7251370
] - process: add api to enable source-maps programmatically (legendecas) #39085eccc9a6578
] - punycode: add pending deprecation (Antoine du Hamel) #38444a082a705b3
] - (SEMVER-MINOR) repl: enable --experimental-repl-await /w opt-out (hemanth.hm) #34733b230ac12d9
] - src: stop using deprecated v8::ApiObject (Michaël Zasso) #38990929205e6b9
] - src: use non-deprecated Symbol::Description (Michaël Zasso) #3899042ff6d952a
] - src: print native module id on native module not found (legendecas) #39460f0287e52aa
] - src: close HandleWraps instead of deleting them in OnGCCollect() (Anna Henningsen) #394412cf52f8db1
] - src: set SSL_OP_ALLOW_CLIENT_RENEGOTIATION (Daniel Bevenius) #38753fc138376aa
] - src: remove unused guards around node-api reference (legendecas) #3833426ada4971c
] - stream: import internal/util/types instead (James M Snell) #39331e91053a465
] - stream: implement TextEncoderStream and TextDecoderStream (James M Snell) #39347efe74746f0
] - stream: fixup property definition to avoid prototype polution (James M Snell) #393714709da0372
] - test: ensure microtask queues are not automatically drained (Jochen Eisinger) #3899086ca9a8a80
] - test: remove test-debug-args (Michaël Zasso) #38990bbcd651cfd
] - test: update trace events test expectations (Michaël Zasso) #38990039f64f249
] - test: fix WASI link test (Richard Lau) #39485b1d38ddc8a
] - test: update OpenSSL3 error messages for beta-1 (Daniel Bevenius) #39437db4f802fba
] - Revert "test: skip tests for openssl-3.0.0-alpha15" (Daniel Bevenius) #39437a30d021b94
] - test: add test for WebSocket secret verification in debugger (Rich Trott) #3935704355afd24
] - test: add NumberFormat resolvedOptions test (Richard Lau) #39401d0fb02c26a
] - test: put common lint exceptions into config file (Rich Trott) #39358259d091366
] - test: mark test-domain-error-types flaky (James M Snell) #393695517769472
] - tools: fetch googletest dependency for V8 CI (Michaël Zasso) #389905fe74aa403
] - tools: update V8 gypfiles for 9.2 (Michaël Zasso) #38990e58cf4e44c
] - tools: flag README/mailmap mismatches in find-inactive-collaborators (Rich Trott) #394770a46e66253
] - tools: use mailmap for find-inactive-collaborators (Rich Trott) #394327570f998df
] - tools: email matchin is case insensitive for .mailmap (Rich Trott) #394305c11a0279d
] - tools: make internal link checker more robust (Rich Trott) #394294c32aa02db
] - tools: added remark-frontmatter (Ben Halverson) #38717c6a7c3d00d
] - tools: fix broken link hash (Rich Trott) #394260f1d51578e
] - tools: change commit fetch limiting in find-inactive-collaborators (Rich Trott) #39362e5d64473e8
] - tools: use Node.js 16.x for GitHub workflow (Rich Trott) #3936268fd6d5282
] - url: prevent pathname setter from erasing path of path-only URLs (Darshan Sen) #39060