chore(deps): update dependency node to v16.20.2 - autoclosed #77
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:
16.15.0
->16.20.2
Release Notes
nodejs/node (node)
v16.20.2
: 2023-08-09, Version 16.20.2 'Gallium' (LTS), @RafaelGSSCompare Source
This is a security release.
Notable Changes
The following CVEs are fixed in this release:
More detailed information on each of the vulnerabilities can be found in August 2023 Security Releases blog post.
Commits
40c3958a5a
] - deps: update archs files for OpenSSL-1.1.1v (RafaelGSS) #49043a9ac9da89a
] - deps: fix openssl crypto clean (RafaelGSS) #49043362d4c7494
] - deps: upgrade openssl sources to OpenSSL_1_1_1v (RafaelGSS) #49043d8ccfe9ad4
] - policy: handle Module.constructor and main.extensions bypass (RafaelGSS) nodejs-private/node-private#445242aaa0caa
] - policy: disable process.binding() when enabled (Tobias Nießen) nodejs-private/node-private#459v16.20.1
: 2023-06-20, Version 16.20.1 'Gallium' (LTS), @RafaelGSSCompare Source
This is a security release.
Notable Changes
The following CVEs are fixed in this release:
mainModule.__proto__
Bypass Experimental Policy Mechanism (High)More detailed information on each of the vulnerabilities can be found in June 2023 Security Releases blog post.
Commits
5a92ea7a3b
] - crypto: handle cert with invalid SPKI gracefully (Tobias Nießen)5df04e893a
] - deps: setCARES_RANDOM_FILE
for c-ares (Richard Lau) #48156c171cbd124
] - deps: update c-ares to 1.19.1 (RafaelGSS) #48115155d3aac02
] - deps: update archs files for OpenSSL-1.1.1u+quic (RafaelGSS) #483698d4c8f8ebe
] - deps: upgrade openssl sources to OpenSSL_1_1_1u (RafaelGSS) #483691a5c9284eb
] - doc,test: clarify behavior of DH generateKeys (Tobias Nießen) nodejs-private/node-private#426e42ff4b018
] - http: disable request smuggling via empty headers (Paolo Insogna) nodejs-private/node-private#42910042683c8
] - msi: do not create AppData\Roaming\npm (Tobias Nießen) nodejs-private/node-private#408a6f4e87bc9
] - policy: handle mainModule.__proto__ bypass (RafaelGSS) nodejs-private/node-private#416b77000f4d7
] - test: allow SIGBUS in signal-handler abort test (Michaël Zasso) #47851v16.20.0
: 2023-03-29, Version 16.20.0 'Gallium' (LTS), @BethGriggsCompare Source
Notable Changes
Commits
de6dd67790
] - crypto: avoid hang when no algorithm available (Richard Lau) #462374617512788
] - crypto: ensure auth tag set for chacha20-poly1305 (Ben Noordhuis) #4618524972164fc
] - deps: update undici to 5.20.0 (Node.js GitHub Bot) #4671185f88c6a8d
] - deps: V8: cherry-pick90be99f
(Michaël Zasso) #46646b4ebe6d47b
] - deps: update c-ares to 1.19.0 (Michaël Zasso) #4641556cbc7fdda
] - deps: V8: cherry-pickc2792e5
(Jiawen Geng) #449617af9bdb31e
] - deps: upgrade npm to 8.19.4 (npm team) #46677962a7471b5
] - deps: update corepack to 0.17.0 (Node.js GitHub Bot) #46842748bc96e35
] - deps: update corepack to 0.16.0 (Node.js GitHub Bot) #46710a467782499
] - deps: update corepack to 0.15.3 (Node.js GitHub Bot) #460371913b6763d
] - deps: update corepack to 0.15.2 (Node.js GitHub Bot) #45635809371a15f
] - module: require.resolve.paths returns null with node schema (MURAKAMI Masahiko) #45147086bb2f8d4
] - Revert "src: let http2 streams end after session close" (Rich Trott) #467216a01d39120
] - (SEMVER-MINOR) src: add support for externally shared js builtins (Michael Dawson) #44376d081032a60
] - test: fix test-net-connect-reset-until-connected (Vita Batrla) #46781efe1be47ec
] - test: skip test depending onoverlapped-checker
when not available (Antoine du Hamel) #45015fc47d58abe
] - test: remove cjs loader from stack traces (Geoffrey Booth) #44197cf76d0790d
] - test: fix WPT title when no META title is present (Filip Skokan) #468040d1485b924
] - test: fix default WPT titles (Filip Skokan) #46778088e9cde3d
] - test: add WPTRunner support for variants and generating WPT reports (Filip Skokan) #46498908c4dff44
] - test: mark test-crypto-key-objects flaky on Linux (Richard Lau) #46684768e56227e
] - tools: makeutils.SearchFiles
deterministic (Bruno Pitrus) #44496v16.19.1
: 2023-02-16, Version 16.19.1 'Gallium' (LTS), @richardlauCompare Source
This is a security release.
Notable Changes
The following CVEs are fixed in this release:
Fixed by an update to undici:
More detailed information on each of the vulnerabilities can be found in February 2023 Security Releases blog post.
This security release includes OpenSSL security updates as outlined in the recent
OpenSSL security advisory.
Commits
7fef050447
] - build: build ICU with ICU_NO_USER_DATA_OVERRIDE (RafaelGSS) nodejs-private/node-private#374b558e9f476
] - crypto: clear OpenSSL error on invalid ca cert (RafaelGSS) nodejs-private/node-private#375160adb7ffc
] - crypto: clear OpenSSL error queue after calling X509_check_private_key() (Filip Skokan) #45495d0ece30948
] - crypto: clear OpenSSL error queue after calling X509_verify() (Takuro Sato) #453772d9ae4f184
] - deps: update undici to v5.19.1 (Matteo Collina) nodejs-private/node-private#388d80e8312fd
] - deps: cherry-pick Windows ARM64 fix for openssl (Richard Lau) #46568de5c8d2c2f
] - deps: update archs files for quictls/openssl-1.1.1t+quic (RafaelGSS) #465681a8ccfe908
] - deps: upgrade openssl sources to OpenSSL_1_1_1t+quic (RafaelGSS) #46568693789780b
] - doc: clarify release notes for Node.js 16.19.0 (Richard Lau) #45846f95ef064f4
] - lib: makeRequireFunction patch when experimental policy (RafaelGSS) nodejs-private/node-private#358b02d895137
] - policy: makeRequireFunction on mainModule.require (RafaelGSS) nodejs-private/node-private#358d7f83c420c
] - test: avoid left behind child processes (Richard Lau) #46276v16.19.0
: 2022-12-13, Version 16.19.0 'Gallium' (LTS), @richardlauCompare Source
Notable Changes
OpenSSL 1.1.1s
This update is a bugfix release and does not address any security
vulnerabilities.
Root certificates updated to NSS 3.85
Certificates added:
A626340
Certificates removed:
Time zone update to 2022f
Time zone data has been updated to 2022f. This includes changes to Daylight
Savings Time (DST) for Fiji and Mexico. For more information, see
https://mm.icann.org/pipermail/tz-announce/2022-October/000075.html.
Other Notable Changes
33707dcd03
] - dgram: add dgram send queue info (theanarkh) #44149Dependency updates:
3b2b70d792
] - deps: upgrade npm to 8.19.3 (npm team) #45322Experimental features:
1e0dcd1ee0
] - cli: add--watch
(Moshe Atlow) #443668c73279ebb
] - util: add default value option to parsearg (Manuel Spigolon) #44631Commits
bbef3c42f6
] - build: add version info to timezone update PR (Darshan Sen) #45021cc2c7648e0
] - build: support Python 3.11 (Luigi Pinca) #45191ac24c80663
] - build: remove redundant condition from common.gypi (Richard Lau) #4507603dcbe3030
] - build: fix bad upstream merge (Stephen Gallagher) #446421e0dcd1ee0
] - cli: add--watch
(Moshe Atlow) #4436696d131665e
] - cluster: use inspector utils (Moshe Atlow) #44592704836033a
] - crypto: update root certificates (Luigi Pinca) #454905a776d4a69
] - deps: update timezone to 2022f (Richard Lau) #456133b2b70d792
] - deps: upgrade npm to 8.19.3 (npm team) #453229fbc8b21db
] - deps: update corepack to 0.15.1 (Node.js GitHub Bot) #4533187e3d002ca
] - deps: update corepack to 0.15.0 (Node.js GitHub Bot) #45235e972ff7b13
] - deps: V8: backportbbd800c
(Chengzhong Wu) #44947af9d8217c0
] - deps: V8: cherry-pickb953542
(Chengzhong Wu) #4494738202d321b
] - deps: update undici to 5.12.0 (Node.js GitHub Bot) #452367c0da6adf9
] - deps: update archs files for OpenSSL-1.1.1s (RafaelGSS) #452741149ead6f7
] - deps: upgrade openssl sources to OpenSSL_1_1_1s (RafaelGSS) #45274cd54bce4f5
] - deps: update timezone (Node.js GitHub Bot) #449502901abe4f0
] - deps: update undici to 5.11.0 (Node.js GitHub Bot) #44929c80cf97033
] - deps: update corepack to 0.14.2 (Node.js GitHub Bot) #4477533707dcd03
] - dgram: add dgram send queue info (theanarkh) #44149c708d9bb94
] - doc: fix typo in parseArgs default value (Tobias Nießen) #450835a0efa05d2
] - node-api: handle no support for external buffers (Michael Dawson) #45181db31de634e
] - readline: refactor to avoid unsafe regex primordials (Antoine du Hamel) #43475fbc52e5729
] - src: disambiguate terms used to refer to builtins and addons (Joyee Cheung) #44135953072d3db
] - src: let http2 streams end after session close (Santiago Gimeno) #4515354608d8dc3
] - src: split property helpers from node::Environment (Chengzhong Wu) #440566733556783
] - test: add test to validate changelogs for releases (Richard Lau) #45325821d832cef
] - test: mark test-watch-mode* as flaky on all platforms (Pierrick Bouvier) #4504902a18eac69
] - test: fix test-runner-inspect (Moshe Atlow) #44620197df63f74
] - test: add a test to ensure the correctness of timezone upgrades (Darshan Sen) #4529942e9d8016a
] - test: fix textdecoder test for small-icu builds (Richard Lau) #452256d736a56d8
] - test: fix watch mode test flake (Moshe Atlow) #44739543d3d2bf3
] - test: deflake watch mode tests (Moshe Atlow) #4462197f6caf4eb
] - test: split watch mode inspector tests to sequential (Moshe Atlow) #44551499750ff7a
] - test: update list of known globals (Antoine du Hamel) #4525564d343af74
] - test_runner: support using--inspect
with--test
(Moshe Atlow) #4452099ee5e484d
] - test_runner: fixduration_ms
to be milliseconds (Moshe Atlow) #4445037e909251c
] - test_runner: support programmatically running--test
(Moshe Atlow) #442410ae5694f88
] - tools: update certdata.txt (Luigi Pinca) #45490891368cefd
] - tools: remove faulty early termination logic from update-timezone.mjs (Darshan Sen) #44870543493c242
] - tools: fix timezone update tool (Darshan Sen) #44870c77f660b75
] - tools: fixcreate-or-update-pull-request-action
hash on GHA (Antoine du Hamel) #4516658c30dd049
] - tools: update gr2m/create-or-update-pull-request-action (Luigi Pinca) #45022749a4b3e5e
] - tools: use Python 3.11 in GitHub Actions workflows (Luigi Pinca) #451916f541d99a5
] - tools: have test-asan use ubuntu-20.04 (Filip Skokan) #45581e7ed56f501
] - tools: make license-builder.sh comply with shellcheck 0.8.0 (Rich Trott) #41258cc819b4bf8
] - tools: fix typo inavoid-prototype-pollution
lint rule (Antoine du Hamel) #44446254358c81e
] - tools: refactoravoid-prototype-pollution
lint rule (Antoine du Hamel) #434768c73279ebb
] - util: add default value option to parsearg (Manuel Spigolon) #44631v16.18.1
: 2022-11-04, Version 16.18.1 'Gallium' (LTS), @BethGriggsCompare Source
This is a security release.
Notable changes
The following CVEs are fixed in this release:
More detailed information on each of the vulnerabilities can be found in November 2022 Security Releases blog post.
Commits
9ffddd7098
] - inspector: harden IP address validation again (Tobias Nießen) nodejs-private/node-private#354v16.18.0
: 2022-10-12, Version 16.18.0 'Gallium' (LTS), @juanarbolCompare Source
Notable changes
1cc050eaa8
] - (SEMVER-MINOR) assert: addgetCalls
andreset
to callTracker (Moshe Atlow) #44191e5c9975f11
] - (SEMVER-MINOR) crypto: allow zero-length secret KeyObject (Filip Skokan) #44201317cd051ce
] - (SEMVER-MINOR) crypto: allow zero-length IKM in HKDF and in webcrypto PBKDF2 (Filip Skokan) #44201f80bdc5ef3
] - (SEMVER-MINOR) doc: deprecate modp1, modp2, and modp5 groups (Tobias Nießen) #445888398e98b1b
] - (SEMVER-MINOR) http: make idle http parser count configurable (theanarkh) #439742cd2f56962
] - (SEMVER-MINOR) http: throw error on content-length mismatch (sidwebworks) #443786be761e8a9
] - (SEMVER-MINOR) lib: add diagnostics channel for process and worker (theanarkh) #440451400796cef
] - (SEMVER-MINOR) net,tls: pass a valid socket ontlsClientError
(Daeyeon Jeong) #44021092239a7f1
] - (SEMVER-MINOR) net: add local family (theanarkh) #43975381e11e18e
] - (SEMVER-MINOR) report: expose report public native apis (Chengzhong Wu) #442552ba547aa5b
] - (SEMVER-MINOR) src: expose environment RequestInterrupt api (Chengzhong Wu) #443626ed3367155
] - (SEMVER-MINOR) stream: addReadableByteStream.tee()
(Daeyeon Jeong) #445050fbedac6ce
] - (SEMVER-MINOR) test_runner: add before/after/each hooks (Moshe Atlow) #4373070563b53c5
] - (SEMVER-MINOR) util: addmaxArrayLength
option to Set and Map (Kohei Ueno) #43576Commits
1cc050eaa8
] - (SEMVER-MINOR) assert: addgetCalls
andreset
to callTracker (Moshe Atlow) #441912e87cdd1e6
] - benchmark: fix startup benchmark (Evan Lucas) #4472729c0f9ef30
] - benchmark: add stream destroy benchmark (SindreXie) #44533f01bb58c1e
] - bootstrap: update comments in bootstrap/node.js (Joyee Cheung) #44726db151e182f
] - bootstrap: stop delaying instantiation of maps in per-context scripts (Darshan Sen) #42934f700074c57
] - buffer: fixatob
input validation (Austin Kelleher) #42662e10095a759
] - build: update timezone-update.yml (Alex) #44717bec2ede687
] - build: remove redundant entry in crypto (Jiawen Geng) #446047b3a2c3353
] - build: rewritten the Android build system (BuShe Pie) #44207e96bb14942
] - build: add --libdir flag to configure (Stephen Gallagher) #443612a4491b34d
] - build: added NINJA env to customize ninja binary (Jeff Dickey) #44293aaad7a64b4
] - build: enable pointer authentication for branch protection on arm64 (Jeremiah Gowdy) #43200041bb54143
] - build: add workflow to label flaky-test platform (Rafael Gonzaga) #4404258d85c1109
] - build: optimized and fixed building configuration to Android (BuShe) #440165cd8b7bc8b
] - build: allow test-internet on forks if not scheduled (Rich Trott) #440739698be9347
] - build: skip test-internet run on forks (Rich Trott) #4405425e6f48e4a
] - child_process: remove lookup of undefined property (Colin Ihrig) #44766a3bdd07321
] - cluster: fix cluster rr distribute error (theanarkh) #44202317cd051ce
] - (SEMVER-MINOR) crypto: allow zero-length IKM in HKDF and in webcrypto PBKDF2 (Filip Skokan) #44201e5c9975f11
] - (SEMVER-MINOR) crypto: allow zero-length secret KeyObject (Filip Skokan) #442017e705d8d74
] - crypto: fix webcrypto deriveBits validations (Filip Skokan) #441737ad2a268b9
] - crypto: fix webcrypto EC key namedCurve validation errors (Filip Skokan) #441722c938d73ff
] - crypto: fix webcrypto operation errors to be OperationError (Filip Skokan) #44171a6e2cb40a6
] - crypto: fix webcrypto generateKey() AES key length validation error (Filip Skokan) #441707e07cce24b
] - crypto: use EVP_PKEY_CTX_set_dsa_paramgen_q_bits when available (David Benjamin) #445611fc6394741
] - crypto: restrict PBKDF2 args to signed int (Tobias Nießen) #445759a52ee7577
] - crypto: handle invalid prepareAsymmetricKey JWK inputs (Filip Skokan) #444757100baee40
] - crypto: use actual option name in error message (Tobias Nießen) #44455579e066c3a
] - crypto: add digest name to INVALID_DIGEST errors (Tobias Nießen) #44468566d80f622
] - crypto: improve RSA-PSS digest error messages (Tobias Nießen) #44307f717c1e06a
] - debugger: decrease timeout used to wait for the port to be free (Joyee Cheung) #443590f2fcaf771
] - deps: update to ngtcp2 0.8.1 and nghttp3 0.7.0 (Tobias Nießen) #446221a8aada69d
] - deps: update corepack to 0.14.1 (Node.js GitHub Bot) #44704e4f18b4f34
] - deps: update ngtcp2 update instructions (Tobias Nießen) #4461921b5ab1494
] - deps: upgrade npm to 8.19.2 (npm team) #44632916b319e7a
] - deps: update to uvwasi 0.0.13 (Colin Ihrig) #4452467cbbcc902
] - deps: update corepack to 0.14.0 (Node.js GitHub Bot) #445099f14dc1a8f
] - deps: update Acorn to v8.8.0 (Michaël Zasso) #444371811a6aaa8
] - deps: update icu tzdata to 2022b (Matías Zúñiga) #442830c4953cbd1
] - deps: update undici to 5.9.1 (Node.js GitHub Bot) #443198a921fea74
] - deps: upgrade npm to 8.19.1 (npm team) #44486763a63c14b
] - deps: update corepack to 0.13.0 (Node.js GitHub Bot) #44318fdb699c84a
] - deps: upgrade npm to 8.18.0 (npm team) #442632a44872f96
] - deps: update corepack to 0.12.3 (Node.js GitHub Bot) #4422948967e4b34
] - deps: upgrade npm to 8.17.0 (npm team) #442050484122f71
] - deps: update undici to 5.8.2 (Node.js GitHub Bot) #44187e404ac7eed
] - deps: update undici to 5.8.1 (Node.js GitHub Bot) #441589a5ee5e9e3
] - deps: update corepack to 0.12.2 (Node.js GitHub Bot) #441593657cb277b
] - deps: remove unnecessary file (Brian White) #44133d66a807596
] - deps: upgrade npm to 8.16.0 (npm team) #44119ec998be61c
] - deps: upgrade npm to 8.15.1 (npm team) #44013e9e856ae95
] - deps: upgrade base64 todc6a41c
(Brian White) #440328ea9a71b15
] - deps,src: use SIMD for normal base64 encoding (Brian White) #39775969a12be4b
] - doc: remove "currently" and comma splice from child_process.md (Rich Trott) #447895e4a2e94a1
] - doc: mention git node backport (RafaelGSS) #44764618c9c8260
] - doc: ensure to revert node_version changes (Rafael Gonzaga) #44760e0fe11c189
] - doc: fix description fornapi_get_cb_info()
inn-api.md
(Daeyeon Jeong) #44761895719da65
] - doc: fix v16.17.1 security release changelog (Ruy Adorno) #44759fe832a0647
] - doc: update the deprecation for exit code to clarify its scope (Daeyeon Jeong) #447143872abd9a6
] - doc: update guidance for adding new modules (Michael Dawson) #44576f381a1e86a
] - doc: add registry number for Electron 22 (Keeley Hammond) #447488d3cb6c08a
] - doc: include code examples for webstreams consumers (Lucas Santos) #443879e83c00e0b
] - doc: mention where to push security commits (RafaelGSS) #44691bc9f8d24ce
] - doc: remove extra space on threadpool usage (Connor Burton) #447343e38ba53cc
] - doc: make legacy banner slightly less bright (Rich Trott) #446650f88588f52
] - doc: improve building doc for Windows Powershell (Brian Muenzenmeyer) #446255ee0127540
] - doc: maintain only one list of MODP groups (Tobias Nießen) #446446881ecb0e2
] - doc: add legendecas to TSC list (Michael Dawson) #446623614f5ace3
] - doc: remove comma in README.md (Taha-Chaudhry) #44599c9af43616c
] - doc: use serial comma in report docs (Daeyeon Jeong) #44608ff9ef61646
] - doc: use serial comma in stream docs (Daeyeon Jeong) #4460990eaae3ef1
] - doc: remove empty line in YAML block (Claudio Wunder) #44617f80bdc5ef3
] - (SEMVER-MINOR) doc: deprecate modp1, modp2, and modp5 groups (Tobias Nießen) #445889fac6dd1c1
] - doc: remove old OpenSSL ENGINE constants (Tobias Nießen) #4458953543c6d81
] - doc: fix heading levels for test runner hooks (Fabian Meyer) #446032084ad61a7
] - doc: fix errors in http.md (Luigi Pinca) #44587cc55e84ddc
] - doc: fix vm.Script createCachedData example (Chengzhong Wu) #444878187f03834
] - doc: mention how to get commit release (Rafael Gonzaga) #44572d068978933
] - doc: fix link inprocess.md
(Antoine du Hamel) #445940747facb63
] - doc: do not use weak MODP group in example (Tobias Nießen) #44585e26d95ef9a
] - doc: remove ebpf from supported tooling list (Rafael Gonzaga) #445499d24c7a8c7
] - doc: emphasize that createCipher is never secure (Tobias Nießen) #445386d881b8611
] - doc: document attribute Script.cachedDataRejected (Chengzhong Wu) #44451d846e5bac5
] - doc: move policy docs to the permissions scope (Rafael Gonzaga) #442225c721a33c3
] - doc: add performance note to--enable-source-maps
docs (Saurabh Daware) #438171998bc80b5
] - doc: fix release guide example consistency (Ruy Adorno) #443857b691729b1
] - doc: note on release guide to updatemain
branch (Ruy Adorno) #443847ec097fa99
] - doc: mention cherry-pick edge-case on release (RafaelGSS) #444084a4025181c
] - doc: fix spacing issue in--build-snapshot
help text (Shohei YOSHIDA) #44435a5906a09dc
] - doc: apply scroll-margin-top to h2, h3 elements (metonym) #444140e99139df4
] - doc: use serial comma in addons docs (Tobias Nießen) #444828ea3e6f839
] - doc: do not use "Returns:" for crypto.constants (Tobias Nießen) #44481a1dbe4bc79
] - doc: add history for net.createServer() options (Luigi Pinca) #44326eb90d650d4
] - doc: fix typo in test runner code examples (Moshe Atlow) #4435117c5b978a5
] - doc: add daeyeon to collaborators (Daeyeon Jeong) #44355c1458063ee
] - doc: fix style of n-api.md (theanarkh) #44377cf60c6bc74
] - doc: add missing imports in events sample code (Brian Evans) #4433789e5ac9676
] - doc: add missing parenthesis in TLSSocket section (Tobias Nießen) #445125ac344b2a2
] - doc: fix optionality of callback arg of checkPrime (Tobias Nießen) #4431187cc487e28
] - doc: fix typo (Hana) #442625978eb1ae8
] - doc: add TypeScript execution requirements (Michael Dawson) #4403042948364e2
] - doc: add cola119 to collaborators (cola119) #442486196bcedd0
] - doc: improved building doc for Android (BuShe) #44166afe6c87bb5
] - doc: add MoLow to collaborators (Moshe Atlow) #4421482ff3dabc5
] - doc: update tags in adding-new-napi-api.md (Chengzhong Wu) #4419016d6d45ee8
] - doc: fix typo in diagnostics_channel (Evan Lucas) #44199ed1d0c9203
] - doc: add Retry CI in collaborator guide (Livia Medeiros) #441301022ece43f
] - doc: remove unused code in call tracker example (Colin Ihrig) #441270c95d45410
] - doc: add theanarkh to collaborators (theanarkh) #4413197ad1a0f03
] - doc: clarify tls.tlsSocket.getCipher().version (Adam Majer) #440869e10ee70a3
] - doc: update repository list in onboarding doc (Rich Trott) #440893171d55ef8
] - doc: add ErickWendel to collaborators (Erick Wendel) #44088c9c2114a75
] - doc: update collaborator email (Ruy Adorno) #440441f9246a24f
] - doc: copyedittest.md
(Antoine du Hamel) #4406176e9cf2a46
] - doc: add kvakil to triagers (Keyhan Vakil) #439965a34c575ad
] - doc: clarify part of onboarding guide regarding adding to teams (Darshan Sen) #440245d3b8ab2d6
] - doc: fix code examples incrypto.md
(Antoine du Hamel) #44053e59c095b23
] - doc: claim ABI version for Electron 21 (Keeley Hammond) #4403488b0d406ac
] - doc: remove old reference from crypto/README.md (Tobias Nießen) #4401258c97216ee
] - doc: add missing env vars to man page (cola119) #43492c07159215d
] - doc: list supported MODP groups explicitly (Tobias Nießen) #43986be2feec1f0
] - doc: fix typo in packages.md (Dominic Saadi) #440059f7a728168
] - doc: fix typos intest.md
(Antoine du Hamel) #4399721a29d4584
] - doc: add missing test runner option (Moshe Atlow) #439896758c63eba
] - doc,crypto: cleanup removed pbkdf2 behaviours (Filip Skokan) #44733891c4e742f
] - doc,inspector: document changes of inspector.close (Chengzhong Wu) #446284308d95d1d
] - doc,report: document special filenames (Chengzhong Wu) #4425789c837a48d
] - doc,worker: document resourceLimits overrides (Keyhan Vakil) #439928f6bd5a402
] - doc,worker: deprecate--trace-atomics-wait
(Keyhan Vakil) #440939593c37984
] - errors: refactor to use optional chaining (SindreXie) #441847cead5968e
] - esm: fix duplicated test (Geoffrey Booth) [#44779](httpConfiguration
📅 Schedule: Branch creation - "on the first day of the month" (UTC), 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.