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

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

Copy link
Copy Markdown

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

Package From To
@ai-sdk/anthropic 3.0.69 4.0.3
@ai-sdk/openai 3.0.53 4.0.4
ai 6.0.158 7.0.8
@ai-sdk/mcp 1.0.37 2.0.4
@ai-sdk/react 3.0.184 4.0.9

Updates @ai-sdk/anthropic from 3.0.69 to 4.0.3

Release notes

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

@​ai-sdk/anthropic@​4.0.3

Patch Changes

  • Updated dependencies [0274f34]
    • @​ai-sdk/provider@​4.0.1
    • @​ai-sdk/provider-utils@​5.0.2
Changelog

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

4.0.3

Patch Changes

  • Updated dependencies [0274f34]
    • @​ai-sdk/provider@​4.0.1
    • @​ai-sdk/provider-utils@​5.0.2

4.0.2

Patch Changes

  • dfffb27: fix(anthropic): correctly map delta type when code execution tools are used

4.0.1

Patch Changes

  • Updated dependencies [6a436e3]
    • @​ai-sdk/provider-utils@​5.0.1

4.0.0

Major Changes

  • 832f86f: fix(anthropic): remove cacheCreationInputTokens from providerMetadata

  • 34bd95d: feat(ai): add support for uploading provider skills using the provider references abstraction

  • ef992f8: Remove CommonJS exports from all packages. All packages are now ESM-only ("type": "module"). Consumers using require() must switch to ESM import syntax.

  • c29a26f: feat(provider): add support for provider references and uploading files as supported per provider

  • 3887c70: feat(provider): add new top-level reasoning parameter to spec and support it in generateText and streamText

  • 8359612: Start v7 pre-release

  • 04e9009: chore: make provider implementations code patterns more consistent, including renaming certain exported symbols

    For all externally exported symbols that were renamed, the old names continue to work via deprecated aliases.

Patch Changes

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

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

  • 38fc777: Add AI Gateway hint to provider READMEs

  • ee798eb: chore(provider-utils): rename Experimental_Sandbox to Experimental_SandboxSession

  • e748b35: chore: update v3 specs to v4

  • 19c5ee2: fix(anthropic): reorder assistant content b/w client and provider tool use

  • 0ee8aec: feat (provider/anthropic): support passing metadata.user_id

  • c012d57: feat(anthropic): sanitize the unsupported JSON schema validation properties

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

  • e5c4f40: 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.

  • f57c702: fix(anthropic): allow both temperature and topP for non-Anthropic models using the Anthropic-compatible API

    The temperature/topP mutual exclusivity check now only applies to known Anthropic models (model IDs starting with claude-). Non-Anthropic models using the Anthropic-compatible API (e.g. Minimax) can now send both parameters as required by their APIs.

... (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 4.0.4

Release notes

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

@​ai-sdk/openai@​4.0.4

Patch Changes

  • Updated dependencies [0274f34]
    • @​ai-sdk/provider@​4.0.1
    • @​ai-sdk/provider-utils@​5.0.2
Changelog

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

4.0.4

Patch Changes

  • Updated dependencies [0274f34]
    • @​ai-sdk/provider@​4.0.1
    • @​ai-sdk/provider-utils@​5.0.2

4.0.3

Patch Changes

  • 1ead90c: Return a helpful error when the Responses stream parser receives Chat Completions chunks.

4.0.2

Patch Changes

  • Updated dependencies [6a436e3]
    • @​ai-sdk/provider-utils@​5.0.1

4.0.1

Patch Changes

  • 9507724: feat(openai): add support for web_search_call.results include option

4.0.0

Major Changes

  • 34bd95d: feat(ai): add support for uploading provider skills using the provider references abstraction

  • ef992f8: Remove CommonJS exports from all packages. All packages are now ESM-only ("type": "module"). Consumers using require() must switch to ESM import syntax.

  • c29a26f: feat(provider): add support for provider references and uploading files as supported per provider

  • 3887c70: feat(provider): add new top-level reasoning parameter to spec and support it in generateText and streamText

  • 61753c3: ### @ai-sdk/openai: remove redundant name argument from openai.tools.customTool()

    openai.tools.customTool() no longer accepts a name field. the tool name is now derived from the sdk tool key (the object key in the tools object).

    migration: remove the name property from customTool() calls. the object key is now used as the tool name sent to the openai api.

    before:

    tools: {
      write_sql: openai.tools.customTool({
        name: 'write_sql',
        description: '...',
      }),
    }

... (truncated)

Commits
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 7.0.8

Release notes

Sourced from ai's releases.

ai@7.0.8

Patch Changes

  • 0274f34: feat (video): add first-class frameImages and inputReferences call options for video generation
  • Updated dependencies [0274f34]
    • @​ai-sdk/provider@​4.0.1
    • @​ai-sdk/gateway@​4.0.6
    • @​ai-sdk/provider-utils@​5.0.2

ai@7.0.7

Patch Changes

  • d598481: Fix: convertToModelMessages no longer emits an empty assistant message when a block contains only unknown data parts (e.g. a data part before step-start with no convertDataPart provided)

ai@7.0.6

Patch Changes

  • 989402d: Add ToolLoopAgent types for deprecated tool call callback aliases.
  • Updated dependencies [7e3c99e]
    • @​ai-sdk/gateway@​4.0.5

ai@7.0.5

Patch Changes

  • a2750db: fix(ai): prune orphaned tool-approval responses in pruneMessages

    When pruning a specific tool by name (toolCalls: [{ type, tools: [...] }]), pruneMessages left the tool's tool-approval-response in place while removing its tool-approval-request and tool-call. The tool name of an approval response was resolved per-message, but approval responses live in a separate tool message from their approval request, so the name could never be resolved and the response was always kept. Tool name resolution is now done across all messages, so approval requests and responses are pruned together.

ai@6.0.216

Patch Changes

  • Updated dependencies [f6689df]
  • Updated dependencies [13b6a72]
    • @​ai-sdk/gateway@​3.0.140

ai@6.0.215

Patch Changes

  • f66ac32: fix(ai): prune orphaned tool-approval responses in pruneMessages

    When pruning a specific tool by name (toolCalls: [{ type, tools: [...] }]), pruneMessages left the tool's tool-approval-response in place while removing its tool-approval-request and tool-call. The tool name of an approval response was resolved per-message, but approval responses live in a separate tool message from their approval request, so the name could never be resolved and the response was always kept. Tool name resolution is now done across all messages, so approval requests and responses are pruned together.

Changelog

Sourced from ai's changelog.

7.0.8

Patch Changes

  • 0274f34: feat (video): add first-class frameImages and inputReferences call options for video generation
  • Updated dependencies [0274f34]
    • @​ai-sdk/provider@​4.0.1
    • @​ai-sdk/gateway@​4.0.6
    • @​ai-sdk/provider-utils@​5.0.2

7.0.7

Patch Changes

  • d598481: Fix: convertToModelMessages no longer emits an empty assistant message when a block contains only unknown data parts (e.g. a data part before step-start with no convertDataPart provided)

7.0.6

Patch Changes

  • 989402d: Add ToolLoopAgent types for deprecated tool call callback aliases.
  • Updated dependencies [7e3c99e]
    • @​ai-sdk/gateway@​4.0.5

7.0.5

Patch Changes

  • a2750db: fix(ai): prune orphaned tool-approval responses in pruneMessages

    When pruning a specific tool by name (toolCalls: [{ type, tools: [...] }]), pruneMessages left the tool's tool-approval-response in place while removing its tool-approval-request and tool-call. The tool name of an approval response was resolved per-message, but approval responses live in a separate tool message from their approval request, so the name could never be resolved and the response was always kept. Tool name resolution is now done across all messages, so approval requests and responses are pruned together.

7.0.4

Patch Changes

  • Updated dependencies [6a436e3]
    • @​ai-sdk/provider-utils@​5.0.1
    • @​ai-sdk/gateway@​4.0.4

7.0.3

Patch Changes

  • Updated dependencies [728eaa0]
    • @​ai-sdk/gateway@​4.0.3

7.0.2

Patch Changes

... (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 2.0.4

Release notes

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

@​ai-sdk/mcp@​2.0.4

Patch Changes

  • Updated dependencies [0274f34]
    • @​ai-sdk/provider@​4.0.1
    • @​ai-sdk/provider-utils@​5.0.2
Changelog

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

2.0.4

Patch Changes

  • Updated dependencies [0274f34]
    • @​ai-sdk/provider@​4.0.1
    • @​ai-sdk/provider-utils@​5.0.2

2.0.3

Patch Changes

  • 68a739a: feat(mcp): allow MCP client to use server completions
  • Updated dependencies [6a436e3]
    • @​ai-sdk/provider-utils@​5.0.1

2.0.2

Patch Changes

  • ba6d510: chore: fix deprecated use of zod .passthrough()

2.0.1

Patch Changes

  • 241a8c5: Add Streamable HTTP session hooks, cached initialize metadata, and detach-on-close support for reattaching to MCP sessions.

2.0.0

Major Changes

  • 23fa161: fix(mcp): setting redirect: error for MCP transport
  • ef992f8: Remove CommonJS exports from all packages. All packages are now ESM-only ("type": "module"). Consumers using require() must switch to ESM import syntax.
  • 8359612: Start v7 pre-release

Patch Changes

  • b79094c: 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.
  • 78e0023: fix(mcp): await addClientAuthentication in token exchange and refresh
  • b567a6c: dependency updates
  • e33ad0b: fix(mcp): add optional hook to validate authorization servers
  • e3ea484: fix(mcp): bypass outputSchema validation when tool returns isError
  • 93afb28: feat(mcp): expose server instructions to be accessible through client
  • a00d1d3: feat(mcp): allow custom fetch for HTTP and SSE transports
  • a98bf66: feat(mcp): surface 'serverInfo' exposed from the MCP server
  • 2a150f8: fix(mcp): lock first sse endpoint received via event
  • 2655da8: fix(mcp): use negotiated protocol version in transport request headers
  • 9f0e36c: trigger release for all packages after provenance setup
  • f7bc0b4: feat(mcp): expose statusCode, url, and responseBody on MCPClientError for HTTP transport failures

... (truncated)

Commits

Updates @ai-sdk/react from 3.0.184 to 4.0.9

Release notes

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

@​ai-sdk/react@​4.0.9

Patch Changes

  • Updated dependencies [0274f34]
    • @​ai-sdk/provider@​4.0.1
    • ai@7.0.8
    • @​ai-sdk/mcp@​2.0.4
    • @​ai-sdk/provider-utils@​5.0.2
Changelog

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

4.0.9

Patch Changes

  • Updated dependencies [0274f34]
    • @​ai-sdk/provider@​4.0.1
    • ai@7.0.8
    • @​ai-sdk/mcp@​2.0.4
    • @​ai-sdk/provider-utils@​5.0.2

4.0.8

Patch Changes

  • 550e413: Treat nullish useChat IDs the same as omitted IDs so the chat instance is not recreated on every render.
  • Updated dependencies [d598481]
    • ai@7.0.7

4.0.7

Patch Changes

  • Updated dependencies [989402d]
    • ai@7.0.6

4.0.6

Patch Changes

  • Updated dependencies [a2750db]
    • ai@7.0.5

4.0.5

Patch Changes

  • Updated dependencies [6a436e3]
  • Updated dependencies [68a739a]
    • @​ai-sdk/provider-utils@​5.0.1
    • @​ai-sdk/mcp@​2.0.3
    • ai@7.0.4

4.0.4

Patch Changes

  • Updated dependencies [ba6d510]
    • @​ai-sdk/mcp@​2.0.2
    • ai@7.0.3

... (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
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/ai-sdk-3501f16569 branch from 87f0e49 to bb9d59d Compare June 2, 2026 16:35
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` | `4.0.3` |
| [@ai-sdk/openai](https://github.com/vercel/ai/tree/HEAD/packages/openai) | `3.0.53` | `4.0.4` |
| [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) | `6.0.158` | `7.0.8` |
| [@ai-sdk/mcp](https://github.com/vercel/ai/tree/HEAD/packages/mcp) | `1.0.37` | `2.0.4` |
| [@ai-sdk/react](https://github.com/vercel/ai/tree/HEAD/packages/react) | `3.0.184` | `4.0.9` |



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

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

Updates `ai` from 6.0.158 to 7.0.8
- [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.8/packages/ai)

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

Updates `@ai-sdk/react` from 3.0.184 to 4.0.9
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/react@4.0.9/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 bb9d59d to e4df050 Compare June 30, 2026 04:29
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