Skip to content

Bump @ai-sdk/provider-utils and ai - #901

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-c1cb6574a4
Open

Bump @ai-sdk/provider-utils and ai#901
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-c1cb6574a4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor

Bumps @ai-sdk/provider-utils to 4.0.50 and updates ancestor dependency ai. These dependencies need to be updated together.

Updates @ai-sdk/provider-utils from 4.0.23 to 4.0.50

Changelog

Sourced from @​ai-sdk/provider-utils's changelog.

4.0.50

Patch Changes

  • cc23556: Mark transient network errors that occur while reading successful response bodies as retryable.

4.0.49

Patch Changes

  • 9a521b9: Split OpenAI and Azure OpenAI embedding requests by a conservative UTF-8 byte budget derived from their aggregate token limit, in addition to input count limits.

4.0.48

Patch Changes

  • 5642849: fix(provider-utils): allow imports in runtimes without a global fetch function

4.0.47

Patch Changes

  • 2d172fb: Preserve schema-valued additional properties when converting Zod 4 schemas.

4.0.46

Patch Changes

  • 31205a4: chore(provider-utils): upgrade undici to a maintained release

4.0.45

Patch Changes

  • b2a4d5a: Preserve streamed download size-limit errors when response cancellation fails.

4.0.44

Patch Changes

  • Updated dependencies [2171d15]
    • @​ai-sdk/provider@​3.0.15

4.0.43

Patch Changes

  • dab0a08: fix(provider-utils): drop Function-constructor dynamic import shim rejected by Next.js Edge Runtime builds

4.0.42

... (truncated)

Commits
  • f8367cd Version Packages (#19864)
  • cc23556 Backport: fix: mark response body network errors as retryable (#19896)
  • a7dbe1f Version Packages (#19752)
  • 9a521b9 [v6.0] fix: split large embedding batches that exceed provider aggregate toke...
  • af377fa Version Packages (#19366)
  • 5642849 [v6.0] fix: allow AI SDK packages to import in runtimes without global fetch ...
  • b6a79af Version Packages (#19285)
  • 2d172fb [v6.0] fix: Zod 4 record and catchall value schemas being erased during JSON ...
  • 85464f4 Version Packages (#18920)
  • 31205a4 chore(provider-utils): upgrade undici to a maintained release (#18918)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​ai-sdk/provider-utils since your current version.


Updates ai from 6.0.165 to 6.0.277

Release notes

Sourced from ai's releases.

ai@6.0.277

Patch Changes

  • Updated dependencies [8839d87]
    • @​ai-sdk/gateway@​3.0.189

ai@6.0.276

Patch Changes

  • 760ac87: fix(ai): preserve provider metadata from empty smooth stream deltas
  • 5e43974: fix(ai): skip smoothStream delays while the document is hidden
  • Updated dependencies [13507cb]
  • Updated dependencies [7782fec]
  • Updated dependencies [978e084]
  • Updated dependencies [d0c255c]
    • @​ai-sdk/gateway@​3.0.188
Changelog

Sourced from ai's changelog.

6.0.277

Patch Changes

  • Updated dependencies [8839d87]
    • @​ai-sdk/gateway@​3.0.189

6.0.276

Patch Changes

  • 760ac87: fix(ai): preserve provider metadata from empty smooth stream deltas
  • 5e43974: fix(ai): skip smoothStream delays while the document is hidden
  • Updated dependencies [13507cb]
  • Updated dependencies [7782fec]
  • Updated dependencies [978e084]
  • Updated dependencies [d0c255c]
    • @​ai-sdk/gateway@​3.0.188

6.0.275

Patch Changes

  • Updated dependencies [57d88f5]
    • @​ai-sdk/gateway@​3.0.187

6.0.274

Patch Changes

  • 0b790f3: fix(ai): preserve approval descriptors in UI message streams

6.0.273

Patch Changes

  • 6e632b8: Expose parsed structured output in streamText end callbacks.
  • Updated dependencies [5ab6f63]
    • @​ai-sdk/gateway@​3.0.186

6.0.272

Patch Changes

  • e822a1d: Reject generateText responses that do not satisfy a required or specifically selected tool choice, and expose the normalized response content on ToolChoiceViolationError for opt-in recovery.
  • 8c51a25: fix(ai): allow tool approval secrets in ToolLoopAgent settings and prepareCall
  • Updated dependencies [cc23556]
  • Updated dependencies [823cc03]
  • Updated dependencies [3f96cf8]
    • @​ai-sdk/provider-utils@​4.0.50

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for ai since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Devin Review

Bumps [@ai-sdk/provider-utils](https://github.com/vercel/ai/tree/HEAD/packages/provider-utils) to 4.0.50 and updates ancestor dependency [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai). These dependencies need to be updated together.


Updates `@ai-sdk/provider-utils` from 4.0.23 to 4.0.50
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/@ai-sdk/provider-utils@4.0.50/packages/provider-utils/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/provider-utils@4.0.50/packages/provider-utils)

Updates `ai` from 6.0.165 to 6.0.277
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/ai@6.0.277/packages/ai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/ai@6.0.277/packages/ai)

---
updated-dependencies:
- dependency-name: "@ai-sdk/provider-utils"
  dependency-version: 4.0.50
  dependency-type: indirect
- dependency-name: ai
  dependency-version: 6.0.277
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 8, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 8, 2026
@changeset-bot

changeset-bot Bot commented Sep 8, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 89c6be7

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@devin-ai-integration devin-ai-integration Bot 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.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Devin Review

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

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants