Skip to content

Conversation

@ssdeanx
Copy link
Owner

@ssdeanx ssdeanx commented Nov 24, 2025

snyk-top-banner

Snyk has created this PR to upgrade @supabase/supabase-js from 2.76.1 to 2.78.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 8 versions ahead of your current version.

  • The recommended version was released 25 days ago.

Release notes
Package name: @supabase/supabase-js
  • 2.78.0 - 2025-10-30

    2.78.0 (2025-10-30)

    🚀 Features

    • auth: add OAuth 2.1 authorization consent management API calls (#1793)
    • auth: add OAuth client update support (#1812)
    • auth: refactor getAuthenticatorAssuranceLevel method (#1822)

    🩹 Fixes

    • auth: remove redirection in getAuthorizationDetails (#1811)
    • auth: move session warning proxy from session to user object (#1817)

    ❤️ Thank You

  • 2.77.1-canary.2 - 2025-10-30

    2.77.1-canary.2 (2025-10-30)

    🚀 Features

    • auth: refactor getAuthenticatorAssuranceLevel method (#1822)

    ❤️ Thank You

    • Stojan Dimitrovski @ hf
  • 2.77.1-canary.1 - 2025-10-30

    2.77.1-canary.1 (2025-10-30)

    🩹 Fixes

    • auth: move session warning proxy from session to user object (#1817)

    ❤️ Thank You

  • 2.77.1-canary.0 - 2025-10-29

    2.77.1-canary.0 (2025-10-29)

    🚀 Features

    • auth: add OAuth 2.1 authorization consent management API calls (#1793)
    • auth: add OAuth client update support (#1812)

    🩹 Fixes

    • auth: remove redirection in getAuthorizationDetails (#1811)

    ❤️ Thank You

  • 2.77.0 - 2025-10-29

    2.77.0 (2025-10-29)

    🚀 Features

    • auth: add OAuth 2.1 authorization consent management API calls (#1793)
    • auth: add OAuth client update support (#1812)
    • storage: add support for bucket pagination and sorting (#1790)

    🩹 Fixes

    • auth: handle 204 No Content response in OAuth client delete (#1786)
    • auth: remove redirection in getAuthorizationDetails (#1811)
    • postgrest: add incoming major 14 support (#1807)
    • repo: add missing tslib dependency to core packages (#1789)
    • repo: cleanup package-lock.json and bun.lock (#1799)
    • storage: remove unnecessary filter (#1809)

    🔥 Performance

    • precompile RegExp (#1806)

    ❤️ Thank You

  • 2.76.2-canary.2 - 2025-10-23

    2.76.2-canary.2 (2025-10-23)

    🩹 Fixes

    • repo: cleanup package-lock.json and bun.lock (#1799)

    ❤️ Thank You

  • 2.76.2-canary.1 - 2025-10-22

    2.76.2-canary.1 (2025-10-22)

    🚀 Features

    • storage: add support for bucket pagination and sorting (#1790)

    ❤️ Thank You

  • 2.76.2-canary.0 - 2025-10-21

    2.76.2-canary.0 (2025-10-21)

    🩹 Fixes

    • auth: handle 204 No Content response in OAuth client delete (#1786)

    ❤️ Thank You

  • 2.76.1 - 2025-10-21

    2.76.1 (2025-10-21)

    🩹 Fixes

    • repo: add missing tslib dependency to core packages (#1789)

    ❤️ Thank You

from @supabase/supabase-js GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade @supabase/supabase-js from 2.76.1 to 2.78.0.

See this package in npm:
@supabase/supabase-js

See this project in Snyk:
https://app.snyk.io/org/ssdeanx/project/97f9b44f-04aa-4c4a-a071-4c3e5cc49f97?utm_source=github&utm_medium=referral&page=upgrade-pr
Copilot AI review requested due to automatic review settings November 24, 2025 18:39
@coderabbitai
Copy link

coderabbitai bot commented Nov 24, 2025

Important

Review skipped

Ignore keyword(s) in the title.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch snyk-upgrade-4291bca2e452b910180ba997a08c96dc

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link

🤖 Hi @ssdeanx, I've received your request, and I'm working on it now! You can track my progress in the logs for more details.

@gemini-code-assist
Copy link

Summary of Changes

Hello @ssdeanx, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request automates the update of the @supabase/supabase-js client library to its latest stable version, 2.78.0. This upgrade incorporates new features primarily focused on authentication (OAuth 2.1 consent management and client updates) and storage (bucket pagination and sorting), alongside various bug fixes and a performance optimization. The update ensures the project benefits from the latest improvements, security patches, and functionalities offered by the Supabase client.

Highlights

  • Dependency Upgrade: The @supabase/supabase-js package has been upgraded from version 2.76.1 to 2.78.0.
  • New Authentication Features: Introduces OAuth 2.1 authorization consent management API calls and OAuth client update support.
  • Storage Enhancements: Adds support for bucket pagination and sorting within the storage module.
  • Bug Fixes: Addresses several issues including removal of redirection in getAuthorizationDetails, moving the session warning proxy, and handling 204 No Content responses in OAuth client deletion.
  • Performance Improvement: Includes a performance enhancement by precompiling regular expressions.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@roomote
Copy link

roomote bot commented Nov 24, 2025

Rooviewer Clock   Follow along on Roo Cloud

Reviewing your PR now. Will share feedback in a few minutes!

@github-actions
Copy link

🤖 I'm sorry @ssdeanx, but I was unable to process your request. Please see the logs for more details.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request, generated by Snyk, upgrades @supabase/supabase-js to version 2.78.0. While keeping dependencies current is a good practice, I've noted that the related @supabase/ssr package is not being updated as part of this change. Since these two packages are tightly coupled, they should ideally be updated together to prevent potential compatibility issues. I have added a specific comment in package.json with this recommendation.

"@radix-ui/react-tabs": "^1.1.13",
"@supabase/ssr": "^0.7.0",
"@supabase/supabase-js": "^2.76.1",
"@supabase/supabase-js": "^2.78.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The update to @supabase/supabase-js is not accompanied by an update to the tightly coupled @supabase/ssr package. A partial upgrade can lead to subtle compatibility issues, as these packages are designed to work in tandem. It is strongly recommended to also update @supabase/ssr to its latest compatible version in this pull request to maintain stability.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR upgrades the @supabase/supabase-js dependency from version 2.76.1 to 2.78.0, spanning 8 intermediate versions released over 25 days. The upgrade includes new OAuth 2.1 authorization consent management features, bug fixes for session handling, storage bucket pagination support, and performance improvements. However, the lock file regeneration has introduced widespread changes to peer dependency markers that affect many unrelated packages.

Key Changes:

  • Supabase SDK upgrade with OAuth 2.1 features and bug fixes
  • Lock file shows extensive peer dependency marker modifications beyond the intended upgrade
  • Potential dependency resolution issues requiring verification

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Version bump for @supabase/supabase-js from 2.76.1 to 2.78.0
package-lock.json Updated Supabase packages and all sub-dependencies; includes concerning widespread changes to peer dependency markers for unrelated packages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants