Instant Nav Phase 1: retry Next.js 16.3.2 + locale migration design - #171
Merged
Conversation
- Bump next and @next/eslint-plugin-next to 16.3.2; local lint/test/build pass - Add vibe-docs/Locale-Migration-Design.md for Pages i18n → app/[lang] epic - Update Instant-Navigations-TODO with 16.3.2 retry and locale migration track Merge gate: Vercel preview-smoke + e2e CI (API x-matched-path must not be /en/404).
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
mkayander
marked this pull request as ready for review
August 22, 2026 19:49
|
🎉 This PR is included in version 1.384.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Phase 1 Instant Navigations gate: retry Next.js 16.3.2 (after 16.3.0 Vercel
/api/*regression) and add the locale migration design doc for the next epic.Changes
next@16.3.2+@next/eslint-plugin-next@16.3.2vibe-docs/Locale-Migration-Design.md— phased plan:internal-marketingpilots → publicapp/[lang]/→ remove Pagesi18nInstant-Navigations-TODO.md— 16.3.2 retry item + locale migration trackLocal verification
pnpm lint— 0 errorspnpm test— 451 testspnpm build— successMerge gate (do not merge if red)
Automated on Vercel preview:
x-matched-pathcheck)Pass criteria: API routes return 200 with
x-matched-pathnot/en/404.If preview fails, revert pin to 16.2.12 and document in TODO.
After merge (if green)
app/[lang]/public shell) per design doc