From 5a77b0919bb895702a2ecd05ea329b6894ba7133 Mon Sep 17 00:00:00 2001 From: Andrei Borza Date: Mon, 7 Sep 2026 19:31:04 +0200 Subject: [PATCH 1/2] docs: Remove the stale Remix version note from the v11 guide Remix v1 support was dropped in v9 (#14988), and the `@remix-run/node` peer dependency has been `2.x` since. v11 does not change it. Co-authored-by: Claude Opus 5 (1M context) --- MIGRATION.md | 1 - 1 file changed, 1 deletion(-) diff --git a/MIGRATION.md b/MIGRATION.md index 861e092d7dbb..b3fbcd6a0055 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -53,7 +53,6 @@ We raised the minimum supported versions of several frameworks and libraries: - **React:** dropped React 16 (minimum is now 17). - **Astro:** dropped Astro 3 (minimum is now 4). - **React Router (framework mode):** minimum is now 7.15. -- **Remix:** dropped `@remix-run/node` v1 (minimum is now v2). - **Fastify:** dropped Fastify 3.0 through 3.20 (minimum is now 3.21). ### AWS Lambda Layer Changes From a9eef232b2c85eb18e263fb422a0152d270f2fb6 Mon Sep 17 00:00:00 2001 From: Andrei Borza Date: Mon, 7 Sep 2026 19:36:59 +0200 Subject: [PATCH 2/2] Say when the Next.js build options were deprecated --- MIGRATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MIGRATION.md b/MIGRATION.md index b3fbcd6a0055..0d21d726a59f 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -1665,8 +1665,8 @@ import { withSentryConfig } from '@sentry/nextjs/config'; The no-op `withSentryConfig` passthroughs that the client and edge builds exported were removed along with it. -The following long-deprecated top-level options in `withSentryConfig` / the `sentry` config were removed. Most of them -moved under the `webpack` option in v10; use the replacement listed below instead: +The following top-level options in `withSentryConfig` / the `sentry` config were removed. They were deprecated in +10.30.0, when most of them moved under the `webpack` option; use the replacement listed below instead: | Removed option | Replacement | | --------------------------------------- | ----------------------------------------------------------------------- |