Skip to content

feat: update @supabase/*-js libraries to v2.107.0#46586

Merged
mandarini merged 1 commit into
masterfrom
gha/auto-update-js-libs-v2.107.0
Jun 2, 2026
Merged

feat: update @supabase/*-js libraries to v2.107.0#46586
mandarini merged 1 commit into
masterfrom
gha/auto-update-js-libs-v2.107.0

Conversation

@supabase-supabase-autofixer

Copy link
Copy Markdown
Contributor

This PR updates @supabase/*-js libraries to version 2.107.0.

Source: manual

Changes:

  • Updated @supabase/supabase-js to 2.107.0
  • Updated @supabase/auth-js to 2.107.0
  • Updated @supabase/realtime-js to 2.107.0
  • Updated @supabase/postgest-js to 2.107.0
  • Refreshed pnpm-lock.yaml

Release Notes

v2.107.0

2.107.0 (2026-06-02)

🚀 Features

  • auth: remove navigator.locks-based mutex; introduce commit guard + dispose() (#2392)
  • realtime: allow httpSend to send binary payload (#2400)
  • supabase: update X-Client-Info to structured metadata format (#2359)

🩹 Fixes

  • auth: return AuthInvalidJwtError from getClaims for expired JWT (#2395)
  • auth: recognize ?error= redirects in implicit grant gate (#2407)
  • auth): revert fix(auth: encode client-id in oauth requests (#2383, #2417)
  • postgrest: return a structured error for non-JSON body on successful responses (#2398)
  • release: pin workspace:* sibling deps before JSR publish (#2418)
  • release: publish gotrue-js legacy mirror via pnpm (#2419)

❤️ Thank You

  • Claude Opus 4.7 (1M context)
  • Claude Sonnet 4.6
  • Eduardo Gurgel
  • Guilherme Souza
  • Katerina Skroumpelou @mandarini
  • Omar Al Matar @Bewinxed
  • youcef zr @youcefzemmar
  • youcefzemmar

This PR was created automatically.

@vercel

vercel Bot commented Jun 2, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
design-system Ready Ready Preview, Comment Jun 2, 2026 2:37pm
docs Ready Ready Preview, Comment, Open in v0 Jun 2, 2026 2:37pm
studio-self-hosted Ready Ready Preview, Comment Jun 2, 2026 2:37pm
studio-staging Ready Ready Preview, Comment Jun 2, 2026 2:37pm
ui-library Ready Ready Preview, Comment Jun 2, 2026 2:37pm
zone-www-dot-com Ready Ready Preview, Comment, Open in v0 Jun 2, 2026 2:37pm
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
studio Ignored Ignored Jun 2, 2026 2:37pm

Request Review

@supabase

supabase Bot commented Jun 2, 2026

Copy link
Copy Markdown

This pull request has been ignored for the connected project xguihxuzqibwxjnimxev because there are no changes detected in supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.


Preview Branches by Supabase.
Learn more about Supabase Branching ↗︎.

@github-actions

github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

🎭 Playwright Test Results

passed  217 passed
flaky  1 flaky
skipped  5 skipped

Details

stats  223 tests across 24 suites
duration  7 minutes, 56 seconds
commit  8c18085

Flaky tests

Features › queue-table-operations.spec.ts › Queue Table Operations › reverted cell edit clears the pending change

Skipped tests

Features › auth-users.spec.ts › should show web3 users as enabled when the matching web3 provider is enabled
Features › sql-editor.spec.ts › SQL Editor › snippet favourite works as expected
Features › sql-editor.spec.ts › SQL Editor › share with team works as expected
Features › sql-editor.spec.ts › SQL Editor › folders works as expected
Features › sql-editor.spec.ts › SQL Editor › other SQL snippets actions work as expected

@mandarini mandarini merged commit 4c47406 into master Jun 2, 2026
30 checks passed
@mandarini mandarini deleted the gha/auto-update-js-libs-v2.107.0 branch June 2, 2026 14:56
@github-actions

github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

Braintrust eval report

Assistant (master-1780412308)

Score Average Improvements Regressions
Completeness 96.5% (-1pp) 2 🟢 3 🔴
Conciseness 39% (-2pp) 6 🟢 8 🔴
Correctness 67% (-9pp) 1 🟢 4 🔴
Docs Faithfulness 64.8% (+3pp) 5 🟢 1 🔴
Goal Completion 79.1% (-2pp) 5 🟢 6 🔴
Tool Usage 73.9% (-2pp) 1 🟢 3 🔴
SQL Identifier Quoting 100% (+0pp) - -
SQL Validity 100% (+5pp) 1 🟢 -
Knowledge Usage 94.9% (-2pp) - 1 🔴
Safety 88.1% (-7.000000000000001pp) - 2 🔴
Time_to_first_token 0tok (-0.48tok) 12 🟢 16 🔴
Llm_calls 7.25 (+1.09) 21 🟢 7 🔴
Tool_calls 3.43 (+0.15) 12 🟢 10 🔴
Errors 0.1 (+0.1) - 2 🔴
Llm_errors 0.01 (+0.01) - 1 🔴
Tool_errors 0 (+0) - -
Prompt_tokens 26618.89tok (+2793.4tok) 15 🟢 14 🔴
Prompt_cached_tokens 8845.24tok (+394.3tok) 12 🟢 11 🔴
Prompt_cache_creation_tokens 0tok (+0tok) - -
Prompt_cache_creation_5m_tokens 0tok (+0tok) - -
Prompt_cache_creation_1h_tokens 0tok (+0tok) - -
Completion_tokens 628.46tok (-109.61tok) 21 🟢 8 🔴
Completion_reasoning_tokens 103.4tok (-2.51tok) 10 🟢 17 🔴
Completion_accepted_prediction_tokens 0tok (+0tok) - -
Completion_rejected_prediction_tokens 0tok (+0tok) - -
Completion_audio_tokens 0tok (+0tok) - -
Total_tokens 27247.34tok (+2683.79tok) 15 🟢 14 🔴
Estimated_cost 0$ (+0$) 10 🟢 16 🔴
Duration 17.83s (+4.37s) 6 🟢 23 🔴
Llm_duration 10.91s (+1.05s) 10 🟢 19 🔴

imor pushed a commit that referenced this pull request Jun 3, 2026
This PR updates @supabase/*-js libraries to version 2.107.0.

**Source**: manual

**Changes**:
- Updated @supabase/supabase-js to 2.107.0
- Updated @supabase/auth-js to 2.107.0
- Updated @supabase/realtime-js to 2.107.0
- Updated @supabase/postgest-js to 2.107.0
- Refreshed pnpm-lock.yaml

---

## Release Notes

## v2.107.0

## 2.107.0 (2026-06-02)

### 🚀 Features

- **auth:** remove navigator.locks-based mutex; introduce commit guard +
dispose() ([#2392](supabase/supabase-js#2392))
- **realtime:** allow httpSend to send binary payload
([#2400](supabase/supabase-js#2400))
- **supabase:** update X-Client-Info to structured metadata format
([#2359](supabase/supabase-js#2359))

### 🩹 Fixes

- **auth:** return AuthInvalidJwtError from getClaims for expired JWT
([#2395](supabase/supabase-js#2395))
- **auth:** recognize ?error= redirects in implicit grant gate
([#2407](supabase/supabase-js#2407))
- **auth): revert fix(auth:** encode client-id in oauth requests
([#2383](supabase/supabase-js#2383),
[#2417](supabase/supabase-js#2417))
- **postgrest:** return a structured error for non-JSON body on
successful responses
([#2398](supabase/supabase-js#2398))
- **release:** pin workspace:* sibling deps before JSR publish
([#2418](supabase/supabase-js#2418))
- **release:** publish gotrue-js legacy mirror via pnpm
([#2419](supabase/supabase-js#2419))

### ❤️ Thank You

- Claude Opus 4.7 (1M context)
- Claude Sonnet 4.6
- Eduardo Gurgel
- Guilherme Souza
- Katerina Skroumpelou @mandarini
- Omar Al Matar @Bewinxed
- youcef zr @youcefzemmar
- youcefzemmar

This PR was created automatically.

Co-authored-by: supabase-workflow-trigger[bot] <266661614+supabase-workflow-trigger[bot]@users.noreply.github.com>
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.

2 participants