chore: centralize @ai-sdk/openai and @ai-sdk/react with pnpm catalog#675
Merged
Merged
Conversation
Move the shared Vercel AI SDK packages into the pnpm catalog so their versions are declared once and referenced via the `catalog:` protocol: - @ai-sdk/openai (^3.0.41) — svelte-chat, vercel-eve, multi-agent-chat, vercel-ai-chat, vue-chat - @ai-sdk/react (^3.0.118) — multi-agent-chat, vercel-ai-chat All consumers already pinned identical versions, so resolved versions are unchanged — this is a pure centralization with no dependency bumps. Out of scope: `ai` (vercel-eve pins 7.0.0-beta.178 while others use ^6.x), and the single-use @ai-sdk/svelte / @ai-sdk/vue. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
vishxrad
approved these changes
Jun 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Continues the pnpm catalog centralization (#612, #624, #634, #645, #653, #659) for the shared Vercel AI SDK packages.
Moves the duplicated
@ai-sdk/*packages into the catalog so their versions live in one place and consumers reference them withcatalog::@ai-sdk/openai^3.0.41@ai-sdk/react^3.0.118Every consumer already pinned the same version, so resolved versions are unchanged — this is a pure centralization with no dependency bumps. The lockfile diff is purely the catalog restructure.
Out of scope (intentionally)
ai—examples/harnesses/vercel-evedeliberately pins7.0.0-beta.178(deps + overrides + resolutions) while the others use^6.x, so it doesn't map to a single catalog value.@ai-sdk/svelte/@ai-sdk/vue— single-use, no dedup benefit.Test plan
pnpm install --lockfile-onlyresolves cleanly; catalogdefaultnow contains both entries@ai-sdk/openai/@ai-sdk/reactversion pins remain outside the catalog🤖 Generated with Claude Code