Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
9637fba
chore(ci): pin Supabase CLI version explicitly
claude Jul 10, 2026
ea2af3e
fix(deps): pin supabase CLI to an exact version
claude Jul 10, 2026
e4a1b7e
ci: use supabase/setup-cli@v3 lockfile version detection
claude Jul 10, 2026
c340247
fix(ci): read the local Supabase publishable key dynamically in e2e t…
claude Jul 10, 2026
b990c80
Merge branch 'main' into claude/supabase-cli-pin-33
chiptus Jul 10, 2026
7009923
test(e2e): wait for redirect chain before asserting sign-in button
claude Jul 10, 2026
dfd6ba6
Revert "test(e2e): wait for redirect chain before asserting sign-in b…
claude Jul 10, 2026
f1eb54d
Revert "fix(ci): read the local Supabase publishable key dynamically …
claude Jul 10, 2026
a28c158
Revert "ci: use supabase/setup-cli@v3 lockfile version detection"
claude Jul 10, 2026
02e15bf
Revert "fix(deps): pin supabase CLI to an exact version"
claude Jul 10, 2026
2855e79
Revert "chore(ci): pin Supabase CLI version explicitly"
claude Jul 10, 2026
f8eec6f
Reapply "chore(ci): pin Supabase CLI version explicitly"
claude Jul 10, 2026
6c7550b
Reapply "fix(deps): pin supabase CLI to an exact version"
claude Jul 10, 2026
f8baa53
Reapply "ci: use supabase/setup-cli@v3 lockfile version detection"
claude Jul 10, 2026
a4687a8
Reapply "fix(ci): read the local Supabase publishable key dynamically…
claude Jul 10, 2026
935aa62
fix(deps): pin supabase CLI to 2.58.5, before the new API-key rollout
claude Jul 10, 2026
222202f
revert(ci): drop dynamic key export from e2e workflow
claude Jul 10, 2026
df16595
fix(deps): bump pinned supabase CLI to 2.70.0
claude Jul 10, 2026
18fbf20
test(deps): try supabase CLI 2.71.1 to confirm the ES256-flip theory
claude Jul 10, 2026
4f11c4f
Revert "test(deps): try supabase CLI 2.71.1 to confirm the ES256-flip…
claude Jul 10, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_db_migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- uses: actions/checkout@v4

- uses: supabase/setup-cli@v2
- uses: supabase/setup-cli@v3

- name: Push migrations
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_deploy_edge_functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- uses: actions/checkout@v4

- uses: supabase/setup-cli@v2
- uses: supabase/setup-cli@v3

- name: Deploy functions
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"oxlint": "^1.11.1",
"postcss": "^8.4.47",
"prettier": "^3.6.2",
"supabase": "^2.58.5",
"supabase": "2.70.0",
"tailwindcss": "^3.4.11",
"tsx": "^4.20.3",
"typescript": "^5.5.3",
Expand Down
42 changes: 18 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading