Skip to content

build(deps): bump @ai-sdk/provider-utils, @ai-sdk/react and ai - #215

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/multi-ca64fbc12d
Open

build(deps): bump @ai-sdk/provider-utils, @ai-sdk/react and ai#215
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/multi-ca64fbc12d

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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.15 to 3.0.36

Changelog

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

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

3.0.29

Patch Changes

  • c6e1d1a: Accept callable Standard Schema validators that do not provide JSON Schema conversion.

3.0.28

... (truncated)

Commits
  • 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)
  • 9e8e087 [v5.0] fix: allow MockLanguageModelV2 to load without msw or vitest (#17861)
  • 17547e2 Version Packages (#18706)
  • 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.86 to 2.0.256

Changelog

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

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

Patch Changes

  • Updated dependencies [4e3f54b]
  • Updated dependencies [26165ee]
    • ai@5.0.250
    • @​ai-sdk/provider-utils@​3.0.36

2.0.252

Patch Changes

  • Updated dependencies [989be6f]
    • ai@5.0.249

2.0.251

Patch Changes

  • Updated dependencies [77d33c0]
    • @​ai-sdk/provider-utils@​3.0.35
    • ai@5.0.248

2.0.250

Patch Changes

  • ai@5.0.247

... (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.86 to 5.0.253

Changelog

Sourced from ai's changelog.

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]
  • Updated dependencies [2287da5]
  • Updated dependencies [526f371]
    • @​ai-sdk/gateway@​2.0.146

5.0.251

Patch Changes

  • Updated dependencies [78a29c2]
    • @​ai-sdk/gateway@​2.0.145

5.0.250

Patch Changes

  • 4e3f54b: Validate persisted typed tool calls against current input and output schemas. Schema-incompatible empty or error inputs and completed or failed history from unavailable tools remain loadable as dynamic tool parts instead of exposing unvalidated values under current static tool types.
  • 26165ee: Mark transient network errors that occur while reading successful response bodies as retryable, including AI Gateway responses.
  • Updated dependencies [810dc70]
  • Updated dependencies [7a926ba]
  • Updated dependencies [25c1956]
  • Updated dependencies [26165ee]
    • @​ai-sdk/gateway@​2.0.144
    • @​ai-sdk/provider-utils@​3.0.36

5.0.249

Patch Changes

  • 989be6f: add operation-level outcomes to UI message stream end callbacks

5.0.248

... (truncated)

Commits
  • 582a805 Version Packages (#20317)
  • 5643ec9 [v5.0] fix: Allow manual continuations to reuse tool results containing undef...
  • cb3385d Version Packages (#20232)
  • 2c12cd3 [v5.0] fix: prevent smoothStream from stalling streams in background tabs (#2...
  • e3b73c3 Version Packages (#20146)
  • 86a7a37 Version Packages (#19865)
  • 26165ee Backport: fix: mark response body network errors as retryable (#19897)
  • 4e3f54b [v5.0] fix: reject stale persisted tool inputs without blocking unparsed or u...
  • 4504ad6 Version Packages (#19821)
  • 989be6f [v5.0] fix: UI message stream end callbacks cannot distinguish failed respons...
  • Additional commits viewable in compare view
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 8, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) September 8, 2026 17:55
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-ca64fbc12d branch from 3be8406 to 7e77f38 Compare September 9, 2026 01:50
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.15 to 3.0.36
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/@ai-sdk/provider-utils@3.0.36/packages/provider-utils/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/provider-utils@3.0.36/packages/provider-utils)

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

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

---
updated-dependencies:
- dependency-name: "@ai-sdk/provider-utils"
  dependency-version: 3.0.36
  dependency-type: indirect
- dependency-name: "@ai-sdk/react"
  dependency-version: 2.0.256
  dependency-type: indirect
- dependency-name: ai
  dependency-version: 5.0.253
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-ca64fbc12d branch from 7e77f38 to 33f4bd2 Compare September 9, 2026 02:00
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