Skip to content

fix(deps): update dependency @supabase/supabase-js to v2.53.0 #60

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 19, 2025

This PR contains the following updates:

Package Change Age Confidence
@supabase/supabase-js 2.49.4 -> 2.53.0 age confidence

Release Notes

supabase/supabase-js (@​supabase/supabase-js)

v2.53.0

Compare Source

v2.52.1

Compare Source

Bug Fixes

v2.52.0

Compare Source

Features

v2.51.0

Compare Source

Features

v2.50.5

Compare Source

Bug Fixes

v2.50.4

Compare Source

Bug Fixes
  • deps: package-lock (7cc57c7)
  • deps: upgrade postgrest-js to 1.21.0 (4316f7f)
  • packages-lock (1cb2e82)
  • types: restore explicit return type (dc9067b)

v2.50.3

Compare Source

Bug Fixes
  • bump functions-js to 2.4.5 (a8ca670)

v2.50.2

Compare Source

Bug Fixes

v2.50.1

Compare Source

Bug Fixes

v2.50.0

Compare Source

Bug Fixes
Features

v2.49.10

Compare Source

Bug Fixes

v2.49.9

Compare Source

Bug Fixes

v2.49.8

Compare Source

Bug Fixes
  • preserve path segments in supabaseUrl when constructing endpoints. (#​1425) (288aff4)

v2.49.7

Compare Source

Reverts

v2.49.6

Compare Source

Bug Fixes

v2.49.5

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Jun 19, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sexyvoice ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 28, 2025 5:33pm

Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

socket-security bot commented Jun 19, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​supabase/​supabase-js@​2.49.4 ⏵ 2.53.099100100 +1100 +1100

View full report

@renovate renovate bot changed the title Update dependency @supabase/supabase-js to v2.50.0 fix(deps): update dependency @supabase/supabase-js to v2.50.0 Jun 20, 2025
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x-lockfile branch from 7bbd317 to 3e9c316 Compare June 22, 2025 13:02
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x-lockfile branch from 3e9c316 to 5ff9ff9 Compare June 24, 2025 16:26
@renovate renovate bot changed the title fix(deps): update dependency @supabase/supabase-js to v2.50.0 fix(deps): update dependency @supabase/supabase-js to v2.50.1 Jun 24, 2025
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x-lockfile branch from 5ff9ff9 to da86b2b Compare June 25, 2025 06:44
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x-lockfile branch from da86b2b to 1778ab6 Compare June 25, 2025 07:41
@renovate renovate bot changed the title fix(deps): update dependency @supabase/supabase-js to v2.50.1 fix(deps): update dependency @supabase/supabase-js to v2.50.2 Jun 25, 2025
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x-lockfile branch from 1778ab6 to 7d2b056 Compare June 25, 2025 14:04
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x-lockfile branch from 7d2b056 to 09cb99b Compare July 2, 2025 15:36
Copy link

jazzberry-ai bot commented Jul 2, 2025

Bug Report

Name Severity Example test case Description
Potential cookie handling issue with @supabase/ssr Medium Log in and refresh the page. Check if the user session is maintained correctly. The setAll method in /lib/supabase/server.ts attempts to handle cookies manually. The update to @supabase/supabase-js and its dependencies might introduce incompatibilities in how cookies are handled, potentially leading to session management issues.
Potential issue with increment_credits RPC Medium Top up credits and check if the credit balance is updated correctly. The updateUserCredits function in /lib/supabase/queries.ts uses an RPC called increment_credits. It's crucial to ensure that this RPC is still functioning correctly after the update. The update to @supabase/supabase-js might have introduced changes that affect the RPC call or its parameters.

Comments? Email us. Your free trial ends in 5 days.

@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x-lockfile branch from 09cb99b to 75dbed5 Compare July 2, 2025 21:08
@renovate renovate bot changed the title fix(deps): update dependency @supabase/supabase-js to v2.50.2 fix(deps): update dependency @supabase/supabase-js to v2.50.3 Jul 2, 2025
Copy link

jazzberry-ai bot commented Jul 2, 2025

Bug Report

Name Severity Example test case Description
Potential Realtime Connection Instability Medium Simulate a network interruption or a brief server outage during a realtime session. The update to @supabase/realtime-js from 2.11.2 to 2.11.15 might introduce connection instability issues, leading to frequent disconnects or difficulties re-establishing connections after network interruptions. This could result in a degraded user experience and potential data loss.

Comments? Email us. Your free trial ends in 4 days.

@renovate renovate bot changed the title fix(deps): update dependency @supabase/supabase-js to v2.50.3 fix(deps): update dependency @supabase/supabase-js to v2.50.4 Jul 9, 2025
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x-lockfile branch from 75dbed5 to 04ce22c Compare July 9, 2025 11:38
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x-lockfile branch from 04ce22c to 0913425 Compare July 10, 2025 20:15
@renovate renovate bot changed the title fix(deps): update dependency @supabase/supabase-js to v2.50.4 fix(deps): update dependency @supabase/supabase-js to v2.50.5 Jul 10, 2025
@renovate renovate bot changed the title fix(deps): update dependency @supabase/supabase-js to v2.50.5 fix(deps): update dependency @supabase/supabase-js to v2.51.0 Jul 14, 2025
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x-lockfile branch from 0913425 to f328db7 Compare July 14, 2025 11:01
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x-lockfile branch from f328db7 to 4f6761b Compare July 15, 2025 09:42
@renovate renovate bot changed the title fix(deps): update dependency @supabase/supabase-js to v2.51.0 fix(deps): update dependency @supabase/supabase-js to v2.52.0 Jul 17, 2025
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x-lockfile branch from 4f6761b to 10411d2 Compare July 17, 2025 15:50
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x-lockfile branch from 10411d2 to d86b832 Compare July 22, 2025 09:47
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x-lockfile branch from d86b832 to 0b2a74d Compare July 23, 2025 17:07
@renovate renovate bot changed the title fix(deps): update dependency @supabase/supabase-js to v2.52.0 fix(deps): update dependency @supabase/supabase-js to v2.52.1 Jul 23, 2025
@renovate renovate bot changed the title fix(deps): update dependency @supabase/supabase-js to v2.52.1 fix(deps): update dependency @supabase/supabase-js to v2.53.0 Jul 28, 2025
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x-lockfile branch from 0b2a74d to a513447 Compare July 28, 2025 17:30
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.

0 participants