panda-den / colorful-pandas

https://colorful-pandas.com
Other
0 stars 0 forks source link

Update node Docker tag to v20.3.1 #259

Closed astronaut-panda[bot] closed 1 year ago

astronaut-panda[bot] commented 1 year ago

This PR contains the following updates:

Package Type Update Change
node stage minor 20.2.0-alpine3.18 -> 20.3.1-alpine3.18

Release Notes

nodejs/node (node) ### [`v20.3.1`](https://togithub.com/nodejs/node/releases/tag/v20.3.1): 2023-06-20, Version 20.3.1 (Current), @​RafaelGSS [Compare Source](https://togithub.com/nodejs/node/compare/v20.3.0...v20.3.1) This is a security release. ##### Notable Changes The following CVEs are fixed in this release: - [CVE-2023-30581](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-30581): `mainModule.__proto__` Bypass Experimental Policy Mechanism (High) - [CVE-2023-30584](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-30584): Path Traversal Bypass in Experimental Permission Model (High) - [CVE-2023-30587](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-30587): Bypass of Experimental Permission Model via Node.js Inspector (High) - [CVE-2023-30582](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-30582): Inadequate Permission Model Allows Unauthorized File Watching (Medium) - [CVE-2023-30583](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-30583): Bypass of Experimental Permission Model via fs.openAsBlob() (Medium) - [CVE-2023-30585](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-30585): Privilege escalation via Malicious Registry Key manipulation during Node.js installer repair process (Medium) - [CVE-2023-30586](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-30586): Bypass of Experimental Permission Model via Arbitrary OpenSSL Engines (Medium) - [CVE-2023-30588](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-30588): Process interuption due to invalid Public Key information in x509 certificates (Medium) - [CVE-2023-30589](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-30589): HTTP Request Smuggling via Empty headers separated by CR (Medium) - [CVE-2023-30590](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-30590): DiffieHellman does not generate keys after setting a private key (Medium) - OpenSSL Security Releases - [OpenSSL security advisory 28th March](https://www.openssl.org/news/secadv/20230328.txt). - [OpenSSL security advisory 20th April](https://www.openssl.org/news/secadv/20230420.txt). - [OpenSSL security advisory 30th May](https://www.openssl.org/news/secadv/20230530.txt) More detailed information on each of the vulnerabilities can be found in [June 2023 Security Releases](https://nodejs.org/en/blog/vulnerability/june-2023-security-releases/) blog post. ##### Commits - \[[`dac08dafc9`](https://togithub.com/nodejs/node/commit/dac08dafc9)] - **crypto**: handle cert with invalid SPKI gracefully (Tobias Nießen) [nodejs-private/node-private#393](https://togithub.com/nodejs-private/node-private/pull/393) - \[[`d274c3babc`](https://togithub.com/nodejs/node/commit/d274c3babc)] - **crypto,https,tls**: disable engines if perms enabled (Tobias Nießen) [nodejs-private/node-private#409](https://togithub.com/nodejs-private/node-private/pull/409) - \[[`5621c1de38`](https://togithub.com/nodejs/node/commit/5621c1de38)] - **deps**: update archs files for openssl-3.0.9-quic1 (Node.js GitHub Bot) [#​48402](https://togithub.com/nodejs/node/pull/48402) - \[[`771caa9f1c`](https://togithub.com/nodejs/node/commit/771caa9f1c)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.9-quic1 (Node.js GitHub Bot) [#​48402](https://togithub.com/nodejs/node/pull/48402) - \[[`0459bf9c99`](https://togithub.com/nodejs/node/commit/0459bf9c99)] - **doc,test**: clarify behavior of DH generateKeys (Tobias Nießen) [nodejs-private/node-private#426](https://togithub.com/nodejs-private/node-private/pull/426) - \[[`27e20501aa`](https://togithub.com/nodejs/node/commit/27e20501aa)] - **http**: disable request smuggling via empty headers (Paolo Insogna) [nodejs-private/node-private#427](https://togithub.com/nodejs-private/node-private/pull/427) - \[[`9c17e335f1`](https://togithub.com/nodejs/node/commit/9c17e335f1)] - **msi**: do not create AppData\Roaming\npm (Tobias Nießen) [nodejs-private/node-private#408](https://togithub.com/nodejs-private/node-private/pull/408) - \[[`b51124c637`](https://togithub.com/nodejs/node/commit/b51124c637)] - **permission**: handle fs path traversal (RafaelGSS) [nodejs-private/node-private#403](https://togithub.com/nodejs-private/node-private/pull/403) - \[[`ebc5927adc`](https://togithub.com/nodejs/node/commit/ebc5927adc)] - **permission**: handle fs.openAsBlob (RafaelGSS) [nodejs-private/node-private#405](https://togithub.com/nodejs-private/node-private/pull/405) - \[[`c39a43bff5`](https://togithub.com/nodejs/node/commit/c39a43bff5)] - **permission**: handle fs.watchFile (RafaelGSS) [nodejs-private/node-private#404](https://togithub.com/nodejs-private/node-private/pull/404) - \[[`d0a8264ec9`](https://togithub.com/nodejs/node/commit/d0a8264ec9)] - **policy**: handle mainModule.\__proto\_\_ bypass (RafaelGSS) [nodejs-private/node-private#416](https://togithub.com/nodejs-private/node-private/pull/416) - \[[`3df13d5a79`](https://togithub.com/nodejs/node/commit/3df13d5a79)] - **src,permission**: restrict inspector when pm enabled (RafaelGSS) [nodejs-private/node-private#410](https://togithub.com/nodejs-private/node-private/pull/410) ### [`v20.3.0`](https://togithub.com/nodejs/node/releases/tag/v20.3.0): 2023-06-08, Version 20.3.0 (Current), @​targos [Compare Source](https://togithub.com/nodejs/node/compare/v20.2.0...v20.3.0) ##### Notable Changes - \[[`bfcb3d1d9a`](https://togithub.com/nodejs/node/commit/bfcb3d1d9a)] - **deps**: upgrade to libuv 1.45.0, including significant performance improvements to file system operations on Linux (Santiago Gimeno) [#​48078](https://togithub.com/nodejs/node/pull/48078) - \[[`5094d1b292`](https://togithub.com/nodejs/node/commit/5094d1b292)] - **doc**: add Ruy Adorno to list of TSC members (Michael Dawson) [#​48172](https://togithub.com/nodejs/node/pull/48172) - \[[`2f5dbca690`](https://togithub.com/nodejs/node/commit/2f5dbca690)] - **doc**: mark Node.js 14 as End-of-Life (Richard Lau) [#​48023](https://togithub.com/nodejs/node/pull/48023) - \[[`b1828b325e`](https://togithub.com/nodejs/node/commit/b1828b325e)] - **(SEMVER-MINOR)** **lib**: implement `AbortSignal.any()` (Chemi Atlow) [#​47821](https://togithub.com/nodejs/node/pull/47821) - \[[`f380953103`](https://togithub.com/nodejs/node/commit/f380953103)] - **module**: change default resolver to not throw on unknown scheme (Gil Tayar) [#​47824](https://togithub.com/nodejs/node/pull/47824) - \[[`a94f87ed99`](https://togithub.com/nodejs/node/commit/a94f87ed99)] - **(SEMVER-MINOR)** **node-api**: define version 9 (Chengzhong Wu) [#​48151](https://togithub.com/nodejs/node/pull/48151) - \[[`9e2b13dfa7`](https://togithub.com/nodejs/node/commit/9e2b13dfa7)] - **stream**: deprecate `asIndexedPairs` (Chemi Atlow) [#​48102](https://togithub.com/nodejs/node/pull/48102) ##### Commits - \[[`35c96156d1`](https://togithub.com/nodejs/node/commit/35c96156d1)] - **benchmark**: use `cluster.isPrimary` instead of `cluster.isMaster` (Deokjin Kim) [#​48002](https://togithub.com/nodejs/node/pull/48002) - \[[`3e6e3abf32`](https://togithub.com/nodejs/node/commit/3e6e3abf32)] - **bootstrap**: throw ERR_NOT_SUPPORTED_IN_SNAPSHOT in unsupported operation (Joyee Cheung) [#​47887](https://togithub.com/nodejs/node/pull/47887) - \[[`c480559347`](https://togithub.com/nodejs/node/commit/c480559347)] - **bootstrap**: put is_building_snapshot state in IsolateData (Joyee Cheung) [#​47887](https://togithub.com/nodejs/node/pull/47887) - \[[`50c0a15535`](https://togithub.com/nodejs/node/commit/50c0a15535)] - **build**: set v8\_enable_webassembly=false when lite mode is enabled (Cheng Shao) [#​48248](https://togithub.com/nodejs/node/pull/48248) - \[[`4562805cf6`](https://togithub.com/nodejs/node/commit/4562805cf6)] - **build**: speed up compilation of mksnapshot output (Keyhan Vakil) [#​48162](https://togithub.com/nodejs/node/pull/48162) - \[[`8b89f13933`](https://togithub.com/nodejs/node/commit/8b89f13933)] - **build**: add action to close stale PRs (Michael Dawson) [#​48051](https://togithub.com/nodejs/node/pull/48051) - \[[`5d92202220`](https://togithub.com/nodejs/node/commit/5d92202220)] - **build**: replace js2c.py with js2c.cc (Joyee Cheung) [#​46997](https://togithub.com/nodejs/node/pull/46997) - \[[`6cf2adc36e`](https://togithub.com/nodejs/node/commit/6cf2adc36e)] - **cluster**: use ObjectPrototypeHasOwnProperty (Daeyeon Jeong) [#​48141](https://togithub.com/nodejs/node/pull/48141) - \[[`f564b03c38`](https://togithub.com/nodejs/node/commit/f564b03c38)] - **crypto**: use openssl's own memory BIOs in crypto_context.cc (GauriSpears) [#​47160](https://togithub.com/nodejs/node/pull/47160) - \[[`ac8dd61fc3`](https://togithub.com/nodejs/node/commit/ac8dd61fc3)] - **crypto**: remove default encoding from cipher (Tobias Nießen) [#​47998](https://togithub.com/nodejs/node/pull/47998) - \[[`15c2de4407`](https://togithub.com/nodejs/node/commit/15c2de4407)] - **crypto**: fix setEngine() when OPENSSL_NO_ENGINE set (Tobias Nießen) [#​47977](https://togithub.com/nodejs/node/pull/47977) - \[[`9e2dd5b5e2`](https://togithub.com/nodejs/node/commit/9e2dd5b5e2)] - **deps**: update zlib to [`337322d`](https://togithub.com/nodejs/node/commit/337322d) (Node.js GitHub Bot) [#​48218](https://togithub.com/nodejs/node/pull/48218) - \[[`bfcb3d1d9a`](https://togithub.com/nodejs/node/commit/bfcb3d1d9a)] - **deps**: upgrade to libuv 1.45.0 (Santiago Gimeno) [#​48078](https://togithub.com/nodejs/node/pull/48078) - \[[`13930f092f`](https://togithub.com/nodejs/node/commit/13930f092f)] - **deps**: update ada to 2.5.0 (Node.js GitHub Bot) [#​48223](https://togithub.com/nodejs/node/pull/48223) - \[[`3047caebec`](https://togithub.com/nodejs/node/commit/3047caebec)] - **deps**: set `CARES_RANDOM_FILE` for c-ares (Richard Lau) [#​48156](https://togithub.com/nodejs/node/pull/48156) - \[[`0db79a0872`](https://togithub.com/nodejs/node/commit/0db79a0872)] - **deps**: update histogram 0.11.8 (Marco Ippolito) [#​47742](https://togithub.com/nodejs/node/pull/47742) - \[[`99af6716f5`](https://togithub.com/nodejs/node/commit/99af6716f5)] - **deps**: update histogram to 0.11.7 (Marco Ippolito) [#​47742](https://togithub.com/nodejs/node/pull/47742) - \[[`d4922bc985`](https://togithub.com/nodejs/node/commit/d4922bc985)] - **deps**: update c-ares to 1.19.1 (Node.js GitHub Bot) [#​48115](https://togithub.com/nodejs/node/pull/48115) - \[[`f6ccdb289f`](https://togithub.com/nodejs/node/commit/f6ccdb289f)] - **deps**: update simdutf to 3.2.12 (Node.js GitHub Bot) [#​48118](https://togithub.com/nodejs/node/pull/48118) - \[[`3ed0afc778`](https://togithub.com/nodejs/node/commit/3ed0afc778)] - **deps**: update minimatch to 9.0.1 (Node.js GitHub Bot) [#​48094](https://togithub.com/nodejs/node/pull/48094) - \[[`df7540fb73`](https://togithub.com/nodejs/node/commit/df7540fb73)] - **deps**: update ada to 2.4.2 (Node.js GitHub Bot) [#​48092](https://togithub.com/nodejs/node/pull/48092) - \[[`07df5c48e8`](https://togithub.com/nodejs/node/commit/07df5c48e8)] - **deps**: update corepack to 0.18.0 (Node.js GitHub Bot) [#​48091](https://togithub.com/nodejs/node/pull/48091) - \[[`d95a5bb559`](https://togithub.com/nodejs/node/commit/d95a5bb559)] - **deps**: update uvwasi to 0.0.18 (Node.js GitHub Bot) [#​47866](https://togithub.com/nodejs/node/pull/47866) - \[[`443477e041`](https://togithub.com/nodejs/node/commit/443477e041)] - **deps**: update uvwasi to 0.0.17 (Node.js GitHub Bot) [#​47866](https://togithub.com/nodejs/node/pull/47866) - \[[`03f67d6d6d`](https://togithub.com/nodejs/node/commit/03f67d6d6d)] - **deps**: upgrade npm to 9.6.7 (npm team) [#​48062](https://togithub.com/nodejs/node/pull/48062) - \[[`d3e3a911fd`](https://togithub.com/nodejs/node/commit/d3e3a911fd)] - **deps**: update nghttp2 to 1.53.0 (Node.js GitHub Bot) [#​47997](https://togithub.com/nodejs/node/pull/47997) - \[[`f7c4daaf67`](https://togithub.com/nodejs/node/commit/f7c4daaf67)] - **deps**: update ada to 2.4.1 (Node.js GitHub Bot) [#​48036](https://togithub.com/nodejs/node/pull/48036) - \[[`c6a752560d`](https://togithub.com/nodejs/node/commit/c6a752560d)] - **deps**: add loongarch64 into openssl Makefile and gen openssl-loongarch64 (Shi Pujin) [#​46401](https://togithub.com/nodejs/node/pull/46401) - \[[`d194241716`](https://togithub.com/nodejs/node/commit/d194241716)] - **deps**: update undici to 5.22.1 (Node.js GitHub Bot) [#​47994](https://togithub.com/nodejs/node/pull/47994) - \[[`02e919f4a2`](https://togithub.com/nodejs/node/commit/02e919f4a2)] - **deps,test**: update postject to 1.0.0-alpha.6 (Node.js GitHub Bot) [#​48072](https://togithub.com/nodejs/node/pull/48072) - \[[`2c19f596ad`](https://togithub.com/nodejs/node/commit/2c19f596ad)] - **doc**: clarify array args to Buffer.from() (Bryan English) [#​48274](https://togithub.com/nodejs/node/pull/48274) - \[[`d681e5f456`](https://togithub.com/nodejs/node/commit/d681e5f456)] - **doc**: document watch option for node:test run() (Moshe Atlow) [#​48256](https://togithub.com/nodejs/node/pull/48256) - \[[`96e54ddbca`](https://togithub.com/nodejs/node/commit/96e54ddbca)] - **doc**: reserve 117 for Electron 26 (Calvin) [#​48245](https://togithub.com/nodejs/node/pull/48245) - \[[`9aff8c7818`](https://togithub.com/nodejs/node/commit/9aff8c7818)] - **doc**: update documentation for FIPS support (Richard Lau) [#​48194](https://togithub.com/nodejs/node/pull/48194) - \[[`8c5338648f`](https://togithub.com/nodejs/node/commit/8c5338648f)] - **doc**: improve the documentation of the stdio option (Kumar Arnav) [#​48110](https://togithub.com/nodejs/node/pull/48110) - \[[`11918d705f`](https://togithub.com/nodejs/node/commit/11918d705f)] - **doc**: update Buffer.allocUnsafe description (sinkhaha) [#​48183](https://togithub.com/nodejs/node/pull/48183) - \[[`2b51ee5e22`](https://togithub.com/nodejs/node/commit/2b51ee5e22)] - **doc**: update codeowners with website team (Claudio Wunder) [#​48197](https://togithub.com/nodejs/node/pull/48197) - \[[`360df25d04`](https://togithub.com/nodejs/node/commit/360df25d04)] - **doc**: fix broken link to new folder doc/contributing/maintaining (Andrea Fassina) [#​48205](https://togithub.com/nodejs/node/pull/48205) - \[[`13e95e21a4`](https://togithub.com/nodejs/node/commit/13e95e21a4)] - **doc**: add atlowChemi to triagers (Chemi Atlow) [#​48104](https://togithub.com/nodejs/node/pull/48104) - \[[`5f83ce530f`](https://togithub.com/nodejs/node/commit/5f83ce530f)] - **doc**: fix typo in readline completer function section (Vadym) [#​48188](https://togithub.com/nodejs/node/pull/48188) - \[[`3c82165d27`](https://togithub.com/nodejs/node/commit/3c82165d27)] - **doc**: remove broken link for keygen (Rich Trott) [#​48176](https://togithub.com/nodejs/node/pull/48176) - \[[`0ca90a1e6d`](https://togithub.com/nodejs/node/commit/0ca90a1e6d)] - **doc**: add `auto` intrinsic height to prevent jitter/flicker (Daniel Holbert) [#​48195](https://togithub.com/nodejs/node/pull/48195) - \[[`f117855092`](https://togithub.com/nodejs/node/commit/f117855092)] - **doc**: add version info on the SEA docs (Antoine du Hamel) [#​48173](https://togithub.com/nodejs/node/pull/48173) - \[[`5094d1b292`](https://togithub.com/nodejs/node/commit/5094d1b292)] - **doc**: add Ruy to list of TSC members (Michael Dawson) [#​48172](https://togithub.com/nodejs/node/pull/48172) - \[[`39d8140227`](https://togithub.com/nodejs/node/commit/39d8140227)] - **doc**: update socket.remote\* properties documentation (Saba Kharanauli) [#​48139](https://togithub.com/nodejs/node/pull/48139) - \[[`5497c13efe`](https://togithub.com/nodejs/node/commit/5497c13efe)] - **doc**: update outdated section on TLSv1.3-PSK (Tobias Nießen) [#​48123](https://togithub.com/nodejs/node/pull/48123) - \[[`281dfaf727`](https://togithub.com/nodejs/node/commit/281dfaf727)] - **doc**: improve HMAC key recommendations (Tobias Nießen) [#​48121](https://togithub.com/nodejs/node/pull/48121) - \[[`bd311b6c70`](https://togithub.com/nodejs/node/commit/bd311b6c70)] - **doc**: clarify mkdir() recursive behavior (Stephen Odogwu) [#​48109](https://togithub.com/nodejs/node/pull/48109) - \[[`5b061c8922`](https://togithub.com/nodejs/node/commit/5b061c8922)] - **doc**: fix typo in crypto legacy streams API section (Tobias Nießen) [#​48122](https://togithub.com/nodejs/node/pull/48122) - \[[`10ccb2bd81`](https://togithub.com/nodejs/node/commit/10ccb2bd81)] - **doc**: update SEA source link (Rich Trott) [#​48080](https://togithub.com/nodejs/node/pull/48080) - \[[`415bf7f532`](https://togithub.com/nodejs/node/commit/415bf7f532)] - **doc**: clarify tty.isRaw (Roberto Vidal) [#​48055](https://togithub.com/nodejs/node/pull/48055) - \[[`0ac4b33c76`](https://togithub.com/nodejs/node/commit/0ac4b33c76)] - **doc**: correct line break for Windows terminals (Alex Schwartz) [#​48083](https://togithub.com/nodejs/node/pull/48083) - \[[`f30ba5c320`](https://togithub.com/nodejs/node/commit/f30ba5c320)] - **doc**: fix Windows code snippet tags (Antoine du Hamel) [#​48100](https://togithub.com/nodejs/node/pull/48100) - \[[`12fef9b68c`](https://togithub.com/nodejs/node/commit/12fef9b68c)] - **doc**: harmonize fenced code snippet flags (Antoine du Hamel) [#​48082](https://togithub.com/nodejs/node/pull/48082) - \[[`13f163eace`](https://togithub.com/nodejs/node/commit/13f163eace)] - **doc**: use secure key length for HMAC generateKey (Tobias Nießen) [#​48052](https://togithub.com/nodejs/node/pull/48052) - \[[`1e3e7c9f33`](https://togithub.com/nodejs/node/commit/1e3e7c9f33)] - **doc**: update broken EVP_BytesToKey link (Rich Trott) [#​48064](https://togithub.com/nodejs/node/pull/48064) - \[[`5917ba1838`](https://togithub.com/nodejs/node/commit/5917ba1838)] - **doc**: update broken spkac link (Rich Trott) [#​48063](https://togithub.com/nodejs/node/pull/48063) - \[[`0e4a3b7db1`](https://togithub.com/nodejs/node/commit/0e4a3b7db1)] - **doc**: document node-api version process (Chengzhong Wu) [#​47972](https://togithub.com/nodejs/node/pull/47972) - \[[`85bbaa94ea`](https://togithub.com/nodejs/node/commit/85bbaa94ea)] - **doc**: update process.versions properties (Saba Kharanauli) [#​48019](https://togithub.com/nodejs/node/pull/48019) - \[[`7660eb591a`](https://togithub.com/nodejs/node/commit/7660eb591a)] - **doc**: fix typo in binding functions (Deokjin Kim) [#​48003](https://togithub.com/nodejs/node/pull/48003) - \[[`2f5dbca690`](https://togithub.com/nodejs/node/commit/2f5dbca690)] - **doc**: mark Node.js 14 as End-of-Life (Richard Lau) [#​48023](https://togithub.com/nodejs/node/pull/48023) - \[[`3b94a739f2`](https://togithub.com/nodejs/node/commit/3b94a739f2)] - **doc**: clarify CRYPTO_CUSTOM_ENGINE_NOT_SUPPORTED (Tobias Nießen) [#​47976](https://togithub.com/nodejs/node/pull/47976) - \[[`9e381cfa89`](https://togithub.com/nodejs/node/commit/9e381cfa89)] - **doc**: add heading for permission model limitations (Tobias Nießen) [#​47989](https://togithub.com/nodejs/node/pull/47989) - \[[`802db923e0`](https://togithub.com/nodejs/node/commit/802db923e0)] - **doc,vm**: clarify usage of cachedData in vm.compileFunction() (Darshan Sen) [#​48193](https://togithub.com/nodejs/node/pull/48193) - \[[`11a3434810`](https://togithub.com/nodejs/node/commit/11a3434810)] - **esm**: remove support for arrays in `import` internal method (Antoine du Hamel) [#​48296](https://togithub.com/nodejs/node/pull/48296) - \[[`3b00f3afef`](https://togithub.com/nodejs/node/commit/3b00f3afef)] - **esm**: handle `globalPreload` hook returning a nullish value (Antoine du Hamel) [#​48249](https://togithub.com/nodejs/node/pull/48249) - \[[`3c7846d7e1`](https://togithub.com/nodejs/node/commit/3c7846d7e1)] - **esm**: handle more error types thrown from the loader thread (Antoine du Hamel) [#​48247](https://togithub.com/nodejs/node/pull/48247) - \[[`60ce2bcabc`](https://togithub.com/nodejs/node/commit/60ce2bcabc)] - **http**: send implicit headers on HEAD with no body (Matteo Collina) [#​48108](https://togithub.com/nodejs/node/pull/48108) - \[[`72de4e7170`](https://togithub.com/nodejs/node/commit/72de4e7170)] - **lib**: do not disable linter for entire files (Antoine du Hamel) [#​48299](https://togithub.com/nodejs/node/pull/48299) - \[[`10cc60fc91`](https://togithub.com/nodejs/node/commit/10cc60fc91)] - **lib**: use existing `isWindows` variable (sinkhaha) [#​48134](https://togithub.com/nodejs/node/pull/48134) - \[[`a90010aae9`](https://togithub.com/nodejs/node/commit/a90010aae9)] - **lib**: support FORCE_COLOR for non TTY streams (Moshe Atlow) [#​48034](https://togithub.com/nodejs/node/pull/48034) - \[[`b1828b325e`](https://togithub.com/nodejs/node/commit/b1828b325e)] - **(SEMVER-MINOR)** **lib**: implement AbortSignal.any() (Chemi Atlow) [#​47821](https://togithub.com/nodejs/node/pull/47821) - \[[`8f1b86961f`](https://togithub.com/nodejs/node/commit/8f1b86961f)] - **meta**: bump github/codeql-action from 2.3.3 to 2.3.6 (dependabot\[bot]) [#​48287](https://togithub.com/nodejs/node/pull/48287) - \[[`1b87ccdf70`](https://togithub.com/nodejs/node/commit/1b87ccdf70)] - **meta**: bump actions/setup-python from 4.6.0 to 4.6.1 (dependabot\[bot]) [#​48286](https://togithub.com/nodejs/node/pull/48286) - \[[`10715aea26`](https://togithub.com/nodejs/node/commit/10715aea26)] - **meta**: bump codecov/codecov-action from 3.1.3 to 3.1.4 (dependabot\[bot]) [#​48285](https://togithub.com/nodejs/node/pull/48285) - \[[`79f73778ab`](https://togithub.com/nodejs/node/commit/79f73778ab)] - **meta**: remove dont-land-on-v14 auto labeling (Shrujal Shah) [#​48031](https://togithub.com/nodejs/node/pull/48031) - \[[`9c5711f3ea`](https://togithub.com/nodejs/node/commit/9c5711f3ea)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#​48010](https://togithub.com/nodejs/node/pull/48010) - \[[`6d6bf3ee52`](https://togithub.com/nodejs/node/commit/6d6bf3ee52)] - **module**: reduce the number of URL initializations (Yagiz Nizipli) [#​48272](https://togithub.com/nodejs/node/pull/48272) - \[[`f380953103`](https://togithub.com/nodejs/node/commit/f380953103)] - **module**: change default resolver to not throw on unknown scheme (Gil Tayar) [#​47824](https://togithub.com/nodejs/node/pull/47824) - \[[`950185b0c0`](https://togithub.com/nodejs/node/commit/950185b0c0)] - **net**: fix address iteration with autoSelectFamily (Fedor Indutny) [#​48258](https://togithub.com/nodejs/node/pull/48258) - \[[`5ddca72e62`](https://togithub.com/nodejs/node/commit/5ddca72e62)] - **net**: fix family autoselection SSL connection handling (Paolo Insogna) [#​48189](https://togithub.com/nodejs/node/pull/48189) - \[[`750e53ca3c`](https://togithub.com/nodejs/node/commit/750e53ca3c)] - **net**: fix family autoselection timeout handling (Paolo Insogna) [#​47860](https://togithub.com/nodejs/node/pull/47860) - \[[`a94f87ed99`](https://togithub.com/nodejs/node/commit/a94f87ed99)] - **(SEMVER-MINOR)** **node-api**: define version 9 (Chengzhong Wu) [#​48151](https://togithub.com/nodejs/node/pull/48151) - \[[`e834979818`](https://togithub.com/nodejs/node/commit/e834979818)] - **node-api**: add status napi_cannot_run_js (Gabriel Schulhof) [#​47986](https://togithub.com/nodejs/node/pull/47986) - \[[`eafe0c3ec6`](https://togithub.com/nodejs/node/commit/eafe0c3ec6)] - **node-api**: napi_ref on all types is experimental (Vladimir Morozov) [#​47975](https://togithub.com/nodejs/node/pull/47975) - \[[`9a034746f5`](https://togithub.com/nodejs/node/commit/9a034746f5)] - **src**: add Realm document in the src README.md (Chengzhong Wu) [#​47932](https://togithub.com/nodejs/node/pull/47932) - \[[`b8f4070f71`](https://togithub.com/nodejs/node/commit/b8f4070f71)] - **src**: check node_extra_ca_certs after openssl cfg (Raghu Saxena) [#​48159](https://togithub.com/nodejs/node/pull/48159) - \[[`0347a18056`](https://togithub.com/nodejs/node/commit/0347a18056)] - **src**: include missing header in node_sea.h (Joyee Cheung) [#​48152](https://togithub.com/nodejs/node/pull/48152) - \[[`45c3782c20`](https://togithub.com/nodejs/node/commit/45c3782c20)] - **src**: remove INT_MAX asserts in SecretKeyGenTraits (Tobias Nießen) [#​48053](https://togithub.com/nodejs/node/pull/48053) - \[[`b25e7045ad`](https://togithub.com/nodejs/node/commit/b25e7045ad)] - **src**: avoid prototype access in binding templates (Joyee Cheung) [#​47913](https://togithub.com/nodejs/node/pull/47913) - \[[`33aa373eec`](https://togithub.com/nodejs/node/commit/33aa373eec)] - **src**: use Blob{Des|S}erializer for SEA blobs (Joyee Cheung) [#​47962](https://togithub.com/nodejs/node/pull/47962) - \[[`9e2b13dfa7`](https://togithub.com/nodejs/node/commit/9e2b13dfa7)] - **stream**: deprecate asIndexedPairs (Chemi Atlow) [#​48102](https://togithub.com/nodejs/node/pull/48102) - \[[`96c323dee2`](https://togithub.com/nodejs/node/commit/96c323dee2)] - **test**: mark test-child-process-pipe-dataflow as flaky (Moshe Atlow) [#​48334](https://togithub.com/nodejs/node/pull/48334) - \[[`9875885357`](https://togithub.com/nodejs/node/commit/9875885357)] - **test**: adapt tests for OpenSSL 3.1 (OttoHollmann) [#​47859](https://togithub.com/nodejs/node/pull/47859) - \[[`3440d7c6bf`](https://togithub.com/nodejs/node/commit/3440d7c6bf)] - **test**: unflake test-vm-timeout-escape-nexttick (Santiago Gimeno) [#​48078](https://togithub.com/nodejs/node/pull/48078) - \[[`215b2bc72c`](https://togithub.com/nodejs/node/commit/215b2bc72c)] - **test**: fix zlib version regex (Luigi Pinca) [#​48227](https://togithub.com/nodejs/node/pull/48227) - \[[`e12ee59d26`](https://togithub.com/nodejs/node/commit/e12ee59d26)] - **test**: use lower security level in s_client (Luigi Pinca) [#​48192](https://togithub.com/nodejs/node/pull/48192) - \[[`1dabc7390c`](https://togithub.com/nodejs/node/commit/1dabc7390c)] - ***Revert*** "**test**: unskip negative-settimeout.any.js WPT" (Filip Skokan) [#​48182](https://togithub.com/nodejs/node/pull/48182) - \[[`c1c4796a86`](https://togithub.com/nodejs/node/commit/c1c4796a86)] - **test**: mark test_cannot_run_js as flaky (Keyhan Vakil) [#​48181](https://togithub.com/nodejs/node/pull/48181) - \[[`8c49d74002`](https://togithub.com/nodejs/node/commit/8c49d74002)] - **test**: fix flaky test-runner-watch-mode (Moshe Atlow) [#​48144](https://togithub.com/nodejs/node/pull/48144) - \[[`6388766862`](https://togithub.com/nodejs/node/commit/6388766862)] - **test**: skip test-http-pipeline-flood on IBM i (Abdirahim Musse) [#​48048](https://togithub.com/nodejs/node/pull/48048) - \[[`8d2a3b1952`](https://togithub.com/nodejs/node/commit/8d2a3b1952)] - **test**: ignore helper files in WPTs (Filip Skokan) [#​48079](https://togithub.com/nodejs/node/pull/48079) - \[[`7a96d825fd`](https://togithub.com/nodejs/node/commit/7a96d825fd)] - **test**: move `test-cluster-primary-error` flaky test (Yagiz Nizipli) [#​48039](https://togithub.com/nodejs/node/pull/48039) - \[[`a80dd3a8b3`](https://togithub.com/nodejs/node/commit/a80dd3a8b3)] - **test**: fix suite signal (Benjamin Gruenbaum) [#​47800](https://togithub.com/nodejs/node/pull/47800) - \[[`a41cfd183f`](https://togithub.com/nodejs/node/commit/a41cfd183f)] - **test**: fix parsing test flags (Daeyeon Jeong) [#​48012](https://togithub.com/nodejs/node/pull/48012) - \[[`4d4e506f2b`](https://togithub.com/nodejs/node/commit/4d4e506f2b)] - **test,doc,sea**: run SEA tests on ppc64 (Darshan Sen) [#​48111](https://togithub.com/nodejs/node/pull/48111) - \[[`44411fc40c`](https://togithub.com/nodejs/node/commit/44411fc40c)] - **test_runner**: apply `runOnly` on suites (Moshe Atlow) [#​48279](https://togithub.com/nodejs/node/pull/48279) - \[[`3f259b7a30`](https://togithub.com/nodejs/node/commit/3f259b7a30)] - **test_runner**: emit `test:watch:drained` event (Moshe Atlow) [#​48259](https://togithub.com/nodejs/node/pull/48259) - \[[`c9f8e8c562`](https://togithub.com/nodejs/node/commit/c9f8e8c562)] - **test_runner**: stop watch mode when abortSignal aborted (Moshe Atlow) [#​48259](https://togithub.com/nodejs/node/pull/48259) - \[[`f3268d64cb`](https://togithub.com/nodejs/node/commit/f3268d64cb)] - **test_runner**: fix global after hook (Moshe Atlow) [#​48231](https://togithub.com/nodejs/node/pull/48231) - \[[`15336c3139`](https://togithub.com/nodejs/node/commit/15336c3139)] - **test_runner**: remove redundant check from coverage (Colin Ihrig) [#​48070](https://togithub.com/nodejs/node/pull/48070) - \[[`750d3e8606`](https://togithub.com/nodejs/node/commit/750d3e8606)] - **test_runner**: pass FORCE_COLOR to child process (Moshe Atlow) [#​48057](https://togithub.com/nodejs/node/pull/48057) - \[[`3278542243`](https://togithub.com/nodejs/node/commit/3278542243)] - **test_runner**: dont split lines on `test:stdout` (Moshe Atlow) [#​48057](https://togithub.com/nodejs/node/pull/48057) - \[[`027c531766`](https://togithub.com/nodejs/node/commit/027c531766)] - **test_runner**: fix test deserialize edge cases (Moshe Atlow) [#​48106](https://togithub.com/nodejs/node/pull/48106) - \[[`2b797a6d39`](https://togithub.com/nodejs/node/commit/2b797a6d39)] - **test_runner**: delegate stderr and stdout formatting to reporter (Shiba) [#​48045](https://togithub.com/nodejs/node/pull/48045) - \[[`23d310bee8`](https://togithub.com/nodejs/node/commit/23d310bee8)] - **test_runner**: display dot report as wide as the terminal width (Raz Luvaton) [#​48038](https://togithub.com/nodejs/node/pull/48038) - \[[`fd2620dcf1`](https://togithub.com/nodejs/node/commit/fd2620dcf1)] - **tls**: reapply servername on happy eyeballs connect (Fedor Indutny) [#​48255](https://togithub.com/nodejs/node/pull/48255) - \[[`62f847d0b3`](https://togithub.com/nodejs/node/commit/62f847d0b3)] - **tools**: update rollup lint-md-dependencies (Node.js GitHub Bot) [#​48329](https://togithub.com/nodejs/node/pull/48329) - \[[`3e97826a66`](https://togithub.com/nodejs/node/commit/3e97826a66)] - ***Revert*** "**tools**: open issue when update workflow fails" (Marco Ippolito) [#​48312](https://togithub.com/nodejs/node/pull/48312) - \[[`5f08bfe35f`](https://togithub.com/nodejs/node/commit/5f08bfe35f)] - **tools**: don't gitignore base64 config.h (Ben Noordhuis) [#​48174](https://togithub.com/nodejs/node/pull/48174) - \[[`ded0e2d755`](https://togithub.com/nodejs/node/commit/ded0e2d755)] - **tools**: update LICENSE and license-builder.sh (Santiago Gimeno) [#​48078](https://togithub.com/nodejs/node/pull/48078) - \[[`07aa264366`](https://togithub.com/nodejs/node/commit/07aa264366)] - **tools**: automate histogram update (Marco Ippolito) [#​48171](https://togithub.com/nodejs/node/pull/48171) - \[[`1416b75eaa`](https://togithub.com/nodejs/node/commit/1416b75eaa)] - **tools**: use shasum instead of sha256sum (Luigi Pinca) [#​48229](https://togithub.com/nodejs/node/pull/48229) - \[[`b81e9d9b7b`](https://togithub.com/nodejs/node/commit/b81e9d9b7b)] - **tools**: harmonize `dep_updaters` scripts (Antoine du Hamel) [#​48201](https://togithub.com/nodejs/node/pull/48201) - \[[`a60bc41e53`](https://togithub.com/nodejs/node/commit/a60bc41e53)] - **tools**: deps update authenticate github api request (Andrea Fassina) [#​48200](https://togithub.com/nodejs/node/pull/48200) - \[[`7478ed014e`](https://togithub.com/nodejs/node/commit/7478ed014e)] - **tools**: order dependency jobs alphabetically (Luca) [#​48184](https://togithub.com/nodejs/node/pull/48184) - \[[`568a705799`](https://togithub.com/nodejs/node/commit/568a705799)] - **tools**: refactor v8\_pch config (Michaël Zasso) [#​47364](https://togithub.com/nodejs/node/pull/47364) - \[[`801573ba46`](https://togithub.com/nodejs/node/commit/801573ba46)] - **tools**: log and verify sha256sum (Andrea Fassina) [#​48088](https://togithub.com/nodejs/node/pull/48088) - \[[`db62325e18`](https://togithub.com/nodejs/node/commit/db62325e18)] - **tools**: open issue when update workflow fails (Marco Ippolito) [#​48018](https://togithub.com/nodejs/node/pull/48018) - \[[`ad8a68856d`](https://togithub.com/nodejs/node/commit/ad8a68856d)] - **tools**: alphabetize CODEOWNERS (Rich Trott) [#​48124](https://togithub.com/nodejs/node/pull/48124) - \[[`4cf5a9edaf`](https://togithub.com/nodejs/node/commit/4cf5a9edaf)] - **tools**: use latest upstream commit for zlib updates (Andrea Fassina) [#​48054](https://togithub.com/nodejs/node/pull/48054) - \[[`8d93af381b`](https://togithub.com/nodejs/node/commit/8d93af381b)] - **tools**: add security-wg as dep updaters owner (Marco Ippolito) [#​48113](https://togithub.com/nodejs/node/pull/48113) - \[[`5325be1d99`](https://togithub.com/nodejs/node/commit/5325be1d99)] - **tools**: port js2c.py to C++ (Joyee Cheung) [#​46997](https://togithub.com/nodejs/node/pull/46997) - \[[`6c60d90277`](https://togithub.com/nodejs/node/commit/6c60d90277)] - **tools**: fix race condition when npm installing (Tobias Nießen) [#​48101](https://togithub.com/nodejs/node/pull/48101) - \[[`0ab840a58f`](https://togithub.com/nodejs/node/commit/0ab840a58f)] - **tools**: refloat 7 Node.js patches to cpplint.py (Rich Trott) [#​48098](https://togithub.com/nodejs/node/pull/48098) - \[[`a298193378`](https://togithub.com/nodejs/node/commit/a298193378)] - **tools**: update cpplint to 1.6.1 (Yagiz Nizipli) [#​48098](https://togithub.com/nodejs/node/pull/48098) - \[[`f6725751b7`](https://togithub.com/nodejs/node/commit/f6725751b7)] - **tools**: update eslint to 8.41.0 (Node.js GitHub Bot) [#​48097](https://togithub.com/nodejs/node/pull/48097) - \[[`6539361f4e`](https://togithub.com/nodejs/node/commit/6539361f4e)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#​48096](https://togithub.com/nodejs/node/pull/48096) - \[[`5d94dbb951`](https://togithub.com/nodejs/node/commit/5d94dbb951)] - **tools**: update doc to remark-parse@10.0.2 (Node.js GitHub Bot) [#​48095](https://togithub.com/nodejs/node/pull/48095) - \[[`2226088048`](https://togithub.com/nodejs/node/commit/2226088048)] - **tools**: add debug logs (Marco Ippolito) [#​48060](https://togithub.com/nodejs/node/pull/48060) - \[[`0c8c383583`](https://togithub.com/nodejs/node/commit/0c8c383583)] - **tools**: fix zconf.h path (Luigi Pinca) [#​48089](https://togithub.com/nodejs/node/pull/48089) - \[[`6adaf4c648`](https://togithub.com/nodejs/node/commit/6adaf4c648)] - **tools**: update remark-preset-lint-node to 4.0.0 (Node.js GitHub Bot) [#​47995](https://togithub.com/nodejs/node/pull/47995) - \[[`92b3334231`](https://togithub.com/nodejs/node/commit/92b3334231)] - **url**: clean vertical alignment of docs (Robin Ury) [#​48037](https://togithub.com/nodejs/node/pull/48037) - \[[`ebb6536775`](https://togithub.com/nodejs/node/commit/ebb6536775)] - **url**: call `ada::can_parse` directly (Yagiz Nizipli) [#​47919](https://togithub.com/nodejs/node/pull/47919) - \[[`ed4514294a`](https://togithub.com/nodejs/node/commit/ed4514294a)] - **vm**: properly handle defining symbol props (Nicolas DUBIEN) [#​47572](https://togithub.com/nodejs/node/pull/47572)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled because a matching PR was automerged previously.

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 Renovate Bot.