chore(deps): update dependency @supabase/supabase-js to v2.105.4 #93

Open
renovate wants to merge 1 commits from renovate/supabase-supabase-js-2.x-lockfile into develop
Collaborator

This PR contains the following updates:

Package Type Update Change
@supabase/supabase-js (source) dependencies minor 2.99.32.105.4

Release Notes

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

v2.105.4

Compare Source

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

v2.105.3

Compare Source

2.105.3 (2026-05-04)

🩹 Fixes
  • auth: narrow OAuth/CustomProvider types to fix downstream consumer typecheck (#​2326)

v2.105.2

Compare Source

🩹 Fixes
  • auth: forward lockAcquireTimeout to SupabaseAuthClient (#​2309)
  • misc: widen enum-like unions with (string & {}) for forward compat (#​2303)
❤️ Thank You

v2.105.1

Compare Source

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

v2.105.0

Compare Source

🚀 Features
  • auth: add passkey support with WebAuthn registration, authentication, and management (#​2283)
  • realtime: Realtime deferred disconnect (#​2282)

v2.104.1

Compare Source

🩹 Fixes
  • supabase: propagate custom fetch to realtime client (#​2267)
❤️ Thank You

v2.104.0

Compare Source

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

v2.103.3

Compare Source

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

v2.103.2

Compare Source

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

v2.103.1

Compare Source

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

v2.103.0

Compare Source

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

v2.102.1

Compare Source

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

v2.102.0

Compare Source

🚀 Features
  • supabase: export PostgrestFilterBuilder and StorageApiError from supabase-js (#​2222)
  • postgrest: add automatic retries for transient errors (#​2072)
❤️ Thank You

v2.101.1

Compare Source

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

v2.101.0

Compare Source

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

v2.100.1

Compare Source

🩹 Fixes
  • postgrest: narrow tstyche testFileMatch to only type test files (#​2193)
❤️ Thank You

v2.100.0

Compare Source

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.


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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@supabase/supabase-js](https://github.com/supabase/supabase-js/tree/master/packages/core/supabase-js) ([source](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/supabase-js)) | dependencies | minor | [`2.99.3` → `2.105.4`](https://renovatebot.com/diffs/npm/@supabase%2fsupabase-js/2.99.3/2.105.4) | --- ### Release Notes <details> <summary>supabase/supabase-js (@&#8203;supabase/supabase-js)</summary> ### [`v2.105.4`](https://github.com/supabase/supabase-js/blob/HEAD/packages/core/supabase-js/CHANGELOG.md#21054-2026-05-08) [Compare Source](https://github.com/supabase/supabase-js/compare/v2.105.3...v2.105.4) This was a version bump only for [@&#8203;supabase/supabase-js](https://github.com/supabase/supabase-js) to align it with other projects, there were no code changes. ### [`v2.105.3`](https://github.com/supabase/supabase-js/releases/tag/v2.105.3) [Compare Source](https://github.com/supabase/supabase-js/compare/v2.105.2...v2.105.3) #### 2.105.3 (2026-05-04) ##### 🩹 Fixes - **auth:** narrow OAuth/CustomProvider types to fix downstream consumer typecheck ([#&#8203;2326](https://github.com/supabase/supabase-js/pull/2326)) ### [`v2.105.2`](https://github.com/supabase/supabase-js/blob/HEAD/packages/core/supabase-js/CHANGELOG.md#21052-2026-05-04) [Compare Source](https://github.com/supabase/supabase-js/compare/v2.105.1...v2.105.2) ##### 🩹 Fixes - **auth:** forward lockAcquireTimeout to SupabaseAuthClient ([#&#8203;2309](https://github.com/supabase/supabase-js/pull/2309)) - **misc:** widen enum-like unions with (string & {}) for forward compat ([#&#8203;2303](https://github.com/supabase/supabase-js/pull/2303)) ##### ❤️ Thank You - Muzzaiyyan Hussain [@&#8203;MuzzaiyyanHussain](https://github.com/MuzzaiyyanHussain) ### [`v2.105.1`](https://github.com/supabase/supabase-js/blob/HEAD/packages/core/supabase-js/CHANGELOG.md#21051-2026-04-28) [Compare Source](https://github.com/supabase/supabase-js/compare/v2.105.0...v2.105.1) This was a version bump only for [@&#8203;supabase/supabase-js](https://github.com/supabase/supabase-js) to align it with other projects, there were no code changes. ### [`v2.105.0`](https://github.com/supabase/supabase-js/blob/HEAD/packages/core/supabase-js/CHANGELOG.md#21050-2026-04-27) [Compare Source](https://github.com/supabase/supabase-js/compare/v2.104.1...v2.105.0) ##### 🚀 Features - **auth:** add passkey support with WebAuthn registration, authentication, and management ([#&#8203;2283](https://github.com/supabase/supabase-js/pull/2283)) - **realtime:** Realtime deferred disconnect ([#&#8203;2282](https://github.com/supabase/supabase-js/pull/2282)) ### [`v2.104.1`](https://github.com/supabase/supabase-js/blob/HEAD/packages/core/supabase-js/CHANGELOG.md#21041-2026-04-23) [Compare Source](https://github.com/supabase/supabase-js/compare/v2.104.0...v2.104.1) ##### 🩹 Fixes - **supabase:** propagate custom fetch to realtime client ([#&#8203;2267](https://github.com/supabase/supabase-js/pull/2267)) ##### ❤️ Thank You - Katerina Skroumpelou [@&#8203;mandarini](https://github.com/mandarini) ### [`v2.104.0`](https://github.com/supabase/supabase-js/blob/HEAD/packages/core/supabase-js/CHANGELOG.md#21040-2026-04-20) [Compare Source](https://github.com/supabase/supabase-js/compare/v2.103.3...v2.104.0) This was a version bump only for [@&#8203;supabase/supabase-js](https://github.com/supabase/supabase-js) to align it with other projects, there were no code changes. ### [`v2.103.3`](https://github.com/supabase/supabase-js/blob/HEAD/packages/core/supabase-js/CHANGELOG.md#21033-2026-04-16) [Compare Source](https://github.com/supabase/supabase-js/compare/v2.103.2...v2.103.3) This was a version bump only for [@&#8203;supabase/supabase-js](https://github.com/supabase/supabase-js) to align it with other projects, there were no code changes. ### [`v2.103.2`](https://github.com/supabase/supabase-js/blob/HEAD/packages/core/supabase-js/CHANGELOG.md#21032-2026-04-15) [Compare Source](https://github.com/supabase/supabase-js/compare/v2.103.1...v2.103.2) This was a version bump only for [@&#8203;supabase/supabase-js](https://github.com/supabase/supabase-js) to align it with other projects, there were no code changes. ### [`v2.103.1`](https://github.com/supabase/supabase-js/blob/HEAD/packages/core/supabase-js/CHANGELOG.md#21031-2026-04-15) [Compare Source](https://github.com/supabase/supabase-js/compare/v2.103.0...v2.103.1) This was a version bump only for [@&#8203;supabase/supabase-js](https://github.com/supabase/supabase-js) to align it with other projects, there were no code changes. ### [`v2.103.0`](https://github.com/supabase/supabase-js/blob/HEAD/packages/core/supabase-js/CHANGELOG.md#21030-2026-04-09) [Compare Source](https://github.com/supabase/supabase-js/compare/v2.102.1...v2.103.0) This was a version bump only for [@&#8203;supabase/supabase-js](https://github.com/supabase/supabase-js) to align it with other projects, there were no code changes. ### [`v2.102.1`](https://github.com/supabase/supabase-js/blob/HEAD/packages/core/supabase-js/CHANGELOG.md#21021-2026-04-07) [Compare Source](https://github.com/supabase/supabase-js/compare/v2.102.0...v2.102.1) This was a version bump only for [@&#8203;supabase/supabase-js](https://github.com/supabase/supabase-js) to align it with other projects, there were no code changes. ### [`v2.102.0`](https://github.com/supabase/supabase-js/blob/HEAD/packages/core/supabase-js/CHANGELOG.md#21020-2026-04-07) [Compare Source](https://github.com/supabase/supabase-js/compare/v2.101.1...v2.102.0) ##### 🚀 Features - **supabase:** export PostgrestFilterBuilder and StorageApiError from supabase-js ([#&#8203;2222](https://github.com/supabase/supabase-js/pull/2222)) - **postgrest:** add automatic retries for transient errors ([#&#8203;2072](https://github.com/supabase/supabase-js/pull/2072)) ##### ❤️ Thank You - Guilherme Souza - Katerina Skroumpelou [@&#8203;mandarini](https://github.com/mandarini) ### [`v2.101.1`](https://github.com/supabase/supabase-js/blob/HEAD/packages/core/supabase-js/CHANGELOG.md#21011-2026-03-31) [Compare Source](https://github.com/supabase/supabase-js/compare/v2.101.0...v2.101.1) This was a version bump only for [@&#8203;supabase/supabase-js](https://github.com/supabase/supabase-js) to align it with other projects, there were no code changes. ### [`v2.101.0`](https://github.com/supabase/supabase-js/blob/HEAD/packages/core/supabase-js/CHANGELOG.md#21010-2026-03-30) [Compare Source](https://github.com/supabase/supabase-js/compare/v2.100.1...v2.101.0) This was a version bump only for [@&#8203;supabase/supabase-js](https://github.com/supabase/supabase-js) to align it with other projects, there were no code changes. ### [`v2.100.1`](https://github.com/supabase/supabase-js/blob/HEAD/packages/core/supabase-js/CHANGELOG.md#21001-2026-03-26) [Compare Source](https://github.com/supabase/supabase-js/compare/v2.100.0...v2.100.1) ##### 🩹 Fixes - **postgrest:** narrow tstyche testFileMatch to only type test files ([#&#8203;2193](https://github.com/supabase/supabase-js/pull/2193)) ##### ❤️ Thank You - Katerina Skroumpelou [@&#8203;mandarini](https://github.com/mandarini) ### [`v2.100.0`](https://github.com/supabase/supabase-js/blob/HEAD/packages/core/supabase-js/CHANGELOG.md#21000-2026-03-23) [Compare Source](https://github.com/supabase/supabase-js/compare/v2.99.3...v2.100.0) This was a version bump only for [@&#8203;supabase/supabase-js](https://github.com/supabase/supabase-js) to align it with other projects, there were no code changes. </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zMC4wIiwidXBkYXRlZEluVmVyIjoiNDMuMzAuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2026-03-23 13:02:14 +01:00
chore(deps): update dependency @supabase/supabase-js to v2.100.0
All checks were successful
CI / backend-tests (pull_request) Successful in 31s
CI / frontend-tests (pull_request) Successful in 29s
1080eaa94e
renovate force-pushed renovate/supabase-supabase-js-2.x-lockfile from 1080eaa94e to 06ba34fd3a 2026-03-26 15:03:22 +01:00 Compare
renovate changed title from chore(deps): update dependency @supabase/supabase-js to v2.100.0 to chore(deps): update dependency @supabase/supabase-js to v2.100.1 2026-03-26 15:03:32 +01:00
renovate force-pushed renovate/supabase-supabase-js-2.x-lockfile from 06ba34fd3a to 6d2784a4bd 2026-03-30 18:03:01 +02:00 Compare
renovate changed title from chore(deps): update dependency @supabase/supabase-js to v2.100.1 to chore(deps): update dependency @supabase/supabase-js to v2.101.0 2026-03-30 18:03:13 +02:00
renovate force-pushed renovate/supabase-supabase-js-2.x-lockfile from 6d2784a4bd to c628d34399 2026-03-31 19:02:51 +02:00 Compare
renovate changed title from chore(deps): update dependency @supabase/supabase-js to v2.101.0 to chore(deps): update dependency @supabase/supabase-js to v2.101.1 2026-03-31 19:02:58 +02:00
renovate force-pushed renovate/supabase-supabase-js-2.x-lockfile from c628d34399 to 67b58be16d 2026-04-07 10:02:35 +02:00 Compare
renovate changed title from chore(deps): update dependency @supabase/supabase-js to v2.101.1 to chore(deps): update dependency @supabase/supabase-js to v2.102.0 2026-04-07 10:02:41 +02:00
renovate force-pushed renovate/supabase-supabase-js-2.x-lockfile from 67b58be16d to e12753e837 2026-04-07 14:02:43 +02:00 Compare
renovate changed title from chore(deps): update dependency @supabase/supabase-js to v2.102.0 to chore(deps): update dependency @supabase/supabase-js to v2.102.1 2026-04-07 14:02:51 +02:00
renovate force-pushed renovate/supabase-supabase-js-2.x-lockfile from e12753e837 to 7ccf743339 2026-04-09 09:02:36 +02:00 Compare
renovate changed title from chore(deps): update dependency @supabase/supabase-js to v2.102.1 to chore(deps): update dependency @supabase/supabase-js to v2.103.0 2026-04-09 09:02:43 +02:00
renovate force-pushed renovate/supabase-supabase-js-2.x-lockfile from 7ccf743339 to ce835d3a5c 2026-04-15 11:02:37 +02:00 Compare
renovate changed title from chore(deps): update dependency @supabase/supabase-js to v2.103.0 to chore(deps): update dependency @supabase/supabase-js to v2.103.1 2026-04-15 11:02:46 +02:00
renovate force-pushed renovate/supabase-supabase-js-2.x-lockfile from ce835d3a5c to c862ed2c96 2026-04-15 16:02:37 +02:00 Compare
renovate changed title from chore(deps): update dependency @supabase/supabase-js to v2.103.1 to chore(deps): update dependency @supabase/supabase-js to v2.103.2 2026-04-15 16:02:46 +02:00
renovate force-pushed renovate/supabase-supabase-js-2.x-lockfile from c862ed2c96 to 2f7718b54a 2026-04-16 16:02:33 +02:00 Compare
renovate changed title from chore(deps): update dependency @supabase/supabase-js to v2.103.2 to chore(deps): update dependency @supabase/supabase-js to v2.103.3 2026-04-16 16:02:41 +02:00
renovate force-pushed renovate/supabase-supabase-js-2.x-lockfile from 2f7718b54a to 1e1cf7eb4f 2026-04-20 13:02:23 +02:00 Compare
renovate changed title from chore(deps): update dependency @supabase/supabase-js to v2.103.3 to chore(deps): update dependency @supabase/supabase-js to v2.104.0 2026-04-20 13:02:31 +02:00
renovate force-pushed renovate/supabase-supabase-js-2.x-lockfile from 1e1cf7eb4f to d1f1d07c3d 2026-04-23 16:02:29 +02:00 Compare
renovate changed title from chore(deps): update dependency @supabase/supabase-js to v2.104.0 to chore(deps): update dependency @supabase/supabase-js to v2.104.1 2026-04-23 16:02:37 +02:00
renovate force-pushed renovate/supabase-supabase-js-2.x-lockfile from d1f1d07c3d to 29153328ae 2026-04-27 18:02:35 +02:00 Compare
renovate changed title from chore(deps): update dependency @supabase/supabase-js to v2.104.1 to chore(deps): update dependency @supabase/supabase-js to v2.105.0 2026-04-27 18:02:52 +02:00
renovate force-pushed renovate/supabase-supabase-js-2.x-lockfile from 29153328ae to afe1c267f1 2026-04-28 12:02:30 +02:00 Compare
renovate force-pushed renovate/supabase-supabase-js-2.x-lockfile from afe1c267f1 to aa26222185 2026-04-28 15:02:33 +02:00 Compare
renovate changed title from chore(deps): update dependency @supabase/supabase-js to v2.105.0 to chore(deps): update dependency @supabase/supabase-js to v2.105.1 2026-04-28 15:02:43 +02:00
renovate force-pushed renovate/supabase-supabase-js-2.x-lockfile from aa26222185 to 7bed206188 2026-05-04 17:02:32 +02:00 Compare
renovate changed title from chore(deps): update dependency @supabase/supabase-js to v2.105.1 to chore(deps): update dependency @supabase/supabase-js to v2.105.2 2026-05-04 17:02:42 +02:00
renovate force-pushed renovate/supabase-supabase-js-2.x-lockfile from 7bed206188 to 82bb3dcef9 2026-05-04 19:02:29 +02:00 Compare
renovate changed title from chore(deps): update dependency @supabase/supabase-js to v2.105.2 to chore(deps): update dependency @supabase/supabase-js to v2.105.3 2026-05-04 19:02:38 +02:00
renovate force-pushed renovate/supabase-supabase-js-2.x-lockfile from 82bb3dcef9 to ce85748e46 2026-05-08 15:02:33 +02:00 Compare
renovate force-pushed renovate/supabase-supabase-js-2.x-lockfile from ce85748e46 to ed3af0f1fc 2026-05-08 17:02:30 +02:00 Compare
renovate changed title from chore(deps): update dependency @supabase/supabase-js to v2.105.3 to chore(deps): update dependency @supabase/supabase-js to v2.105.4 2026-05-08 17:02:40 +02:00
All checks were successful
CI / backend-tests (pull_request) Successful in 30s
CI / frontend-tests (pull_request) Successful in 30s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/supabase-supabase-js-2.x-lockfile:renovate/supabase-supabase-js-2.x-lockfile
git checkout renovate/supabase-supabase-js-2.x-lockfile
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pokemon/nuzlocke-tracker#93