From 45e21dc13e84a7008769d7a1da7846520cfbeeef Mon Sep 17 00:00:00 2001 From: Hrishikesh Kokate Date: Tue, 11 Aug 2026 14:33:58 +0530 Subject: [PATCH 1/3] fix: version gate for next-runtime --- site/plugins.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/site/plugins.json b/site/plugins.json index ba6097981..2504f08ee 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -636,12 +636,9 @@ }, { "version": "4.41.6", - "migrationGuide": "https://ntl.fyi/next-plugin-migration" - }, - { - "version": "3.9.2", + "migrationGuide": "https://ntl.fyi/next-plugin-migration", "siteDependencies": { - "next": "<10.0.9" + "next": "<13.5.0" } }, { @@ -649,7 +646,13 @@ "siteDependencies": { "next": "<10.0.6" } - } + }, + { + "version": "3.9.2", + "siteDependencies": { + "next": "<10.0.9" + } + }, ] }, { From 4dadd9f15c15f4b5652a96c18531b11042dcc32b Mon Sep 17 00:00:00 2001 From: Hrishikesh Kokate Date: Tue, 11 Aug 2026 14:53:10 +0530 Subject: [PATCH 2/3] coderabbit 1 --- site/plugins.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/plugins.json b/site/plugins.json index 2504f08ee..890eb28be 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -614,7 +614,7 @@ "description": "Build and deploy Next.js applications with server-side rendering. No extra configuration required.", "name": "Next.js ", "package": "@netlify/plugin-nextjs", - "repo": "https://github.com/netlify/next-runtime", + "repo": "https://github.com/opennextjs/opennextjs-netlify", "version": "5.15.13", "compatibility": [ { @@ -642,15 +642,15 @@ } }, { - "version": "1.1.5", + "version": "3.9.2", "siteDependencies": { - "next": "<10.0.6" + "next": ">=10.0.6 <10.0.9" } }, { - "version": "3.9.2", + "version": "1.1.5", "siteDependencies": { - "next": "<10.0.9" + "next": "<10.0.6" } }, ] From 711e2769f65883811adb882c01c3ed334fb6649a Mon Sep 17 00:00:00 2001 From: Hrishikesh Kokate Date: Tue, 11 Aug 2026 14:57:08 +0530 Subject: [PATCH 3/3] fix: remove trailing comma breaking JSON parse --- site/plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/plugins.json b/site/plugins.json index 890eb28be..c71bf0645 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -652,7 +652,7 @@ "siteDependencies": { "next": "<10.0.6" } - }, + } ] }, {