Skip to content

[Snyk] Upgrade @supabase/ssr from 0.7.0 to 0.8.0#29

Open
UsmanBuk wants to merge 1 commit intomainfrom
snyk-upgrade-84795647c8dd3dcf9980e234a092714b
Open

[Snyk] Upgrade @supabase/ssr from 0.7.0 to 0.8.0#29
UsmanBuk wants to merge 1 commit intomainfrom
snyk-upgrade-84795647c8dd3dcf9980e234a092714b

Conversation

@UsmanBuk
Copy link
Owner

@UsmanBuk UsmanBuk commented Jan 4, 2026

User description

snyk-top-banner

Snyk has created this PR to upgrade @supabase/ssr from 0.7.0 to 0.8.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 6 versions ahead of your current version.

  • The recommended version was released a month ago.

Release notes
Package name: @supabase/ssr
  • 0.8.0 - 2025-11-26

    0.8.0 (2025-11-26)

    Features

    • adds cookies.encode option allowing minimal cookie sizes (#126) (cf38b22)
    • publish SSR under deprecated auth-helpers package names (#127) (e8b6102)
    • update supabase-js to latest (#133) (d65044d)
    • update supabase-js to latest (#145) (08bf7d6)

    Bug Fixes

  • 0.8.0-rc.9 - 2025-11-26

    This is a release candidate. See release-please PR #128 for context.

  • 0.8.0-rc.8 - 2025-11-26

    This is a release candidate. See release-please PR #128 for context.

  • 0.8.0-rc.5 - 2025-11-26

    This is a release candidate. See release-please PR #128 for context.

  • 0.8.0-rc.2 - 2025-09-16
  • 0.8.0-rc.1 - 2025-09-08
  • 0.7.0 - 2025-08-22

    0.7.0 (2025-08-22)

    Features

    Bug Fixes

    • remove usage of internal type params (#123) (8f3e89e)
from @supabase/ssr 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:


CodeAnt-AI Description

Upgrade @supabase/ssr to 0.8.0 to enable smaller cookies and updated Supabase compatibility

What Changed

  • The project now uses @supabase/ssr v0.8.0 instead of v0.7.0 (package.json and lockfile updated)
  • v0.8.0 adds a cookie encoding option that can produce smaller session cookies
  • The package lock and package resolution were updated (new integrity/hash) and the peer requirement for @supabase/supabase-js was raised, which may require a compatible supabase-js version

Impact

✅ Smaller session cookies
✅ Fewer auth compatibility errors when using a matching supabase-js
✅ Updated dependency integrity in lockfile

💡 Usage Guide

Checking Your Pull Request

Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.

Talking to CodeAnt AI

Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:

@codeant-ai ask: Your question here

This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.

Example

@codeant-ai ask: Can you suggest a safer alternative to storing this secret?

Preserve Org Learnings with CodeAnt

You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:

@codeant-ai: Your feedback here

This helps CodeAnt AI learn and adapt to your team's coding style and standards.

Example

@codeant-ai: Do not flag unused imports.

Retrigger review

Ask CodeAnt AI to review the PR again, by typing:

@codeant-ai: review

Check Your Repository Health

To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.

Snyk has created this PR to upgrade @supabase/ssr from 0.7.0 to 0.8.0.

See this package in npm:
@supabase/ssr

See this project in Snyk:
https://app.snyk.io/org/usmanbuk/project/6f2ddca2-b077-48d1-81bb-56e1bf375d91?utm_source=github&utm_medium=referral&page=upgrade-pr
@codeant-ai
Copy link

codeant-ai bot commented Jan 4, 2026

CodeAnt AI is reviewing your PR.


Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@coderabbitai
Copy link

coderabbitai bot commented Jan 4, 2026

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-84795647c8dd3dcf9980e234a092714b

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

@codeant-ai
Copy link

codeant-ai bot commented Jan 4, 2026

Sequence Diagram

This PR updates the @supabase/ssr dependency from 0.7.0 to 0.8.0 in package.json and package-lock.json. The diagram shows the high-level change flow from the automated PR to the repository and dependency resolution (main success path).

sequenceDiagram
    participant Snyk
    participant Repo
    participant NPM Registry
    participant CI

    Snyk->>Repo: Create PR updating @supabase/ssr ^0.7.0 -> ^0.8.0
    Repo->>Repo: Modify package.json & package-lock.json (version, resolved, integrity)
    CI->>Repo: Run install/build (reads updated lockfile)
    CI->>NPM Registry: Fetch @supabase/ssr@0.8.0
    NPM Registry-->>CI: Return package tarball (0.8.0)
    CI-->>Repo: Build succeeds with @supabase/ssr@0.8.0
Loading

Generated by CodeAnt AI

@codeant-ai codeant-ai bot added the size:XS This PR changes 0-9 lines, ignoring generated files label Jan 4, 2026
@codeant-ai
Copy link

codeant-ai bot commented Jan 4, 2026

CodeAnt AI finished reviewing your PR.

@codeant-ai
Copy link

codeant-ai bot commented Jan 4, 2026

💡 Enhance Your PR Reviews

We noticed that 3 feature(s) are not configured for this repository. Enabling these features can help improve your code quality and workflow:

🚦 Quality Gates

Status: Quality Gates are not enabled at the organization level
Learn more about Quality Gates

🎫 Jira Ticket Compliance

Status: Jira credentials file not found. Please configure Jira integration in your settings
Learn more about Jira Integration

⚙️ Custom Rules

Status: No custom rules configured. Add rules via organization settings or .codeant/review.json in your repository
Learn more about Custom Rules


Want to enable these features? Contact your organization admin or check our documentation for setup instructions.

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

Labels

size:XS This PR changes 0-9 lines, ignoring generated files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants