Skip to content

Update dependency @supabase/ssr to ^0.12.0 - #28

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/supabase-ssr-0.x
Open

Update dependency @supabase/ssr to ^0.12.0#28
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/supabase-ssr-0.x

Conversation

@renovate

@renovate renovate Bot commented Dec 22, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@supabase/ssr ^0.6.1^0.12.0 age confidence

Release Notes

supabase/ssr (@​supabase/ssr)

v0.12.4

Compare Source

Bug Fixes

v0.12.3

Compare Source

Bug Fixes

v0.12.2

Compare Source

Bug Fixes

v0.12.1

Compare Source

Bug Fixes

v0.12.0

Compare Source

Features
Bug Fixes

v0.10.3

Compare Source

Bug Fixes

v0.10.2

Compare Source

Bug Fixes

v0.10.0

Compare Source

Features
  • pass cache headers to setAll to prevent CDN caching of auth responses (#​176) (14962d2)

v0.9.0

Compare Source

Features
  • release workflow RC versioning and publish reliability (#​164) (81e68f4)

v0.8.0

Compare Source

Features
Bug Fixes

v0.7.0

Compare Source

Features
Bug Fixes

Configuration

📅 Schedule: (UTC)

  • 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.


This change is Reviewable

@vercel

vercel Bot commented Dec 22, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
bclabs Error Error Jul 28, 2026 4:35pm

@coderabbitai

coderabbitai Bot commented Dec 22, 2025

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

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.


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

@renovate renovate Bot changed the title Update dependency @supabase/ssr to ^0.8.0 Update dependency @supabase/ssr to ^0.9.0 Mar 2, 2026
@renovate
renovate Bot force-pushed the renovate/supabase-ssr-0.x branch from 0aadab7 to 4eb35cf Compare March 2, 2026 17:44
@openzeppelin-code

Copy link
Copy Markdown

Update dependency @supabase/ssr to ^0.9.0

Generated at commit: 4eb35cf94ca9d8295b8fc1d4e2a4bc10ccc90f0b

🚨 Report Summary

Severity Level Results
Contracts Critical
High
Medium
Low
Note
Total
0
0
0
0
0
0
Dependencies Critical
High
Medium
Low
Note
Total
0
0
0
0
0
0

For more details view the full report in OpenZeppelin Code Inspector

Comment thread package.json Outdated
Comment on lines 42 to 43
"@supabase/ssr": "^0.9.0",
"@supabase/supabase-js": "^2.49.4",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Bug: There is a significant peer dependency mismatch. @supabase/ssr@0.9.0 requires @supabase/supabase-js@^2.97.0, but version 2.49.4 is installed, which may cause runtime compatibility issues.
Severity: MEDIUM

Suggested Fix

Update the @supabase/supabase-js dependency to a version that satisfies the ^2.97.0 requirement of @supabase/ssr. Run bun install @supabase/supabase-js@latest (or a specific compatible version) and verify that the application's authentication flows continue to work as expected after the update.

Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.

Location: package.json#L42-L43

Potential issue: The project has a peer dependency mismatch. The `@supabase/ssr` package
at version `0.9.0` requires `@supabase/supabase-js` version `^2.97.0`, but the installed
version is `2.49.4`. This significant version gap (over 48 minor versions) creates a
risk of incompatibility, especially since the code uses core authentication functions
like `createServerClient` and `auth.exchangeCodeForSession()`. While this might only
produce a warning during installation, it could lead to runtime errors if the APIs used
by `@supabase/ssr` rely on features or behavior from the newer, required version of
`@supabase/supabase-js`.

Did we get this right? 👍 / 👎 to inform future reviews.

@renovate renovate Bot changed the title Update dependency @supabase/ssr to ^0.9.0 Update dependency @supabase/ssr to ^0.10.0 Mar 31, 2026
@renovate
renovate Bot force-pushed the renovate/supabase-ssr-0.x branch from 4eb35cf to e9b34b3 Compare March 31, 2026 11:14
@renovate
renovate Bot force-pushed the renovate/supabase-ssr-0.x branch from e9b34b3 to 105a4c6 Compare April 9, 2026 11:31
@renovate
renovate Bot force-pushed the renovate/supabase-ssr-0.x branch from 105a4c6 to acad516 Compare May 7, 2026 22:02
@renovate
renovate Bot force-pushed the renovate/supabase-ssr-0.x branch from acad516 to ea7ecc0 Compare June 9, 2026 07:12
@renovate renovate Bot changed the title Update dependency @supabase/ssr to ^0.10.0 Update dependency @supabase/ssr to ^0.12.0 Jun 9, 2026
@renovate
renovate Bot force-pushed the renovate/supabase-ssr-0.x branch from ea7ecc0 to e41525e Compare July 13, 2026 18:44
@renovate
renovate Bot force-pushed the renovate/supabase-ssr-0.x branch from e41525e to 0eb60cf Compare July 14, 2026 15:08
@renovate
renovate Bot force-pushed the renovate/supabase-ssr-0.x branch from 0eb60cf to da8d694 Compare July 14, 2026 19:34
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