Skip to content

Commit 8f39830

Browse files
electron-roller[bot]codebyterepatchup[bot]
authored andcommitted
chore: bump node to v16.7.0 (main) (electron#30350)
* chore: bump node in DEPS to v16.6.0 * chore: bump node in DEPS to v16.6.1 * crypto: fix generateKeyPair with encoding 'jwk' nodejs/node#39319 * build: add library_files to gyp variables nodejs/node#39293 * debugger: rename internal module nodejs/node#39378 * chore: fixup patch indices * deps: extract gtest source files to deps/googletest nodejs/node#39386 * crypto: fix generateKeyPair with encoding 'jwk' nodejs/node#39319 * deps: bump HdrHistogram_C to 0.11.2 nodejs/node#39462 * fixup! deps: extract gtest source files to deps/googletest * chore: bump node in DEPS to v16.6.2 * chore: update patches * deps: reflect c-ares source tree nodejs/node#39653 * deps: update c-ares to 1.17.2 nodejs/node#39724 * fix: _ReadBarrier undefined symbol error on WOA arm64 * chore: update patches * chore: bump node in DEPS to v16.7.0 * deps: upgrade to libuv 1.42.0 nodejs/node#39525 * chore: update filenames * src: remove extra semicolons outside fns * chore: fixup patch filenames * chore: sort and alphabetize disabled tests Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <[email protected]> Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
1 parent 8b3a72f commit 8f39830

24 files changed

+349
-228
lines changed

DEPS

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ vars = {
1717
'chromium_version':
1818
'94.0.4590.2',
1919
'node_version':
20-
'v16.5.0',
20+
'v16.7.0',
2121
'nan_version':
2222
# The following commit hash of NAN is v2.14.2 with *only* changes to the
2323
# test suite. This should be updated to a specific tag when one becomes

patches/node/.patches

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ chore_add_context_to_context_aware_module_prevention.patch
1717
chore_read_nobrowserglobals_from_global_not_process.patch
1818
enable_31_bit_smis_on_64bit_arch_and_ptr_compression.patch
1919
fix_handle_boringssl_and_openssl_incompatibilities.patch
20-
fix_-wincompatible-pointer-types-discards-qualifiers_error.patch
2120
fix_add_v8_enable_reverse_jsargs_defines_in_common_gypi.patch
2221
fix_allow_preventing_initializeinspector_in_env.patch
2322
src_allow_embedders_to_provide_a_custom_pageallocator_to.patch
@@ -26,3 +25,5 @@ fix_account_for_debugger_agent_race_condition.patch
2625
fix_use_new_v8_error_message_property_access_format.patch
2726
add_should_read_node_options_from_env_option_to_disable_node_options.patch
2827
repl_fix_crash_when_sharedarraybuffer_disabled.patch
28+
fix_readbarrier_undefined_symbol_error_on_woa_arm64.patch
29+
src_remove_extra_semicolons_outside_fns.patch

patches/node/add_should_read_node_options_from_env_option_to_disable_node_options.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ index 1cc7da1ce15f43905ce607adcc1a23ed9d92948a..16af6aec3791df1363682f1ed024c522
2121
Isolate* isolate,
2222
const std::vector<std::string>& args,
2323
diff --git a/src/env.h b/src/env.h
24-
index 45210f074a0ca4d57f9fdc5019e8e82540b28b72..c0da6c53028bc9459065caf25c1221f556b22d68 100644
24+
index 0877f5b1fe2db42acf908e0e1085626fc258ef54..25a8027b9e4ab7817e5ec153ddeccb3c1438912e 100644
2525
--- a/src/env.h
2626
+++ b/src/env.h
27-
@@ -1143,6 +1143,8 @@ class Environment : public MemoryRetainer {
27+
@@ -1142,6 +1142,8 @@ class Environment : public MemoryRetainer {
2828
inline double trigger_async_id();
2929
inline double get_default_trigger_async_id();
3030

0 commit comments

Comments
 (0)