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.18 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.109 to 2.0.256
Release notes
Sourced from @ai-sdk/react's releases.
@ai-sdk/react@2.0.256
Patch Changes
- Updated dependencies [5643ec9]
@ai-sdk/react@2.0.255
Patch Changes
- Updated dependencies [2c12cd3]
Changelog
Sourced from @ai-sdk/react's changelog.
2.0.256
Patch Changes
- Updated dependencies [5643ec9]
2.0.255
Patch Changes
- Updated dependencies [2c12cd3]
2.0.254
Patch Changes
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]
2.0.251
Patch Changes
- Updated dependencies [77d33c0]
@ai-sdk/provider-utils@3.0.35
- ai@5.0.248
2.0.250
Patch Changes
... (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.108 to 5.0.253
Release notes
Sourced from ai's releases.
ai@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
ai@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
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 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.
Bumps @ai-sdk/provider-utils, @ai-sdk/react and ai. These dependencies needed to be updated together.
Updates
@ai-sdk/provider-utilsfrom 3.0.18 to 3.0.36Changelog
Sourced from @ai-sdk/provider-utils's changelog.
... (truncated)
Commits
86a7a37Version Packages (#19865)26165eeBackport: fix: mark response body network errors as retryable (#19897)e970e3cVersion Packages (#19773)77d33c0[v5.0] fix: split large embedding batches that exceed provider aggregate toke...063615dVersion 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 ...b5a4b2bVersion Packages (#19291)9e8e087[v5.0] fix: allow MockLanguageModelV2 to load without msw or vitest (#17861)17547e2Version Packages (#18706)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@ai-sdk/provider-utilssince your current version.Updates
@ai-sdk/reactfrom 2.0.109 to 2.0.256Release notes
Sourced from @ai-sdk/react's releases.
Changelog
Sourced from @ai-sdk/react's changelog.
... (truncated)
Commits
582a805Version Packages (#20317)cb3385dVersion Packages (#20232)e3b73c3Version Packages (#20146)86a7a37Version Packages (#19865)4504ad6Version Packages (#19821)e970e3cVersion Packages (#19773)57f69c4Version Packages (#19728)063615dVersion Packages (#19434)b5a4b2bVersion Packages (#19291)9e8e087[v5.0] fix: allow MockLanguageModelV2 to load without msw or vitest (#17861)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@ai-sdk/reactsince your current version.Updates
aifrom 5.0.108 to 5.0.253Release notes
Sourced from ai's releases.
Changelog
Sourced from ai's changelog.
... (truncated)
Commits
582a805Version Packages (#20317)5643ec9[v5.0] fix: Allow manual continuations to reuse tool results containing undef...cb3385dVersion Packages (#20232)2c12cd3[v5.0] fix: prevent smoothStream from stalling streams in background tabs (#2...e3b73c3Version Packages (#20146)86a7a37Version Packages (#19865)26165eeBackport: fix: mark response body network errors as retryable (#19897)4e3f54b[v5.0] fix: reject stale persisted tool inputs without blocking unparsed or u...4504ad6Version Packages (#19821)989be6f[v5.0] fix: UI message stream end callbacks cannot distinguish failed respons...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.