You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our project currently runs on Next.js version 14. With the release of Next.js version 15—featuring performance improvements, enhanced routing, and updated image optimization—it's time to upgrade our starter project. Note: This migration also requires updating Auth.js/NextAuth to version 5.0.0-beta.25 or higher to ensure authentication functionality works as expected. Additionally, make sure to complete the Shiki update as detailed in Issue #71 before starting this migration.
Migration Goals:
Upgrade Next.js: Update the project to use Next.js v15.
Authentication Update: Upgrade Auth.js/NextAuth to version 5.0.0-beta.25 or higher.
Migrating to Next.js version 15 and upgrading Auth.js/NextAuth are essential for keeping our starter project modern and fully functional. The authentication update is necessary due to compatibility requirements with Next.js 15, and ensuring that the Shiki migration (Issue #71) is complete beforehand will help prevent potential integration issues.
The text was updated successfully, but these errors were encountered:
Description:
Our project currently runs on Next.js version 14. With the release of Next.js version 15—featuring performance improvements, enhanced routing, and updated image optimization—it's time to upgrade our starter project. Note: This migration also requires updating Auth.js/NextAuth to version 5.0.0-beta.25 or higher to ensure authentication functionality works as expected. Additionally, make sure to complete the Shiki update as detailed in Issue #71 before starting this migration.
Migration Goals:
Tasks:
Pre-Requisite: Shiki Migration
Update Next.js Dependency:
package.json
from 14.x to 15.x.pnpm install
oryarn install
) to update dependencies.Update Auth.js/NextAuth:
Review Breaking Changes:
Testing and Verification:
Documentation Updates:
Additional Context:
Migrating to Next.js version 15 and upgrading Auth.js/NextAuth are essential for keeping our starter project modern and fully functional. The authentication update is necessary due to compatibility requirements with Next.js 15, and ensuring that the Shiki migration (Issue #71) is complete beforehand will help prevent potential integration issues.
The text was updated successfully, but these errors were encountered: