Bump @supabase/gotrue-js from 1.24.0 to 2.27.2 #1

Open
opened 2025-08-09 16:55:35 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @dependabot[bot] on 5/24/2023

Bumps @supabase/gotrue-js from 1.24.0 to 2.27.2.

Release notes

Sourced from @​supabase/gotrue-js's releases.

v2.27.2

2.27.2 (2023-05-24)

Bug Fixes

v2.27.1

2.27.1 (2023-05-23)

Bug Fixes

v2.27.0

2.27.0 (2023-05-16)

Features

  • keep expired session on initialization (#598) (1a63a42)

v2.26.0

2.26.0 (2023-05-12)

Features

v2.25.0

2.25.0 (2023-05-08)

Features

v2.24.0

2.24.0 (2023-04-26)

Features

  • increase auto refresh tick duration to 30s from 10s (#651) (c7eb42f)

v2.23.0

2.23.0 (2023-04-19)

... (truncated)

Changelog

Sourced from @​supabase/gotrue-js's changelog.

Releases

Releases are handled by Semantic release. This document is for forcing and documenting any non-code changes.

v1.27

v1.12.7

v1.12.0

v1.11.0

  • Feature: supabase/gotrue-js#62 Give the ability for developers to redirect their users to a specified URL after they are logged in.

v1.10.1

v1.7.3

Fixes React Native error. From @​tjg1: supabase/gotrue-js#26

v1.7.2

Adds the types, provided by @​duncanhealy: supabase/gotrue-js#24

v1.7.0

In this release we added client.api.sendMagicLinkEmail() and updated client.signIn() to support magic link login by only providing email credentials without a password.

v1.6.1

In this release we strip out the session data from the URL once it is detected.

v1.6.0

In this release we added client.user(), client.session(), and client.refreshSession().

v1.5.10

In this one we had to roll back the automatic Semantic release, which bumped the version to 2.0.0.

This release containes some breaking changes:

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
*Originally created by @dependabot[bot] on 5/24/2023* Bumps [@supabase/gotrue-js](https://github.com/supabase/gotrue-js) from 1.24.0 to 2.27.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/supabase/gotrue-js/releases"><code>@​supabase/gotrue-js</code>'s releases</a>.</em></p> <blockquote> <h2>v2.27.2</h2> <h2><a href="https://github.com/supabase/gotrue-js/compare/v2.27.1...v2.27.2">2.27.2</a> (2023-05-24)</h2> <h3>Bug Fixes</h3> <ul> <li>update resend types (<a href="https://redirect.github.com/supabase/gotrue-js/issues/691">#691</a>) (<a href="https://github.com/supabase/gotrue-js/commit/aa47a89561f6202024c8aeed7cb5fb1e49bad8c1">aa47a89</a>)</li> </ul> <h2>v2.27.1</h2> <h2><a href="https://github.com/supabase/gotrue-js/compare/v2.27.0...v2.27.1">2.27.1</a> (2023-05-23)</h2> <h3>Bug Fixes</h3> <ul> <li>add reauthenticate method (<a href="https://redirect.github.com/supabase/gotrue-js/issues/688">#688</a>) (<a href="https://github.com/supabase/gotrue-js/commit/0b367950c332fba18c2baeadf003043c18a7eb22">0b36795</a>), closes <a href="https://redirect.github.com/supabase/gotrue-js/issues/258">#258</a></li> </ul> <h2>v2.27.0</h2> <h1><a href="https://github.com/supabase/gotrue-js/compare/v2.26.0...v2.27.0">2.27.0</a> (2023-05-16)</h1> <h3>Features</h3> <ul> <li>keep expired session on initialization (<a href="https://redirect.github.com/supabase/gotrue-js/issues/598">#598</a>) (<a href="https://github.com/supabase/gotrue-js/commit/1a63a4289bd769f26dd774ff8a9aaafb8e8a5a63">1a63a42</a>)</li> </ul> <h2>v2.26.0</h2> <h1><a href="https://github.com/supabase/gotrue-js/compare/v2.25.0...v2.26.0">2.26.0</a> (2023-05-12)</h1> <h3>Features</h3> <ul> <li>remove code param (<a href="https://redirect.github.com/supabase/gotrue-js/issues/672">#672</a>) (<a href="https://github.com/supabase/gotrue-js/commit/069e695ca0b1037c2afa5a013e5c58fa59df540b">069e695</a>)</li> </ul> <h2>v2.25.0</h2> <h1><a href="https://github.com/supabase/gotrue-js/compare/v2.24.0...v2.25.0">2.25.0</a> (2023-05-08)</h1> <h3>Features</h3> <ul> <li>add resend method (<a href="https://redirect.github.com/supabase/gotrue-js/issues/631">#631</a>) (<a href="https://github.com/supabase/gotrue-js/commit/1ffdd5cc44b027ef6cfa87a175bfe19dafa0c88b">1ffdd5c</a>)</li> </ul> <h2>v2.24.0</h2> <h1><a href="https://github.com/supabase/gotrue-js/compare/v2.23.0...v2.24.0">2.24.0</a> (2023-04-26)</h1> <h3>Features</h3> <ul> <li>increase auto refresh tick duration to 30s from 10s (<a href="https://redirect.github.com/supabase/gotrue-js/issues/651">#651</a>) (<a href="https://github.com/supabase/gotrue-js/commit/c7eb42fc048023baa733de75137c7ff303a6b8d4">c7eb42f</a>)</li> </ul> <h2>v2.23.0</h2> <h1><a href="https://github.com/supabase/gotrue-js/compare/v2.22.3...v2.23.0">2.23.0</a> (2023-04-19)</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/supabase/gotrue-js/blob/master/RELEASE.md"><code>@​supabase/gotrue-js</code>'s changelog</a>.</em></p> <blockquote> <h1>Releases</h1> <p>Releases are handled by Semantic release. This document is for forcing and documenting any non-code changes.</p> <h3>v1.27</h3> <ul> <li>Fix: <a href="https://redirect.github.com/supabase/gotrue-js/pull/184">supabase/gotrue-js#184</a></li> </ul> <h3>v1.12.7</h3> <ul> <li>Fix <a href="https://redirect.github.com/supabase/gotrue-js/issues/73">supabase/gotrue-js#73</a></li> </ul> <h3>v1.12.0</h3> <ul> <li>Feature: <a href="https://redirect.github.com/supabase/gotrue-js/pull/66">supabase/gotrue-js#66</a> OAuth providers can now be supplied scopes.</li> </ul> <h3>v1.11.0</h3> <ul> <li>Feature: <a href="https://redirect.github.com/supabase/gotrue-js/issues/62">supabase/gotrue-js#62</a> Give the ability for developers to redirect their users to a specified URL after they are logged in.</li> </ul> <h3>v1.10.1</h3> <ul> <li>Fix <a href="https://redirect.github.com/supabase/gotrue-js/issues/38">supabase/gotrue-js#38</a></li> <li>Fix <a href="https://redirect.github.com/supabase/gotrue-js/issues/41">supabase/gotrue-js#41</a></li> </ul> <h3>v1.7.3</h3> <p>Fixes React Native error. From <a href="https://github.com/tjg1"><code>@​tjg1</code></a>: <a href="https://redirect.github.com/supabase/gotrue-js/pull/26">supabase/gotrue-js#26</a></p> <h3>v1.7.2</h3> <p>Adds the types, provided by <a href="https://github.com/duncanhealy"><code>@​duncanhealy</code></a>: <a href="https://redirect.github.com/supabase/gotrue-js/pull/24">supabase/gotrue-js#24</a></p> <h3>v1.7.0</h3> <p>In this release we added <code>client.api.sendMagicLinkEmail()</code> and updated <code>client.signIn()</code> to support magic link login by only providing email credentials without a password.</p> <h3>v1.6.1</h3> <p>In this release we strip out the session data from the URL once it is detected.</p> <h3>v1.6.0</h3> <p>In this release we added <code>client.user()</code>, <code>client.session()</code>, and <code>client.refreshSession()</code>.</p> <h3>v1.5.10</h3> <p>In this one we had to roll back the automatic Semantic release, which bumped the version to 2.0.0.</p> <p>This release containes some breaking changes:</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/supabase/gotrue-js/commit/aa47a89561f6202024c8aeed7cb5fb1e49bad8c1"><code>aa47a89</code></a> fix: update resend types (<a href="https://redirect.github.com/supabase/gotrue-js/issues/691">#691</a>)</li> <li><a href="https://github.com/supabase/gotrue-js/commit/0b367950c332fba18c2baeadf003043c18a7eb22"><code>0b36795</code></a> fix: add reauthenticate method (<a href="https://redirect.github.com/supabase/gotrue-js/issues/688">#688</a>)</li> <li><a href="https://github.com/supabase/gotrue-js/commit/223ddf15919e494d89f37a01177193fea220a99e"><code>223ddf1</code></a> docs: update type docs on <code>inviteUserByEmail</code> (<a href="https://redirect.github.com/supabase/gotrue-js/issues/683">#683</a>)</li> <li><a href="https://github.com/supabase/gotrue-js/commit/1a63a4289bd769f26dd774ff8a9aaafb8e8a5a63"><code>1a63a42</code></a> feat: keep expired session on initialization (<a href="https://redirect.github.com/supabase/gotrue-js/issues/598">#598</a>)</li> <li><a href="https://github.com/supabase/gotrue-js/commit/3f88a2084633f3c34adfb4970d76ea5cacc2e2bf"><code>3f88a20</code></a> Added missing zoom provider in types.ts (<a href="https://redirect.github.com/supabase/gotrue-js/issues/676">#676</a>)</li> <li><a href="https://github.com/supabase/gotrue-js/commit/069e695ca0b1037c2afa5a013e5c58fa59df540b"><code>069e695</code></a> feat: remove code param (<a href="https://redirect.github.com/supabase/gotrue-js/issues/672">#672</a>)</li> <li><a href="https://github.com/supabase/gotrue-js/commit/fcf00a7fff7982ed6afd22cc609294a4353e77fd"><code>fcf00a7</code></a> docs: correct docstring on exchangeCodeForSession (<a href="https://redirect.github.com/supabase/gotrue-js/issues/674">#674</a>)</li> <li><a href="https://github.com/supabase/gotrue-js/commit/1ffdd5cc44b027ef6cfa87a175bfe19dafa0c88b"><code>1ffdd5c</code></a> feat: add resend method (<a href="https://redirect.github.com/supabase/gotrue-js/issues/631">#631</a>)</li> <li><a href="https://github.com/supabase/gotrue-js/commit/d67c14133212c419c8901f1364dcf0bd5137dc48"><code>d67c141</code></a> update example react app (<a href="https://redirect.github.com/supabase/gotrue-js/issues/671">#671</a>)</li> <li><a href="https://github.com/supabase/gotrue-js/commit/c7eb42fc048023baa733de75137c7ff303a6b8d4"><code>c7eb42f</code></a> feat: increase auto refresh tick duration to 30s from 10s (<a href="https://redirect.github.com/supabase/gotrue-js/issues/651">#651</a>)</li> <li>Additional commits viewable in <a href="https://github.com/supabase/gotrue-js/compare/v1.24.0...v2.27.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@supabase/gotrue-js&package-manager=npm_and_yarn&previous-version=1.24.0&new-version=2.27.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
fergalmoran added the dependencies label 2025-08-09 16:55:36 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: fergalmoran/dbg-otherway#1
No description provided.