build(deps): bump the aisdk group with 5 updates#468
Merged
Conversation
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>
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the aisdk group with 5 updates:
3.0.673.0.724.0.1214.0.1263.0.613.0.632.0.462.0.476.0.1756.0.177Updates
@ai-sdk/googlefrom 3.0.67 to 3.0.72Changelog
Sourced from @ai-sdk/google's changelog.
Commits
d5bbdbcVersion Packages (#15174)b3642feBackport: feat(provider/google): support cancelling long-running Interactions...e70aab9Version Packages (#15138)59530cfBackport: fix(google): emit no-args streaming tool calls and preserve thought...0288286Version Packages (#15105)e3ccdb5Version Packages (#15094)4f3f564Backport: fix(provider/google): fix lack of image consistency when using Inte...bb377baBackport: fix(google): omit passing includeServerSideToolInvocations for Vert...3a6aef7Version Packages (#15072)e0f8c9eBackport: feat(provider/google): add support for the Gemini Interactions API ...Updates
@ai-sdk/google-vertexfrom 4.0.121 to 4.0.126Changelog
Sourced from @ai-sdk/google-vertex's changelog.
Commits
d5bbdbcVersion Packages (#15174)e70aab9Version Packages (#15138)0288286Version Packages (#15105)e3ccdb5Version Packages (#15094)3a6aef7Version Packages (#15072)Updates
@ai-sdk/openaifrom 3.0.61 to 3.0.63Changelog
Sourced from @ai-sdk/openai's changelog.
Commits
e3ccdb5Version Packages (#15094)bf9de31Version Packages (#15046)65edccaBackport: feat(openai): add allowedTools provider option for Responses (#15044)Updates
@ai-sdk/openai-compatiblefrom 2.0.46 to 2.0.47Changelog
Sourced from @ai-sdk/openai-compatible's changelog.
Commits
e3ccdb5Version Packages (#15094)Updates
aifrom 6.0.175 to 6.0.177Changelog
Sourced from ai's changelog.
Commits
e70aab9Version Packages (#15138)e3ccdb5Version Packages (#15094)f591416Backport: feat(ai): add toolMetadata for tool specific metdata (#15053)0084974Backport: feat(mcp): deprecate name and use clientName for MCPClient (#15003)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 <dependency name> major versionwill 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 versionwill 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