chore(deps-dev): bump @ai-sdk/google from 3.0.83 to 4.0.8#321
chore(deps-dev): bump @ai-sdk/google from 3.0.83 to 4.0.8#321dependabot[bot] wants to merge 1 commit into
Conversation
Deploying impeccable with
|
| Latest commit: |
4e260bf
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://08d1709f.impeccable-2rv.pages.dev |
| Branch Preview URL: | https://dependabot-bun-ai-sdk-google.impeccable-2rv.pages.dev |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit a4b8d3d. Configure here.
| "devDependencies": { | ||
| "@ai-sdk/anthropic": "^3.0.71", | ||
| "@ai-sdk/google": "^3.0.75", | ||
| "@ai-sdk/google": "^4.0.2", |
There was a problem hiding this comment.
Google SDK major without ai bump
Medium Severity
This commit bumps @ai-sdk/google to 4.x while ai remains on 6.x. Vercel ships Google 3.x for AI SDK 6 (ai-v6 dist-tag) and Google 4.x with AI SDK 7. Models from google() then use @ai-sdk/provider 4.x nested under Google, but generateText from ai@6 is built against provider 3.x, so Gemini runs in test:skill-behavior can fail when a Google API key is set.
Reviewed by Cursor Bugbot for commit a4b8d3d. Configure here.
|
Weekly dependency sweep note: inspected but not merging in this pass. This bumps GitHub CI on this head is green, but this is a Vercel AI SDK major with provider API/spec changes and leaves the rest of the AI SDK stack split across majors. Smallest safe path: coordinate with the |
Bumps [@ai-sdk/google](https://github.com/vercel/ai/tree/HEAD/packages/google) from 3.0.83 to 4.0.8. - [Release notes](https://github.com/vercel/ai/releases) - [Changelog](https://github.com/vercel/ai/blob/main/packages/google/CHANGELOG.md) - [Commits](https://github.com/vercel/ai/commits/@ai-sdk/google@4.0.8/packages/google) --- updated-dependencies: - dependency-name: "@ai-sdk/google" dependency-version: 4.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
a4b8d3d to
4e260bf
Compare
|
Closing in favor of #336, which rolls the AI SDK v7/provider v4 updates together and includes the required skill-behavior harness migration plus full validation. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |


Bumps @ai-sdk/google from 3.0.83 to 4.0.8.
Release notes
Sourced from @ai-sdk/google's releases.
... (truncated)
Changelog
Sourced from @ai-sdk/google's changelog.
... (truncated)
Commits
c73f2efVersion Packages (#16651)70d913bVersion Packages (#16568)c6f5e62fix: RawJSON.parseused in production provider code (prototype pollution r...bd8d172fix: embedMany over-batches@ai-sdk/googleembedding models (#16575)2667de0Version Packages (#16556)d20f0dcfeat(provider/google-vertex): add interactions() for Gemini Interactions API ...73a1457Version Packages (#16545)db897f9Version Packages (#16525)dc1eb8dfeat(provider/google): support Gemini Interactions video output, usage, and o...11ee778Version Packages (#16499)Note
Medium Risk
Major-version bump of a dev-only Google AI SDK provider used in live skill-behavior tests; nested provider 4.x may diverge from the still-3.x
aipackage and warrant running those tests after merge.Overview
Bumps the dev dependency
@ai-sdk/googlefrom 3.0.83 to 4.0.8 inpackage.json, with matching updates inbun.lock.The v4 package now resolves
@ai-sdk/provider@4.0.2and@ai-sdk/provider-utils@5.0.5(nested under@ai-sdk/google), including a new transitive@workflow/serdeentry. Other AI SDK dev deps such asai,@ai-sdk/anthropic, and@ai-sdk/openaiare unchanged and still sit on provider 3.x at the top level.This affects the skill-behavior test harness (
tests/skill-behavior/providers.mjs), which importsgooglefrom@ai-sdk/googlefor Gemini runs alongside the Vercelaipackage.Reviewed by Cursor Bugbot for commit 4e260bf. Bugbot is set up for automated code reviews on this repo. Configure here.