Skip to content

chore: upgrade Next.js to version 14#5950

Merged
dylans merged 3 commits intoianstormtaylor:mainfrom
hiteshshetty-dev:upgrade/nextjs-to-14
Sep 4, 2025
Merged

chore: upgrade Next.js to version 14#5950
dylans merged 3 commits intoianstormtaylor:mainfrom
hiteshshetty-dev:upgrade/nextjs-to-14

Conversation

@hiteshshetty-dev
Copy link
Contributor

Description
This PR upgrades Next.js from version 13.5.6 to 14.2.32 and updates the build configuration to be compatible with the new version.

Issue
Resolves: #5949 & #5948

Context

  1. Upgraded Next.js: From ^13.5.6 to ^14.2.32
  2. Updated build script: Removed deprecated next export command since Next.js 14 uses output: 'export' in config
  3. Modernized next.config.js: Added proper TypeScript typing and output: 'export' configuration

Checks

  • The new code matches the existing patterns and styles.
  • The tests pass with yarn test.
  • The linter passes with yarn lint. (Fix errors with yarn fix.)
  • The relevant examples still work. (Run examples with yarn start.)
  • The relevant e2e test cases are passing.
  • You've added a changeset if changing functionality. (Add one with yarn changeset add.)

@changeset-bot
Copy link

changeset-bot bot commented Aug 31, 2025

⚠️ No Changeset found

Latest commit: dc591c3

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

Copy link
Collaborator

@dylans dylans left a comment

Choose a reason for hiding this comment

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

Thanks, I was struggling when I attempted to update this to Next 15, so I appreciate going more incrementally here.

@dylans dylans merged commit 70e8819 into ianstormtaylor:main Sep 4, 2025
11 checks passed
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