Skip to content

fix(release): mark @supabase/tracing private and snapshot it for JSR#2370

Merged
mandarini merged 1 commit into
masterfrom
fix/jsr-tracing-version-constraint
May 13, 2026
Merged

fix(release): mark @supabase/tracing private and snapshot it for JSR#2370
mandarini merged 1 commit into
masterfrom
fix/jsr-tracing-version-constraint

Conversation

@mandarini

@mandarini mandarini commented May 13, 2026

Copy link
Copy Markdown
Contributor

@supabase/tracing is an internal workspace package that should never be published to npm or JSR. Two cascading failures showed up on trying to release: nx release tried to publish tracing and got a 404, which aborted the task graph and prevented supabase-js itself from publishing; and JSR rejected supabase-js because the source imports @supabase/tracing with no resolvable version. This PR marks tracing as "private": true (the canonical Nx pattern for unpublished workspace packages) and adds a JSR imports map plus a publish-time source snapshot so supabase-js's JSR artifact is self-contained. No code, runtime, or bundle changes for consumers.

@mandarini mandarini requested review from a team as code owners May 13, 2026 15:56
@mandarini mandarini self-assigned this May 13, 2026
@pkg-pr-new

pkg-pr-new Bot commented May 13, 2026

Copy link
Copy Markdown

Open in StackBlitz

@supabase/auth-js

npm i https://pkg.pr.new/@supabase/auth-js@2370

@supabase/functions-js

npm i https://pkg.pr.new/@supabase/functions-js@2370

@supabase/postgrest-js

npm i https://pkg.pr.new/@supabase/postgrest-js@2370

@supabase/realtime-js

npm i https://pkg.pr.new/@supabase/realtime-js@2370

@supabase/storage-js

npm i https://pkg.pr.new/@supabase/storage-js@2370

@supabase/supabase-js

npm i https://pkg.pr.new/@supabase/supabase-js@2370

commit: e992c8d

@mandarini mandarini enabled auto-merge (squash) May 13, 2026 16:05
@mandarini mandarini merged commit 6731c4a into master May 13, 2026
42 checks passed
@mandarini mandarini deleted the fix/jsr-tracing-version-constraint branch May 13, 2026 16:06
mandarini pushed a commit to supabase/ssr that referenced this pull request May 18, 2026
This PR updates `@supabase/supabase-js` to v2.106.0.

**Source**: supabase-js-stable-release

---

## Release Notes

## v2.106.0

## 2.106.0 (2026-05-18)

### 🚀 Features

- **supabase:** W3C/OpenTelemetry trace context propagation
([#2163](supabase/supabase-js#2163))

### 🩹 Fixes

- **auth:** return null user and session for email_change
single-confirmation verifyOtp
([#2378](supabase/supabase-js#2378))
- **release:** mark @supabase/tracing private and snapshot it for JSR
([#2370](supabase/supabase-js#2370))
- **storage:** make StreamDownloadBuilder implement Promise and memoize
executor ([#2367](supabase/supabase-js#2367))

### ❤️ Thank You

- Claude Sonnet 4.5
- Guilherme Souza
- Katerina Skroumpelou @mandarini
- oniani1

This PR was created automatically.

Co-authored-by: supabase-workflow-trigger[bot] <266661614+supabase-workflow-trigger[bot]@users.noreply.github.com>
mandarini pushed a commit to supabase/supabase that referenced this pull request May 19, 2026
This PR updates @supabase/*-js libraries to version 2.106.0.

**Source**: supabase-js-stable-release

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

---

## Release Notes

## v2.106.0

## 2.106.0 (2026-05-18)

### 🚀 Features

- **supabase:** W3C/OpenTelemetry trace context propagation
([#2163](supabase/supabase-js#2163))

### 🩹 Fixes

- **auth:** return null user and session for email_change
single-confirmation verifyOtp
([#2378](supabase/supabase-js#2378))
- **release:** mark @supabase/tracing private and snapshot it for JSR
([#2370](supabase/supabase-js#2370))
- **storage:** make StreamDownloadBuilder implement Promise and memoize
executor ([#2367](supabase/supabase-js#2367))

### ❤️ Thank You

- Claude Sonnet 4.5
- Guilherme Souza
- Katerina Skroumpelou @mandarini
- oniani1

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