Skip to content

build(deps): bump the aisdk group with 5 updates#468

Merged
lmorchard merged 1 commit into
mainfrom
dependabot/npm_and_yarn/aisdk-df768c7d11
May 26, 2026
Merged

build(deps): bump the aisdk group with 5 updates#468
lmorchard merged 1 commit into
mainfrom
dependabot/npm_and_yarn/aisdk-df768c7d11

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the aisdk group with 5 updates:

Package From To
@ai-sdk/google 3.0.67 3.0.72
@ai-sdk/google-vertex 4.0.121 4.0.126
@ai-sdk/openai 3.0.61 3.0.63
@ai-sdk/openai-compatible 2.0.46 2.0.47
ai 6.0.175 6.0.177

Updates @ai-sdk/google from 3.0.67 to 3.0.72

Changelog

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

3.0.72

Patch Changes

  • b3642fe: feat(provider/google): support cancelling long-running Interactions API agents via AbortSignal, and process their intermittent stream

3.0.71

Patch Changes

  • 59530cf: fix(google): emit Vertex no-args streaming tool calls and preserve thoughtSignature

    Vertex emits a no-args function call as a single chunk shaped { functionCall: { name: 'X' } } with no args, no partialArgs, and no willContinue. The streaming parser had no branch for this shape, so the call was dropped along with any thoughtSignature it carried. For Gemini 3 thinking models this caused the next multi-turn step to 400 with missing thought_signature. The unary (doGenerate) path had the same drop.

    Both paths now emit the call as a complete tool call with '{}' input and propagate thoughtSignature provider metadata.

    Fixes #14847.

3.0.70

Patch Changes

  • 4f3f564: fix(provider/google): fix lack of image consistency when using Interactions API in stateless mode

3.0.69

Patch Changes

  • bb377ba: fix(google): omit passing includeServerSideToolInvocations for Vertex tool_config
  • Updated dependencies [f591416]
    • @​ai-sdk/provider-utils@​4.0.27

3.0.68

Patch Changes

  • e0f8c9e: feat(provider/google): add support for the Gemini Interactions API
Commits
  • d5bbdbc Version Packages (#15174)
  • b3642fe Backport: feat(provider/google): support cancelling long-running Interactions...
  • e70aab9 Version Packages (#15138)
  • 59530cf Backport: fix(google): emit no-args streaming tool calls and preserve thought...
  • 0288286 Version Packages (#15105)
  • e3ccdb5 Version Packages (#15094)
  • 4f3f564 Backport: fix(provider/google): fix lack of image consistency when using Inte...
  • bb377ba Backport: fix(google): omit passing includeServerSideToolInvocations for Vert...
  • 3a6aef7 Version Packages (#15072)
  • e0f8c9e Backport: feat(provider/google): add support for the Gemini Interactions API ...
  • See full diff in compare view

Updates @ai-sdk/google-vertex from 4.0.121 to 4.0.126

Changelog

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

4.0.126

Patch Changes

  • Updated dependencies [b3642fe]
    • @​ai-sdk/google@​3.0.72

4.0.125

Patch Changes

  • Updated dependencies [59530cf]
    • @​ai-sdk/google@​3.0.71

4.0.124

Patch Changes

  • Updated dependencies [4f3f564]
    • @​ai-sdk/google@​3.0.70

4.0.123

Patch Changes

  • Updated dependencies [f591416]
  • Updated dependencies [bb377ba]
    • @​ai-sdk/provider-utils@​4.0.27
    • @​ai-sdk/google@​3.0.69
    • @​ai-sdk/anthropic@​3.0.76
    • @​ai-sdk/openai-compatible@​2.0.47

4.0.122

Patch Changes

  • Updated dependencies [e0f8c9e]
    • @​ai-sdk/google@​3.0.68
Commits

Updates @ai-sdk/openai from 3.0.61 to 3.0.63

Changelog

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

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
Commits

Updates @ai-sdk/openai-compatible from 2.0.46 to 2.0.47

Changelog

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

2.0.47

Patch Changes

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

Updates ai from 6.0.175 to 6.0.177

Changelog

Sourced from ai's changelog.

6.0.177

Patch Changes

  • Updated dependencies [5c73af8]
    • @​ai-sdk/gateway@​3.0.112

6.0.176

Patch Changes

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

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the aisdk group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/google](https://github.com/vercel/ai/tree/HEAD/packages/google) | `3.0.67` | `3.0.72` |
| [@ai-sdk/google-vertex](https://github.com/vercel/ai/tree/HEAD/packages/google-vertex) | `4.0.121` | `4.0.126` |
| [@ai-sdk/openai](https://github.com/vercel/ai/tree/HEAD/packages/openai) | `3.0.61` | `3.0.63` |
| [@ai-sdk/openai-compatible](https://github.com/vercel/ai/tree/HEAD/packages/openai-compatible) | `2.0.46` | `2.0.47` |
| [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) | `6.0.175` | `6.0.177` |


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

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

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

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

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

---
updated-dependencies:
- dependency-name: "@ai-sdk/google"
  dependency-version: 3.0.72
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aisdk
- dependency-name: "@ai-sdk/google-vertex"
  dependency-version: 4.0.126
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aisdk
- dependency-name: "@ai-sdk/openai"
  dependency-version: 3.0.63
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aisdk
- dependency-name: "@ai-sdk/openai-compatible"
  dependency-version: 2.0.47
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aisdk
- dependency-name: ai
  dependency-version: 6.0.177
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aisdk
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 25, 2026
@lmorchard lmorchard merged commit 72fcff5 into main May 26, 2026
9 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/aisdk-df768c7d11 branch May 26, 2026 18:25
srbiv pushed a commit that referenced this pull request May 27, 2026
Bumps the aisdk group with 5 updates:

| Package | From | To |
| --- | --- | --- |
|
[@ai-sdk/google](https://github.com/vercel/ai/tree/HEAD/packages/google)
| `3.0.67` | `3.0.72` |
|
[@ai-sdk/google-vertex](https://github.com/vercel/ai/tree/HEAD/packages/google-vertex)
| `4.0.121` | `4.0.126` |
|
[@ai-sdk/openai](https://github.com/vercel/ai/tree/HEAD/packages/openai)
| `3.0.61` | `3.0.63` |
|
[@ai-sdk/openai-compatible](https://github.com/vercel/ai/tree/HEAD/packages/openai-compatible)
| `2.0.46` | `2.0.47` |
| [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) | `6.0.175` |
`6.0.177` |

Updates `@ai-sdk/google` from 3.0.67 to 3.0.72
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vercel/ai/blob/@ai-sdk/google@3.0.72/packages/google/CHANGELOG.md">@​ai-sdk/google's
changelog</a>.</em></p>
<blockquote>
<h2>3.0.72</h2>
<h3>Patch Changes</h3>
<ul>
<li>b3642fe: feat(provider/google): support cancelling long-running
Interactions API agents via AbortSignal, and process their intermittent
stream</li>
</ul>
<h2>3.0.71</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>59530cf: fix(google): emit Vertex no-args streaming tool calls and
preserve thoughtSignature</p>
<p>Vertex emits a no-args function call as a single chunk shaped <code>{
functionCall: { name: 'X' } }</code> with no <code>args</code>, no
<code>partialArgs</code>, and no <code>willContinue</code>. The
streaming parser had no branch for this shape, so the call was dropped
along with any <code>thoughtSignature</code> it carried. For Gemini 3
thinking models this caused the next multi-turn step to 400 with
<code>missing thought_signature</code>. The unary
(<code>doGenerate</code>) path had the same drop.</p>
<p>Both paths now emit the call as a complete tool call with
<code>'{}'</code> input and propagate <code>thoughtSignature</code>
provider metadata.</p>
<p>Fixes <a
href="https://github.com/vercel/ai/tree/HEAD/packages/google/issues/14847">#14847</a>.</p>
</li>
</ul>
<h2>3.0.70</h2>
<h3>Patch Changes</h3>
<ul>
<li>4f3f564: fix(provider/google): fix lack of image consistency when
using Interactions API in stateless mode</li>
</ul>
<h2>3.0.69</h2>
<h3>Patch Changes</h3>
<ul>
<li>bb377ba: fix(google): omit passing includeServerSideToolInvocations
for Vertex tool_config</li>
<li>Updated dependencies [f591416]
<ul>
<li><code>@​ai-sdk/provider-utils</code><a
href="https://github.com/4"><code>@​4</code></a>.0.27</li>
</ul>
</li>
</ul>
<h2>3.0.68</h2>
<h3>Patch Changes</h3>
<ul>
<li>e0f8c9e: feat(provider/google): add support for the Gemini
Interactions API</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vercel/ai/commit/d5bbdbc0eff8e684809c75469c53fd366e917b53"><code>d5bbdbc</code></a>
Version Packages (<a
href="https://github.com/vercel/ai/tree/HEAD/packages/google/issues/15174">#15174</a>)</li>
<li><a
href="https://github.com/vercel/ai/commit/b3642febbe666fc729dddd4387d27d78e214ee92"><code>b3642fe</code></a>
Backport: feat(provider/google): support cancelling long-running
Interactions...</li>
<li><a
href="https://github.com/vercel/ai/commit/e70aab94d6f3dac30d54ac3185259a9562051bd6"><code>e70aab9</code></a>
Version Packages (<a
href="https://github.com/vercel/ai/tree/HEAD/packages/google/issues/15138">#15138</a>)</li>
<li><a
href="https://github.com/vercel/ai/commit/59530cf46d795d824ac6f20cce1a3fe79e25eb8b"><code>59530cf</code></a>
Backport: fix(google): emit no-args streaming tool calls and preserve
thought...</li>
<li><a
href="https://github.com/vercel/ai/commit/02882860df29ae2aa8140003c87a493af80bef08"><code>0288286</code></a>
Version Packages (<a
href="https://github.com/vercel/ai/tree/HEAD/packages/google/issues/15105">#15105</a>)</li>
<li><a
href="https://github.com/vercel/ai/commit/e3ccdb5987c07459ffd9be56088c5ac9d142fba2"><code>e3ccdb5</code></a>
Version Packages (<a
href="https://github.com/vercel/ai/tree/HEAD/packages/google/issues/15094">#15094</a>)</li>
<li><a
href="https://github.com/vercel/ai/commit/4f3f56467eaf1cbe59ce3323985bf5bb94cdb898"><code>4f3f564</code></a>
Backport: fix(provider/google): fix lack of image consistency when using
Inte...</li>
<li><a
href="https://github.com/vercel/ai/commit/bb377baff6f97cb42b4f4731b344c6d8d19ceb79"><code>bb377ba</code></a>
Backport: fix(google): omit passing includeServerSideToolInvocations for
Vert...</li>
<li><a
href="https://github.com/vercel/ai/commit/3a6aef7522c0f056a508b8830a74677f5ec0e664"><code>3a6aef7</code></a>
Version Packages (<a
href="https://github.com/vercel/ai/tree/HEAD/packages/google/issues/15072">#15072</a>)</li>
<li><a
href="https://github.com/vercel/ai/commit/e0f8c9e9b431a655c0d68475342fe198277a7e02"><code>e0f8c9e</code></a>
Backport: feat(provider/google): add support for the Gemini Interactions
API ...</li>
<li>See full diff in <a
href="https://github.com/vercel/ai/commits/@ai-sdk/google@3.0.72/packages/google">compare
view</a></li>
</ul>
</details>
<br />

Updates `@ai-sdk/google-vertex` from 4.0.121 to 4.0.126
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vercel/ai/blob/@ai-sdk/google-vertex@4.0.126/packages/google-vertex/CHANGELOG.md">@​ai-sdk/google-vertex's
changelog</a>.</em></p>
<blockquote>
<h2>4.0.126</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [b3642fe]
<ul>
<li><code>@​ai-sdk/google</code><a
href="https://github.com/3"><code>@​3</code></a>.0.72</li>
</ul>
</li>
</ul>
<h2>4.0.125</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [59530cf]
<ul>
<li><code>@​ai-sdk/google</code><a
href="https://github.com/3"><code>@​3</code></a>.0.71</li>
</ul>
</li>
</ul>
<h2>4.0.124</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [4f3f564]
<ul>
<li><code>@​ai-sdk/google</code><a
href="https://github.com/3"><code>@​3</code></a>.0.70</li>
</ul>
</li>
</ul>
<h2>4.0.123</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [f591416]</li>
<li>Updated dependencies [bb377ba]
<ul>
<li><code>@​ai-sdk/provider-utils</code><a
href="https://github.com/4"><code>@​4</code></a>.0.27</li>
<li><code>@​ai-sdk/google</code><a
href="https://github.com/3"><code>@​3</code></a>.0.69</li>
<li><code>@​ai-sdk/anthropic</code><a
href="https://github.com/3"><code>@​3</code></a>.0.76</li>
<li><code>@​ai-sdk/openai-compatible</code><a
href="https://github.com/2"><code>@​2</code></a>.0.47</li>
</ul>
</li>
</ul>
<h2>4.0.122</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [e0f8c9e]
<ul>
<li><code>@​ai-sdk/google</code><a
href="https://github.com/3"><code>@​3</code></a>.0.68</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vercel/ai/commit/d5bbdbc0eff8e684809c75469c53fd366e917b53"><code>d5bbdbc</code></a>
Version Packages (<a
href="https://github.com/vercel/ai/tree/HEAD/packages/google-vertex/issues/15174">#15174</a>)</li>
<li><a
href="https://github.com/vercel/ai/commit/e70aab94d6f3dac30d54ac3185259a9562051bd6"><code>e70aab9</code></a>
Version Packages (<a
href="https://github.com/vercel/ai/tree/HEAD/packages/google-vertex/issues/15138">#15138</a>)</li>
<li><a
href="https://github.com/vercel/ai/commit/02882860df29ae2aa8140003c87a493af80bef08"><code>0288286</code></a>
Version Packages (<a
href="https://github.com/vercel/ai/tree/HEAD/packages/google-vertex/issues/15105">#15105</a>)</li>
<li><a
href="https://github.com/vercel/ai/commit/e3ccdb5987c07459ffd9be56088c5ac9d142fba2"><code>e3ccdb5</code></a>
Version Packages (<a
href="https://github.com/vercel/ai/tree/HEAD/packages/google-vertex/issues/15094">#15094</a>)</li>
<li><a
href="https://github.com/vercel/ai/commit/3a6aef7522c0f056a508b8830a74677f5ec0e664"><code>3a6aef7</code></a>
Version Packages (<a
href="https://github.com/vercel/ai/tree/HEAD/packages/google-vertex/issues/15072">#15072</a>)</li>
<li>See full diff in <a
href="https://github.com/vercel/ai/commits/@ai-sdk/google-vertex@4.0.126/packages/google-vertex">compare
view</a></li>
</ul>
</details>
<br />

Updates `@ai-sdk/openai` from 3.0.61 to 3.0.63
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vercel/ai/blob/@ai-sdk/openai@3.0.63/packages/openai/CHANGELOG.md">@​ai-sdk/openai's
changelog</a>.</em></p>
<blockquote>
<h2>3.0.63</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [f591416]
<ul>
<li><code>@​ai-sdk/provider-utils</code><a
href="https://github.com/4"><code>@​4</code></a>.0.27</li>
</ul>
</li>
</ul>
<h2>3.0.62</h2>
<h3>Patch Changes</h3>
<ul>
<li>65edcca: feat: add allowedTools provider option for OpenAI
Responses</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vercel/ai/commit/e3ccdb5987c07459ffd9be56088c5ac9d142fba2"><code>e3ccdb5</code></a>
Version Packages (<a
href="https://github.com/vercel/ai/tree/HEAD/packages/openai/issues/15094">#15094</a>)</li>
<li><a
href="https://github.com/vercel/ai/commit/bf9de314a7e747019d73dedad7c840da25cc94d5"><code>bf9de31</code></a>
Version Packages (<a
href="https://github.com/vercel/ai/tree/HEAD/packages/openai/issues/15046">#15046</a>)</li>
<li><a
href="https://github.com/vercel/ai/commit/65edcca7edb360ea6c3fa703ff5662c893e9ec0b"><code>65edcca</code></a>
Backport: feat(openai): add allowedTools provider option for Responses
(<a
href="https://github.com/vercel/ai/tree/HEAD/packages/openai/issues/15044">#15044</a>)</li>
<li>See full diff in <a
href="https://github.com/vercel/ai/commits/@ai-sdk/openai@3.0.63/packages/openai">compare
view</a></li>
</ul>
</details>
<br />

Updates `@ai-sdk/openai-compatible` from 2.0.46 to 2.0.47
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vercel/ai/blob/@ai-sdk/openai-compatible@2.0.47/packages/openai-compatible/CHANGELOG.md">@​ai-sdk/openai-compatible's
changelog</a>.</em></p>
<blockquote>
<h2>2.0.47</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [f591416]
<ul>
<li><code>@​ai-sdk/provider-utils</code><a
href="https://github.com/4"><code>@​4</code></a>.0.27</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vercel/ai/commit/e3ccdb5987c07459ffd9be56088c5ac9d142fba2"><code>e3ccdb5</code></a>
Version Packages (<a
href="https://github.com/vercel/ai/tree/HEAD/packages/openai-compatible/issues/15094">#15094</a>)</li>
<li>See full diff in <a
href="https://github.com/vercel/ai/commits/@ai-sdk/openai-compatible@2.0.47/packages/openai-compatible">compare
view</a></li>
</ul>
</details>
<br />

Updates `ai` from 6.0.175 to 6.0.177
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vercel/ai/blob/ai@6.0.177/packages/ai/CHANGELOG.md">ai's
changelog</a>.</em></p>
<blockquote>
<h2>6.0.177</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [5c73af8]
<ul>
<li><code>@​ai-sdk/gateway</code><a
href="https://github.com/3"><code>@​3</code></a>.0.112</li>
</ul>
</li>
</ul>
<h2>6.0.176</h2>
<h3>Patch Changes</h3>
<ul>
<li>f591416: feat(ai): add toolMetadata for tool specific metdata</li>
<li>Updated dependencies [f591416]
<ul>
<li><code>@​ai-sdk/provider-utils</code><a
href="https://github.com/4"><code>@​4</code></a>.0.27</li>
<li><code>@​ai-sdk/gateway</code><a
href="https://github.com/3"><code>@​3</code></a>.0.111</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vercel/ai/commit/e70aab94d6f3dac30d54ac3185259a9562051bd6"><code>e70aab9</code></a>
Version Packages (<a
href="https://github.com/vercel/ai/tree/HEAD/packages/ai/issues/15138">#15138</a>)</li>
<li><a
href="https://github.com/vercel/ai/commit/e3ccdb5987c07459ffd9be56088c5ac9d142fba2"><code>e3ccdb5</code></a>
Version Packages (<a
href="https://github.com/vercel/ai/tree/HEAD/packages/ai/issues/15094">#15094</a>)</li>
<li><a
href="https://github.com/vercel/ai/commit/f591416195ac03f03d16c9f50e074586fa4c2088"><code>f591416</code></a>
Backport: feat(ai): add toolMetadata for tool specific metdata (<a
href="https://github.com/vercel/ai/tree/HEAD/packages/ai/issues/15053">#15053</a>)</li>
<li><a
href="https://github.com/vercel/ai/commit/008497419e76fbcbe460829fbd785539a0b41ad0"><code>0084974</code></a>
Backport: feat(mcp): deprecate name and use clientName for MCPClient (<a
href="https://github.com/vercel/ai/tree/HEAD/packages/ai/issues/15003">#15003</a>)</li>
<li>See full diff in <a
href="https://github.com/vercel/ai/commits/ai@6.0.177/packages/ai">compare
view</a></li>
</ul>
</details>
<br />


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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

1 participant