Skip to content

build(deps): bump @ai-sdk/google from 2.0.24 to 3.0.52 in /frontend#1482

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/frontend/ai-sdk/google-3.0.52
Open

build(deps): bump @ai-sdk/google from 2.0.24 to 3.0.52 in /frontend#1482
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/frontend/ai-sdk/google-3.0.52

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps @ai-sdk/google from 2.0.24 to 3.0.52.

Release notes

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

@​ai-sdk/google@​3.0.52

Patch Changes

  • 055cd68: fix: publish v6 to latest npm dist tag

  • 47114a3: feat(provider/google): Add multimodal tool-result support for Google function responses.

    Tool results with output.type = 'content' now map media parts into functionResponse.parts for Google models, including image-data, file-data, and base64 data: URLs in URL-style content parts. Remote HTTP(S) URLs in URL-style tool-result parts are not supported.

  • Updated dependencies [055cd68]

    • @​ai-sdk/provider-utils@​4.0.21
Commits
  • 415b07a Version Packages (#13687)
  • 055cd68 fix: publish v6 to latest npm dist tag (#13686)
  • 47114a3 Backport: fix(provider/google): support multimodal tool-result parts in funct...
  • d99eb91 Backport: chore(provider/gateway): update gateway model settings files v6 (#1...
  • 21c271b Version Packages (#13655)
  • 28fd5a5 Backport: README updates and tags (v6.0) (#13653)
  • f94277a Version Packages (#13639)
  • 14f25f9 Backport: feat(ai): introduce experimental callbacks for embed function (#13637)
  • 893ef66 Version Packages (#13601)
  • 25af909 Backport: chore(provider/gateway): update gateway model settings files v6 (#1...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note

Medium Risk
Upgrades a major-version AI provider dependency; behavior/API changes in @ai-sdk/google (and its new @ai-sdk/provider/provider-utils versions) could affect Gemini requests and tool/function-call handling at runtime.

Overview
Bumps the frontend’s Google AI provider integration by upgrading @ai-sdk/google from 2.0.24 to 3.0.52.

Updates pnpm-lock.yaml accordingly, pulling in newer @ai-sdk/provider/@ai-sdk/provider-utils versions and refreshing several transitive dependency resolutions (e.g. CodeMirror packages, build tooling libs).

Written by Cursor Bugbot for commit c21d9e7. This will update automatically on new commits. Configure here.

Bumps [@ai-sdk/google](https://github.com/vercel/ai) from 2.0.24 to 3.0.52.
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/compare/@ai-sdk/google@2.0.24...@ai-sdk/google@3.0.52)

---
updated-dependencies:
- dependency-name: "@ai-sdk/google"
  dependency-version: 3.0.52
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Mar 23, 2026
@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link
Copy Markdown
Contributor

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

"@ai-sdk/anthropic": "^2.0.13",
"@ai-sdk/azure": "^2.0.26",
"@ai-sdk/google": "^2.0.24",
"@ai-sdk/google": "^3.0.52",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incompatible major version bump breaks AI SDK compatibility

High Severity

@ai-sdk/google is bumped from v2 to v3, but the project uses ai@5.0.81 (AI SDK v5). The npm dist-tags clearly show ai-v52.0.62 and latest3.0.52 (meant for AI SDK v6). The v3 google package pulls in @ai-sdk/provider@3.0.8 and @ai-sdk/provider-utils@4.0.21, while ai@5.0.81 and all other provider packages depend on @ai-sdk/provider@2.0.0. This cross-major-version mismatch will likely cause type incompatibilities or runtime errors when the LanguageModel returned by createGoogleGenerativeAI (from provider v3) is used where provider v2 types are expected.

Additional Locations (1)
Fix in Cursor Fix in Web

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