[Snyk] Upgrade @nuxtjs/supabase from 0.3.7 to 1.5.1 #909
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade @nuxtjs/supabase from 0.3.7 to 1.5.1.
ℹ️ 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 55 versions ahead of your current version.
The recommended version was released a month ago.
Issues fixed by the recommended upgrade:
SNYK-JS-BRACES-6838727
SNYK-JS-UNDICI-8641354
SNYK-JS-CROSSSPAWN-8303230
SNYK-JS-ES5EXT-6095076
SNYK-JS-MICROMATCH-6838728
SNYK-JS-NUXT-9486043
SNYK-JS-VITE-9653016
SNYK-JS-BABELHELPERS-9397697
SNYK-JS-PARSEGITCONFIG-9403763
SNYK-JS-ROLLUP-8073097
SNYK-JS-VITE-8023174
SNYK-JS-VITE-8648411
SNYK-JS-VITE-9512410
SNYK-JS-INFLIGHT-6095116
SNYK-JS-NANOID-8492085
SNYK-JS-NANOID-8492085
SNYK-JS-NUXTVITEBUILDER-8663232
SNYK-JS-VITE-9576207
SNYK-JS-VITE-9685035
SNYK-JS-VITE-9919777
SNYK-JS-SEND-7926862
SNYK-JS-SERVESTATIC-7926865
SNYK-JS-UNDICI-10176064
SNYK-JS-VITE-8022916
Release notes
Package name: @nuxtjs/supabase
1.5.1 (2025-05-13)
📖 New Documentation
https://supabase.nuxtjs.org/
First Nuxt module documentation built with Docus v2 powered by Nuxt UI Pro (coming soon 👀)
🐛 Bug Fixes
1.5.0 (2025-03-04)
Bug Fixes
This release addresses multiple inconsistencies with cookie handling x customization that might fix several issues:
Features
useSsrCookies
option (default:true
) → Resolves #186This new option controls whether the module uses cookies to share session info between server and client. You must enable this option if you need to access session or user info from the server. It will use the SSR client from the @ supabase/ssr library.
When disabled, the module will use the default Supabase client from the @ supabase/supabase-js library which stores session info in local storage. This is useful in certain cases, such as statically generated sites or mobile apps where cookies might not be available.
Renamed
cookieName
→cookiePrefix
– More accurate naming.Renamed
cookieRedirect
→saveRedirectToCookie
– More accurate naming.New
useSupabaseCookieRedirect
composable – Simplifies handling redirect cookies without hardcoded namesDocs updated:
useSsrCookies
→ https://supabase.nuxtjs.org/get-started#usessrcookiescookiePrefix
→ https://supabase.nuxtjs.org/get-started#cookieprefixasaveRedirectToCookie
→ https://supabase.nuxtjs.org/get-started#redirectoptionsuseSupabaseCookieRedirect
→ https://supabase.nuxtjs.org/usage/composables/usesupabasecookieredirectBreaking Changes?
No.
useSsrCookies
default value keep the old behaviour and deprecated options (cookieName
,cookieRedirect
) maintain backward compatibility.Contributor 💚
A massive thanks to @ Jordan-Ellis for this improvement.
What's Changed
Bug Fixes
Full changelog (2025-01-20)
Contributors 💚
@ blackburn32
What's Changed
Fix
Full changelog (2024-12-18)
What's Changed
Feature
Full changelog (2024-12-10)
Contributors 💚
@ felixgabler
What's Changed
Refactor
Full changelog (2024-11-20)
Contributors 💚
@ felixgabler
What's Changed
Full changelog (2024-11-07)
Contributors 💚
@ felixgabler
What's Changed
Bug Fixes
serverSupabaseClient
andserverSupabaseServiceRole
(#411) (3f98640)Full changelog (2024-08-30)
Contributors 💚
@ th1m0
What's Changed
Bug Fixes
baseUrl
from tsconfig (#404) (596ece2)Features
Full changelog (2024-08-30)
Contributors 💚
@ felixgabler
@ th1m0
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:
Summary by Sourcery
Enhancements: