-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Upgrade Supabase JS Client #14422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Supabase JS Client #14422
Conversation
* Upgrade `@supabase/supabase-js` for the `supabase` components * Fix version-specific import in the Supabase app component, which prevented importing `@pipedream/supabase` in code components * Bump component versions
@jverce is attempting to deploy a commit to the Pipedreamers Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the WalkthroughThe changes in this pull request primarily involve updating the version numbers of various Supabase action components and sources, from Changes
Suggested labels
Suggested reviewers
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Thank you so much for submitting this! We've added it to our backlog to review, and our team has been notified. |
Hi everyone, all test cases are passed! Ready for release! Test report |
* Upgrade `@supabase/supabase-js` for the `supabase` components * Fix version-specific import in the Supabase app component, which prevented importing `@pipedream/supabase` in code components * Bump component versions * Bump `@pipedream/supabase` patch version
Changelog
@supabase/supabase-js
for thesupabase
components@pipedream/supabase
in code componentsWHY
Supabase RPC calls are failing with the current version of the Supabase JS client, but the latest client seems to have fixed it.
Summary by CodeRabbit
Release Notes
New Features
Bug Fixes
@supabase/supabase-js
to version^2.45.6
, improving compatibility and performance.Chores