From 9cfcece82e80c91f949acf9cf9d5dc1ed76ff4a2 Mon Sep 17 00:00:00 2001 From: Zack Chapple Date: Wed, 4 Jun 2025 15:06:49 -0400 Subject: [PATCH 1/2] chore: updating the docs for nextjs to remove deprecation --- apps/website-new/docs/en/guide/framework/nextjs.mdx | 6 +++--- apps/website-new/docs/en/practice/frameworks/next/index.mdx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/website-new/docs/en/guide/framework/nextjs.mdx b/apps/website-new/docs/en/guide/framework/nextjs.mdx index 352ec9f27da..20abc7fddd1 100644 --- a/apps/website-new/docs/en/guide/framework/nextjs.mdx +++ b/apps/website-new/docs/en/guide/framework/nextjs.mdx @@ -1,11 +1,11 @@ import { Badge } from '@theme'; -
+
# Next.js -:::danger Project Deprecation -Support for Next.js is ending [read more](https://github.com/module-federation/core/issues/3153) +:::info Project Updates +Support for Next.js 15 is current marked as work in progress ::: This plugin enables Module Federation on Next.js diff --git a/apps/website-new/docs/en/practice/frameworks/next/index.mdx b/apps/website-new/docs/en/practice/frameworks/next/index.mdx index 3702d398bf5..42e7dfaf69a 100644 --- a/apps/website-new/docs/en/practice/frameworks/next/index.mdx +++ b/apps/website-new/docs/en/practice/frameworks/next/index.mdx @@ -6,8 +6,8 @@ title: "Basic Example" import {Steps, Tabs, Tab, Badge, SourceCode} from '@theme'; -:::danger Project Deprecation -Support for Next.js is ending [read more](https://github.com/module-federation/core/issues/3153) +:::info Project Updates +Support for Next.js 15 is current marked as work in progress ::: From 76f09cfdd32c07158b9904313daf14e5d35af7b1 Mon Sep 17 00:00:00 2001 From: Zack Chapple Date: Wed, 4 Jun 2025 15:11:39 -0400 Subject: [PATCH 2/2] chore: updating the docs for nextjs to remove deprecation --- .changeset/tall-suns-applaud.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/tall-suns-applaud.md diff --git a/.changeset/tall-suns-applaud.md b/.changeset/tall-suns-applaud.md new file mode 100644 index 00000000000..6406e23ce1b --- /dev/null +++ b/.changeset/tall-suns-applaud.md @@ -0,0 +1,5 @@ +--- +'website-new': patch +--- + +updating deprecation status for nextjs