Skip to content

feat: upgrade to Next.js 16#52

Open
tedtop wants to merge 1 commit intounfoldadmin:mainfrom
tedtop:upgrade-nextjs-16
Open

feat: upgrade to Next.js 16#52
tedtop wants to merge 1 commit intounfoldadmin:mainfrom
tedtop:upgrade-nextjs-16

Conversation

@tedtop
Copy link
Copy Markdown

@tedtop tedtop commented Nov 4, 2025

Summary

Upgrades Next.js from 15.2.4 to 16.0.1, bringing Turbopack as the default bundler and improved build performance.

Changes

  • Upgrade Next.js from 15.2.4 to 16.0.1
  • Upgrade React and React DOM from 19.0.0 to 19.2.0
  • Pin PostgreSQL to version 17 to avoid v18+ mount point issues
  • Add missing tailwindcss-animate dependency
  • Update TypeScript target from es5 to es2015 for private identifier support
  • Make TextField component generic for proper FormState typing
  • Wrap LoginForm in Suspense boundary (required for useSearchParams in Next.js 16)

Notes

Next.js 16 introduces Turbopack as the default bundler and strict enforcement of Suspense boundaries for useSearchParams() during production builds.

- Upgrade Next.js from 15.2.4 to 16.0.1
- Upgrade React and React DOM from 19.0.0 to 19.2.0
- Pin PostgreSQL to version 17 to avoid v18+ mount point issues
- Add missing tailwindcss-animate dependency
- Update TypeScript target from es5 to es2015 for private identifier support
- Make TextField component generic for proper FormState typing
- Wrap LoginForm in Suspense boundary (required for useSearchParams in Next.js 16)

Next.js 16 introduces Turbopack as the default bundler and strict enforcement
of Suspense boundaries for useSearchParams() during production builds.
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.

1 participant