Commit 2dc556b
chore(deps): upgrade TypeScript 6 + @hookform/resolvers 5 (#80)
* chore(deps): upgrade TypeScript 6, @hookform/resolvers 5; add CSS module declaration
- typescript 5.9 → 6.0 (major): requires declare module '*.css' for side-effect
imports — TypeScript 6 added TS2882 check that Next.js types don't cover yet
- @hookform/resolvers 4.1 → 5.2 (major): no breaking changes in our usage
- recharts pinned at ^2.x (recharts 3 has breaking type changes in chart.tsx
that require a dedicated fix — deferred to It5)
Closes #75
Closes #76
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* ci: upgrade to Node 24 + npm 11; remove hardcoded JWT fallbacks
- node-version 22 → 24 (Node 24 LTS, latest stable)
- Add 'npm install -g npm@11' in all 3 jobs to match local dev environment
(npm 10 vs npm 11 generate incompatible lockfiles — deduplication differs)
- Remove hardcoded Supabase demo JWT fallbacks (CWE-321); fail explicitly
instead if supabase status does not return keys (supabase CLI ≥ v1.23
always returns keys after supabase start succeeds)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* chore: format CLAUDE.md with prettier
CLAUDE.md was previously gitignored; now tracked, prettier check in CI
catches formatting issues.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Emiya Kiritsugu <emiyakiritsugu3@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 9d46502 commit 2dc556b
3 files changed
Lines changed: 12 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments