Skip to content

fix: remove deprecated Next.js 13 config and bump to 16.1.5#50

Merged
adrienlupo merged 1 commit intomainfrom
fix/nextjs-startup-warnings
Feb 16, 2026
Merged

fix: remove deprecated Next.js 13 config and bump to 16.1.5#50
adrienlupo merged 1 commit intomainfrom
fix/nextjs-startup-warnings

Conversation

@adrienlupo
Copy link
Contributor

Summary

  • Remove deprecated experimental.appDir from next.config.js (stable since Next.js 13.4)
  • Migrate @next/font imports to next/font in app/layout.tsx
  • Remove @next/font dependency
  • Update caniuse-lite browserslist database
  • Bump Next.js from 14.2.21 to 16.1.5 (incorporates chore(deps): bump next from 14.2.21 to 16.1.5 #49)

Test plan

  • next build passes
  • next dev starts with no deprecation warnings

@vercel
Copy link

vercel bot commented Feb 16, 2026

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

Project Deployment Actions Updated (UTC)
website Ready Ready Preview Feb 16, 2026 9:41am

@adrienlupo
Copy link
Contributor Author

Next.js 16 Migration References

next lint removed

The next lint command has been removed. [...] next build no longer runs linting automatically. The eslint option in the Next.js config file is also removed.

Source: Upgrading to Next.js 16 - Removals

Migration was done using the official codemod:

npx @next/codemod@canary next-lint-to-eslint-cli .

Source: Next.js Codemods - next-lint-to-eslint-cli

experimental.appDir removed

appDir is no longer experimental. [...] It is now the default.

Source: Upgrading to Next.js 14

@next/font removed

The @next/font package has been fully replaced by the built-in next/font.

Source: Upgrading to Next.js 14

@adrienlupo adrienlupo merged commit ea27897 into main Feb 16, 2026
2 checks passed
@adrienlupo adrienlupo deleted the fix/nextjs-startup-warnings branch February 16, 2026 10:13
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

Comments