Skip to content

Commit

Permalink
bump(deps): update node.js to v18 (#300)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change | Age | Adoption | Passing |
Confidence |
|---|---|---|---|---|---|---|---|
| [node](https://togithub.com/nodejs/node) | | major | `16` -> `18` |
[![age](https://badges.renovateapi.com/packages/github-tags/node/v18.12.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/github-tags/node/v18.12.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/github-tags/node/v18.12.1/compatibility-slim/v16.0.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/github-tags/node/v18.12.1/confidence-slim/v16.0.0)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
devDependencies | major | [`^16.18.11` ->
`^18.11.18`](https://renovatebot.com/diffs/npm/@types%2fnode/16.18.11/18.11.18)
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/18.11.18/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/18.11.18/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/18.11.18/compatibility-slim/16.18.11)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/18.11.18/confidence-slim/16.18.11)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nodejs/node</summary>

###
[`v18.12.1`](https://togithub.com/nodejs/node/releases/tag/v18.12.1):
2022-11-04, Version 18.12.1 &#x27;Hydrogen&#x27; (LTS),
@&#8203;juanarbol

[Compare
Source](https://togithub.com/nodejs/node/compare/v18.12.0...v18.12.1)

This is a security release.

##### Notable changes

The following CVEs are fixed in this release:

-
**[CVE-2022-3602](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3602)**:
X.509 Email Address 4-byte Buffer Overflow (High)
-
**[CVE-2022-3786](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3786)**:
X.509 Email Address Variable Length Buffer Overflow (High)
-
**[CVE-2022-43548](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-43548)**:
DNS rebinding in --inspect via invalid octal IP address (Medium)

More detailed information on each of the vulnerabilities can be found in
[November 2022 Security
Releases](https://nodejs.org/en/blog/vulnerability/november-2022-security-releases/)
blog post.

##### Commits

- \[[`39f8a672e3`](https://togithub.com/nodejs/node/commit/39f8a672e3)]
- **deps**: update archs files for quictls/openssl-3.0.7+quic
[nodejs/node#&#8203;45286](https://togithub.com/nodejs/node/pull/45286)
- \[[`80218127c8`](https://togithub.com/nodejs/node/commit/80218127c8)]
- **deps**: upgrade openssl sources to quictls/openssl-3.0.7+quic
[nodejs/node#&#8203;45286](https://togithub.com/nodejs/node/pull/45286)
- \[[`165342beac`](https://togithub.com/nodejs/node/commit/165342beac)]
- **inspector**: harden IP address validation again (Tobias Nießen)
[nodejs-private/node-private#&#8203;354](https://togithub.com/nodejs-private/node-private/pull/354)

###
[`v18.12.0`](https://togithub.com/nodejs/node/releases/tag/v18.12.0):
2022-10-25, Version 18.12.0 &#x27;Hydrogen&#x27; (LTS),
@&#8203;ruyadorno and @&#8203;RafaelGSS

[Compare
Source](https://togithub.com/nodejs/node/compare/v18.11.0...v18.12.0)

##### Notable Changes

This release marks the transition of Node.js 18.x into Long Term Support
(LTS)
with the codename 'Hydrogen'. The 18.x release line now moves into
"Active LTS"
and will remain so until October 2023. After that time, it will move
into
"Maintenance" until end of life in April 2025.

###
[`v18.11.0`](https://togithub.com/nodejs/node/releases/tag/v18.11.0):
2022-10-13, Version 18.11.0 (Current), @&#8203;danielleadams

[Compare
Source](https://togithub.com/nodejs/node/compare/v18.10.0...v18.11.0)

##### Notable changes

##### watch mode (experimental)

Running in 'watch' mode using `node --watch` restarts the process when
an imported file is changed.

Contributed by Moshe Atlow in
[#&#8203;44366](https://togithub.com/nodejs/node/pull/44366)

##### Other notable changes

-   **fs**:
- (SEMVER-MINOR) add `FileHandle.prototype.readLines` (Antoine du Hamel)
[#&#8203;42590](https://togithub.com/nodejs/node/pull/42590)
-   **http**:
- (SEMVER-MINOR) add writeEarlyHints function to ServerResponse (Wing)
[#&#8203;44180](https://togithub.com/nodejs/node/pull/44180)
-   **http2**:
- (SEMVER-MINOR) make early hints generic (Yagiz Nizipli)
[#&#8203;44820](https://togithub.com/nodejs/node/pull/44820)
-   **lib**:
- (SEMVER-MINOR) refactor transferable AbortSignal (flakey5)
[#&#8203;44048](https://togithub.com/nodejs/node/pull/44048)
-   **src**:
- (SEMVER-MINOR) add detailed embedder process initialization API (Anna
Henningsen) [#&#8203;44121](https://togithub.com/nodejs/node/pull/44121)
-   **util**:
- (SEMVER-MINOR) add default value option to parsearg (Manuel Spigolon)
[#&#8203;44631](https://togithub.com/nodejs/node/pull/44631)

##### Commits

- \[[`27b4b782ce`](https://togithub.com/nodejs/node/commit/27b4b782ce)]
- **benchmark**: add vm context global proxy benchmark (Joyee Cheung)
[#&#8203;44796](https://togithub.com/nodejs/node/pull/44796)
- \[[`4e82521af1`](https://togithub.com/nodejs/node/commit/4e82521af1)]
- **bootstrap**: update comments in bootstrap/node.js (Joyee Cheung)
[#&#8203;44726](https://togithub.com/nodejs/node/pull/44726)
- \[[`725be0ea50`](https://togithub.com/nodejs/node/commit/725be0ea50)]
- **buffer**: initialize TextDecoder once on blob.text() (Yagiz Nizipli)
[#&#8203;44787](https://togithub.com/nodejs/node/pull/44787)
- \[[`653c3b1f62`](https://togithub.com/nodejs/node/commit/653c3b1f62)]
- **buffer,lib**: update atob to align wpt's base64.json (Khaidi Chu)
[#&#8203;43901](https://togithub.com/nodejs/node/pull/43901)
- \[[`37808b3355`](https://togithub.com/nodejs/node/commit/37808b3355)]
- **build**: convert V8 test JSON to JUnit XML (Keyhan Vakil)
[#&#8203;44049](https://togithub.com/nodejs/node/pull/44049)
- \[[`f92871a52b`](https://togithub.com/nodejs/node/commit/f92871a52b)]
- **build**: update timezone-update.yml (Alex)
[#&#8203;44717](https://togithub.com/nodejs/node/pull/44717)
- \[[`f85d3471ee`](https://togithub.com/nodejs/node/commit/f85d3471ee)]
- **child_process**: remove lookup of undefined property (Colin Ihrig)
[#&#8203;44766](https://togithub.com/nodejs/node/pull/44766)
- \[[`2f5f41c315`](https://togithub.com/nodejs/node/commit/2f5f41c315)]
- **(SEMVER-MINOR)** **cli**: add `--watch` (Moshe Atlow)
[#&#8203;44366](https://togithub.com/nodejs/node/pull/44366)
- \[[`7fb9cc70f3`](https://togithub.com/nodejs/node/commit/7fb9cc70f3)]
- **cluster**: use inspector utils (Moshe Atlow)
[#&#8203;44592](https://togithub.com/nodejs/node/pull/44592)
- \[[`99a2c16040`](https://togithub.com/nodejs/node/commit/99a2c16040)]
- **crypto**: add causes to applicable webcrypto's OperationError (Filip
Skokan) [#&#8203;44890](https://togithub.com/nodejs/node/pull/44890)
- \[[`e0fbba0939`](https://togithub.com/nodejs/node/commit/e0fbba0939)]
- **crypto**: use EVP_PKEY_CTX_set_dsa_paramgen_q_bits when available
(David Benjamin)
[#&#8203;44561](https://togithub.com/nodejs/node/pull/44561)
- \[[`a90386b0a1`](https://togithub.com/nodejs/node/commit/a90386b0a1)]
- **deps**: update undici to 5.11.0 (Node.js GitHub Bot)
[#&#8203;44929](https://togithub.com/nodejs/node/pull/44929)
- \[[`aa68d40fbf`](https://togithub.com/nodejs/node/commit/aa68d40fbf)]
- **deps**: update corepack to 0.14.2 (Node.js GitHub Bot)
[#&#8203;44775](https://togithub.com/nodejs/node/pull/44775)
- \[[`c892f35815`](https://togithub.com/nodejs/node/commit/c892f35815)]
- **deps**: V8: fix debug build (Ben Noordhuis)
[#&#8203;44392](https://togithub.com/nodejs/node/pull/44392)
- \[[`91514393dc`](https://togithub.com/nodejs/node/commit/91514393dc)]
- **dns**: support dns module in the snapshot (Joyee Cheung)
[#&#8203;44633](https://togithub.com/nodejs/node/pull/44633)
- \[[`ce3cb29319`](https://togithub.com/nodejs/node/commit/ce3cb29319)]
- **doc**: add fsPromises.readFile() example (Tierney Cyren)
[#&#8203;40237](https://togithub.com/nodejs/node/pull/40237)
- \[[`97df9b84a2`](https://togithub.com/nodejs/node/commit/97df9b84a2)]
- **doc**: improve building doc for Android (BuShe Pie)
[#&#8203;44888](https://togithub.com/nodejs/node/pull/44888)
- \[[`8c69da893b`](https://togithub.com/nodejs/node/commit/8c69da893b)]
- **doc**: mention `corepack prepare` supports tag or range (Michael
Rienstra) [#&#8203;44646](https://togithub.com/nodejs/node/pull/44646)
- \[[`842bc64833`](https://togithub.com/nodejs/node/commit/842bc64833)]
- **doc**: remove Legacy status from querystring (Rich Trott)
[#&#8203;44912](https://togithub.com/nodejs/node/pull/44912)
- \[[`ddb5402f5f`](https://togithub.com/nodejs/node/commit/ddb5402f5f)]
- **doc**: fix label name in collaborator guide (Rich Trott)
[#&#8203;44920](https://togithub.com/nodejs/node/pull/44920)
- \[[`d08b024a3d`](https://togithub.com/nodejs/node/commit/d08b024a3d)]
- **doc**: fix typo in Node.js 12 changelog (Lorand Horvath)
[#&#8203;42880](https://togithub.com/nodejs/node/pull/42880)
- \[[`b6b9c427c5`](https://togithub.com/nodejs/node/commit/b6b9c427c5)]
- **doc**: move release keys we don't use anymore in README (Rich Trott)
[#&#8203;44899](https://togithub.com/nodejs/node/pull/44899)
- \[[`e92b074b32`](https://togithub.com/nodejs/node/commit/e92b074b32)]
- **doc**: fix grammar in dns docs
([#&#8203;44850](https://togithub.com/nodejs/node/issues/44850)) (Colin
Ihrig) [#&#8203;44850](https://togithub.com/nodejs/node/pull/44850)
- \[[`780144c339`](https://togithub.com/nodejs/node/commit/780144c339)]
- **doc**: remove unnecessary leading commas (Colin Ihrig)
[#&#8203;44854](https://togithub.com/nodejs/node/pull/44854)
- \[[`6ae9bc8fbc`](https://togithub.com/nodejs/node/commit/6ae9bc8fbc)]
- **doc**: add extra step for reporter pre-approval (Rafael Gonzaga)
[#&#8203;44806](https://togithub.com/nodejs/node/pull/44806)
- \[[`ccf31d8bca`](https://togithub.com/nodejs/node/commit/ccf31d8bca)]
- **doc**: add anchor link for --preserve-symlinks (Kohei Ueno)
[#&#8203;44858](https://togithub.com/nodejs/node/pull/44858)
- \[[`7c5c19ee54`](https://togithub.com/nodejs/node/commit/7c5c19ee54)]
- **doc**: update node prefix require.cache example (Simone Busoli)
[#&#8203;44724](https://togithub.com/nodejs/node/pull/44724)
- \[[`2a5bce6318`](https://togithub.com/nodejs/node/commit/2a5bce6318)]
- **doc**: include last security release date (Vladimir de Turckheim)
[#&#8203;44794](https://togithub.com/nodejs/node/pull/44794)
- \[[`4efaf4265c`](https://togithub.com/nodejs/node/commit/4efaf4265c)]
- **doc**: remove "currently" and comma splice from child_process.md
(Rich Trott)
[#&#8203;44789](https://togithub.com/nodejs/node/pull/44789)
- \[[`3627616b40`](https://togithub.com/nodejs/node/commit/3627616b40)]
- **doc,crypto**: mark experimental algorithms more visually (Filip
Skokan) [#&#8203;44892](https://togithub.com/nodejs/node/pull/44892)
- \[[`3c653cf23a`](https://togithub.com/nodejs/node/commit/3c653cf23a)]
- **doc,crypto**: add missing CFRG curve algorithms to supported lists
(Filip Skokan)
[#&#8203;44876](https://togithub.com/nodejs/node/pull/44876)
- \[[`70f55020d3`](https://togithub.com/nodejs/node/commit/70f55020d3)]
- **doc,crypto**: add null length to crypto.subtle.deriveBits (Filip
Skokan) [#&#8203;44876](https://togithub.com/nodejs/node/pull/44876)
- \[[`910fbd0ece`](https://togithub.com/nodejs/node/commit/910fbd0ece)]
- **esm**: fix duplicated test (Geoffrey Booth)
[#&#8203;44779](https://togithub.com/nodejs/node/pull/44779)
- \[[`bc00f3bde1`](https://togithub.com/nodejs/node/commit/bc00f3bde1)]
- **fs**: fix opts.filter issue in cp async (Tho)
[#&#8203;44922](https://togithub.com/nodejs/node/pull/44922)
- \[[`11d1c23fa0`](https://togithub.com/nodejs/node/commit/11d1c23fa0)]
- **(SEMVER-MINOR)** **fs**: add `FileHandle.prototype.readLines`
(Antoine du Hamel)
[#&#8203;42590](https://togithub.com/nodejs/node/pull/42590)
- \[[`67fb76519a`](https://togithub.com/nodejs/node/commit/67fb76519a)]
- **fs**: improve promise based readFile performance for big files
(Ruben Bridgewater)
[#&#8203;44295](https://togithub.com/nodejs/node/pull/44295)
- \[[`dc6379bdc2`](https://togithub.com/nodejs/node/commit/dc6379bdc2)]
- **fs**: don't hard code name in validatePosition() (Colin Ihrig)
[#&#8203;44767](https://togithub.com/nodejs/node/pull/44767)
- \[[`eb19b1e97c`](https://togithub.com/nodejs/node/commit/eb19b1e97c)]
- **http**: be more aggressive to reply 400, 408 and 431 (ywave620)
[#&#8203;44818](https://togithub.com/nodejs/node/pull/44818)
- \[[`4c869c8d9e`](https://togithub.com/nodejs/node/commit/4c869c8d9e)]
- **(SEMVER-MINOR)** **http**: add writeEarlyHints function to
ServerResponse (Wing)
[#&#8203;44180](https://togithub.com/nodejs/node/pull/44180)
- \[[`9c7e66478c`](https://togithub.com/nodejs/node/commit/9c7e66478c)]
- **(SEMVER-MINOR)** **http2**: make early hints generic (Yagiz Nizipli)
[#&#8203;44820](https://togithub.com/nodejs/node/pull/44820)
- \[[`3f20e5b15c`](https://togithub.com/nodejs/node/commit/3f20e5b15c)]
- **(SEMVER-MINOR)** **lib**: refactor transferable AbortSignal
(flakey5) [#&#8203;44048](https://togithub.com/nodejs/node/pull/44048)
- \[[`ada7d82b16`](https://togithub.com/nodejs/node/commit/ada7d82b16)]
- **lib**: require JSDoc in internal validators code (Rich Trott)
[#&#8203;44896](https://togithub.com/nodejs/node/pull/44896)
- \[[`67eaa303af`](https://togithub.com/nodejs/node/commit/67eaa303af)]
- **lib**: add cause to DOMException (flakey5)
[#&#8203;44703](https://togithub.com/nodejs/node/pull/44703)
- \[[`0db86ee98e`](https://togithub.com/nodejs/node/commit/0db86ee98e)]
- **meta**: update AUTHORS (Node.js GitHub Bot)
[#&#8203;44930](https://togithub.com/nodejs/node/pull/44930)
- \[[`2efe4d985b`](https://togithub.com/nodejs/node/commit/2efe4d985b)]
- **meta**: label test.js and test.md with test_runner label (Moshe
Atlow) [#&#8203;44863](https://togithub.com/nodejs/node/pull/44863)
- \[[`fd9feb3a6c`](https://togithub.com/nodejs/node/commit/fd9feb3a6c)]
- **meta**: update AUTHORS (Node.js GitHub Bot)
[#&#8203;44857](https://togithub.com/nodejs/node/pull/44857)
- \[[`a854bb39c9`](https://togithub.com/nodejs/node/commit/a854bb39c9)]
- **node-api**: create reference only when needed (Gerhard Stöbich)
[#&#8203;44827](https://togithub.com/nodejs/node/pull/44827)
- \[[`fd5c26b8db`](https://togithub.com/nodejs/node/commit/fd5c26b8db)]
- **path**: change basename() argument from ext to suffix (Rich Trott)
[#&#8203;44774](https://togithub.com/nodejs/node/pull/44774)
- \[[`803fbfb168`](https://togithub.com/nodejs/node/commit/803fbfb168)]
- **process**: fix uid/gid validation to avoid crash (Tobias Nießen)
[#&#8203;44910](https://togithub.com/nodejs/node/pull/44910)
- \[[`9f2dd48fc3`](https://togithub.com/nodejs/node/commit/9f2dd48fc3)]
- **src**: remove uid_t/gid_t casts (Tobias Nießen)
[#&#8203;44914](https://togithub.com/nodejs/node/pull/44914)
- \[[`3abb607f3a`](https://togithub.com/nodejs/node/commit/3abb607f3a)]
- **src**: remove UncheckedMalloc(0) workaround (Tobias Nießen)
[#&#8203;44543](https://togithub.com/nodejs/node/pull/44543)
- \[[`0606f9298f`](https://togithub.com/nodejs/node/commit/0606f9298f)]
- **src**: deduplicate setting RSA OAEP label (Tobias Nießen)
[#&#8203;44849](https://togithub.com/nodejs/node/pull/44849)
- \[[`daf3152f7e`](https://togithub.com/nodejs/node/commit/daf3152f7e)]
- **src**: implement GetDetachedness() in MemoryRetainerNode (Joyee
Cheung) [#&#8203;44803](https://togithub.com/nodejs/node/pull/44803)
- \[[`7ca77dd4ef`](https://togithub.com/nodejs/node/commit/7ca77dd4ef)]
- **src**: avoid X509\_free in loops in crypto_x509.cc (Tobias Nießen)
[#&#8203;44855](https://togithub.com/nodejs/node/pull/44855)
- \[[`781ad96227`](https://togithub.com/nodejs/node/commit/781ad96227)]
- **src**: use OnScopeLeave instead of multiple free() (Tobias Nießen)
[#&#8203;44852](https://togithub.com/nodejs/node/pull/44852)
- \[[`b27b336a7a`](https://togithub.com/nodejs/node/commit/b27b336a7a)]
- **src**: remove ParseIP() in cares_wrap.cc (Tobias Nießen)
[#&#8203;44771](https://togithub.com/nodejs/node/pull/44771)
- \[[`f99f5d3c01`](https://togithub.com/nodejs/node/commit/f99f5d3c01)]
- **(SEMVER-MINOR)** **src**: add detailed embedder process
initialization API (Anna Henningsen)
[#&#8203;44121](https://togithub.com/nodejs/node/pull/44121)
- \[[`281fd7a09a`](https://togithub.com/nodejs/node/commit/281fd7a09a)]
- **src,stream**: improve DoWrite() and Write() (ywave620)
[#&#8203;44434](https://togithub.com/nodejs/node/pull/44434)
- \[[`a33cc22bf7`](https://togithub.com/nodejs/node/commit/a33cc22bf7)]
- **src,worker**: fix race of WorkerHeapSnapshotTaker (ywave620)
[#&#8203;44745](https://togithub.com/nodejs/node/pull/44745)
- \[[`f300f197da`](https://togithub.com/nodejs/node/commit/f300f197da)]
- **stream**: handle enqueuing chunks when a pending BYOB pull request
exists (Daeyeon Jeong)
[#&#8203;44770](https://togithub.com/nodejs/node/pull/44770)
- \[[`9ac029ea11`](https://togithub.com/nodejs/node/commit/9ac029ea11)]
- **test**: bump memory limit for abort fatal error (Danielle Adams)
[#&#8203;44984](https://togithub.com/nodejs/node/pull/44984)
- \[[`b9b671f25f`](https://togithub.com/nodejs/node/commit/b9b671f25f)]
- **test**: debug watch mode inspect (Moshe Atlow)
[#&#8203;44861](https://togithub.com/nodejs/node/pull/44861)
- \[[`2308b71d09`](https://togithub.com/nodejs/node/commit/2308b71d09)]
- **test**: don't clobber RegExp.$\_ on startup (Ben Noordhuis)
[#&#8203;44864](https://togithub.com/nodejs/node/pull/44864)
- \[[`fe91bebb67`](https://togithub.com/nodejs/node/commit/fe91bebb67)]
- **test**: loosen test for negative timestamps in `test-fs-stat-date`
(Livia Medeiros)
[#&#8203;44707](https://togithub.com/nodejs/node/pull/44707)
- \[[`a080608552`](https://togithub.com/nodejs/node/commit/a080608552)]
- **test**: check `--test` is disallowed in NODE_OPTIONS (Kohei Ueno)
[#&#8203;44846](https://togithub.com/nodejs/node/pull/44846)
- \[[`dc2af265d7`](https://togithub.com/nodejs/node/commit/dc2af265d7)]
- **test**: improve lib/internal/source_map/source_map.js coverage
(MURAKAMI Masahiko)
[#&#8203;42771](https://togithub.com/nodejs/node/pull/42771)
- \[[`60a05d6dea`](https://togithub.com/nodejs/node/commit/60a05d6dea)]
- **test**: skip some binding tests on IBMi PASE (Richard Lau)
[#&#8203;44810](https://togithub.com/nodejs/node/pull/44810)
- \[[`8dacedaa3d`](https://togithub.com/nodejs/node/commit/8dacedaa3d)]
- **test**: remove unused variable in addon test (Joyee Cheung)
[#&#8203;44809](https://togithub.com/nodejs/node/pull/44809)
- \[[`c54cee1c3f`](https://togithub.com/nodejs/node/commit/c54cee1c3f)]
- **test**: check server status in test-tls-psk-client (Richard Lau)
[#&#8203;44824](https://togithub.com/nodejs/node/pull/44824)
- \[[`ee3c6a4dc5`](https://togithub.com/nodejs/node/commit/ee3c6a4dc5)]
- **test**: use async/await in test-debugger-exceptions (pete3249)
[#&#8203;44690](https://togithub.com/nodejs/node/pull/44690)
- \[[`9f14625fe5`](https://togithub.com/nodejs/node/commit/9f14625fe5)]
- **test**: use async/await in test-debugger-help (Chandana)
[#&#8203;44686](https://togithub.com/nodejs/node/pull/44686)
- \[[`8033ad846b`](https://togithub.com/nodejs/node/commit/8033ad846b)]
- **test**: update test-debugger-scripts to use await/async
(mmeenapriya)
[#&#8203;44692](https://togithub.com/nodejs/node/pull/44692)
- \[[`f4f08be384`](https://togithub.com/nodejs/node/commit/f4f08be384)]
- **test**: use await in test-debugger-invalid-json (Anjana Krishnakumar
Vellore) [#&#8203;44689](https://togithub.com/nodejs/node/pull/44689)
- \[[`d2f36169f3`](https://togithub.com/nodejs/node/commit/d2f36169f3)]
- **test**: use async/await in
test-debugger-random-port-with-inspect-port (Monu-Chaudhary)
[#&#8203;44695](https://togithub.com/nodejs/node/pull/44695)
- \[[`ddf029725b`](https://togithub.com/nodejs/node/commit/ddf029725b)]
- **test**: use async/await in test-debugger-heap-profiler (Brinda
Ashar) [#&#8203;44693](https://togithub.com/nodejs/node/pull/44693)
- \[[`117f068250`](https://togithub.com/nodejs/node/commit/117f068250)]
- **test**: use async/await in test-debugger-auto-resume
(samyuktaprabhu)
[#&#8203;44675](https://togithub.com/nodejs/node/pull/44675)
- \[[`143c428cae`](https://togithub.com/nodejs/node/commit/143c428cae)]
- **test**: migrated from Promise chains to Async/Await (Rathi N Das)
[#&#8203;44674](https://togithub.com/nodejs/node/pull/44674)
- \[[`e609a3309c`](https://togithub.com/nodejs/node/commit/e609a3309c)]
- **test**: change promises to async/await in test-debugger-backtrace.js
(Juliet Zhang)
[#&#8203;44677](https://togithub.com/nodejs/node/pull/44677)
- \[[`eeabd23ca6`](https://togithub.com/nodejs/node/commit/eeabd23ca6)]
- **test**: use async/await in test-debugger-sb-before-load (Hope
Olaidé) [#&#8203;44697](https://togithub.com/nodejs/node/pull/44697)
- \[[`5c63d1464e`](https://togithub.com/nodejs/node/commit/5c63d1464e)]
- **test**: add extra tests for basename with ext option (Connor Burton)
[#&#8203;44772](https://togithub.com/nodejs/node/pull/44772)
- \[[`f8b2d7a059`](https://togithub.com/nodejs/node/commit/f8b2d7a059)]
- **test**: refactor to async/await (Divya Mohan)
[#&#8203;44694](https://togithub.com/nodejs/node/pull/44694)
- \[[`9864bde9ab`](https://togithub.com/nodejs/node/commit/9864bde9ab)]
- **test**: modify test-debugger-custom-port.js to use async-await
(Priya Shastri)
[#&#8203;44680](https://togithub.com/nodejs/node/pull/44680)
- \[[`af30823881`](https://togithub.com/nodejs/node/commit/af30823881)]
- **test**: upgrade all 1024 bit RSA keys to 2048 bits (Momtchil
Momtchev) [#&#8203;44498](https://togithub.com/nodejs/node/pull/44498)
- \[[`0fb669e31f`](https://togithub.com/nodejs/node/commit/0fb669e31f)]
- **test**: update test-debugger-breakpoint-exists.js to use async/await
(Archana Kamath)
[#&#8203;44682](https://togithub.com/nodejs/node/pull/44682)
- \[[`cca253503e`](https://togithub.com/nodejs/node/commit/cca253503e)]
- **test**: use async/await in test-debugger-preserve-breaks
(poorvitusam)
[#&#8203;44696](https://togithub.com/nodejs/node/pull/44696)
- \[[`0b2e8b1681`](https://togithub.com/nodejs/node/commit/0b2e8b1681)]
- **test**: use async/await in test-debugger-profile (surbhirjain)
[#&#8203;44684](https://togithub.com/nodejs/node/pull/44684)
- \[[`4db72a65cf`](https://togithub.com/nodejs/node/commit/4db72a65cf)]
- **test**: change the promises to async/await in
test-debugger-exec-scope.js (Ankita Khiratkar)
[#&#8203;44685](https://togithub.com/nodejs/node/pull/44685)
- \[[`56c9c98963`](https://togithub.com/nodejs/node/commit/56c9c98963)]
- **test**: fix test-runner-inspect (Moshe Atlow)
[#&#8203;44620](https://togithub.com/nodejs/node/pull/44620)
- \[[`36227ed862`](https://togithub.com/nodejs/node/commit/36227ed862)]
- **test**: fix watch mode test flake (Moshe Atlow)
[#&#8203;44739](https://togithub.com/nodejs/node/pull/44739)
- \[[`3abd71a0ea`](https://togithub.com/nodejs/node/commit/3abd71a0ea)]
- **test**: deflake watch mode tests (Moshe Atlow)
[#&#8203;44621](https://togithub.com/nodejs/node/pull/44621)
- \[[`0c9f38f2be`](https://togithub.com/nodejs/node/commit/0c9f38f2be)]
- **test**: split watch mode inspector tests to sequential (Moshe Atlow)
[#&#8203;44551](https://togithub.com/nodejs/node/pull/44551)
- \[[`d762a34128`](https://togithub.com/nodejs/node/commit/d762a34128)]
- **test_runner**: add --test-name-pattern CLI flag (Colin Ihrig)
- \[[`c7ece464a1`](https://togithub.com/nodejs/node/commit/c7ece464a1)]
- **test_runner**: remove runtime experimental warning (Colin Ihrig)
[#&#8203;44844](https://togithub.com/nodejs/node/pull/44844)
- \[[`3c1e9d41c8`](https://togithub.com/nodejs/node/commit/3c1e9d41c8)]
- **test_runner**: support using `--inspect` with `--test` (Moshe Atlow)
[#&#8203;44520](https://togithub.com/nodejs/node/pull/44520)
- \[[`4bdef48732`](https://togithub.com/nodejs/node/commit/4bdef48732)]
- **tools**: remove faulty early termination logic from
update-timezone.mjs (Darshan Sen)
[#&#8203;44870](https://togithub.com/nodejs/node/pull/44870)
- \[[`19d8574996`](https://togithub.com/nodejs/node/commit/19d8574996)]
- **tools**: fix timezone update tool (Darshan Sen)
[#&#8203;44870](https://togithub.com/nodejs/node/pull/44870)
- \[[`ad8b8ae7d3`](https://togithub.com/nodejs/node/commit/ad8b8ae7d3)]
- **tools**: update eslint to 8.25.0 (Node.js GitHub Bot)
[#&#8203;44931](https://togithub.com/nodejs/node/pull/44931)
- \[[`fd99b17a4d`](https://togithub.com/nodejs/node/commit/fd99b17a4d)]
- **tools**: make `utils.SearchFiles` deterministic (Bruno Pitrus)
[#&#8203;44496](https://togithub.com/nodejs/node/pull/44496)
- \[[`131adece37`](https://togithub.com/nodejs/node/commit/131adece37)]
- **tools**: fix typo in tools/update-authors.mjs (Darshan Sen)
[#&#8203;44780](https://togithub.com/nodejs/node/pull/44780)
- \[[`ab22777e65`](https://togithub.com/nodejs/node/commit/ab22777e65)]
- **tools**: refactor deprecated format in no-unescaped-regexp-dot
(Madhuri) [#&#8203;44763](https://togithub.com/nodejs/node/pull/44763)
- \[[`3ad0fae89d`](https://togithub.com/nodejs/node/commit/3ad0fae89d)]
- **tools**: update eslint-check.js to object style (andiemontoyeah)
[#&#8203;44706](https://togithub.com/nodejs/node/pull/44706)
- \[[`e9d572a9bd`](https://togithub.com/nodejs/node/commit/e9d572a9bd)]
- **tools**: update eslint to 8.24.0 (Node.js GitHub Bot)
[#&#8203;44778](https://togithub.com/nodejs/node/pull/44778)
- \[[`984b0b4a6c`](https://togithub.com/nodejs/node/commit/984b0b4a6c)]
- **tools**: update lint-md-dependencies to rollup@2.79.1 (Node.js
GitHub Bot) [#&#8203;44776](https://togithub.com/nodejs/node/pull/44776)
- \[[`db5aeed702`](https://togithub.com/nodejs/node/commit/db5aeed702)]
- **(SEMVER-MINOR)** **util**: add default value option to parsearg
(Manuel Spigolon)
[#&#8203;44631](https://togithub.com/nodejs/node/pull/44631)
- \[[`576ccdf125`](https://togithub.com/nodejs/node/commit/576ccdf125)]
- **util**: increase robustness with primordials (Jordan Harband)
[#&#8203;41212](https://togithub.com/nodejs/node/pull/41212)

###
[`v18.10.0`](https://togithub.com/nodejs/node/releases/tag/v18.10.0):
2022-09-28, Version 18.10.0 (Current), @&#8203;RafaelGSS

[Compare
Source](https://togithub.com/nodejs/node/compare/v18.9.1...v18.10.0)

##### Notable changes

-   **doc**:
- (SEMVER-MINOR) deprecate modp1, modp2, and modp5 groups (Tobias
Nießen) [#&#8203;44588](https://togithub.com/nodejs/node/pull/44588)
- add legendecas to TSC list (Michael Dawson)
[#&#8203;44662](https://togithub.com/nodejs/node/pull/44662)
- move `policy` docs to the `permissions` scope (Rafael Gonzaga)
[#&#8203;44222](https://togithub.com/nodejs/node/pull/44222)
-   **gyp**:
- libnode for ios app embedding (chexiongsheng)
[#&#8203;44210](https://togithub.com/nodejs/node/pull/44210)
-   **http**:
- (SEMVER-MINOR) throw error on content-length mismatch (sidwebworks)
[#&#8203;44588](https://togithub.com/nodejs/node/pull/44378)
-   **stream**:
- (SEMVER-MINOR) add `ReadableByteStream.tee()` (Daeyeon Jeong)
[#&#8203;44505](https://togithub.com/nodejs/node/pull/44505)

##### Commits

- \[[`f497368679`](https://togithub.com/nodejs/node/commit/f497368679)]
- **benchmark**: fix startup benchmark (Evan Lucas)
[#&#8203;44727](https://togithub.com/nodejs/node/pull/44727)
- \[[`0c9a94684e`](https://togithub.com/nodejs/node/commit/0c9a94684e)]
- **benchmark**: add stream destroy benchmark (SindreXie)
[#&#8203;44533](https://togithub.com/nodejs/node/pull/44533)
- \[[`9c5c1459a8`](https://togithub.com/nodejs/node/commit/9c5c1459a8)]
- **bootstrap**: clean up inspector console methods during serialization
(Joyee Cheung)
[#&#8203;44279](https://togithub.com/nodejs/node/pull/44279)
- \[[`19f67dba8a`](https://togithub.com/nodejs/node/commit/19f67dba8a)]
- **bootstrap**: remove unused global parameter in per-context scripts
(Joyee Cheung)
[#&#8203;44472](https://togithub.com/nodejs/node/pull/44472)
- \[[`9da11426f6`](https://togithub.com/nodejs/node/commit/9da11426f6)]
- **build**: remove redundant entry in crypto (Jiawen Geng)
[#&#8203;44604](https://togithub.com/nodejs/node/pull/44604)
- \[[`70898b4e67`](https://togithub.com/nodejs/node/commit/70898b4e67)]
- **build**: rewritten the Android build system (BuShe Pie)
[#&#8203;44207](https://togithub.com/nodejs/node/pull/44207)
- \[[`a733f7faac`](https://togithub.com/nodejs/node/commit/a733f7faac)]
- ***Revert*** "**build**: go faster, drop -fno-omit-frame-pointer" (Ben
Noordhuis) [#&#8203;44566](https://togithub.com/nodejs/node/pull/44566)
- \[[`1315a83333`](https://togithub.com/nodejs/node/commit/1315a83333)]
- **build**: fix bad upstream merge (Stephen Gallagher)
[#&#8203;44642](https://togithub.com/nodejs/node/pull/44642)
- \[[`993bd9b134`](https://togithub.com/nodejs/node/commit/993bd9b134)]
- **crypto**: restrict PBKDF2 args to signed int (Tobias Nießen)
[#&#8203;44575](https://togithub.com/nodejs/node/pull/44575)
- \[[`ca5fb67b4e`](https://togithub.com/nodejs/node/commit/ca5fb67b4e)]
- **deps**: update to ngtcp2 0.8.1 and nghttp3 0.7.0 (Tobias Nießen)
[#&#8203;44622](https://togithub.com/nodejs/node/pull/44622)
- \[[`8da1d6ebc4`](https://togithub.com/nodejs/node/commit/8da1d6ebc4)]
- **deps**: update corepack to 0.14.1 (Node.js GitHub Bot)
[#&#8203;44704](https://togithub.com/nodejs/node/pull/44704)
- \[[`d36c4a3088`](https://togithub.com/nodejs/node/commit/d36c4a3088)]
- **deps**: update ngtcp2 update instructions (Tobias Nießen)
[#&#8203;44619](https://togithub.com/nodejs/node/pull/44619)
- \[[`7129106aa0`](https://togithub.com/nodejs/node/commit/7129106aa0)]
- **deps**: upgrade npm to 8.19.2 (npm team)
[#&#8203;44632](https://togithub.com/nodejs/node/pull/44632)
- \[[`3cc8f4bb56`](https://togithub.com/nodejs/node/commit/3cc8f4bb56)]
- **deps**: update to uvwasi 0.0.13 (Colin Ihrig)
[#&#8203;44524](https://togithub.com/nodejs/node/pull/44524)
- \[[`4686579d4b`](https://togithub.com/nodejs/node/commit/4686579d4b)]
- **dns**: remove unnecessary parameter from validateOneOf (Yagiz
Nizipli) [#&#8203;44635](https://togithub.com/nodejs/node/pull/44635)
- \[[`729dd95f1f`](https://togithub.com/nodejs/node/commit/729dd95f1f)]
- **dns**: refactor default resolver (Joyee Cheung)
[#&#8203;44541](https://togithub.com/nodejs/node/pull/44541)
- \[[`6dc038262a`](https://togithub.com/nodejs/node/commit/6dc038262a)]
- **doc**: mention git node backport (RafaelGSS)
[#&#8203;44764](https://togithub.com/nodejs/node/pull/44764)
- \[[`fd971f5176`](https://togithub.com/nodejs/node/commit/fd971f5176)]
- **doc**: ensure to revert node_version changes (Rafael Gonzaga)
[#&#8203;44760](https://togithub.com/nodejs/node/pull/44760)
- \[[`f274b08f8e`](https://togithub.com/nodejs/node/commit/f274b08f8e)]
- **doc**: fix description for `napi_get_cb_info()` in `n-api.md`
(Daeyeon Jeong)
[#&#8203;44761](https://togithub.com/nodejs/node/pull/44761)
- \[[`2502f2353d`](https://togithub.com/nodejs/node/commit/2502f2353d)]
- **doc**: update the deprecation for exit code to clarify its scope
(Daeyeon Jeong)
[#&#8203;44714](https://togithub.com/nodejs/node/pull/44714)
- \[[`064543d0ae`](https://togithub.com/nodejs/node/commit/064543d0ae)]
- **doc**: update guidance for adding new modules (Michael Dawson)
[#&#8203;44576](https://togithub.com/nodejs/node/pull/44576)
- \[[`33a2f17534`](https://togithub.com/nodejs/node/commit/33a2f17534)]
- **doc**: add registry number for Electron 22 (Keeley Hammond)
[#&#8203;44748](https://togithub.com/nodejs/node/pull/44748)
- \[[`10a0d75c26`](https://togithub.com/nodejs/node/commit/10a0d75c26)]
- **doc**: include code examples for webstreams consumers (Lucas Santos)
[#&#8203;44387](https://togithub.com/nodejs/node/pull/44387)
- \[[`4dbe4a010c`](https://togithub.com/nodejs/node/commit/4dbe4a010c)]
- **doc**: mention where to push security commits (RafaelGSS)
[#&#8203;44691](https://togithub.com/nodejs/node/pull/44691)
- \[[`82cb8151ad`](https://togithub.com/nodejs/node/commit/82cb8151ad)]
- **doc**: remove extra space on threadpool usage (Connor Burton)
[#&#8203;44734](https://togithub.com/nodejs/node/pull/44734)
- \[[`6ef9af2748`](https://togithub.com/nodejs/node/commit/6ef9af2748)]
- **doc**: make legacy banner slightly less bright (Rich Trott)
[#&#8203;44665](https://togithub.com/nodejs/node/pull/44665)
- \[[`b209c83e66`](https://togithub.com/nodejs/node/commit/b209c83e66)]
- **doc**: improve building doc for Windows Powershell (Brian
Muenzenmeyer)
[#&#8203;44625](https://togithub.com/nodejs/node/pull/44625)
- \[[`05b17e9250`](https://togithub.com/nodejs/node/commit/05b17e9250)]
- **doc**: maintain only one list of MODP groups (Tobias Nießen)
[#&#8203;44644](https://togithub.com/nodejs/node/pull/44644)
- \[[`ec1cbdb69b`](https://togithub.com/nodejs/node/commit/ec1cbdb69b)]
- **doc**: add legendecas to TSC list (Michael Dawson)
[#&#8203;44662](https://togithub.com/nodejs/node/pull/44662)
- \[[`9341fb4446`](https://togithub.com/nodejs/node/commit/9341fb4446)]
- **doc**: remove comma in README.md (Taha-Chaudhry)
[#&#8203;44599](https://togithub.com/nodejs/node/pull/44599)
- \[[`3dabb44dda`](https://togithub.com/nodejs/node/commit/3dabb44dda)]
- **doc**: use serial comma in report docs (Daeyeon Jeong)
[#&#8203;44608](https://togithub.com/nodejs/node/pull/44608)
- \[[`226d90a95a`](https://togithub.com/nodejs/node/commit/226d90a95a)]
- **doc**: use serial comma in stream docs (Daeyeon Jeong)
[#&#8203;44609](https://togithub.com/nodejs/node/pull/44609)
- \[[`3f710fa636`](https://togithub.com/nodejs/node/commit/3f710fa636)]
- **doc**: remove empty line in YAML block (Claudio Wunder)
[#&#8203;44617](https://togithub.com/nodejs/node/pull/44617)
- \[[`4ad1b0abc3`](https://togithub.com/nodejs/node/commit/4ad1b0abc3)]
- **(SEMVER-MINOR)** **doc**: deprecate modp1, modp2, and modp5 groups
(Tobias Nießen)
[#&#8203;44588](https://togithub.com/nodejs/node/pull/44588)
- \[[`2d92610525`](https://togithub.com/nodejs/node/commit/2d92610525)]
- **doc**: remove old OpenSSL ENGINE constants (Tobias Nießen)
[#&#8203;44589](https://togithub.com/nodejs/node/pull/44589)
- \[[`03705639c4`](https://togithub.com/nodejs/node/commit/03705639c4)]
- **doc**: fix heading levels for test runner hooks (Fabian Meyer)
[#&#8203;44603](https://togithub.com/nodejs/node/pull/44603)
- \[[`6c557346a7`](https://togithub.com/nodejs/node/commit/6c557346a7)]
- **doc**: fix errors in http.md (Luigi Pinca)
[#&#8203;44587](https://togithub.com/nodejs/node/pull/44587)
- \[[`48d944b71c`](https://togithub.com/nodejs/node/commit/48d944b71c)]
- **doc**: fix vm.Script createCachedData example (Chengzhong Wu)
[#&#8203;44487](https://togithub.com/nodejs/node/pull/44487)
- \[[`2813323120`](https://togithub.com/nodejs/node/commit/2813323120)]
- **doc**: mention how to get commit release (Rafael Gonzaga)
[#&#8203;44572](https://togithub.com/nodejs/node/pull/44572)
- \[[`ea7b44d474`](https://togithub.com/nodejs/node/commit/ea7b44d474)]
- **doc**: fix link in `process.md` (Antoine du Hamel)
[#&#8203;44594](https://togithub.com/nodejs/node/pull/44594)
- \[[`39b65d2fb7`](https://togithub.com/nodejs/node/commit/39b65d2fb7)]
- **doc**: do not use weak MODP group in example (Tobias Nießen)
[#&#8203;44585](https://togithub.com/nodejs/node/pull/44585)
- \[[`f5549afd90`](https://togithub.com/nodejs/node/commit/f5549afd90)]
- **doc**: remove ebpf from supported tooling list (Rafael Gonzaga)
[#&#8203;44549](https://togithub.com/nodejs/node/pull/44549)
- \[[`a3360b1f4f`](https://togithub.com/nodejs/node/commit/a3360b1f4f)]
- **doc**: emphasize that createCipher is never secure (Tobias Nießen)
[#&#8203;44538](https://togithub.com/nodejs/node/pull/44538)
- \[[`4e6f7862ba`](https://togithub.com/nodejs/node/commit/4e6f7862ba)]
- **doc**: document attribute Script.cachedDataRejected (Chengzhong Wu)
[#&#8203;44451](https://togithub.com/nodejs/node/pull/44451)
- \[[`01e584ecab`](https://togithub.com/nodejs/node/commit/01e584ecab)]
- **doc**: move policy docs to the permissions scope (Rafael Gonzaga)
[#&#8203;44222](https://togithub.com/nodejs/node/pull/44222)
- \[[`57dac53c22`](https://togithub.com/nodejs/node/commit/57dac53c22)]
- **doc,crypto**: cleanup removed pbkdf2 behaviours (Filip Skokan)
[#&#8203;44733](https://togithub.com/nodejs/node/pull/44733)
- \[[`c209bd6fb9`](https://togithub.com/nodejs/node/commit/c209bd6fb9)]
- **doc,inspector**: document changes of inspector.close (Chengzhong Wu)
[#&#8203;44628](https://togithub.com/nodejs/node/pull/44628)
- \[[`9b3b7d6978`](https://togithub.com/nodejs/node/commit/9b3b7d6978)]
- **esm,loader**: tidy ESMLoader internals (Jacob Smith)
[#&#8203;44701](https://togithub.com/nodejs/node/pull/44701)
- \[[`daf63d2fa3`](https://togithub.com/nodejs/node/commit/daf63d2fa3)]
- **fs**: fix typo in mkdir example (SergeyTsukanov)
[#&#8203;44791](https://togithub.com/nodejs/node/pull/44791)
- \[[`85ab2f857f`](https://togithub.com/nodejs/node/commit/85ab2f857f)]
- **fs**: remove unused option in `fs.fstatSync()` (Livia Medeiros)
[#&#8203;44613](https://togithub.com/nodejs/node/pull/44613)
- \[[`a6091f5496`](https://togithub.com/nodejs/node/commit/a6091f5496)]
- **gyp**: libnode for ios app embedding (chexiongsheng)
[#&#8203;44210](https://togithub.com/nodejs/node/pull/44210)
- \[[`f158656e4c`](https://togithub.com/nodejs/node/commit/f158656e4c)]
- **(SEMVER-MINOR)** **http**: throw error on content-length mismatch
(sidwebworks)
[#&#8203;44378](https://togithub.com/nodejs/node/pull/44378)
- \[[`1b160517f5`](https://togithub.com/nodejs/node/commit/1b160517f5)]
- **inspector**: expose inspector.close on workers (Chengzhong Wu)
[#&#8203;44489](https://togithub.com/nodejs/node/pull/44489)
- \[[`a2eb55a2c9`](https://togithub.com/nodejs/node/commit/a2eb55a2c9)]
- **lib**: don't match `sourceMappingURL` in strings (Alan Agius)
[#&#8203;44658](https://togithub.com/nodejs/node/pull/44658)
- \[[`2baf532518`](https://togithub.com/nodejs/node/commit/2baf532518)]
- **lib**: fix reference leak (falsandtru)
[#&#8203;44499](https://togithub.com/nodejs/node/pull/44499)
- \[[`d8d34ae6bc`](https://togithub.com/nodejs/node/commit/d8d34ae6bc)]
- **lib**: reset `RegExp` statics before running user code (Antoine du
Hamel) [#&#8203;44247](https://togithub.com/nodejs/node/pull/44247)
- \[[`eb3635184b`](https://togithub.com/nodejs/node/commit/eb3635184b)]
- **lib,test**: fix bug in InternalSocketAddress (Tobias Nießen)
[#&#8203;44618](https://togithub.com/nodejs/node/pull/44618)
- \[[`74dc4d198f`](https://togithub.com/nodejs/node/commit/74dc4d198f)]
- **meta**: update AUTHORS (Node.js GitHub Bot)
[#&#8203;44777](https://togithub.com/nodejs/node/pull/44777)
- \[[`97d2ed7296`](https://togithub.com/nodejs/node/commit/97d2ed7296)]
- **meta**: add mailmap entry for dnlup (Rich Trott)
[#&#8203;44716](https://togithub.com/nodejs/node/pull/44716)
- \[[`35fbd2cc14`](https://togithub.com/nodejs/node/commit/35fbd2cc14)]
- **meta**: update AUTHORS (Node.js GitHub Bot)
[#&#8203;44705](https://togithub.com/nodejs/node/pull/44705)
- \[[`c5c1bc40a2`](https://togithub.com/nodejs/node/commit/c5c1bc40a2)]
- **meta**: move dnlup to emeriti (dnlup)
[#&#8203;44667](https://togithub.com/nodejs/node/pull/44667)
- \[[`c62dfe0427`](https://togithub.com/nodejs/node/commit/c62dfe0427)]
- **meta**: update test_runner in label-pr-config (Shrujal Shah)
[#&#8203;44615](https://togithub.com/nodejs/node/pull/44615)
- \[[`fe56efd0bc`](https://togithub.com/nodejs/node/commit/fe56efd0bc)]
- **meta**: update AUTHORS (Node.js GitHub Bot)
[#&#8203;44591](https://togithub.com/nodejs/node/pull/44591)
- \[[`4436ffb536`](https://togithub.com/nodejs/node/commit/4436ffb536)]
- **module**: open stat/readPackage to mutations (Maël Nison)
[#&#8203;44537](https://togithub.com/nodejs/node/pull/44537)
- \[[`f8ec946c82`](https://togithub.com/nodejs/node/commit/f8ec946c82)]
- **module**: exports & imports map invalid slash deprecation (Guy
Bedford) [#&#8203;44477](https://togithub.com/nodejs/node/pull/44477)
- \[[`64cb43a2b6`](https://togithub.com/nodejs/node/commit/64cb43a2b6)]
- **node-api**: add deprecation code of uncaught exception (Chengzhong
Wu) [#&#8203;44624](https://togithub.com/nodejs/node/pull/44624)
- \[[`ce1704c2c7`](https://togithub.com/nodejs/node/commit/ce1704c2c7)]
- **src**: avoid using v8 on Isolate termination (Santiago Gimeno)
[#&#8203;44669](https://togithub.com/nodejs/node/pull/44669)
- \[[`3036b85d71`](https://togithub.com/nodejs/node/commit/3036b85d71)]
- **src**: remove \<unistd.h> from node_os.cc (Tobias Nießen)
[#&#8203;44668](https://togithub.com/nodejs/node/pull/44668)
- \[[`29f57b7899`](https://togithub.com/nodejs/node/commit/29f57b7899)]
- **src**: avoid copy when creating Blob (Tobias Nießen)
[#&#8203;44616](https://togithub.com/nodejs/node/pull/44616)
- \[[`75cfb13ea6`](https://togithub.com/nodejs/node/commit/75cfb13ea6)]
- **src**: make ReqWrap weak (Rafael Gonzaga)
[#&#8203;44074](https://togithub.com/nodejs/node/pull/44074)
- \[[`c12abb5ece`](https://togithub.com/nodejs/node/commit/c12abb5ece)]
- **src**: make NearHeapLimitCallback() more robust (Joyee Cheung)
[#&#8203;44581](https://togithub.com/nodejs/node/pull/44581)
- \[[`81ea507e8e`](https://togithub.com/nodejs/node/commit/81ea507e8e)]
- **src**: dump isolate stats when process exits (daomingq)
[#&#8203;44534](https://togithub.com/nodejs/node/pull/44534)
- \[[`687844822f`](https://togithub.com/nodejs/node/commit/687844822f)]
- **src**: consolidate environment cleanup queue (Chengzhong Wu)
[#&#8203;44379](https://togithub.com/nodejs/node/pull/44379)
- \[[`3d42aaaac0`](https://togithub.com/nodejs/node/commit/3d42aaaac0)]
- **stream**: handle a pending pull request from a released reader
(Daeyeon Jeong)
[#&#8203;44702](https://togithub.com/nodejs/node/pull/44702)
- \[[`73ad9db6c5`](https://togithub.com/nodejs/node/commit/73ad9db6c5)]
- **stream**: refactor use es2020 statement (SindreXie)
[#&#8203;44533](https://togithub.com/nodejs/node/pull/44533)
- \[[`0af6e420b3`](https://togithub.com/nodejs/node/commit/0af6e420b3)]
- **stream**: remove `abortReason` from
`WritableStreamDefaultController` (Daeyeon Jeong)
[#&#8203;44540](https://togithub.com/nodejs/node/pull/44540)
- \[[`2f2f8d5821`](https://togithub.com/nodejs/node/commit/2f2f8d5821)]
- **(SEMVER-MINOR)** **stream**: add `ReadableByteStream.tee()` (Daeyeon
Jeong) [#&#8203;44505](https://togithub.com/nodejs/node/pull/44505)
- \[[`667e8bf3fb`](https://togithub.com/nodejs/node/commit/667e8bf3fb)]
- **stream**: fix `writableStream.abort()` (Daeyeon Jeong)
[#&#8203;44327](https://togithub.com/nodejs/node/pull/44327)
- \[[`3112d5dae0`](https://togithub.com/nodejs/node/commit/3112d5dae0)]
- **test**: verify napi_remove_wrap with napi_delete_reference
(Chengzhong Wu)
[#&#8203;44754](https://togithub.com/nodejs/node/pull/44754)
- \[[`b512436841`](https://togithub.com/nodejs/node/commit/b512436841)]
- **test**: change promises to async/await (Madhulika Sharma)
[#&#8203;44683](https://togithub.com/nodejs/node/pull/44683)
- \[[`858631f720`](https://togithub.com/nodejs/node/commit/858631f720)]
- **test**: use async/await in test-debugger-invalid-args (Nupur
Chauhan) [#&#8203;44678](https://togithub.com/nodejs/node/pull/44678)
- \[[`6c9ded810c`](https://togithub.com/nodejs/node/commit/6c9ded810c)]
- **test**: update test-debugger-low-level to use await/async (Meghana
Ramesh) [#&#8203;44688](https://togithub.com/nodejs/node/pull/44688)
- \[[`945aa74e57`](https://togithub.com/nodejs/node/commit/945aa74e57)]
- **test**: check that sysconf returns a positive value (Tobias Nießen)
[#&#8203;44666](https://togithub.com/nodejs/node/pull/44666)
- \[[`79f0f48a6f`](https://togithub.com/nodejs/node/commit/79f0f48a6f)]
- **test**: change promise to async/await in debugger-watcher (“Pooja)
[#&#8203;44687](https://togithub.com/nodejs/node/pull/44687)
- \[[`a56cb65bd6`](https://togithub.com/nodejs/node/commit/a56cb65bd6)]
- **test**: fix addon tests compilation with OpenSSL 1.1.1 (Adam Majer)
[#&#8203;44725](https://togithub.com/nodejs/node/pull/44725)
- \[[`8a68a80a06`](https://togithub.com/nodejs/node/commit/8a68a80a06)]
- **test**: fix test-performance-measure (smitley)
[#&#8203;44637](https://togithub.com/nodejs/node/pull/44637)
- \[[`55de0136b3`](https://togithub.com/nodejs/node/commit/55de0136b3)]
- **test**: improve lib/readline.js coverage (MURAKAMI Masahiko)
[#&#8203;42686](https://togithub.com/nodejs/node/pull/42686)
- \[[`a3095d217f`](https://togithub.com/nodejs/node/commit/a3095d217f)]
- **test**: fix `test-repl` not validating leaked globals properly
(Antoine du Hamel)
[#&#8203;44640](https://togithub.com/nodejs/node/pull/44640)
- \[[`7db2974692`](https://togithub.com/nodejs/node/commit/7db2974692)]
- **test**: ignore stale process cleanup failures on Windows (Joyee
Cheung) [#&#8203;44480](https://togithub.com/nodejs/node/pull/44480)
- \[[`6c35f338c3`](https://togithub.com/nodejs/node/commit/6c35f338c3)]
- **test**: use python3 instead of python (Luigi Pinca)
[#&#8203;44545](https://togithub.com/nodejs/node/pull/44545)
- \[[`20e04c6d44`](https://togithub.com/nodejs/node/commit/20e04c6d44)]
- **test**: fix DebugSymbolsTest.ReqWrapList on PPC64LE (Daniel
Bevenius) [#&#8203;44341](https://togithub.com/nodejs/node/pull/44341)
- \[[`eb25fe73b0`](https://togithub.com/nodejs/node/commit/eb25fe73b0)]
- **test**: add more cases for parse-encoding (Tony Gorez)
[#&#8203;44427](https://togithub.com/nodejs/node/pull/44427)
- \[[`5ab3bc9419`](https://togithub.com/nodejs/node/commit/5ab3bc9419)]
- **test_runner**: include stack of uncaught exceptions (Moshe Atlow)
[#&#8203;44614](https://togithub.com/nodejs/node/pull/44614)
- \[[`752e1472e1`](https://togithub.com/nodejs/node/commit/752e1472e1)]
- **tls**: fix out-of-bounds read in ClientHelloParser (Tobias Nießen)
[#&#8203;44580](https://togithub.com/nodejs/node/pull/44580)
- \[[`0cddb0af99`](https://togithub.com/nodejs/node/commit/0cddb0af99)]
- **tools**: add update-llhttp.sh (Paolo Insogna)
[#&#8203;44652](https://togithub.com/nodejs/node/pull/44652)
- \[[`ef0dc47df9`](https://togithub.com/nodejs/node/commit/ef0dc47df9)]
- **tools**: fix typo in update-nghttp2.sh (Luigi Pinca)
[#&#8203;44664](https://togithub.com/nodejs/node/pull/44664)
- \[[`0df181a5a1`](https://togithub.com/nodejs/node/commit/0df181a5a1)]
- **tools**: add timezone update workflow (Lenvin Gonsalves)
[#&#8203;43988](https://togithub.com/nodejs/node/pull/43988)
- \[[`dd4348900d`](https://togithub.com/nodejs/node/commit/dd4348900d)]
- **tools**: update eslint to 8.23.1 (Node.js GitHub Bot)
[#&#8203;44639](https://togithub.com/nodejs/node/pull/44639)
- \[[`b9cfb71e12`](https://togithub.com/nodejs/node/commit/b9cfb71e12)]
- **tools**: update lint-md-dependencies to
[@&#8203;rollup/plugin-node-resolve](https://togithub.com/rollup/plugin-node-resolve)[@&#8203;14](https://togithub.com/14).1.0
(Node.js GitHub Bot)
[#&#8203;44638](https://togithub.com/nodejs/node/pull/44638)
- \[[`5ae142d7ad`](https://togithub.com/nodejs/node/commit/5ae142d7ad)]
- **tools**: update gyp-next to v0.13.0 (Jiawen Geng)
[#&#8203;44605](https://togithub.com/nodejs/node/pull/44605)
- \[[`5dd86c3faf`](https://togithub.com/nodejs/node/commit/5dd86c3faf)]
- **tools**: update lint-md-dependencies to
[@&#8203;rollup/plugin-node-resolve](https://togithub.com/rollup/plugin-node-resolve)[@&#8203;14](https://togithub.com/14).0.1
(Node.js GitHub Bot)
[#&#8203;44590](https://togithub.com/nodejs/node/pull/44590)
- \[[`caad4748cf`](https://togithub.com/nodejs/node/commit/caad4748cf)]
- **tools**: increase timeout of running WPT (Joyee Cheung)
[#&#8203;44574](https://togithub.com/nodejs/node/pull/44574)
- \[[`5db9779f14`](https://togithub.com/nodejs/node/commit/5db9779f14)]
- **tools**: fix shebang to use python3 by default (Himself65)
[#&#8203;44531](https://togithub.com/nodejs/node/pull/44531)
- \[[`9aa6a560e9`](https://togithub.com/nodejs/node/commit/9aa6a560e9)]
- **v8**: add setHeapSnapshotNearHeapLimit (theanarkh)
[#&#8203;44420](https://togithub.com/nodejs/node/pull/44420)
- \[[`360b74e94f`](https://togithub.com/nodejs/node/commit/360b74e94f)]
- **win**: fix fs.realpath.native for long paths (StefanStojanovic)
[#&#8203;44536](https://togithub.com/nodejs/node/pull/44536)

### [`v18.9.1`](https://togithub.com/nodejs/node/releases/tag/v18.9.1):
2022-09-23, Version 18.9.1 (Current), @&#8203;RafaelGSS

[Compare
Source](https://togithub.com/nodejs/node/compare/v18.9.0...v18.9.1)

This is a security release.

##### Notable changes

The following CVEs are fixed in this release:

-
**[CVE-2022-32212](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32212)**:
DNS rebinding in --inspect on macOS (High)
    -   Insufficient fix for macOS devices on v18.5.0
-
**[CVE-2022-32222](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32222)**:
Node 18 reads openssl.cnf from /home/iojs/build/ upon startup on MacOS
(Medium)
-
**[CVE-2022-32213](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32213)**:
HTTP Request Smuggling - Flawed Parsing of Transfer-Encoding (Medium)
    -   Insufficient fix on v18.5.0
-
**[CVE-2022-32215](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32215)**:
HTTP Request Smuggling - Incorrect Parsing of Multi-line
Transfer-Encoding (Medium)
    -   Insufficient fix on v18.5.0
-
**[CVE-2022-35256](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35256)**:
HTTP Request Smuggling - Incorrect Parsing of Header Fields (Medium)
-
**[CVE-2022-35255](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35255)**:
Weak randomness in WebCrypto keygen

More detailed information on each of the vulnerabilities can be found in
[September 22nd 2022 Security
Releases](https://nodejs.org/en/blog/vulnerability/september-2022-security-releases/)
blog post.

##### llhttp updated to 6.0.10

`llhttp` is updated to 6.0.10 which includes fixes for the following
vulnerabilities.

- **HTTP Request Smuggling - CVE-2022-32213 bypass via obs-fold mechanic
(Medium)([CVE-2022-32213](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32213)
)**: The `llhttp` parser in the `http` module does not correctly parse
and validate Transfer-Encoding headers. This can lead to HTTP Request
Smuggling (HRS).
- **HTTP Request Smuggling - Incorrect Parsing of Multi-line
Transfer-Encoding
(Medium)([CVE-2022-32215](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32215))**:
The `llhttp` parser in the `http` module does not correctly handle
multi-line Transfer-Encoding headers. This can lead to HTTP Request
Smuggling (HRS).
- **HTTP Request Smuggling - Incorrect Parsing of Header Fields
(Medium)([CVE-35256](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35256))**:
The llhttp parser in the `http` does not correctly handle header fields
that are not terminated with CLRF. This can lead to HTTP Request
Smuggling (HRS).

##### Commits

- \[[`0c2a5723be`](https://togithub.com/nodejs/node/commit/0c2a5723be)]
- **crypto**: fix weak randomness in WebCrypto keygen (Ben Noordhuis)
[nodejs-private/node-private#](https://togithub.com/nodejs-private/node-private/pull/346)
- \[[`ffb6f4d51d`](https://togithub.com/nodejs/node/commit/ffb6f4d51d)]
- **deps**: MacOS - fix location of OpenSSL config file (Michael Dawson)
[nodejs-private/node-private#&#8203;345](https://togithub.com/nodejs-private/node-private/pull/345)
- \[[`01bffcdd93`](https://togithub.com/nodejs/node/commit/01bffcdd93)]
- **http**: disable chunked encoding when OBS fold is used (Paolo
Insogna)
[nodejs-private/node-private#&#8203;341](https://togithub.com/nodejs-private/node-private/pull/341)
- \[[`2c379d341d`](https://togithub.com/nodejs/node/commit/2c379d341d)]
- **src**: fix IPv4 non routable validation (RafaelGSS)
[nodejs-private/node-private#&#8203;337](https://togithub.com/nodejs-private/node-private/pull/337)

### [`v18.9.0`](https://togithub.com/nodejs/node/releases/tag/v18.9.0):
2022-09-08, Version 18.9.0 (Current), @&#8203;RafaelGSS

[Compare
Source](https://togithub.com/nodejs/node/compare/v18.8.0...v18.9.0)

##### Notable changes

-   **doc**
- add daeyeon to collaborators (Daeyeon Jeong)
[#&#8203;44355](https://togithub.com/nodejs/node/pull/44355)
-   **lib**
- (SEMVER-MINOR) add diagnostics channel for process and worker
(theanarkh) [#&#8203;44045](https://togithub.com/nodejs/node/pull/44045)
-   **os**
- (SEMVER-MINOR) add machine method (theanarkh)
[#&#8203;44416](https://togithub.com/nodejs/node/pull/44416)
-   **report**
- (SEMVER-MINOR) expose report public native apis (Chengzhong Wu)
[#&#8203;44255](https://togithub.com/nodejs/node/pull/44255)
-   **src**
- (SEMVER-MINOR) expose environment RequestInterrupt api (Chengzhong Wu)
[#&#8203;44362](https://togithub.com/nodejs/node/pull/44362)
-   **vm**
- include vm context in the embedded snapshot (Joyee Cheung)
[#&#8203;44252](https://togithub.com/nodejs/node/pull/44252)

##### Commits

- \[[`e27e709d3c`](https://togithub.com/nodejs/node/commit/e27e709d3c)]
- **build**: add --libdir flag to configure (Stephen Gallagher)
[#&#8203;44361](https://togithub.com/nodejs/node/pull/44361)
- \[[`30da2b4d89`](https://togithub.com/nodejs/node/commit/30da2b4d89)]
- **build**: added NINJA env to customize ninja binary (Jeff Dickey)
[#&#8203;44293](https://togithub.com/nodejs/node/pull/44293)
- \[[`3c5354869e`](https://togithub.com/nodejs/node/commit/3c5354869e)]
- **cluster**: fix cluster rr distribute error (theanarkh)
[#&#8203;44202](https://togithub.com/nodejs/node/pull/44202)
- \[[`5cefd02618`](https://togithub.com/nodejs/node/commit/5cefd02618)]
- **crypto**: handle invalid prepareAsymmetricKey JWK inputs (Filip
Skokan) [#&#8203;44475](https://togithub.com/nodejs/node/pull/44475)
- \[[`c868e36385`](https://togithub.com/nodejs/node/commit/c868e36385)]
- **crypto**: add digest name to INVALID_DIGEST errors (Tobias Nießen)
[#&#8203;44468](https://togithub.com/nodejs/node/pull/44468)
- \[[`35cbe1ad85`](https://togithub.com/nodejs/node/commit/35cbe1ad85)]
- **crypto**: use actual option name in error message (Tobias Nießen)
[#&#8203;44455](https://togithub.com/nodejs/node/pull/44455)
- \[[`c3dbe18e4c`](https://togithub.com/nodejs/node/commit/c3dbe18e4c)]
- **crypto**: simplify control flow in HKDF (Tobias Nießen)
[#&#8203;44272](https://togithub.com/nodejs/node/pull/44272)
- \[[`28781a1f7e`](https://togithub.com/nodejs/node/commit/28781a1f7e)]
- **crypto**: improve RSA-PSS digest error messages (Tobias Nießen)
[#&#8203;44307](https://togithub.com/nodejs/node/pull/44307)
- \[[`b1eafe14fd`](https://togithub.com/nodejs/node/commit/b1eafe14fd)]
- **debugger**: decrease timeout used to wait for the port to be free
(Joyee Cheung)
[#&#8203;44359](https://togithub.com/nodejs/node/pull/44359)
- \[[`8ef5c40a83`](https://togithub.com/nodejs/node/commit/8ef5c40a83)]
- **deps**: update corepack to 0.14.0 (Node.js GitHub Bot)
[#&#8203;44509](https://togithub.com/nodejs/node/pull/44509)
- \[[`cf19a79dfc`](https://togithub.com/nodejs/node/commit/cf19a79dfc)]
- **deps**: upgrade npm to 8.19.1 (npm team)
[#&#8203;44486](https://togithub.com/nodejs/node/pull/44486)
- \[[`c5630ad1a7`](https://togithub.com/nodejs/node/commit/c5630ad1a7)]
- **deps**: V8: backport
[`ff8d67c`](https://togithub.com/nodejs/node/commit/ff8d67c88449)
(Michaël Zasso)
[#&#8203;44423](https://togithub.com/nodejs/node/pull/44423)
- \[[`255e7fbd08`](https://togithub.com/nodejs/node/commit/255e7fbd08)]
- **deps**: update Acorn to v8.8.0 (Michaël Zasso)
[#&#8203;44437](https://togithub.com/nodejs/node/pull/44437)
- \[[`754d26a53e`](https://togithub.com/nodejs/node/commit/754d26a53e)]
- **deps**: patch V8 to 10.2.154.15 (Michaël Zasso)
[#&#8203;44294](https://togithub.com/nodejs/node/pull/44294)
- \[[`1b50ff2600`](https://togithub.com/nodejs/node/commit/1b50ff2600)]
- **deps**: update icu tzdata to 2022b (Matías Zúñiga)
[#&#8203;44283](https://togithub.com/nodejs/node/pull/44283)
- \[[`1e451dca99`](https://togithub.com/nodejs/node/commit/1e451dca99)]
- **deps**: upgrade llhttp to 6.0.9 (Paolo Insogna)
[#&#8203;44344](https://togithub.com/nodejs/node/pull/44344)
- \[[`57da3db522`](https://togithub.com/nodejs/node/commit/57da3db522)]
- **deps**: update undici to 5.9.1 (Node.js GitHub Bot)
[#&#8203;44319](https://togithub.com/nodejs/node/pull/44319)
- \[[`1c87a7e8f6`](https://togithub.com/nodejs/node/commit/1c87a7e8f6)]
- **doc**: add missing parenthesis in TLSSocket section (Tobias Nießen)
[#&#8203;44512](https://togithub.com/nodejs/node/pull/44512)
- \[[`05006eddb2`](https://togithub.com/nodejs/node/commit/05006eddb2)]
- **doc**: do not use "Returns:" for crypto.constants (Tobias Nießen)
[#&#8203;44481](https://togithub.com/nodejs/node/pull/44481)
- \[[`54b6ed58bc`](https://togithub.com/nodejs/node/commit/54b6ed58bc)]
- **doc**: use serial comma in addons docs (Tobias Nießen)
[#&#8203;44482](https://togithub.com/nodejs/node/pull/44482)
- \[[`11452a97b3`](https://togithub.com/nodejs/node/commit/11452a97b3)]
- **doc**: add --update-assert-snapshot to node.1 (Colin Ihrig)
[#&#8203;44429](https://togithub.com/nodejs/node/pull/44429)
- \[[`ae028e8ac3`](https://togithub.com/nodejs/node/commit/ae028e8ac3)]
- **doc**: improve assert.snapshot() docs (Colin Ihrig)
[#&#8203;44429](https://togithub.com/nodejs/node/pull/44429)
- \[[`71c869688a`](https://togithub.com/nodejs/node/commit/71c869688a)]
- **doc**: add missing imports in events sample code (Brian Evans)
[#&#8203;44337](https://togithub.com/nodejs/node/pull/44337)
- \[[`92046e8027`](https://togithub.com/nodejs/node/commit/92046e8027)]
- **doc**: apply scroll-margin-top to h2, h3 elements (metonym)
[#&#8203;44414](https://togithub.com/nodejs/node/pull/44414)
- \[[`3e6cde5931`](https://togithub.com/nodejs/node/commit/3e6cde5931)]
- **doc**: fix spacing issue in `--build-snapshot` help text (Shohei
YOSHIDA) [#&#8203;44435](https://togithub.com/nodejs/node/pull/44435)
- \[[`8e41dbb81b`](https://togithub.com/nodejs/node/commit/8e41dbb81b)]
- **doc**: mention cherry-pick edge-case on release (RafaelGSS)
[#&#8203;44408](https://togithub.com/nodejs/node/pull/44408)
- \[[`cef30f9afc`](https://togithub.com/nodejs/node/commit/cef30f9afc)]
- **doc**: note on release guide to update `main` branch (Ruy Adorno)
[#&#8203;44384](http

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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 these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/BirthdayResearch/contented).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 5, 2023
1 parent 7ffdea1 commit 35f0d82
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/contented-processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@birthdayresearch/jest-preset": "0.0.0",
"@types/node": "^16.18.11",
"@types/node": "^18.11.18",
"typescript": "4.8.4"
}
}

0 comments on commit 35f0d82

Please sign in to comment.