An evidence-based upgrade sequence
1. Read the official guide for the target Next version
2. Update Next and required peers with pnpm
3. Apply documented migrations or codemods
4. Run pnpm typecheck and pnpm --filter @repo/web build
5. Test critical browser flowsEach step produces evidence before the release is exposed to users.