Skip to content

Update Next.js from 14.2.33 to 16.0.7#147

Open
Copilot wants to merge 3 commits intomainfrom
copilot/update-nextjs-version
Open

Update Next.js from 14.2.33 to 16.0.7#147
Copilot wants to merge 3 commits intomainfrom
copilot/update-nextjs-version

Conversation

Copy link
Contributor

Copilot AI commented Dec 4, 2025

Updates Next.js to latest stable version (16.0.7). Next.js 16 enables Turbopack by default, requiring configuration migration.

Changes

  • Package version: next 14.2.33 → 16.0.7
  • Turbopack config: Added SVG loader configuration to next.config.js to mirror existing webpack setup:
    turbopack: {
      rules: {
        "*.svg": {
          loaders: ["@svgr/webpack"],
          as: "*.js",
        },
      },
    }
  • TypeScript: Next.js auto-updated jsx: "react-jsx" in tsconfig.json for React 18 automatic runtime
  • .gitignore: Added /cache/ directory (Next.js 16 build artifact)

Existing webpack configuration retained for backward compatibility during transition period.

Original prompt

Update nextJS plz


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@vercel
Copy link

vercel bot commented Dec 4, 2025

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

Project Deployment Preview Comments Updated (UTC)
parmi-picks Error Error Dec 4, 2025 4:03am

Co-authored-by: bradystroud <38869720+bradystroud@users.noreply.github.com>
Co-authored-by: bradystroud <38869720+bradystroud@users.noreply.github.com>
Copilot AI changed the title [WIP] Update Next.js to latest version Update Next.js from 14.2.33 to 16.0.7 Dec 4, 2025
Copilot AI requested a review from bradystroud December 4, 2025 04:07
@bradystroud bradystroud marked this pull request as ready for review December 4, 2025 04:38
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