Francesco
d9e61d58a0
docs: Add summary to DEPENDENCY_UPDATES.md
2026-02-19 03:24:04 +00:00
Francesco
1573e07927
chore: Update all dependencies to latest versions
...
Backend updates:
- zod: 3.24.1 → 4.3.6 (major)
- bcryptjs: 2.4.3 → 3.0.3 (major)
- jsonwebtoken: 9.0.2 → 9.0.3 (patch)
- @types/bcryptjs: 2.4.6 → 3.0.0 (major)
Frontend updates:
- next-auth: 5.0.0-beta.25 → 5.0.0-beta.30 (latest v5 beta)
- react: 19.1.0 → 19.2.4 (patch)
- react-dom: 19.1.0 → 19.2.4 (patch)
- recharts: 2.15.4 → 3.7.0 (major)
- tailwind-merge: 2.6.1 → 3.5.0 (major)
- @types/node: 22.12.0 → 25.3.0 (major)
- tailwindcss: 3.4.19 → 4.2.0 (major)
Notes:
- All dependencies updated to absolute latest stable versions
- next-auth kept on v5 beta (upgraded to latest beta.30)
- See DEPENDENCY_UPDATES.md for full details and testing checklist
- Potential breaking changes in zod v4, bcryptjs v3, recharts v3, and tailwindcss v4
- Configuration files may need updates for tailwindcss v4 compatibility
2026-02-19 03:23:51 +00:00
Francesco
ffb7ffce57
chore: Update backend devDependencies to latest
...
- @types/pg: 8.12.0 -> 8.16.0
- @types/jsonwebtoken: 9.0.7 -> 9.0.10
2026-02-19 03:10:20 +00:00
Francesco
3f0e3102a2
chore: Update frontend devDependencies to latest
...
- @types/react: 19.1.0 -> 19.2.14
- @types/react-dom: 19.1.1 -> 19.2.3
- postcss: 8.4.50 -> 8.5.6
Note: @types/node kept at 22.x for Node 20 compatibility
2026-02-19 03:09:41 +00:00
Francesco
18010af951
chore: Revert recharts to stable v2
...
- recharts: 3.7.0 (v3, breaking changes) -> 2.15.4 (stable v2)
Recharts v3 has breaking changes that require code updates.
Sticking with latest v2 for stability.
2026-02-19 03:09:09 +00:00
Francesco
d4483d2d60
chore: Revert to stable versions for Tailwind ecosystem
...
- tailwindcss: 4.2.0 (beta) -> 3.4.19 (stable)
- tailwind-merge: 3.5.0 (beta) -> 2.6.1 (stable)
Tailwind v4 is still in beta and requires breaking config changes.
Sticking with v3 for stability.
2026-02-19 03:08:29 +00:00
Francesco
8dd7c7a9dc
chore: Update all dependencies to absolute latest versions
...
Backend updates:
- elysia: 1.1.13 -> 1.4.25
- @elysiajs/cors: 1.1.0 -> 1.4.1
- @elysiajs/swagger: 1.1.0 -> 1.3.1
- pg: 8.13.1 -> 8.18.0
- postgres: 3.4.5 -> 3.4.8
- dotenv: 16.4.7 -> 17.3.1
Frontend updates:
- next: 16.0.0 -> 16.1.6
- recharts: 2.16.0 -> 3.7.0 (MAJOR UPDATE)
- lucide-react: 0.475.0 -> 0.574.0
- date-fns: 4.2.0 -> 4.1.0
- @radix-ui/react-dialog: 1.1.3 -> 1.1.15
- @radix-ui/react-dropdown-menu: 2.1.5 -> 2.1.16
- @radix-ui/react-slot: 1.1.2 -> 1.2.4
- @radix-ui/react-tabs: 1.1.2 -> 1.1.13
- @radix-ui/react-toast: 1.2.6 -> 1.2.15
- tailwind-merge: 2.7.0 -> 3.5.0 (MAJOR UPDATE)
- tailwindcss: 3.4.18 -> 4.2.0 (MAJOR UPDATE)
- typescript: 5.8.0 -> 5.9.3
- autoprefixer: 10.4.21 -> 10.4.24
2026-02-19 03:07:32 +00:00
Francesco
46d06eaff0
chore: Add next-env.d.ts for Next.js 16 type safety
...
- Added Next.js type declarations
- Required for proper TypeScript support in Next.js 16
2026-02-19 02:57:49 +00:00
Francesco
7b87ff2f04
chore: Update auth files for NextAuth v5 compatibility
...
Breaking changes for NextAuth v5:
- Updated route.ts to use NextAuthConfig and new export pattern
- Changed getServerSession import to use auth from config
- Updated types and session handling for NextAuth v5
- Maintained backward compatibility with existing auth flow
2026-02-19 02:57:42 +00:00
Francesco
11af7921e8
chore: Add output: 'standalone' to Next.js config for Docker compatibility
...
- Ensures Next.js 16 generates minimal standalone output
- Required for the Dockerfile's production stage to work correctly
2026-02-19 02:57:04 +00:00
Francesco
8fe93c8a39
chore: Update to Next.js 16 and latest dependencies
...
Major updates:
- next: 15.1.3 -> 16.0.0
- next-auth: 4.24.8 -> 5.0.0-beta.25 (Next-Auth v5 for Next.js 16)
- react: 19.0.0 -> 19.1.0
- react-dom: 19.0.0 -> 19.1.0
Other updates:
- recharts: 2.15.0 -> 2.16.0
- lucide-react: 0.474.0 -> 0.475.0
- date-fns: 4.1.0 -> 4.2.0
- @radix-ui/*: Updated to latest
- tailwindcss: 3.4.17 -> 3.4.18
- typescript: 5.7.2 -> 5.8.0
2026-02-19 02:56:52 +00:00
Francesco
a542eee29c
chore: Update tsconfig.json for Next.js 15 compatibility
...
- Remove .next/types/**/*.ts from include (no longer needed in Next.js 15)
2026-02-19 02:52:28 +00:00
Francesco
9fa29059da
chore: Update all dependencies to latest versions
...
Backend updates:
- elysia: 1.0.20 -> 1.1.13
- @elysiajs/*: 1.0.2 -> 1.1.0
- pg: 8.11.3 -> 8.13.1
- postgres: 3.4.4 -> 3.4.5
- dotenv: 16.4.5 -> 16.4.7
- zod: 3.22.4 -> 3.24.1
- @types/*: Updated to latest
Frontend updates:
- next: 14.2.0 -> 15.1.3
- react: 18.3.0 -> 19.0.0
- react-dom: 18.3.0 -> 19.0.0
- next-auth: 4.24.0 -> 4.24.8
- recharts: 2.12.0 -> 2.15.0
- lucide-react: 0.344.0 -> 0.474.0
- date-fns: 3.3.0 -> 4.1.0
- @radix-ui/*: Updated to latest
- tailwindcss: 3.4.0 -> 3.4.17
- typescript: 5.3.0 -> 5.7.2
2026-02-19 02:52:06 +00:00
Francesco
69994c8af2
fix: Use npm install instead of npm ci (no package-lock.json)
2026-02-19 02:40:41 +00:00
Francesco
da34fc0304
fix: Correct backend healthcheck command - remove 'run' from bun -e
2026-02-19 02:34:40 +00:00
Francesco
b8ccd00cb4
Fix docker-compose.yml - remove external network
...
Remove 'external: true' from the fiscal network to allow Docker Compose
to create it automatically during deployment. This fixes the deployment
failure in Coolify where the network doesn't exist.
2026-02-18 06:43:44 +00:00
Francesco
973f0c85fa
Fix backend Dockerfile - remove unnecessary build step
...
The backend is designed to run TypeScript directly with Bun, not to build.
Updated Dockerfile to skip build step and run src/index.ts directly.
2026-02-18 06:37:53 +00:00
Francesco
da58289eb1
feat: Complete Fiscal Clone deployment package
...
- SEC filings extraction (10-K, 10-Q, 8-K)
- Portfolio analytics with real-time prices
- Watchlist management
- NextAuth.js authentication
- OpenClaw AI integration
- PostgreSQL database with auto P&L calculations
- Elysia.js backend (Bun runtime)
- Next.js 14 frontend (TailwindCSS + Recharts)
- Production-ready Docker configurations
2026-02-16 03:49:32 +00:00