build(deps): update @ai-sdk/provider-utils to 5.0.12 - #464
Open
Hcoder10 wants to merge 1 commit into
Open
Conversation
|
Dr. Sartaj Chanchal seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Author
|
@CLAassistant signed CLA |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Vercel AI SDK dependency chain within packages/vercel-sdk by bumping the ai dev dependency so that the transitive @ai-sdk/provider-utils version is refreshed to the latest patch level.
Changes:
- Bump
aidevDependency from7.0.8to7.0.35inpackages/vercel-sdk. - Refresh
package-lock.jsonto pull in@ai-sdk/provider-utils@5.0.12(and related@ai-sdk/*patch updates).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| packages/vercel-sdk/package.json | Bumps ai devDependency to 7.0.35 to update the transitive provider-utils chain. |
| packages/vercel-sdk/package-lock.json | Lockfile refresh reflecting updated ai and @ai-sdk/* dependency versions (including provider-utils 5.0.12). |
Files not reviewed (1)
- packages/vercel-sdk/package-lock.json: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
39
to
42
| "@moss-dev/moss": "1.3.1", | ||
| "@types/node": "22.13.14", | ||
| "ai": "7.0.8", | ||
| "ai": "7.0.35", | ||
| "tsup": "8.4.0", |
Comment on lines
+1201
to
1205
| "@ai-sdk/provider": "4.0.3", | ||
| "@ai-sdk/provider-utils": "5.0.12" | ||
| }, | ||
| "engines": { | ||
| "node": ">=22" |
HarshaNalluru
requested changes
Jul 23, 2026
HarshaNalluru
left a comment
Contributor
There was a problem hiding this comment.
@Hcoder10 please sign cla
HarshaNalluru
approved these changes
Jul 28, 2026
Author
signed, does it show? |
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
ai7.0.8 to 7.0.35@ai-sdk/provider-utilsmoves from 5.0.2 to 5.0.12packages/vercel-sdkWhy
@ai-sdk/provider-utilsis pinned transitively byai, so updating the parent patch release is required to resolve the latest provider-utils version without adding an unnecessary direct dependency or lockfile override.Fixes #421
Validation
npm run typechecknpm test(26 tests passed)npm run build