Skip to content

Upgrade Next.js to 16.2 across all apps and examples#233

Open
ctate wants to merge 1 commit intomainfrom
fix/issue-230-1774043604280
Open

Upgrade Next.js to 16.2 across all apps and examples#233
ctate wants to merge 1 commit intomainfrom
fix/issue-230-1774043604280

Conversation

@ctate
Copy link
Copy Markdown
Collaborator

@ctate ctate commented Mar 20, 2026

Updates Next.js from various 16.1.x versions to 16.2.0 across the entire monorepo to ensure consistency and access to the latest features and bug fixes.

Changes made:

  • Updated next dependency to 16.2.0 in all package.json files across apps and examples
  • Updated @next/mdx to 16.2.0 in the main web app
  • Updated @next/eslint-plugin-next to 16.2.0 in eslint-config package
  • Updated next-env.d.ts files to use the new .next/types/routes.d.ts import path (changed from .next/dev/types/routes.d.ts)
  • Updated pnpm-lock.yaml to reflect all dependency changes

Affected packages:

  • Main web app
  • All example applications (chat, dashboard, image, no-ai, react-email, react-pdf, react-three-fiber, remotion, stripe-app)
  • ESLint configuration package

This ensures all Next.js applications in the monorepo are running on the same version with the latest improvements.

Fixes #230

Updates Next.js from various 16.1.x versions to 16.2.0 across the entire monorepo to ensure consistency and access to the latest features and bug fixes.

**Changes made:**
- Updated `next` dependency to `16.2.0` in all package.json files across apps and examples
- Updated `@next/mdx` to `16.2.0` in the main web app
- Updated `@next/eslint-plugin-next` to `16.2.0` in eslint-config package
- Updated next-env.d.ts files to use the new `.next/types/routes.d.ts` import path (changed from `.next/dev/types/routes.d.ts`)
- Updated pnpm-lock.yaml to reflect all dependency changes

**Affected packages:**
- Main web app
- All example applications (chat, dashboard, image, no-ai, react-email, react-pdf, react-three-fiber, remotion, stripe-app)
- ESLint configuration package

This ensures all Next.js applications in the monorepo are running on the same version with the latest improvements.

Fixes #230
@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Mar 20, 2026

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

Project Deployment Actions Updated (UTC)
json-render Ready Ready Preview, Comment Mar 20, 2026 9:54pm
json-render-chat-demo Ready Ready Preview, Comment Mar 20, 2026 9:54pm
json-render-dashboard-demo Ready Ready Preview, Comment Mar 20, 2026 9:54pm
json-render-image-demo Ready Ready Preview, Comment Mar 20, 2026 9:54pm
json-render-no-ai Ready Ready Preview, Comment Mar 20, 2026 9:54pm
json-render-react-email-demo Ready Ready Preview, Comment Mar 20, 2026 9:54pm
json-render-react-pdf-demo Ready Ready Preview, Comment Mar 20, 2026 9:54pm
json-render-react-three-fiber-demo Ready Ready Preview, Comment Mar 20, 2026 9:54pm
json-render-remotion-demo Ready Ready Preview, Comment Mar 20, 2026 9:54pm
json-render-solid-demo Ready Ready Preview, Comment Mar 20, 2026 9:54pm
json-render-svelte-chat-demo Ready Ready Preview, Comment Mar 20, 2026 9:54pm
json-render-svelte-demo Ready Ready Preview, Comment Mar 20, 2026 9:54pm
json-render-vue Ready Ready Preview, Comment Mar 20, 2026 9:54pm

@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednext@​16.1.6 ⏵ 16.2.062100 +691 +19770
Updated@​next/​eslint-plugin-next@​15.5.9 ⏵ 16.2.01001007399100
Updated@​next/​mdx@​16.1.6 ⏵ 16.2.010010010099100

View full report

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.

Upgrade Next.js to 16.2

1 participant