From 567169e15bf115e6386c56453398898c35da82a5 Mon Sep 17 00:00:00 2001 From: Rob Stanford Date: Wed, 17 Jan 2024 09:36:01 +0000 Subject: [PATCH 01/14] feat: update the beta of the next runtime (#1297) --- site/plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/plugins.json b/site/plugins.json index 4547a0272..864fdab27 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -612,7 +612,7 @@ "version": "4.41.2", "compatibility": [ { - "version": "5.0.0-beta.1", + "version": "5.0.0-beta.2", "featureFlag": "project_ceruledge_ui", "overridePinnedVersion": ">=4.0.0", "nodeVersion": ">=18.0.0", From 313a426c3957eb359721c5db93fa58975c2a6889 Mon Sep 17 00:00:00 2001 From: lemusthelroy Date: Tue, 23 Jan 2024 15:56:40 +0000 Subject: [PATCH 02/14] chore: Update plugins.json for emails integration (#1299) * chore: Update plugins.json for emails integration * Update plugins.json --- site/plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/plugins.json b/site/plugins.json index 864fdab27..5e4962b2a 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -991,7 +991,7 @@ "name": "Netlify Emails", "package": "@netlify/plugin-emails", "repo": "https://github.com/netlify/plugins", - "version": "1.0.3" + "version": "1.1.1" }, { "name": "ChiselStrike", From 99582ef646867e7a437d0846cb8a5ce9ca58024e Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Tue, 30 Jan 2024 15:56:51 +0100 Subject: [PATCH 03/14] Update lighthouse plugin (#1300) This PR releases the changes from https://github.com/netlify/netlify-plugin-lighthouse/pull/612, once that's merged + released. --- site/plugins.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/site/plugins.json b/site/plugins.json index 5e4962b2a..313108df7 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -492,9 +492,13 @@ "name": "Lighthouse", "package": "@netlify/plugin-lighthouse", "repo": "https://github.com/netlify/netlify-plugin-lighthouse", - "version": "5.0.0", + "version": "6.0.0", "compatibility": [ { + "version": "6.0.0" + }, + { + "nodeVersion": "<18.14.0", "version": "5.0.0" }, { From 078e22230f1f8974f8a6afe7b2a519c10044d38e Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Wed, 31 Jan 2024 10:21:46 +0100 Subject: [PATCH 04/14] Ensure Lighthouse plugin upgrade is done even if site is pinned to earlier major (#1302) --- site/plugins.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/plugins.json b/site/plugins.json index 313108df7..ba2c87b33 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -495,7 +495,8 @@ "version": "6.0.0", "compatibility": [ { - "version": "6.0.0" + "version": "6.0.0", + "overridePinnedVersion": ">=5.0.0" }, { "nodeVersion": "<18.14.0", From 245c519b78d7c7f9d5a3a0bda8e459842fc8fd19 Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Thu, 1 Feb 2024 11:52:02 +0100 Subject: [PATCH 05/14] feat: set next.js runtime 4.41.3 as stable version (#1303) --- site/plugins.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/site/plugins.json b/site/plugins.json index ba2c87b33..510552cfa 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -614,7 +614,7 @@ "name": "Next.js Runtime", "package": "@netlify/plugin-nextjs", "repo": "https://github.com/netlify/next-runtime", - "version": "4.41.2", + "version": "4.41.3", "compatibility": [ { "version": "5.0.0-beta.2", @@ -627,10 +627,6 @@ }, { "version": "4.41.3", - "featureFlag": "build_plugins_use_prerelease" - }, - { - "version": "4.41.2", "migrationGuide": "https://ntl.fyi/next-plugin-migration" }, { From 77fac61a859aa3a9b4e75280c104aee884399e99 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Fri, 2 Feb 2024 13:52:43 +0100 Subject: [PATCH 06/14] Update Angular (#1304) Rolls out a fix to https://github.com/netlify/angular-runtime/issues/86 --- site/plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/plugins.json b/site/plugins.json index 510552cfa..6088d2632 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -669,7 +669,7 @@ "name": "Angular Runtime", "package": "@netlify/angular-runtime", "repo": "https://github.com/netlify/angular-runtime", - "version": "2.0.4" + "version": "2.0.5" }, { "author": "netlify", From 35ec24952e92a849196c3bc9a3b47a1d8bd18b68 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Thu, 8 Feb 2024 15:22:46 +0100 Subject: [PATCH 07/14] Update next-runtime-minimal (#1305) --- site/plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/plugins.json b/site/plugins.json index 6088d2632..f810b2017 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -617,7 +617,7 @@ "version": "4.41.3", "compatibility": [ { - "version": "5.0.0-beta.2", + "version": "5.0.0-beta.8", "featureFlag": "project_ceruledge_ui", "overridePinnedVersion": ">=4.0.0", "nodeVersion": ">=18.0.0", From 1231268f8be19cf27d767abe0aa8ab2ea8af49f1 Mon Sep 17 00:00:00 2001 From: Karin Hendrikse <30577427+khendrikse@users.noreply.github.com> Date: Wed, 14 Feb 2024 11:44:29 +0100 Subject: [PATCH 08/14] Update Cloudinary to 1.17.0 (#1306) --- site/plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/plugins.json b/site/plugins.json index f810b2017..30ea1115a 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -906,7 +906,7 @@ "name": "Cloudinary", "package": "netlify-plugin-cloudinary", "repo": "https://github.com/cloudinary-community/netlify-plugin-cloudinary", - "version": "1.16.0", + "version": "1.17.0", "variables": [ { "name": "CLOUDINARY_CLOUD_NAME", From c21512c61ed9a90c8fe5a3e61f2e3b25076c1e90 Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Mon, 26 Feb 2024 18:02:57 +0100 Subject: [PATCH 09/14] feat: set next.js minimal runtime to 5.0.0-rc.2 (#1308) --- site/plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/plugins.json b/site/plugins.json index 30ea1115a..ccf3d9dda 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -617,7 +617,7 @@ "version": "4.41.3", "compatibility": [ { - "version": "5.0.0-beta.8", + "version": "5.0.0-rc.2", "featureFlag": "project_ceruledge_ui", "overridePinnedVersion": ">=4.0.0", "nodeVersion": ">=18.0.0", From de9784fe0a8bb8b21b41da66fa0c2a148efbfd0e Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Mon, 4 Mar 2024 14:16:43 +0100 Subject: [PATCH 10/14] Release angular plugin (#1310) see https://github.com/netlify/angular-runtime/issues/100 --- site/plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/plugins.json b/site/plugins.json index ccf3d9dda..5824a6e96 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -669,7 +669,7 @@ "name": "Angular Runtime", "package": "@netlify/angular-runtime", "repo": "https://github.com/netlify/angular-runtime", - "version": "2.0.5" + "version": "2.0.6" }, { "author": "netlify", From 943f95fabad4dd23fe41d51509046eda2135beba Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Tue, 5 Mar 2024 11:32:47 +0100 Subject: [PATCH 11/14] feat: set next.js minimal runtime to 5.0.0-rc.3 (#1311) --- site/plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/plugins.json b/site/plugins.json index 5824a6e96..0d5dc0f97 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -617,7 +617,7 @@ "version": "4.41.3", "compatibility": [ { - "version": "5.0.0-rc.2", + "version": "5.0.0-rc.3", "featureFlag": "project_ceruledge_ui", "overridePinnedVersion": ">=4.0.0", "nodeVersion": ">=18.0.0", From 40941f229aac24c94866d332c2d2af12f6783330 Mon Sep 17 00:00:00 2001 From: Rob Stanford Date: Tue, 12 Mar 2024 09:50:15 +0000 Subject: [PATCH 12/14] chore: bump next runtime to rc.4 (#1312) --- site/plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/plugins.json b/site/plugins.json index 0d5dc0f97..570519df7 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -617,7 +617,7 @@ "version": "4.41.3", "compatibility": [ { - "version": "5.0.0-rc.3", + "version": "5.0.0-rc.4", "featureFlag": "project_ceruledge_ui", "overridePinnedVersion": ">=4.0.0", "nodeVersion": ">=18.0.0", From 5e243ac7cdafa696158bec7e3475434befcc172d Mon Sep 17 00:00:00 2001 From: Matt Kane Date: Fri, 15 Mar 2024 16:46:11 +0000 Subject: [PATCH 13/14] feat: update Next runtime to rc.5 (#1313) --- site/plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/plugins.json b/site/plugins.json index 570519df7..15ec696a2 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -617,7 +617,7 @@ "version": "4.41.3", "compatibility": [ { - "version": "5.0.0-rc.4", + "version": "5.0.0-rc.5", "featureFlag": "project_ceruledge_ui", "overridePinnedVersion": ">=4.0.0", "nodeVersion": ">=18.0.0", From 4458e1c655b4506f22b036dbe7cfe43619f4a055 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 09:37:07 +0000 Subject: [PATCH 14/14] chore(main): release 6.76.0 (#1298) Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07832e66d..bb089df99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [6.76.0](https://github.com/netlify/plugins/compare/v6.75.0...v6.76.0) (2024-03-15) + + +### Features + +* set next.js minimal runtime to 5.0.0-rc.2 ([#1308](https://github.com/netlify/plugins/issues/1308)) ([c21512c](https://github.com/netlify/plugins/commit/c21512c61ed9a90c8fe5a3e61f2e3b25076c1e90)) +* set next.js minimal runtime to 5.0.0-rc.3 ([#1311](https://github.com/netlify/plugins/issues/1311)) ([943f95f](https://github.com/netlify/plugins/commit/943f95fabad4dd23fe41d51509046eda2135beba)) +* set next.js runtime 4.41.3 as stable version ([#1303](https://github.com/netlify/plugins/issues/1303)) ([245c519](https://github.com/netlify/plugins/commit/245c519b78d7c7f9d5a3a0bda8e459842fc8fd19)) +* update Next runtime to rc.5 ([#1313](https://github.com/netlify/plugins/issues/1313)) ([5e243ac](https://github.com/netlify/plugins/commit/5e243ac7cdafa696158bec7e3475434befcc172d)) +* update the beta of the next runtime ([#1297](https://github.com/netlify/plugins/issues/1297)) ([567169e](https://github.com/netlify/plugins/commit/567169e15bf115e6386c56453398898c35da82a5)) + ## [6.75.0](https://github.com/netlify/plugins/compare/v6.74.0...v6.75.0) (2024-01-12) diff --git a/package-lock.json b/package-lock.json index f51a620eb..0a862ad9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugins-list", - "version": "6.75.0", + "version": "6.76.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugins-list", - "version": "6.75.0", + "version": "6.76.0", "license": "MIT", "devDependencies": { "@netlify/eslint-config-node": "^7.0.1", diff --git a/package.json b/package.json index c75ff1adc..ba72cafff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugins-list", - "version": "6.75.0", + "version": "6.76.0", "description": "List of Netlify plugins", "type": "module", "exports": "./index.js",