Skip to content

Commit 207f072

Browse files
feat: add v24.13.1 patch (#151)
## Node.js Patch Update to v24.13.1 This PR updates the Node.js patch to version 24.13.1. 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>
1 parent c72eedf commit 207f072

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git node/common.gypi node/common.gypi
2-
index db16253786..3a381990a3 100644
2+
index 5adfd88871..4c3e4181c2 100644
33
--- node/common.gypi
44
+++ node/common.gypi
55
@@ -192,7 +192,7 @@
@@ -486,7 +486,7 @@ index 0000000000..a697294fdf
486486
+ }());
487487
+}());
488488
diff --git node/lib/internal/modules/cjs/loader.js node/lib/internal/modules/cjs/loader.js
489-
index 414e450ee3..356cbbaa94 100644
489+
index 2b199e82fe..bad6977ffd 100644
490490
--- node/lib/internal/modules/cjs/loader.js
491491
+++ node/lib/internal/modules/cjs/loader.js
492492
@@ -261,12 +261,15 @@ function stat(filename) {
@@ -507,10 +507,10 @@ index 414e450ee3..356cbbaa94 100644
507507
// Only set cache when `internalModuleStat(filename)` succeeds.
508508
statCache.set(filename, result);
509509
diff --git node/lib/internal/modules/package_json_reader.js node/lib/internal/modules/package_json_reader.js
510-
index 43a131f57c..6fe7afd784 100644
510+
index 968c3c5701..1c7b01a3f2 100644
511511
--- node/lib/internal/modules/package_json_reader.js
512512
+++ node/lib/internal/modules/package_json_reader.js
513-
@@ -111,17 +111,20 @@ const requiresJSONParse = (value) => (value !== undefined && (value[0] === '[' |
513+
@@ -120,17 +120,20 @@ const requiresJSONParse = (value) => (value !== undefined && (value[0] === '[' |
514514
* @returns {PackageConfig}
515515
*/
516516
function read(jsonPath, { base, specifier, isESM } = kEmptyObject) {
@@ -615,7 +615,7 @@ index f62eb36b57..8ccc42dbd4 100644
615615
parent_env_->AddCleanupHook([](void* data) {
616616
Environment* env = static_cast<Environment*>(data);
617617
diff --git node/src/node.cc node/src/node.cc
618-
index 31439d0cc1..8dda6dcc8a 100644
618+
index 8791119956..679d936f5a 100644
619619
--- node/src/node.cc
620620
+++ node/src/node.cc
621621
@@ -355,6 +355,8 @@ MaybeLocal<Value> StartExecution(Environment* env, StartExecutionCallback cb) {
@@ -837,7 +837,7 @@ index 3295121b87..bfe838b8c1 100644
837837
+ return adjacent(c, nargv);
838838
+}
839839
diff --git node/src/node_options.cc node/src/node_options.cc
840-
index 342bffb00f..1802fbac25 100644
840+
index f6f81f50c8..36f46abe4f 100644
841841
--- node/src/node_options.cc
842842
+++ node/src/node_options.cc
843843
@@ -430,6 +430,7 @@ void Parse(

patches/patches.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"v24.13.0": ["node.v24.13.0.cpp.patch"],
2+
"v24.13.1": ["node.v24.13.1.cpp.patch"],
33
"v22.22.0": ["node.v22.22.0.cpp.patch"],
44
"v20.20.0": ["node.v20.20.0.cpp.patch"],
55
"v18.20.8": ["node.v18.20.8.cpp.patch"],

0 commit comments

Comments
 (0)