Skip to content

Commit 124cdec

Browse files
committed
fix(deps): revert supabase CLI bump, breaks edge function test seeding
The 2.70.0 -> 2.115.0 bump appears to change `supabase db reset` seed behavior, causing the Edge Function Tests CI job to fail with "No festival edition found". Reverting to keep this PR's CI green; the CLI security fix needs its own PR once the seeding regression is diagnosed against a reproducible Supabase environment. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014JqTa7k1smvXm4AbVzBhqt
1 parent 6a9555e commit 124cdec

2 files changed

Lines changed: 146 additions & 126 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"oxlint": "^1.79.0",
127127
"postcss": "^8.5.26",
128128
"prettier": "3.6.2",
129-
"supabase": "2.115.0",
129+
"supabase": "2.70.0",
130130
"tailwindcss": "^3.4.19",
131131
"tsx": "^4.23.12",
132132
"typescript": "^5.9.3",

0 commit comments

Comments
 (0)