feat: add v20.19.5 patch (#109)

## Node.js Patch Update to v20.19.5

This PR updates the Node.js patch to version 20.19.5.

The workflow automatically attempts to resolve patch conflicts using AI
when the OpenAI API key is available.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-09-04 17:29:39 +02:00 committed by GitHub
parent 03677a1f15
commit 78d158cdcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
diff --git node/common.gypi node/common.gypi
index 888b8b94ca..fb8a14f928 100644
index 20e81dea95..3580f7f2e4 100644
--- node/common.gypi
+++ node/common.gypi
@@ -184,7 +184,7 @@
@@ -187,7 +187,7 @@
['clang==1', {
'lto': ' -flto ', # Clang
}, {
@ -262,10 +262,10 @@ index 0000000000..a697294fdf
+ }());
+}());
diff --git node/lib/internal/modules/cjs/loader.js node/lib/internal/modules/cjs/loader.js
index ebccdb2825..178299c752 100644
index b12594cc36..bc0361d8aa 100644
--- node/lib/internal/modules/cjs/loader.js
+++ node/lib/internal/modules/cjs/loader.js
@@ -141,7 +141,7 @@ const {
@@ -144,7 +144,7 @@ const {
const assert = require('internal/assert');
const fs = require('fs');
const path = require('path');
@ -364,7 +364,7 @@ index bb39a0cb42..5fa6cb65cc 100644
parent_env_->AddCleanupHook([](void* data) {
Environment* env = static_cast<Environment*>(data);
diff --git node/src/node.cc node/src/node.cc
index 4ad2c8b804..ab6174fab6 100644
index 1137dcafcd..482feb65b5 100644
--- node/src/node.cc
+++ node/src/node.cc
@@ -389,6 +389,8 @@ MaybeLocal<Value> StartExecution(Environment* env, StartExecutionCallback cb) {
@ -392,7 +392,7 @@ index 4ad2c8b804..ab6174fab6 100644
}
diff --git node/src/node_contextify.cc node/src/node_contextify.cc
index 7f82bca746..62705f04c5 100644
index 2b93926a73..9f68232bd4 100644
--- node/src/node_contextify.cc
+++ node/src/node_contextify.cc
@@ -79,6 +79,7 @@ using v8::String;

View File

@ -1,6 +1,6 @@
{
"v22.19.0": ["node.v22.19.0.cpp.patch"],
"v20.19.4": ["node.v20.19.4.cpp.patch"],
"v20.19.5": ["node.v20.19.5.cpp.patch"],
"v18.20.8": ["node.v18.20.8.cpp.patch"],
"v16.20.2": ["node.v16.20.2.cpp.patch"],
"v14.21.3": ["node.v14.21.3.cpp.patch"],