Skip to content

Commit f3ddee4

Browse files
committed
Upgrade to Next.js 16, TypeScript 5.9, @types/node 24
Bumps all dependencies to latest compatible versions: - next 15 → 16.2.1 - typescript 5 → 5.9.3 - @types/node 22 → 24.12.0 - eslint-config-next 15 → 16.2.1 - eslint stays at 9.x (plugin ecosystem lacks ESLint 10 support) Includes tsconfig/next-env changes auto-applied by Next.js 16.
1 parent f2119c6 commit f3ddee4

4 files changed

Lines changed: 514 additions & 497 deletions

File tree

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
/// <reference path="./.next/types/routes.d.ts" />
3+
import "./.next/dev/types/routes.d.ts";
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

0 commit comments

Comments
 (0)