Skip to content

chore(deps): bump the ai-sdk group across 1 directory with 5 updates#92

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ai-sdk-3501f16569
Open

chore(deps): bump the ai-sdk group across 1 directory with 5 updates#92
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ai-sdk-3501f16569

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Bumps the ai-sdk group with 5 updates in the / directory:

Package From To
@ai-sdk/anthropic 3.0.69 3.0.81
@ai-sdk/openai 3.0.53 3.0.67
ai 6.0.158 6.0.194
@ai-sdk/mcp 1.0.37 1.0.45
@ai-sdk/react 3.0.184 3.0.196

Updates @ai-sdk/anthropic from 3.0.69 to 3.0.81

Release notes

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

@​ai-sdk/anthropic@​3.0.81

Patch Changes

  • 4084fcd: feat(provider/anthropic): add support for claude-opus-4-8
Changelog

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

3.0.81

Patch Changes

  • 4084fcd: feat(provider/anthropic): add support for claude-opus-4-8

3.0.80

Patch Changes

  • 263d3e6: fix(provider/anthropic): fix remaining errors with Anthropic code_execution tool dynamic calls from latest web_fetch or web_search

3.0.79

Patch Changes

  • d61a788: Handle errors from anthropic websearch tool

3.0.78

Patch Changes

  • 6e28d25: fix(anthropic): propagate toModelOutput providerOption to anthropic tool results

3.0.77

Patch Changes

  • d53314d: feat(anthropic): add the new advisor tool

3.0.76

Patch Changes

  • Updated dependencies [f591416]
    • @​ai-sdk/provider-utils@​4.0.27

3.0.75

Patch Changes

  • 3f06680: Remove stale effort-2025-11-24 beta header — the extended thinking effort parameter is GA and no longer requires the beta flag. Vertex AI's strict validator was actively rejecting requests with this header.

3.0.74

Patch Changes

  • Updated dependencies [7beadf0]
    • @​ai-sdk/provider-utils@​4.0.26

... (truncated)

Commits
Maintainer changes

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


Updates @ai-sdk/openai from 3.0.53 to 3.0.67

Release notes

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

@​ai-sdk/openai@​3.0.67

Patch Changes

  • c679fec: feat(provider/azure):web search tool in the Azure OpenAI Responses API.
Changelog

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

3.0.67

Patch Changes

  • c679fec: feat(provider/azure):web search tool in the Azure OpenAI Responses API.

3.0.66

Patch Changes

  • c82ab42: feat(openai): forward web_search_call.action.queries from Responses API

3.0.65

Patch Changes

  • eb52378: fix(openai): skip passing reasoning items when using previous response id

3.0.64

Patch Changes

  • b7ed8bd: feat(openai): add opt-in pass-through for unsupported file media types

3.0.63

Patch Changes

  • Updated dependencies [f591416]
    • @​ai-sdk/provider-utils@​4.0.27

3.0.62

Patch Changes

  • 65edcca: feat: add allowedTools provider option for OpenAI Responses

3.0.61

Patch Changes

  • b93f9b4: feat(provider/openai): forward imageDetail providerOptions on tool-result image content

3.0.60

Patch Changes

  • 6dcd8e6: feat(openai): add GPT-5.5 chat model IDs

3.0.59

... (truncated)

Commits
  • d4893c4 Version Packages (#15700)
  • c679fec Backport: feat(provider/azure): web search tool in the Azure OpenAI Responses...
  • 52332bf Version Packages (#15637)
  • c82ab42 Backport: feat(openai): forward web_search_call.action.queries from Responses...
  • 1a3ec6d Version Packages (#15513)
  • eb52378 Backport: fix(openai): skip passing reasoning items when using previous respo...
  • 2e7664b Version Packages (#15315)
  • b7ed8bd Backport: feat(openai): add opt-in pass-through for unsupported file media ty...
  • e3ccdb5 Version Packages (#15094)
  • bf9de31 Version Packages (#15046)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates ai from 6.0.158 to 6.0.194

Release notes

Sourced from ai's releases.

ai@6.0.194

Patch Changes

  • Updated dependencies [9766034]
    • @​ai-sdk/gateway@​3.0.122

ai@6.0.193

Patch Changes

  • af580ea: fix(ai): do not re-validate tool input for output-error parts in validateUIMessages

ai@6.0.192

Patch Changes

  • Updated dependencies [4084fcd]
    • @​ai-sdk/gateway@​3.0.121
Changelog

Sourced from ai's changelog.

6.0.194

Patch Changes

  • Updated dependencies [9766034]
    • @​ai-sdk/gateway@​3.0.122

6.0.193

Patch Changes

  • af580ea: fix(ai): do not re-validate tool input for output-error parts in validateUIMessages

6.0.192

Patch Changes

  • Updated dependencies [4084fcd]
    • @​ai-sdk/gateway@​3.0.121

6.0.191

Patch Changes

  • Updated dependencies [27a1b22]
    • @​ai-sdk/gateway@​3.0.120

6.0.190

Patch Changes

  • Updated dependencies [33b10a2]
  • Updated dependencies [f6e4146]
    • @​ai-sdk/gateway@​3.0.119

6.0.189

Patch Changes

  • 356c3cf: fix(ai): make input optional on input-streaming UIMessagePart variants

6.0.188

Patch Changes

  • c98715a: Add allowSystemInMessages option to ToolLoopAgent.

    This exposes the same option that exists on streamText and generateText, whether role: "system" messages are allowed in the prompt or messages fields. When unset, system messages are rejected because they can create a prompt injection attack risk. Ideally, use the instructions option instead. Set to true to allow system messages, or false to explicitly reject them.

... (truncated)

Commits
Maintainer changes

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


Updates @ai-sdk/mcp from 1.0.37 to 1.0.45

Release notes

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

@​ai-sdk/mcp@​1.0.45

Patch Changes

  • ec5fceb: fix(mcp): respond to ping requests with an empty result per JSON-RPC spec (closes #6282)
Changelog

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

1.0.45

Patch Changes

  • ec5fceb: fix(mcp): respond to ping requests with an empty result per JSON-RPC spec (closes #6282)

1.0.44

Patch Changes

  • 77775a4: feat(mcp): expose statusCode, url, and responseBody on MCPClientError for HTTP transport failures

    MCPClientError now carries structured HTTP context when it originates from the streamable HTTP transport. This lets downstream consumers (e.g. agent frameworks that need to decide whether to fall back from streamable HTTP to legacy SSE transport per the MCP spec) branch on the actual response status without parsing the error message string.

    Fields are optional — they remain undefined for stdio transport errors and for non-response failures (network errors, aborts).

1.0.43

Patch Changes

  • e2b923f: fix(mcp): deduplicate auth refresh on http transport

1.0.42

Patch Changes

  • 725f2ed: feat(mcp): expose server instructions to be accessible through client
  • 7281592: fix(mcp): use negotiated protocol version in transport request headers

1.0.41

Patch Changes

  • f591416: feat(ai): add toolMetadata for tool specific metdata
  • Updated dependencies [f591416]
    • @​ai-sdk/provider-utils@​4.0.27

1.0.40

Patch Changes

  • 221a984: Add resource_link content type to CallToolResultSchema and PromptMessageSchema per MCP spec. Fixes hard rejection when MCP servers return resource_link content parts with zod ≥ 4.4.x.
  • 0084974: feat(mcp): deprecate name and use clientName for MCPClient

1.0.39

... (truncated)

Commits
  • 94d0237 Version Packages (#15716)
  • ec5fceb Backport: fix(mcp): respond to ping requests with an empty result (#15715)
  • 097c1cd Version Packages (#15612)
  • 77775a4 Backport: feat(mcp): expose statusCode, url, responseBody on MCPClientError (...
  • 0075589 Version Packages (#15529)
  • e2b923f Backport: fix(mcp): deduplicate auth refresh on http transport (#15528)
  • 5e287d0 Backport: chore: add readme for @​ai-sdk/mcp (#15450)
  • 8ccd431 Version Packages (#15168)
  • 725f2ed Backport: feat(mcp): expose server instructions to be accessible through clie...
  • 7281592 Backport: fix(mcp): use negotiated protocol version in transport request head...
  • Additional commits viewable in compare view

Updates @ai-sdk/react from 3.0.184 to 3.0.196

Release notes

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

@​ai-sdk/react@​3.0.196

Patch Changes

  • ai@6.0.194

@​ai-sdk/react@​3.0.195

Patch Changes

  • Updated dependencies [af580ea]
    • ai@6.0.193

@​ai-sdk/react@​3.0.194

Patch Changes

  • ai@6.0.192
Changelog

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

3.0.196

Patch Changes

  • ai@6.0.194

3.0.195

Patch Changes

  • Updated dependencies [af580ea]
    • ai@6.0.193

3.0.194

Patch Changes

  • ai@6.0.192

3.0.193

Patch Changes

  • ai@6.0.191

3.0.192

Patch Changes

  • ai@6.0.190

3.0.191

Patch Changes

  • Updated dependencies [356c3cf]
    • ai@6.0.189

3.0.190

Patch Changes

  • Updated dependencies [c98715a]
    • ai@6.0.188

3.0.189

Patch Changes

  • ai@6.0.187

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 19, 2026
@dependabot dependabot Bot changed the title chore(deps): bump the ai-sdk group with 5 updates chore(deps): bump the ai-sdk group across 1 directory with 5 updates May 20, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/ai-sdk-3501f16569 branch 4 times, most recently from 4523c45 to 87f0e49 Compare May 26, 2026 10:26
Bumps the ai-sdk group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/anthropic](https://github.com/vercel/ai/tree/HEAD/packages/anthropic) | `3.0.69` | `3.0.81` |
| [@ai-sdk/openai](https://github.com/vercel/ai/tree/HEAD/packages/openai) | `3.0.53` | `3.0.67` |
| [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) | `6.0.158` | `6.0.194` |
| [@ai-sdk/mcp](https://github.com/vercel/ai/tree/HEAD/packages/mcp) | `1.0.37` | `1.0.45` |
| [@ai-sdk/react](https://github.com/vercel/ai/tree/HEAD/packages/react) | `3.0.184` | `3.0.196` |



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

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

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

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

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

---
updated-dependencies:
- dependency-name: "@ai-sdk/anthropic"
  dependency-version: 3.0.78
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ai-sdk
- dependency-name: "@ai-sdk/mcp"
  dependency-version: 1.0.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ai-sdk
- dependency-name: "@ai-sdk/openai"
  dependency-version: 3.0.64
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ai-sdk
- dependency-name: "@ai-sdk/react"
  dependency-version: 3.0.187
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ai-sdk
- dependency-name: ai
  dependency-version: 6.0.185
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ai-sdk
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/ai-sdk-3501f16569 branch from 87f0e49 to bb9d59d Compare June 2, 2026 16:35
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