Commit 2a58c93
chore(deps): remove unused jaeger dep + upgrade @supabase/ssr 0.10.2 (#79)
* chore(deps): remove unused @opentelemetry/exporter-jaeger devDep
Package was never imported in source code. Removing it eliminates
dead weight and closes the stale Dependabot PR #74 cleanly.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* chore(deps): upgrade @supabase/ssr 0.9.0 → 0.10.2
Minor version bump with full lockfile regeneration.
Dependabot PR #77 had the same lockfile sync issue as #74 —
both failed npm ci due to missing transitive deps in the PR's lockfile.
Closes #77
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 d53e7e4 commit 2a58c93
4 files changed
Lines changed: 25 additions & 330 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
51 | 54 | | |
52 | 55 | | |
53 | 56 | | |
54 | | - | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
57 | 63 | | |
58 | 64 | | |
59 | 65 | | |
| |||
83 | 89 | | |
84 | 90 | | |
85 | 91 | | |
86 | | - | |
| 92 | + | |
87 | 93 | | |
88 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
89 | 98 | | |
90 | 99 | | |
91 | 100 | | |
| |||
102 | 111 | | |
103 | 112 | | |
104 | 113 | | |
105 | | - | |
106 | 114 | | |
107 | 115 | | |
108 | 116 | | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
117 | 121 | | |
118 | 122 | | |
119 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
48 | | - | |
49 | | - | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments