build(deps): bump @ai-sdk/google from 2.0.24 to 3.0.52 in /frontend#1482
build(deps): bump @ai-sdk/google from 2.0.24 to 3.0.52 in /frontend#1482dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
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>
|
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
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", |
There was a problem hiding this comment.
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-v5 → 2.0.62 and latest → 3.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.


Bumps @ai-sdk/google from 2.0.24 to 3.0.52.
Release notes
Sourced from
@ai-sdk/google's releases.Commits
415b07aVersion Packages (#13687)055cd68fix: publish v6 to latest npm dist tag (#13686)47114a3Backport: fix(provider/google): support multimodal tool-result parts in funct...d99eb91Backport: chore(provider/gateway): update gateway model settings files v6 (#1...21c271bVersion Packages (#13655)28fd5a5Backport: README updates and tags (v6.0) (#13653)f94277aVersion Packages (#13639)14f25f9Backport: feat(ai): introduce experimental callbacks for embed function (#13637)893ef66Version Packages (#13601)25af909Backport: chore(provider/gateway): update gateway model settings files v6 (#1...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 this major versionwill 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 versionwill 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 dependencywill 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-utilsversions) could affect Gemini requests and tool/function-call handling at runtime.Overview
Bumps the frontend’s Google AI provider integration by upgrading
@ai-sdk/googlefrom2.0.24to3.0.52.Updates
pnpm-lock.yamlaccordingly, pulling in newer@ai-sdk/provider/@ai-sdk/provider-utilsversions 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.