Skip to content

Conversation

@kualta
Copy link
Member

@kualta kualta commented Jan 9, 2026

Summary

This PR upgrades Next.js from version 15 to 16, applying all necessary breaking changes and migrations. Key changes include:

  • Async Request APIs: All params and searchParams are now fully async via Promise<T> and must be awaited throughout the codebase
  • Middleware → Proxy: Renamed src/middleware.ts to src/proxy.ts with the exported function renamed to proxy
  • Config Updates: Replaced webpack-based externals with serverExternalPackages for Turbopack compatibility
  • Dependencies: Updated Next.js to 16.1.1, React to 19.1.1, and related packages

All changes were automatically applied via Next.js codemods with manual configuration adjustments.

@vercel
Copy link

vercel bot commented Jan 9, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
talk Ready Ready Preview, Comment Jan 9, 2026 10:22pm

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 35079f4092

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@kualta kualta merged commit c6dd58c into main Jan 9, 2026
2 checks passed
@kualta kualta deleted the kualta/next-16-upgrade branch January 9, 2026 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants