Skip to content

chore(deps/api): bump @ai-sdk/google from 2.0.67 to 3.0.62 in /packages/api#2144

Merged
mikib0 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/api/ai-sdk/google-3.0.62
Apr 15, 2026
Merged

chore(deps/api): bump @ai-sdk/google from 2.0.67 to 3.0.62 in /packages/api#2144
mikib0 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/api/ai-sdk/google-3.0.62

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Bumps @ai-sdk/google from 2.0.67 to 3.0.62.

Release notes

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

@​ai-sdk/google@​3.0.62

Patch Changes

  • 46a3584: fix(google-vertex): don't send streamFunctionCallArguments for unary API calls and change default to false
Commits
  • 534a4f1 Version Packages (#14355)
  • 46a3584 Backport: fix(google-vertex): don't send streamFunctionCallArguments for vert...
  • 5d213ea Version Packages (#14346)
  • 61f1a61 Backport: feat (provider/anthropic): add support for inference_geo provider o...
  • 78dd62f Version Packages (#14335)
  • 295beba Backport: fix(ai): fix lastAssistantMessageIsCompleteWithApprovalResponses ...
  • dce61ca Version Packages (#14324)
  • ff11aee Backport: fix(ai): fix providerExecuted tool approvals being passed to lang...
  • 9a8d276 Backport: feat(mcp): surface 'serverInfo' exposed from the MCP server (#14321)
  • 1eea534 Backport: docs: add zeroentropy as a community provider (#14305)
  • 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)

Bumps [@ai-sdk/google](https://github.com/vercel/ai) from 2.0.67 to 3.0.62.
- [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.67...@ai-sdk/google@3.0.62)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added api dependencies Pull requests that update a dependency file labels Apr 13, 2026
andrew-bierman added a commit that referenced this pull request Apr 14, 2026
- @ai-sdk/google 2.0.62 → 3.0.62 (#2144)
- @ai-sdk/openai 2.0.11 → 3.0.52
- @ai-sdk/perplexity 2.0.1 → 3.0.29 (#2148)
- drizzle-kit 0.30.6 → 0.31.10 (#2145)
- drizzle-orm 0.44.4 → 0.45.2 (#2127 drizzle group)
- @sentry/react-native 7.2.0 → 8.7.0 (#2123)
- react-native-maps 1.20.1 → 1.27.2 (#2125)
- eslint 8.57.0 → 10.2.0 (#2124)
- eslint-config-universe 12.0.1 → 15.0.3 (#2121)

Each bump may require follow-up fixes or principled reverts (expo-doctor,
breaking API changes). Those land in subsequent commits.
andrew-bierman added a commit that referenced this pull request Apr 14, 2026
- @ai-sdk/google 2.0.62 → 3.0.62 (#2144)
- @ai-sdk/openai 2.0.11 → 3.0.52
- @ai-sdk/perplexity 2.0.1 → 3.0.29 (#2148)

Types may need adjustment in aiService/catalogService (next commit).
andrew-bierman added a commit that referenced this pull request Apr 14, 2026
… PR)

The @ai-sdk/{google,openai,perplexity} v2→v3 bump (#2144, #2148) requires:
- Bumping 'ai' catalog to v6 (LanguageModelV3 replaces V2)
- Rewriting apps/expo CustomChatTransport (UIMessageChunk metadata shape)
- Awaiting convertToModelMessages() in 4 api routes (now async)
- Updating response schema types throughout aiService/chat/pack routes

This is effectively a standalone AI SDK v3 migration PR. Deferring.

Also reverting apps/guides/components/ui/chart.tsx to dev's state (recharts
v3 type imports TooltipContentProps/TooltipPayloadEntry were referenced but
recharts is pinned at 2.15.0 here — stale from earlier dependabot work).
andrew-bierman added a commit that referenced this pull request Apr 14, 2026
…lMessages

ai v6 + @ai-sdk/* v3 unblocks dependabot #2144/#2148. Required:
- 'ai' catalog ^5.0.136 → ^6.0.160
- @ai-sdk/react (apps/expo) ^2.0.11 → ^3.0.162 (ChatTransport interface
  now requires V3 provider metadata)
- await convertToModelMessages() — became async in v6
- CustomChatTransport UIMessageChunk -> UIMessageChunk<unknown, UIDataTypes>
@mikib0 mikib0 merged commit aca0635 into main Apr 15, 2026
3 of 8 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/packages/api/ai-sdk/google-3.0.62 branch April 15, 2026 09:47
andrew-bierman added a commit that referenced this pull request Apr 16, 2026
…lMessages

ai v6 + @ai-sdk/* v3 unblocks dependabot #2144/#2148. Required:
- 'ai' catalog ^5.0.136 → ^6.0.160
- @ai-sdk/react (apps/expo) ^2.0.11 → ^3.0.162 (ChatTransport interface
  now requires V3 provider metadata)
- await convertToModelMessages() — became async in v6
- CustomChatTransport UIMessageChunk -> UIMessageChunk<unknown, UIDataTypes>
andrew-bierman added a commit that referenced this pull request Apr 16, 2026
…lMessages

ai v6 + @ai-sdk/* v3 unblocks dependabot #2144/#2148. Required:
- 'ai' catalog ^5.0.136 → ^6.0.160
- @ai-sdk/react (apps/expo) ^2.0.11 → ^3.0.162 (ChatTransport interface
  now requires V3 provider metadata)
- await convertToModelMessages() — became async in v6
- CustomChatTransport UIMessageChunk -> UIMessageChunk<unknown, UIDataTypes>
andrew-bierman added a commit that referenced this pull request May 14, 2026
- @ai-sdk/google 2.0.62 → 3.0.62 (#2144)
- @ai-sdk/openai 2.0.11 → 3.0.52
- @ai-sdk/perplexity 2.0.1 → 3.0.29 (#2148)
- drizzle-kit 0.30.6 → 0.31.10 (#2145)
- drizzle-orm 0.44.4 → 0.45.2 (#2127 drizzle group)
- @sentry/react-native 7.2.0 → 8.7.0 (#2123)
- react-native-maps 1.20.1 → 1.27.2 (#2125)
- eslint 8.57.0 → 10.2.0 (#2124)
- eslint-config-universe 12.0.1 → 15.0.3 (#2121)

Each bump may require follow-up fixes or principled reverts (expo-doctor,
breaking API changes). Those land in subsequent commits.
andrew-bierman added a commit that referenced this pull request May 14, 2026
- @ai-sdk/google 2.0.62 → 3.0.62 (#2144)
- @ai-sdk/openai 2.0.11 → 3.0.52
- @ai-sdk/perplexity 2.0.1 → 3.0.29 (#2148)

Types may need adjustment in aiService/catalogService (next commit).
andrew-bierman added a commit that referenced this pull request May 14, 2026
… PR)

The @ai-sdk/{google,openai,perplexity} v2→v3 bump (#2144, #2148) requires:
- Bumping 'ai' catalog to v6 (LanguageModelV3 replaces V2)
- Rewriting apps/expo CustomChatTransport (UIMessageChunk metadata shape)
- Awaiting convertToModelMessages() in 4 api routes (now async)
- Updating response schema types throughout aiService/chat/pack routes

This is effectively a standalone AI SDK v3 migration PR. Deferring.

Also reverting apps/guides/components/ui/chart.tsx to dev's state (recharts
v3 type imports TooltipContentProps/TooltipPayloadEntry were referenced but
recharts is pinned at 2.15.0 here — stale from earlier dependabot work).
andrew-bierman added a commit that referenced this pull request May 14, 2026
…lMessages

ai v6 + @ai-sdk/* v3 unblocks dependabot #2144/#2148. Required:
- 'ai' catalog ^5.0.136 → ^6.0.160
- @ai-sdk/react (apps/expo) ^2.0.11 → ^3.0.162 (ChatTransport interface
  now requires V3 provider metadata)
- await convertToModelMessages() — became async in v6
- CustomChatTransport UIMessageChunk -> UIMessageChunk<unknown, UIDataTypes>
andrew-bierman added a commit that referenced this pull request May 14, 2026
…lMessages

ai v6 + @ai-sdk/* v3 unblocks dependabot #2144/#2148. Required:
- 'ai' catalog ^5.0.136 → ^6.0.160
- @ai-sdk/react (apps/expo) ^2.0.11 → ^3.0.162 (ChatTransport interface
  now requires V3 provider metadata)
- await convertToModelMessages() — became async in v6
- CustomChatTransport UIMessageChunk -> UIMessageChunk<unknown, UIDataTypes>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant