Skip to content

build(deps): update @ai-sdk/provider-utils to 5.0.12 - #464

Open
Hcoder10 wants to merge 1 commit into
usemoss:mainfrom
Hcoder10:codex/update-provider-utils
Open

build(deps): update @ai-sdk/provider-utils to 5.0.12#464
Hcoder10 wants to merge 1 commit into
usemoss:mainfrom
Hcoder10:codex/update-provider-utils

Conversation

@Hcoder10

@Hcoder10 Hcoder10 commented Jul 23, 2026

Copy link
Copy Markdown

Summary

  • update the Vercel AI SDK development dependency from ai 7.0.8 to 7.0.35
  • refresh its lockfile dependency chain so @ai-sdk/provider-utils moves from 5.0.2 to 5.0.12
  • keep the change scoped to packages/vercel-sdk

Why

@ai-sdk/provider-utils is pinned transitively by ai, 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 typecheck
  • npm test (26 tests passed)
  • npm run build

Review in cubic

@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


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.

@Hcoder10

Copy link
Copy Markdown
Author

@CLAassistant signed CLA

@Hcoder10
Hcoder10 marked this pull request as ready for review July 23, 2026 03:02
@HarshaNalluru
HarshaNalluru requested a review from Copilot July 23, 2026 03:52

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 ai devDependency from 7.0.8 to 7.0.35 in packages/vercel-sdk.
  • Refresh package-lock.json to 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 HarshaNalluru left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Hcoder10 please sign cla

@Hcoder10

Copy link
Copy Markdown
Author

@Hcoder10 please sign cla

signed, does it show?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update @ai-sdk/provider-utils to the latest version

4 participants