Skip to content

chore(deps): bump @ai-sdk/provider-utils and ai in /samples/nextjs-claude/ui - #699

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/samples/nextjs-claude/ui/multi-0f6fd7fdaf
Open

chore(deps): bump @ai-sdk/provider-utils and ai in /samples/nextjs-claude/ui#699
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/samples/nextjs-claude/ui/multi-0f6fd7fdaf

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Updates @ai-sdk/provider-utils from 1.0.22 to 5.0.37

Release notes

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

@​ai-sdk/provider-utils@​5.0.37

Patch Changes

  • 9e1d1b2: chore(provider-utils): fix test that can timeout
  • a495511: fix(provider-utils): avoid excessive memory usage when base64 encoding byte arrays
  • Updated dependencies [a4ba394]
  • Updated dependencies [45099da]
    • @​ai-sdk/provider@​4.0.11
Changelog

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

5.0.37

Patch Changes

  • 9e1d1b2: chore(provider-utils): fix test that can timeout
  • a495511: fix(provider-utils): avoid excessive memory usage when base64 encoding byte arrays
  • Updated dependencies [a4ba394]
  • Updated dependencies [45099da]
    • @​ai-sdk/provider@​4.0.11

5.0.36

Patch Changes

5.0.35

Patch Changes

  • 5190b67: feat(provider): extend the FilesV4 interface with optional getFileMetadata, downloadFile (streaming), and deleteFile operations, plus abortSignal/headers call options and a { type: 'stream' } upload data variant; upload results now expose byteSize, createdAt, and expiresAt (also surfaced by the core uploadFile() helper, which now forwards abortSignal/headers); add postMultipartStreamToApi (streaming multipart uploads with deterministic part ordering and failure-path stream teardown), deleteFromApi, and createBinaryStreamResponseHandler to provider-utils
  • Updated dependencies [5190b67]
    • @​ai-sdk/provider@​4.0.10

5.0.34

Patch Changes

  • Updated dependencies [aa45741]
    • @​ai-sdk/provider@​4.0.9

5.0.33

Patch Changes

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

5.0.32

Patch Changes

  • 3e125ba: Allow manual tool approval statuses to include a reason and preserve it across core, model, and UI approval requests. OPA requires-approval decisions now surface their reason to human approvers. UI request chunks serialize the optional reason, while UI messages retain it as approval.requestReason separately from an approver's response reason.

5.0.31

Patch Changes

... (truncated)

Commits
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 3.4.33 to 7.0.94

Release notes

Sourced from ai's releases.

ai@7.0.94

Patch Changes

  • a4ba394: feat: support per-request models in batch
  • 36b3364: fix(ai): enforce tool choices in streamText
  • 45099da: Retry unclassified empty image results, preserve retry-attempt accounting, add provider-independent result retryability classification, and mark Google and Google Vertex prompt blocks as terminal.
  • Updated dependencies [a4ba394]
  • Updated dependencies [e9bf5e3]
  • Updated dependencies [45099da]
  • Updated dependencies [56c004c]
  • Updated dependencies [9e1d1b2]
  • Updated dependencies [a495511]
    • @​ai-sdk/provider@​4.0.11
    • @​ai-sdk/gateway@​4.0.76
    • @​ai-sdk/provider-utils@​5.0.37

ai@6.0.278

Patch Changes

  • Updated dependencies [fc032e8]
  • Updated dependencies [761dae9]
    • @​ai-sdk/gateway@​3.0.190
Changelog

Sourced from ai's changelog.

7.0.94

Patch Changes

  • a4ba394: feat: support per-request models in batch
  • 36b3364: fix(ai): enforce tool choices in streamText
  • 45099da: Retry unclassified empty image results, preserve retry-attempt accounting, add provider-independent result retryability classification, and mark Google and Google Vertex prompt blocks as terminal.
  • Updated dependencies [a4ba394]
  • Updated dependencies [e9bf5e3]
  • Updated dependencies [45099da]
  • Updated dependencies [56c004c]
  • Updated dependencies [9e1d1b2]
  • Updated dependencies [a495511]
    • @​ai-sdk/provider@​4.0.11
    • @​ai-sdk/gateway@​4.0.76
    • @​ai-sdk/provider-utils@​5.0.37

7.0.93

Patch Changes

  • df6c009: fix(ai): use new message ID when replacing a message in sendMessage
  • 6ee74a3: fix(ai): preserve tool part titles when validating UI messages
  • f13d371: fix(ai): preserve provider metadata when converting failed tool calls
  • d4485fe: feat(ai): support minItems and maxItems in array outputs
  • 4f201cc: chore(ai): formally include already supported onLanguageModelCallStart and onLanguageModelCallEnd in ToolLoopAgentSettings type
  • 8cdb2a7: fix(ai): decode text data URLs in Node.js
  • 0f2281e: fix(ai): reject embedding responses whose count does not match the input values
  • fc8e8ac: fix(ai): preserve image call diagnostics when no image is generated
  • ee8391e: fix(ai): support abort signals when the global AbortSignal is not a constructor
  • Updated dependencies [3cfc1fc]
    • @​ai-sdk/gateway@​4.0.75

7.0.92

Patch Changes

  • a51cc94: fix(ai): preserve provider metadata from empty smooth stream deltas
  • d1904d3: fix(ai): surface fallback errors for empty HTTP response bodies
  • 84e5a79: fix(ai): skip smoothStream delays while the document is hidden
  • a8e8ad0: fix(ai): expose call ID and abort reason in streamText onAbort callbacks
  • Updated dependencies [a7e324b]
    • @​ai-sdk/gateway@​4.0.74

7.0.91

Patch Changes

  • 802af1e: Add configurable recovery for provider errors received after streamText response streaming begins. Explicitly configuring streamRetries enables isolated retry attempts, including one bounded callback-directed recovery through StreamTextOnErrorRetryCallback with streamRetries: 0; recovered results and metadata reflect only the successful attempt, while the existing StreamTextOnErrorCallback contract and logging-only observer behavior remain compatible.
  • Updated dependencies [5484f27]

... (truncated)

Commits
  • b3b74c8 Version Packages (#20455)
  • 45099da fix: generateImage maxRetries skips transient empty image results (#20170)
  • a4ba394 feat: support per-request models in batch (#20138)
  • 36b3364 fix: enforce required and specifically selected tool choices in streamText (#...
  • 6359fd5 Version Packages (#20288)
  • 6ee74a3 fix: tool-part titles disappearing during UI message validation (#20111)
  • df6c009 fix(ai): use new message ID when replacing a message in sendMessage (#20379)
  • 8cdb2a7 fix: decode valid text data URLs in Node.js (#20354)
  • 0f2281e fix: embedMany accepts provider responses with mismatched embedding counts (#...
  • fc8e8ac fix: NoImageGeneratedError discards per-call diagnostics for empty image resp...
  • 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.


Samples Checklist

✅ All good!

@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 deployed to deploy-changed-samples September 8, 2026 16:33 Active
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/samples/nextjs-claude/ui/multi-0f6fd7fdaf branch from b8aa9a9 to d9606dd Compare September 8, 2026 23:05
@dependabot
dependabot Bot deployed to deploy-changed-samples September 8, 2026 23:05 Active
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/samples/nextjs-claude/ui/multi-0f6fd7fdaf branch from d9606dd to ccdb5d4 Compare September 8, 2026 23:08
@dependabot
dependabot Bot deployed to deploy-changed-samples September 8, 2026 23:08 Active
Bumps [@ai-sdk/provider-utils](https://github.com/vercel/ai/tree/HEAD/packages/provider-utils) to 5.0.37 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 1.0.22 to 5.0.37
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/provider-utils/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/provider-utils@5.0.37/packages/provider-utils)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/samples/nextjs-claude/ui/multi-0f6fd7fdaf branch from ccdb5d4 to 6a43b24 Compare September 8, 2026 23:17
@dependabot
dependabot Bot deployed to deploy-changed-samples September 8, 2026 23:17 Active
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