Skip to content

chore: upgrade to Next.js 16#4687

Merged
zbeyens merged 6 commits intomainfrom
next-16
Oct 15, 2025
Merged

chore: upgrade to Next.js 16#4687
zbeyens merged 6 commits intomainfrom
next-16

Conversation

@zbeyens
Copy link
Copy Markdown
Member

@zbeyens zbeyens commented Oct 15, 2025

Summary

Upgrades to Next.js 16 (beta) and React 19.2 with improved development workflow for React Compiler testing.

Changes

  • Next.js: 15.3.3 → 16.0.0-beta.0
  • React: 19.1.0 → 19.2.0
  • React Types: Updated to 19.2.2 with resolutions for consistency

Configuration

  • Added Turbopack filesystem caching for faster dev builds
  • React Compiler: conditional based on RC=true env var or production mode
  • Updated ESLint config for Next.js 16 compatibility
  • Commented out webpack config (moving toward Turbopack)

Development Scripts

  • yarn dev - Standard development mode
  • yarn rc - Development with React Compiler enabled (RC=true)

🤖 Generated with Claude Code

@codesandbox
Copy link
Copy Markdown

codesandbox bot commented Oct 15, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Oct 15, 2025

⚠️ No Changeset found

Latest commit: 27ff959

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link
Copy Markdown

vercel bot commented Oct 15, 2025

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

Project Deployment Preview Comments Updated (UTC)
plate Ready Ready Preview Comment Oct 15, 2025 10:25am

@dosubot dosubot bot added the size:XXL This PR changes 1000+ lines, ignoring generated files. label Oct 15, 2025
@zbeyens
Copy link
Copy Markdown
Member Author

zbeyens commented Oct 15, 2025

🔄 Code Review

Commit: 3e7cccc - next@16

✅ Approved

Clean upgrade to Next.js 16 and React 19.2 with proper configuration updates.

Key changes:

  • Version upgrades (Next.js 16 beta, React 19.2)
  • React Compiler setup with RC env flag
  • Turbopack filesystem caching enabled
  • Updated ESLint config for compatibility

Development workflow:

  • yarn dev - Standard mode
  • yarn rc - With React Compiler

All changes look good. Ready to merge.


🤖 Reviewed: 3e7cccc

@dosubot dosubot bot added dependencies Pull requests that update a dependency file maintenance labels Oct 15, 2025
@zbeyens zbeyens merged commit 2af57f6 into main Oct 15, 2025
9 checks passed
@zbeyens zbeyens deleted the next-16 branch October 15, 2025 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file maintenance size:XXL This PR changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant