[Snyk] Upgrade @supabase/supabase-js from 2.76.1 to 2.86.2#70
[Snyk] Upgrade @supabase/supabase-js from 2.76.1 to 2.86.2#70
Conversation
Snyk has created this PR to upgrade @supabase/supabase-js from 2.76.1 to 2.86.2. 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
Learn moreAll Green is an AI agent that automatically: ✅ Addresses code review comments ✅ Fixes failing CI checks ✅ Resolves merge conflicts |
|
Important Review skippedIgnore keyword(s) in the title. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
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. Comment |
|
🤖 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. |
Summary of ChangesHello @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 updates the Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Using Gemini Code AssistThe 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
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 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
|
|
🤖 I'm sorry @ssdeanx, but I was unable to process your request. Please see the logs for more details. |
There was a problem hiding this comment.
Pull request overview
This PR upgrades the @supabase/supabase-js package from version 2.76.1 to 2.86.2, spanning 45 versions released over approximately 2 months. The upgrade includes bug fixes for authentication, storage improvements with vector query support, and realtime enhancements.
Key changes:
- Updates
@supabase/supabase-jsto version 2.86.2 with auth, storage, and realtime improvements - Removes deprecated
@supabase/node-fetchdependency (now handled internally) - Adds new
iceberg-jsdependency for enhanced storage capabilities
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates @supabase/supabase-js dependency version from ^2.76.1 to ^2.86.2 |
| package-lock.json | Reflects dependency tree changes including removal of @supabase/node-fetch, addition of iceberg-js, and updates to all @supabase/* sub-packages with Node >= 20.0.0 requirement |
There was a problem hiding this comment.
Code Review
This pull request from Snyk upgrades @supabase/supabase-js from version 2.76.1 to 2.86.2. This is a significant jump across 45 versions. While it's a minor version update and should be backward-compatible, the large scope of the upgrade introduces a risk of subtle regressions, particularly in authentication flows where this library is heavily used. I have added a comment to the package.json file highlighting this risk and recommending careful validation.
| "@radix-ui/react-tabs": "^1.1.13", | ||
| "@supabase/ssr": "^0.7.0", | ||
| "@supabase/supabase-js": "^2.76.1", | ||
| "@supabase/supabase-js": "^2.86.2", |
There was a problem hiding this comment.
This dependency upgrade for @supabase/supabase-js jumps 45 minor versions. While semantic versioning suggests these updates should be backward-compatible, such a large leap introduces a non-trivial risk of subtle regressions or behavioral changes that could impact your application. Given this library's critical role in authentication, a safer approach could be to upgrade incrementally through smaller version steps to isolate any potential issues. If you proceed with this large jump, extensive regression testing of all authentication flows is highly recommended to ensure stability.

Snyk has created this PR to upgrade @supabase/supabase-js from 2.76.1 to 2.86.2.
ℹ️ 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 45 versions ahead of your current version.
The recommended version was released 23 days ago.
Release notes
Package name: @supabase/supabase-js
-
2.86.2 - 2025-12-04
- storage: correct QueryVectorsResponse to use vectors instead of matches (#1922)
- Katerina Skroumpelou @ mandarini
-
2.86.2-canary.0 - 2025-12-04
- storage: correct QueryVectorsResponse to use vectors instead of matches (#1922)
- Katerina Skroumpelou @ mandarini
-
2.86.1 - 2025-12-04
- auth: suppress getsession warning when getuser is called first (#1898)
- auth: code verifier remains in storage during edge cases (#1759)
- postgrest: cross-schema rpc setof type inference (#1900)
- repo: update lock file (#1910)
- repo: lock file issues (#1919)
- repo: update npm and install again (#1920)
- supabase: add esm wrapper to resolve module not found error in nuxt (#1914)
- Katerina Skroumpelou @ mandarini
- Vaibhav @ 7ttp
-
2.86.1-canary.0 - 2025-12-04
- auth: suppress getsession warning when getuser is called first (#1898)
- auth: code verifier remains in storage during edge cases (#1759)
- postgrest: cross-schema rpc setof type inference (#1900)
- repo: update lock file (#1910)
- repo: lock file issues (#1919)
- repo: update npm and install again (#1920)
- supabase: add esm wrapper to resolve module not found error in nuxt (#1914)
- Katerina Skroumpelou @ mandarini
- Vaibhav @ 7ttp
-
2.86.0 - 2025-11-26
- storage: install iceberg-js and add from method (#1881)
- Katerina Skroumpelou @ mandarini
-
2.85.1-canary.0 - 2025-11-26
- storage: install iceberg-js and add from method (#1881)
- Katerina Skroumpelou @ mandarini
-
2.85.0 - 2025-11-26
- realtime: add metadata to realtime user broadcast push (#1894)
- auth: oauth minor fixes on types (#1891)
- Cemal Kılıç @ cemalkilic
- Eduardo Gurgel
-
2.84.1-canary.1 - 2025-11-26
- realtime: add metadata to realtime user broadcast push (#1894)
- Eduardo Gurgel
-
2.84.1-canary.0 - 2025-11-26
- auth: oauth minor fixes on types (#1891)
- Cemal Kılıç @ cemalkilic
-
2.84.0 - 2025-11-20
- postgrest: add isdistinct and regex pattern matching operators (#1875)
- postgrest: validate empty or invalid relation names in Postgrest… (#1863)
- realtime: simplify serializer by removing unnecessary types of messages (#1871)
- Eduardo Gurgel
- Katerina Skroumpelou @ mandarini
- Soufiane Radouane @ sofmega
-
2.83.1-canary.2 - 2025-11-19
-
2.83.1-canary.1 - 2025-11-19
-
2.83.1-canary.0 - 2025-11-19
-
2.83.0 - 2025-11-18
-
2.82.1-canary.0 - 2025-11-18
-
2.82.0 - 2025-11-18
-
2.81.2-canary.3 - 2025-11-18
-
2.81.2-canary.2 - 2025-11-18
-
2.81.2-canary.1 - 2025-11-17
-
2.81.2-canary.0 - 2025-11-12
-
2.81.1 - 2025-11-11
-
2.81.1-canary.1 - 2025-11-11
-
2.81.1-canary.0 - 2025-11-11
-
2.81.0 - 2025-11-10
-
2.80.1-canary.5 - 2025-11-10
-
2.80.1-canary.4 - 2025-11-07
-
2.80.1-canary.3 - 2025-11-07
-
2.80.1-canary.2 - 2025-11-07
-
2.80.1-canary.1 - 2025-10-01
-
2.80.1-canary.0 - 2025-10-01
-
2.80.0 - 2025-11-06
-
2.79.1-canary.2 - 2025-10-03
-
2.79.1-canary.1 - 2025-10-02
-
2.79.1-canary.0 - 2025-10-02
-
2.79.0 - 2025-11-04
-
2.78.1-canary.1 - 2025-11-04
-
2.78.1-canary.0 - 2025-10-31
-
2.78.0 - 2025-10-30
-
2.77.1-canary.2 - 2025-10-30
-
2.77.1-canary.1 - 2025-10-30
-
2.77.1-canary.0 - 2025-10-29
-
2.77.0 - 2025-10-29
-
2.76.2-canary.2 - 2025-10-23
-
2.76.2-canary.1 - 2025-10-22
-
2.76.2-canary.0 - 2025-10-21
-
2.76.1 - 2025-10-21
from @supabase/supabase-js GitHub release notes2.86.2 (2025-12-04)
🩹 Fixes
❤️ Thank You
2.86.2-canary.0 (2025-12-04)
🩹 Fixes
❤️ Thank You
2.86.1 (2025-12-04)
🩹 Fixes
❤️ Thank You
2.86.1-canary.0 (2025-12-04)
🩹 Fixes
❤️ Thank You
2.86.0 (2025-11-26)
🚀 Features
❤️ Thank You
2.85.1-canary.0 (2025-11-26)
🚀 Features
❤️ Thank You
2.85.0 (2025-11-26)
🚀 Features
🩹 Fixes
❤️ Thank You
2.84.1-canary.1 (2025-11-26)
🚀 Features
❤️ Thank You
2.84.1-canary.0 (2025-11-26)
🩹 Fixes
❤️ Thank You
2.84.0 (2025-11-20)
🚀 Features
🩹 Fixes
❤️ Thank You
Important
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: