Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates Supabase from version 2.54.0 to 2.86.0 and renames the environment variable VITE_SUPABASE_ANON_KEY to VITE_SUPABASE_PUBLISHABLE_KEY throughout the codebase to align with Supabase's updated terminology.
- Updates
@supabase/supabase-jspackage from v2.54.0 to v2.86.0 and Supabase CLI from v2.34.1 to v2.62.5 - Renames environment variable from
VITE_SUPABASE_ANON_KEYtoVITE_SUPABASE_PUBLISHABLE_KEYacross all configuration files - Updates CI workflows and test scripts to extract the renamed "Publishable key" from Supabase status output
Reviewed changes
Copilot reviewed 13 out of 15 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates @supabase/supabase-js to 2.86.0 and supabase CLI to 2.62.5 |
| package-lock.json | Updates all Supabase dependency versions and their transitive dependencies |
| src/integrations/supabase/client.ts | Changes environment variable reference to VITE_SUPABASE_PUBLISHABLE_KEY |
| src/vite-env.d.ts | Updates TypeScript interface to reflect new environment variable name |
| tests/rls/setup.ts | Updates test configuration to use VITE_SUPABASE_PUBLISHABLE_KEY and adds .env.local fallback |
| tests/helpers/test-data-factory.ts | Updates test helper to use new key name |
| tests/rls/run-rls-tests.sh | Updates shell script to extract "Publishable key" from Supabase status |
| tests/rls/README.md | Updates documentation with new environment variable name |
| tests/README.md | Updates test documentation with new environment variable name |
| .github/workflows/ci.yml | Updates CI workflow to extract keys using JSON output format |
| .github/CONTRIBUTING.md | Updates contributor documentation with new key extraction command |
| .env.test.example | Updates example environment file with new variable name |
| supabase/config.toml | Updates seed file path configuration |
| init.md | New file containing feature requirements (contains typos) |
| PRPs/service-schedule-management.md | New comprehensive PRP document for service schedule management feature |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
3815c07 to
f623615
Compare
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.