Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit b077d85

Browse files
electron-roller[bot]jkleinsccodebytere
authored andcommitted
chore: bump node to v18.12.1 (main) (electron#36356)
* chore: bump node in DEPS to v18.12.1 * chore: update patches * chore: add missing <algorithm> include * src: add detailed embedder process initialization AP nodejs/node#44121 * chore: update gn build files * dns: support dns module in the snapshot nodejs/node#44633 electron#36118 * src: fix OOB reads in process.title getter nodejs/node#31633 * chore: fix incorrectly removed patch bit Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: John Kleinschmidt <[email protected]> Co-authored-by: Shelley Vohr <[email protected]>
1 parent 553543a commit b077d85

19 files changed

+377
-330
lines changed

DEPS

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ vars = {
44
'chromium_version':
55
'110.0.5415.0',
66
'node_version':
7-
'v18.10.0',
7+
'v18.12.1',
88
'nan_version':
99
'16fa32231e2ccd89d2804b3f765319128b20c4ac',
1010
'squirrel.mac_version':

patches/node/.patches

+1
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ api_pass_oomdetails_to_oomerrorcallback.patch
5050
src_iwyu_in_cleanup_queue_cc.patch
5151
fix_expose_lookupandcompile_with_parameters.patch
5252
fix_prevent_changing_functiontemplateinfo_after_publish.patch
53+
chore_add_missing_algorithm_include.patch

patches/node/be_compatible_with_cppgc.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This patch should be upstreamed to Node.
4646
See also: https://source.chromium.org/chromium/chromium/src/+/main:v8/include/v8-cppgc.h;l=70-76;drc=5a758a97032f0b656c3c36a3497560762495501a
4747

4848
diff --git a/src/base_object.h b/src/base_object.h
49-
index a17879be5b452aa208caf1b29c86f8e5d9baa693..c48d7a7e9d0535cabb4eb84b5700d0cf537ddc88 100644
49+
index 74af3c952748661c2106be9082dd8cf0f9d3b09a..3a48235fc310d7487fd8f371a4bb791d00872d39 100644
5050
--- a/src/base_object.h
5151
+++ b/src/base_object.h
5252
@@ -40,7 +40,7 @@ class TransferData;

0 commit comments

Comments
 (0)