The Wire · Showcase
SUPABASE CLI PULLS IN 26 MAJOR DEPENDENCY UPDATES
By RepoJournal · Filed · About Supabase
The CLI just absorbed a significant dependency refresh, including a bump to your own supabase-js client library and the Claude Agent SDK.
Supabase CLI rolled out 26 major version updates across its npm dependency tree [1], touching everything from package managers to AI SDKs. The most immediate signal: @supabase/supabase-js jumped from 2.108.1 to 2.108.2 [1], which means if you're building tools that depend on the CLI, you're inheriting a fresh version of the core client library. The Claude Agent SDK moved from 0.3.177 to 0.3.185 [1], suggesting the team is keeping pace with Anthropic's rapid iteration cycle. Verdaccio patched from 6.7.2 to 6.7.4 [1], and smol-toml crossed into 1.7.0 territory [1]. This is bulk maintenance work, the kind that usually means the team cleared a day to stay current across the board. Ship the update if you maintain CLI integrations; no breaking signals in the changelog.
Action items
- → Pull the latest CLI version to sync with supabase-js 2.108.2 supabase/cli [plan]
- → Review Claude Agent SDK changes if you're using agentic features in your CLI workflows supabase/cli [monitor]
References
- [1] chore(deps): bump the npm-major group with 26 updates ↗ supabase/cli
FAQ
- What changed in Supabase on June 29, 2026?
- The CLI just absorbed a significant dependency refresh, including a bump to your own supabase-js client library and the Claude Agent SDK.
- What should Supabase teams do about it?
- Pull the latest CLI version to sync with supabase-js 2.108.2 • Review Claude Agent SDK changes if you're using agentic features in your CLI workflows
- Which Supabase repositories shipped on June 29, 2026?
- supabase/cli