chore(deps): update node.js to v18.12.1 #1796
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
18.10.0-alpine3.15
->18.12.1-alpine3.15
Release Notes
nodejs/node (node)
v18.12.1
: 2022-11-04, Version 18.12.1 'Hydrogen' (LTS), @juanarbolCompare Source
This is a security release.
Notable changes
The following CVEs are fixed in this release:
More detailed information on each of the vulnerabilities can be found in November 2022 Security Releases blog post.
Commits
39f8a672e3
] - deps: update archs files for quictls/openssl-3.0.7+quic nodejs/node#4528680218127c8
] - deps: upgrade openssl sources to quictls/openssl-3.0.7+quic nodejs/node#45286165342beac
] - inspector: harden IP address validation again (Tobias Nießen) nodejs-private/node-private#354v18.12.0
: 2022-10-25, Version 18.12.0 'Hydrogen' (LTS), @ruyadorno and @RafaelGSSCompare Source
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
: 2022-10-13, Version 18.11.0 (Current), @danielleadamsCompare Source
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 #44366
Other notable changes
FileHandle.prototype.readLines
(Antoine du Hamel) #42590Commits
27b4b782ce
] - benchmark: add vm context global proxy benchmark (Joyee Cheung) #447964e82521af1
] - bootstrap: update comments in bootstrap/node.js (Joyee Cheung) #44726725be0ea50
] - buffer: initialize TextDecoder once on blob.text() (Yagiz Nizipli) #44787653c3b1f62
] - buffer,lib: update atob to align wpt's base64.json (Khaidi Chu) #4390137808b3355
] - build: convert V8 test JSON to JUnit XML (Keyhan Vakil) #44049f92871a52b
] - build: update timezone-update.yml (Alex) #44717f85d3471ee
] - child_process: remove lookup of undefined property (Colin Ihrig) #447662f5f41c315
] - (SEMVER-MINOR) cli: add--watch
(Moshe Atlow) #443667fb9cc70f3
] - cluster: use inspector utils (Moshe Atlow) #4459299a2c16040
] - crypto: add causes to applicable webcrypto's OperationError (Filip Skokan) #44890e0fbba0939
] - crypto: use EVP_PKEY_CTX_set_dsa_paramgen_q_bits when available (David Benjamin) #44561a90386b0a1
] - deps: update undici to 5.11.0 (Node.js GitHub Bot) #44929aa68d40fbf
] - deps: update corepack to 0.14.2 (Node.js GitHub Bot) #44775c892f35815
] - deps: V8: fix debug build (Ben Noordhuis) #4439291514393dc
] - dns: support dns module in the snapshot (Joyee Cheung) #44633ce3cb29319
] - doc: add fsPromises.readFile() example (Tierney Cyren) #4023797df9b84a2
] - doc: improve building doc for Android (BuShe Pie) #448888c69da893b
] - doc: mentioncorepack prepare
supports tag or range (Michael Rienstra) #44646842bc64833
] - doc: remove Legacy status from querystring (Rich Trott) #44912ddb5402f5f
] - doc: fix label name in collaborator guide (Rich Trott) #44920d08b024a3d
] - doc: fix typo in Node.js 12 changelog (Lorand Horvath) #42880b6b9c427c5
] - doc: move release keys we don't use anymore in README (Rich Trott) #44899e92b074b32
] - doc: fix grammar in dns docs (#44850) (Colin Ihrig) #44850780144c339
] - doc: remove unnecessary leading commas (Colin Ihrig) #448546ae9bc8fbc
] - doc: add extra step for reporter pre-approval (Rafael Gonzaga) #44806ccf31d8bca
] - doc: add anchor link for --preserve-symlinks (Kohei Ueno) #448587c5c19ee54
] - doc: update node prefix require.cache example (Simone Busoli) #447242a5bce6318
] - doc: include last security release date (Vladimir de Turckheim) #447944efaf4265c
] - doc: remove "currently" and comma splice from child_process.md (Rich Trott) #447893627616b40
] - doc,crypto: mark experimental algorithms more visually (Filip Skokan) #448923c653cf23a
] - doc,crypto: add missing CFRG curve algorithms to supported lists (Filip Skokan) #4487670f55020d3
] - doc,crypto: add null length to crypto.subtle.deriveBits (Filip Skokan) #44876910fbd0ece
] - esm: fix duplicated test (Geoffrey Booth) #44779bc00f3bde1
] - fs: fix opts.filter issue in cp async (Tho) #4492211d1c23fa0
] - (SEMVER-MINOR) fs: addFileHandle.prototype.readLines
(Antoine du Hamel) #4259067fb76519a
] - fs: improve promise based readFile performance for big files (Ruben Bridgewater) #44295dc6379bdc2
] - fs: don't hard code name in validatePosition() (Colin Ihrig) #44767eb19b1e97c
] - http: be more aggressive to reply 400, 408 and 431 (ywave620) #448184c869c8d9e
] - (SEMVER-MINOR) http: add writeEarlyHints function to ServerResponse (Wing) #441809c7e66478c
] - (SEMVER-MINOR) http2: make early hints generic (Yagiz Nizipli) #448203f20e5b15c
] - (SEMVER-MINOR) lib: refactor transferable AbortSignal (flakey5) #44048ada7d82b16
] - lib: require JSDoc in internal validators code (Rich Trott) #4489667eaa303af
] - lib: add cause to DOMException (flakey5) #447030db86ee98e
] - meta: update AUTHORS (Node.js GitHub Bot) #449302efe4d985b
] - meta: label test.js and test.md with test_runner label (Moshe Atlow) #44863fd9feb3a6c
] - meta: update AUTHORS (Node.js GitHub Bot) #44857a854bb39c9
] - node-api: create reference only when needed (Gerhard Stöbich) #44827fd5c26b8db
] - path: change basename() argument from ext to suffix (Rich Trott) #44774803fbfb168
] - process: fix uid/gid validation to avoid crash (Tobias Nießen) #449109f2dd48fc3
] - src: remove uid_t/gid_t casts (Tobias Nießen) #449143abb607f3a
] - src: remove UncheckedMalloc(0) workaround (Tobias Nießen) #445430606f9298f
] - src: deduplicate setting RSA OAEP label (Tobias Nießen) #44849daf3152f7e
] - src: implement GetDetachedness() in MemoryRetainerNode (Joyee Cheung) #448037ca77dd4ef
] - src: avoid X509_free in loops in crypto_x509.cc (Tobias Nießen) #44855781ad96227
] - src: use OnScopeLeave instead of multiple free() (Tobias Nießen) #44852b27b336a7a
] - src: remove ParseIP() in cares_wrap.cc (Tobias Nießen) #44771f99f5d3c01
] - (SEMVER-MINOR) src: add detailed embedder process initialization API (Anna Henningsen) #44121281fd7a09a
] - src,stream: improve DoWrite() and Write() (ywave620) #44434a33cc22bf7
] - src,worker: fix race of WorkerHeapSnapshotTaker (ywave620) #44745f300f197da
] - stream: handle enqueuing chunks when a pending BYOB pull request exists (Daeyeon Jeong) #447709ac029ea11
] - test: bump memory limit for abort fatal error (Danielle Adams) #44984b9b671f25f
] - test: debug watch mode inspect (Moshe Atlow) #448612308b71d09
] - test: don't clobber RegExp.$_ on startup (Ben Noordhuis) #44864fe91bebb67
] - test: loosen test for negative timestamps intest-fs-stat-date
(Livia Medeiros) #44707a080608552
] - test: check--test
is disallowed in NODE_OPTIONS (Kohei Ueno) #44846dc2af265d7
] - test: improve lib/internal/source_map/source_map.js coverage (MURAKAMI Masahiko) #4277160a05d6dea
] - test: skip some binding tests on IBMi PASE (Richard Lau) #448108dacedaa3d
] - test: remove unused variable in addon test (Joyee Cheung) #44809c54cee1c3f
] - test: check server status in test-tls-psk-client (Richard Lau) #44824ee3c6a4dc5
] - test: use async/await in test-debugger-exceptions (pete3249) #446909f14625fe5
] - test: use async/await in test-debugger-help (Chandana) #446868033ad846b
] - test: update test-debugger-scripts to use await/async (mmeenapriya) #44692f4f08be384
] - test: use await in test-debugger-invalid-json (Anjana Krishnakumar Vellore) #44689d2f36169f3
] - test: use async/await in test-debugger-random-port-with-inspect-port (Monu-Chaudhary) #44695ddf029725b
] - test: use async/await in test-debugger-heap-profiler (Brinda Ashar) #44693117f068250
] - test: use async/await in test-debugger-auto-resume (samyuktaprabhu) #44675143c428cae
] - test: migrated from Promise chains to Async/Await (Rathi N Das) #44674e609a3309c
] - test: change promises to async/await in test-debugger-backtrace.js (Juliet Zhang) #44677eeabd23ca6
] - test: use async/await in test-debugger-sb-before-load (Hope Olaidé) #446975c63d1464e
] - test: add extra tests for basename with ext option (Connor Burton) #44772f8b2d7a059
] - test: refactor to async/await (Divya Mohan) #446949864bde9ab
] - test: modify test-debugger-custom-port.js to use async-await (Priya Shastri) #44680af30823881
] - test: upgrade all 1024 bit RSA keys to 2048 bits (Momtchil Momtchev) #444980fb669e31f
] - test: update test-debugger-breakpoint-exists.js to use async/await (Archana Kamath) #44682cca253503e
] - test: use async/await in test-debugger-preserve-breaks (poorvitusam) #446960b2e8b1681
] - test: use async/await in test-debugger-profile (surbhirjain) #446844db72a65cf
] - test: change the promises to async/await in test-debugger-exec-scope.js (Ankita Khiratkar) #4468556c9c98963
] - test: fix test-runner-inspect (Moshe Atlow) #4462036227ed862
] - test: fix watch mode test flake (Moshe Atlow) #447393abd71a0ea
] - test: deflake watch mode tests (Moshe Atlow) #446210c9f38f2be
] - test: split watch mode inspector tests to sequential (Moshe Atlow) #44551d762a34128
] - test_runner: add --test-name-pattern CLI flag (Colin Ihrig)c7ece464a1
] - test_runner: remove runtime experimental warning (Colin Ihrig) #448443c1e9d41c8
] - test_runner: support using--inspect
with--test
(Moshe Atlow) #445204bdef48732
] - tools: remove faulty early termination logic from update-timezone.mjs (Darshan Sen) #4487019d8574996
] - tools: fix timezone update tool (Darshan Sen) #44870ad8b8ae7d3
] - tools: update eslint to 8.25.0 (Node.js GitHub Bot) #44931fd99b17a4d
] - tools: makeutils.SearchFiles
deterministic (Bruno Pitrus) #44496131adece37
] - tools: fix typo in tools/update-authors.mjs (Darshan Sen) #44780ab22777e65
] - tools: refactor deprecated format in no-unescaped-regexp-dot (Madhuri) #447633ad0fae89d
] - tools: update eslint-check.js to object style (andiemontoyeah) #44706e9d572a9bd
] - tools: update eslint to 8.24.0 (Node.js GitHub Bot) #44778984b0b4a6c
] - tools: update lint-md-dependencies to [email protected] (Node.js GitHub Bot) #44776db5aeed702
] - (SEMVER-MINOR) util: add default value option to parsearg (Manuel Spigolon) #44631576ccdf125
] - util: increase robustness with primordials (Jordan Harband) #41212Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.