Skip to content

Bump @ai-sdk/provider-utils, @ai-sdk/react and ai - #10

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps @ai-sdk/provider-utils, @ai-sdk/react and ai. These dependencies needed to be updated together.
Updates @ai-sdk/provider-utils from 3.0.19 to 3.0.37

Changelog

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

3.0.37

Patch Changes

  • ab3990f: fix(provider-utils): avoid excessive memory usage when base64 encoding byte arrays
  • Updated dependencies [c2089a9]
    • @​ai-sdk/provider@​2.0.4

3.0.36

Patch Changes

  • 26165ee: Mark transient network errors that occur while reading successful response bodies as retryable, including AI Gateway responses.

3.0.35

Patch Changes

  • 77d33c0: 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.

3.0.34

Patch Changes

  • 2fff9f1: fix(provider-utils): allow imports in runtimes without a global fetch function
  • f364ea0: Preserve schema-valued additional properties when converting Zod 4 schemas.

3.0.33

Patch Changes

  • 9e8e087: Stop re-exporting createTestServer and TestResponseController from @ai-sdk/provider-utils/test so ai/test can load without msw or vitest. Import these APIs from @ai-sdk/test-server/with-vitest instead.

3.0.32

Patch Changes

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

3.0.31

Patch Changes

  • 7a6bdbc: Prevent validated downloads on Node.js from reaching private or internal services through DNS aliases or DNS rebinding by validating and pinning every resolved address at connection time.

3.0.30

Patch Changes

  • 2fd6076: fix(ai): call onInputStart before onInputAvailable during non-streaming tool calls

... (truncated)

Commits
  • bceba9f Version Packages (#20525)
  • ab3990f [v5.0] fix: prevent out-of-memory failures when base64 encoding large byte-ba...
  • 86a7a37 Version Packages (#19865)
  • 26165ee Backport: fix: mark response body network errors as retryable (#19897)
  • e970e3c Version Packages (#19773)
  • 77d33c0 [v5.0] fix: split large embedding batches that exceed provider aggregate toke...
  • 063615d Version Packages (#19434)
  • 2fff9f1 [v5.0] fix: allow AI SDK packages to import in runtimes without global fetch ...
  • f364ea0 [v5.0] fix: Zod 4 record and catchall value schemas being erased during JSON ...
  • b5a4b2b Version Packages (#19291)
  • 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-sdk/react from 2.0.115 to 2.0.260

Release notes

Sourced from @​ai-sdk/react's releases.

@​ai-sdk/react@​2.0.260

Patch Changes

  • ai@5.0.257

@​ai-sdk/react@​2.0.259

Patch Changes

  • ai@5.0.256
Changelog

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

2.0.260

Patch Changes

  • ai@5.0.257

2.0.259

Patch Changes

  • ai@5.0.256

2.0.258

Patch Changes

  • Updated dependencies [c2089a9]
  • Updated dependencies [7f4e217]
  • Updated dependencies [ab3990f]
    • ai@5.0.255
    • @​ai-sdk/provider-utils@​3.0.37

2.0.257

Patch Changes

  • ai@5.0.254

2.0.256

Patch Changes

  • Updated dependencies [5643ec9]
    • ai@5.0.253

2.0.255

Patch Changes

  • Updated dependencies [2c12cd3]
    • ai@5.0.252

2.0.254

Patch Changes

  • ai@5.0.251

2.0.253

... (truncated)

Commits
Maintainer changes

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


Updates ai from 5.0.113 to 5.0.257

Release notes

Sourced from ai's releases.

ai@5.0.257

Patch Changes

  • Updated dependencies [0d4a425]
    • @​ai-sdk/gateway@​2.0.151

ai@5.0.256

Patch Changes

  • Updated dependencies [73fa129]
  • Updated dependencies [5a19081]
    • @​ai-sdk/gateway@​2.0.150
Changelog

Sourced from ai's changelog.

5.0.257

Patch Changes

  • Updated dependencies [0d4a425]
    • @​ai-sdk/gateway@​2.0.151

5.0.256

Patch Changes

  • Updated dependencies [73fa129]
  • Updated dependencies [5a19081]
    • @​ai-sdk/gateway@​2.0.150

5.0.255

Patch Changes

  • c2089a9: Retry unclassified empty image results, preserve completed-attempt diagnostics, add provider-independent result retryability classification, preserve it through the AI Gateway, and mark Google Vertex RAI-filtered results as terminal.
  • 7f4e217: fix(ai): decode text data URLs in Node.js
  • Updated dependencies [c2089a9]
  • Updated dependencies [ab3990f]
    • @​ai-sdk/gateway@​2.0.149
    • @​ai-sdk/provider@​2.0.4
    • @​ai-sdk/provider-utils@​3.0.37

5.0.254

Patch Changes

  • Updated dependencies [79ac7d9]
  • Updated dependencies [ca8f9e5]
    • @​ai-sdk/gateway@​2.0.148

5.0.253

Patch Changes

  • 5643ec9: fix(ai): allow manual continuations to reuse JSON tool outputs with undefined object properties
  • Updated dependencies [b436246]
    • @​ai-sdk/gateway@​2.0.147

5.0.252

Patch Changes

  • 2c12cd3: fix(ai): skip smoothStream delays while the document is hidden
  • Updated dependencies [cfa33a0]
  • Updated dependencies [8ee6f7d]

... (truncated)

Commits
Maintainer changes

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


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 14, 2026
Bumps [@ai-sdk/provider-utils](https://github.com/vercel/ai/tree/HEAD/packages/provider-utils), [@ai-sdk/react](https://github.com/vercel/ai/tree/HEAD/packages/react) and [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai). These dependencies needed to be updated together.

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

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

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

---
updated-dependencies:
- dependency-name: "@ai-sdk/provider-utils"
  dependency-version: 3.0.37
  dependency-type: indirect
- dependency-name: "@ai-sdk/react"
  dependency-version: 2.0.260
  dependency-type: indirect
- dependency-name: ai
  dependency-version: 5.0.257
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-b8260cef23 branch from 8cd67a2 to aa27db3 Compare September 14, 2026 10:05
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