v5.0.1
Release Notes
A small patch release, mainly for the Flightcontrol and Render fix listed below (#2105). Thanks for your first PR @cdubz 🙏
Changelog
🛠️ Fixes
fix(deploy): use prisma via cedar in deploy commands (#2105) by @cdubz
by @cdubz
yarn deploy flightcontrol and yarn deploy render were calling runBin('prisma', ...), which only works for direct dependencies. Prisma is a transitive dependency of Cedar apps, so this broke migrations for projects using Yarn, with errors like Couldn't find a script named "prisma".
The fix routes the prisma migrate deploy call through runTransitiveBin (npx prisma ... / pnpm exec prisma ...), which already handles transitive dependencies correctly elsewhere in the CLI. This avoids also routing through yarn cedar prisma migrate deploy, which would spawn a whole extra CLI process — something these deploy commands specifically avoid to keep memory usage low on memory-constrained deploy targets like Render's free tier.
📦 Dependencies
chore(deps): Bump yargs to 17.7.3 (#2076) by @Tobbe
Bumping yargs to get the fix for yargs/yargs#2509
chore(deps): Drop dependency `@vscode/ripgrep` (#2081) by @Tobbe
Replace ripgrep with Node-native fs.globSync instead
chore(deps): update dependency concurrently to v9.2.4 (#2083) by @renovate-bot
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| concurrently | 9.2.3 → 9.2.4 |
Release Notes
open-cli-tools/concurrently (concurrently)
v9.2.4
Full Changelog: open-cli-tools/concurrently@v9.2.3...v9.2.4
Configuration
📅 Schedule: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 Automerge: Enabled.
♻ 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 was generated by Mend Renovate. View the repository job log.
chore(deps): update dependency @supabase/supabase-js to v2.110.3 (#2091) by @renovate-bot
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| @supabase/supabase-js (source) | 2.110.2 → 2.110.3 |
Release Notes
supabase/supabase-js (@supabase/supabase-js)
v2.110.3
2.110.3 (2026-07-13)
🩹 Fixes
❤️ Thank You
- Katerina Skroumpelou @mandarini
- Vaibhav @7ttp
Configuration
📅 Schedule: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
- If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
chore(deps): update dependency @supabase/supabase-js to v2.110.2 (#1731) by @renovate-bot
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| @supabase/supabase-js (source) | 2.105.1 → 2.110.2 |
Release Notes
supabase/supabase-js (@supabase/supabase-js)
v2.110.2
This was a version bump only for @supabase/supabase-js to align it with other projects, there were no code changes.
v2.110.1
This was a version bump only for @supabase/supabase-js to align it with other projects, there were no code changes.
v2.110.0
🚀 Features
- repo: drop Node.js 20 support (#2482)
❤️ Thank You
- Katerina Skroumpelou @mandarini
v2.109.0
🩹 Fixes
- realtime: pin @supabase/phoenix and browser test CDN deps (#2457)
❤️ Thank You
- Katerina Skroumpelou @mandarini
v2.108.2
This was a version bump only for @supabase/supabase-js to align it with other projects, there were no code changes.
v2.108.1
2.108.1 (2026-06-09)
🩹 Fixes
❤️ Thank You
- Katerina Skroumpelou @mandarini
- Vaibhav @7ttp
v2.108.0
This was a version bump only for @supabase/supabase-js to align it with other projects, there were no code changes.
v2.107.0
🚀 Features
- auth: remove navigator.locks-based mutex; introduce commit guard + dispose() (#2392)
- supabase: update X-Client-Info to structured metadata format (#2359)
- realtime: allow httpSend to send binary payload (#2400)
❤️ Thank You
- Claude Sonnet 4.6
- Eduardo Gurgel
- Guilherme Souza
- Katerina Skroumpelou @mandarini
- Omar Al Matar @Bewinxed
v2.106.2
🩹 Fixes
- misc: add react-native export condition for Hermes-safe resolution (#2393)
❤️ Thank You
- Myroslav Hryhschenko @BLOCKMATERIAL
v2.106.1
🩹 Fixes
- misc: hide dynamic import from hermesc (#2381)
❤️ Thank You
- Katerina Skroumpelou @mandarini
v2.106.0
🚀 Features
- supabase: W3C/OpenTelemetry trace context propagation (#2163)
🩹 Fixes
- release: mark @supabase/tracing private and snapshot it for JSR (#2370)
❤️ Thank You
- Claude Sonnet 4.5
- Guilherme Souza
- Katerina Skroumpelou @mandarini
v2.105.4
This was a version bump only for @supabase/supabase-js to align it with other projects, there were no code changes.
v2.105.3
2.105.3 (2026-05-04)
🩹 Fixes
- auth: narrow OAuth/CustomProvider types to fix downstream consumer typecheck (#2326)
v2.105.2
🩹 Fixes
- auth: forward lockAcquireTimeout to SupabaseAuthClient (#2309)
- misc: widen enum-like unions with (string & {}) for forward compat (#2303)
❤️ Thank You
- Muzzaiyyan Hussain @MuzzaiyyanHussain
Configuration
📅 Schedule: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
- If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
chore(deps): update dependency memfs to v4.57.8 (#2034) by @renovate-bot
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| memfs | 4.57.7 → 4.64.0 |
Release Notes
streamich/memfs (memfs)
v4.64.0
What's Changed
- Fsa watch bridge improvements by @streamich in #1268
Full Changelog: streamich/memfs@v4.63.0...v4.64.0
v4.63.0
What's Changed
- Node-to-FSA watcher bridge by @streamich in #1267
Full Changelog: streamich/memfs@v4.62.0...v4.63.0
v4.62.0
What's Changed
- FSA-to-Node watcher bridge implementation by @streamich in #1266
Full Changelog: streamich/memfs@v4.61.0...v4.62.0
v4.61.0
What's Changed
- test: 💍 harden test to work on Windows by @streamich in #1264
FileSystemObserverimplementation by @streamich in #1265
Full Changelog: streamich/memfs@v4.60.0...v4.61.0
v4.60.0
Full Changelog: streamich/memfs@v4.59.0...v4.60.0
v4.59.0
What's Changed
CoreWatcherimplementation by @streamich in #1263
Full Changelog: streamich/memfs@v4.58.0...v4.59.0
v4.58.0
What's Changed
- feat: 🎸 add event emission to fs-core by @streamich in #1262
Full Changelog: streamich/memfs@v4.57.8...v4.58.0
v4.57.8
What's Changed
- fix: clamp negative truncate length to zero (uninitialized-memory leak) by @chatman-media in #1261
New Contributors
- @chatman-media made their first contribution in #1261
Full Changelog: streamich/memfs@v4.57.7...v4.57.8
Configuration
📅 Schedule: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 Automerge: Enabled.
♻ 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 was generated by Mend Renovate. View the repository job log.
chore(deps): update actions/setup-node digest to 2499707 (#2082) by @renovate-bot
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| actions/setup-node (changelog) | action | digest | 48b55a0 → 2499707 |
Configuration
📅 Schedule: (UTC)
- 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 was generated by Mend Renovate. View the repository job log.
chore(deps): update dependency ora to v9.4.1 (#2084) by @renovate-bot
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| ora | 9.4.0 → 9.4.1 |
Release Notes
chore(deps): Bump nx to 23.1.0 (#2078) by @Tobbe
The main breaking change for v23 was minimum node version bump to node 22. Cedar is already on Node 24, so no impact