chore(deps): bump the AI SDK to 7.0.85 - #645
Open
guillermoscript wants to merge 1 commit into
Open
Conversation
Routine patch/minor bump of the `ai` package and the four `@ai-sdk/*` providers we use, plus the transitive gateway/provider/provider-utils packages they pull. Nothing else in the lockfile moves — the stripe pin from #638 is untouched. Verified: typecheck clean, 1000/1000 unit tests pass, `npm run build` succeeds. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CZmStQ3YnZMQkr2sp2FeGr
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.
What
Routine bump of the
aipackage (7.0.48 → 7.0.85) and the four@ai-sdk/*providers we use, plus the transitive@ai-sdk/gateway/provider/provider-utilspackages they pull in.Closes #
Why
The manifest floors had drifted well behind what was actually installed locally. This pins them to the versions that are now in the lockfile, so a fresh clone installs what we tested rather than something older.
The lockfile diff is contained to the ai-sdk family — nothing else moves. In particular the exact
stripepin from #638 and itsapiVersionliteral are untouched.How to QA
No behaviour change is expected; this is a dependency-only PR. To confirm the AI surfaces still work end to end:
npm ci && npm run db:reset, thennpm run dev.student@e2etest.com/password123ondefault.lvh.me:3000.Screenshots / GIF
n/a — no user-visible change.
Checklist
npm run typecheckandnpm run test:unitpass (1000/1000)npm run buildpassestenant_id(or the table genuinely has no such column) — no queries touchedmessages/en.jsonandmessages/es.json— none addednpm run db:reset— no migration🤖 Generated with Claude Code
https://claude.ai/code/session_01CZmStQ3YnZMQkr2sp2FeGr