1d9a4ab02c
* chore: bump node in DEPS to v18.13.0 * child_process: validate arguments for null bytes https://github.com/nodejs/node/pull/44782 * bootstrap: merge main thread and worker thread initializations https://github.com/nodejs/node/pull/44869 * module: ensure relative requires work from deleted directories https://github.com/nodejs/node/pull/42384 * src: add support for externally shared js builtins https://github.com/nodejs/node/issues/44000 * lib: disambiguate `native module` to `binding` https://github.com/nodejs/node/pull/45673 * test: convert test-debugger-pid to async/await https://github.com/nodejs/node/pull/45179 * deps: upgrade to libuv 1.44.2 https://github.com/nodejs/node/pull/42340 * src: fix cppgc incompatibility in v8 https://github.com/nodejs/node/pull/43521 * src: use qualified `std::move` call in node_http2 https://github.com/nodejs/node/pull/45555 * build: fix env.h for cpp20 https://github.com/nodejs/node/pull/45516 * test: remove experimental-wasm-threads flag https://github.com/nodejs/node/pull/45074 * src: iwyu in cleanup_queue.cc https://github.com/nodejs/node/pull/44983 * src: add missing include for `std::all_of` https://github.com/nodejs/node/pull/45541 * deps: update ICU to 72.1 https://github.com/nodejs/node/pull/45068 * chore: fixup patch indices * chore: remove errant semicolons - https://github.com/nodejs/node/pull/44179 - https://github.com/nodejs/node/pull/44193 * src: add support for externally shared js builtins https://github.com/nodejs/node/pull/44376 * chore: add missing GN filenames * deps: update nghttp2 to 1.51.0 https://github.com/nodejs/node/pull/45537 * chore: disable more Node.js snapshot tests The Snapshot feature is currently disabled * chore: disable ICU timezone tests Node.js uses a different version of ICU than Electron so they will often be out of sync. * chore: disable threadpool event tracing test Event tracing is not enabled in embedded Node.js * chore: fixup patch indices * chore: comments from review Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
38 lines
1.9 KiB
Text
38 lines
1.9 KiB
Text
refactor_alter_child_process_fork_to_use_execute_script_with.patch
|
|
feat_initialize_asar_support.patch
|
|
expose_get_builtin_module_function.patch
|
|
build_add_gn_build_files.patch
|
|
fix_add_default_values_for_variables_in_common_gypi.patch
|
|
fix_expose_tracing_agent_and_use_tracing_tracingcontroller_instead.patch
|
|
pass_all_globals_through_require.patch
|
|
build_modify_js2c_py_to_allow_injection_of_original-fs_and_custom_embedder_js.patch
|
|
refactor_allow_embedder_overriding_of_internal_fs_calls.patch
|
|
chore_allow_the_node_entrypoint_to_be_a_builtin_module.patch
|
|
chore_add_context_to_context_aware_module_prevention.patch
|
|
fix_handle_boringssl_and_openssl_incompatibilities.patch
|
|
fix_crypto_tests_to_run_with_bssl.patch
|
|
fix_account_for_debugger_agent_race_condition.patch
|
|
repl_fix_crash_when_sharedarraybuffer_disabled.patch
|
|
fix_readbarrier_undefined_symbol_error_on_woa_arm64.patch
|
|
fix_suppress_clang_-wdeprecated-declarations_in_libuv.patch
|
|
fix_serdes_test.patch
|
|
feat_add_knostartdebugsignalhandler_to_environment_to_prevent.patch
|
|
feat_add_uv_loop_interrupt_on_io_change_option_to_uv_loop_configure.patch
|
|
json_parse_errors_made_user-friendly.patch
|
|
support_v8_sandboxed_pointers.patch
|
|
build_ensure_v8_pointer_compression_sandbox_is_enabled_on_64bit.patch
|
|
build_ensure_native_module_compilation_fails_if_not_using_a_new.patch
|
|
fix_override_createjob_in_node_platform.patch
|
|
v8_api_advance_api_deprecation.patch
|
|
fixup_for_error_declaration_shadows_a_local_variable.patch
|
|
fixup_for_wc_98-compat-extra-semi.patch
|
|
fix_parallel_test-v8-stats.patch
|
|
fix_expose_the_built-in_electron_module_via_the_esm_loader.patch
|
|
heap_remove_allocationspace_map_space_enum_constant.patch
|
|
api_pass_oomdetails_to_oomerrorcallback.patch
|
|
fix_expose_lookupandcompile_with_parameters.patch
|
|
fix_prevent_changing_functiontemplateinfo_after_publish.patch
|
|
enable_crashpad_linux_node_processes.patch
|
|
allow_embedder_to_control_codegenerationfromstringscallback.patch
|
|
chore_remove_errant_semicolons.patch
|
|
chore_remove_unreached_return.patch
|