Update to Next.js 16 and enhance ESLint configuration

- Migrated from Next.js 15 to Next.js 16, updating all related dependencies and configurations.
- Enhanced ESLint setup with stricter rules, expanded plugin support, and improved type-aware linting options.
- Archived middleware by renaming it to `middleware.disabled.ts` for potential future use.
This commit is contained in:
Felipe Cardoso
2025-11-20 12:49:45 +01:00
parent 444d495f83
commit 5a21847382
7 changed files with 277 additions and 148 deletions

View File

@@ -6,7 +6,7 @@ Production-ready Next.js 15 frontend with TypeScript, authentication, admin pane
### Core
-**Next.js 15** - App Router with React Server Components
-**Next.js 16** - App Router with React Server Components
- 📘 **TypeScript** - Full type safety
- 🎨 **Tailwind CSS** - Utility-first styling
- 🧩 **shadcn/ui** - High-quality component library
@@ -218,7 +218,7 @@ npm run test:e2e:debug
## Tech Stack
- **Framework**: Next.js 15 (App Router)
- **Framework**: Next.js 16 (App Router)
- **Language**: TypeScript 5
- **Styling**: Tailwind CSS 3 + shadcn/ui
- **State Management**: Zustand + TanStack Query