Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2026

Bumps the npm-ai-sdk group with 4 updates: @ai-sdk/anthropic, @ai-sdk/google, @ai-sdk/openai and ai.

Updates @ai-sdk/anthropic from 1.2.12 to 3.0.9

Release notes

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

@​ai-sdk/anthropic@​3.0.9

Patch Changes

  • de2399b: fix(anthropic): assign type urls in file parts correctly

@​ai-sdk/anthropic@​3.0.8

Patch Changes

  • bee4f82: fix(anthropic): enable structured output support for claude-haiku-4-5

    This fixes an issue where the strict: true property was not included in the request body when using tools with Claude Haiku 4.5, because supportsStructuredOutput was incorrectly set to false for this model.

    Claude Haiku 4.5 supports structured outputs, so the strict property should be forwarded to the Anthropic API when specified on tools.

Commits

Updates @ai-sdk/google from 1.2.22 to 3.0.6

Release notes

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

@​ai-sdk/google@​3.0.6

Patch Changes

  • 2043612: fix(google): parse structured output when using google provider tools

@​ai-sdk/google@​3.0.5

Patch Changes

  • 3be4d81: Add file support for Gemini 3 models

@​ai-sdk/google@​3.0.4

Patch Changes

  • Updated dependencies [d937c8f]
    • @​ai-sdk/provider@​3.0.2
    • @​ai-sdk/provider-utils@​4.0.4
Commits

Updates @ai-sdk/openai from 1.3.24 to 3.0.7

Release notes

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

@​ai-sdk/openai@​3.0.7

Patch Changes

  • 89202fb: fix(openai/azure): passing response_format correctly

@​ai-sdk/openai@​3.0.6

Patch Changes

  • dc87517: Fix handling of image-url tool result content type in OpenAI Responses API conversion

@​ai-sdk/openai@​3.0.5

Patch Changes

  • Updated dependencies [d937c8f]
    • @​ai-sdk/provider@​3.0.2
    • @​ai-sdk/provider-utils@​4.0.4

@​ai-sdk/openai-compatible@​2.0.4

Patch Changes

  • Updated dependencies [d937c8f]
    • @​ai-sdk/provider@​3.0.2
    • @​ai-sdk/provider-utils@​4.0.4
Commits

Updates ai from 4.3.19 to 6.0.19

Release notes

Sourced from ai's releases.

ai@6.0.19

Patch Changes

  • Updated dependencies [2696fd2]
    • @​ai-sdk/gateway@​3.0.10

ai@6.0.18

Patch Changes

  • d6ec0e2: chore(ai): remove _internal.currentDate from generateText

ai@6.0.17

Patch Changes

  • af0955e: streamText should throw timeout error with proper cause when it times out

ai@6.0.16

Patch Changes

  • 81adf59: feat(ai): introduce timeout configuration object

ai@6.0.15

Patch Changes

  • 3a73fb3: Include abort reason in stream chunks and document the new field

ai@6.0.14

Patch Changes

  • 3f9453f: feat(ai): add timeout option to generateText, streamText, and Agent

ai@6.0.13

Patch Changes

  • e2c445d: feat(ai): smoothStream reasoning support

ai@6.0.12

Patch Changes

  • d937c8f: Add Image model middleware support via wrapImageModel and ImageModelV3Middleware.
  • Updated dependencies [d937c8f]
    • @​ai-sdk/provider@​3.0.2
    • @​ai-sdk/gateway@​3.0.9
    • @​ai-sdk/provider-utils@​4.0.4
Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

Bumps the npm-ai-sdk group with 4 updates: [@ai-sdk/anthropic](https://github.com/vercel/ai), [@ai-sdk/google](https://github.com/vercel/ai), [@ai-sdk/openai](https://github.com/vercel/ai) and [ai](https://github.com/vercel/ai).


Updates `@ai-sdk/anthropic` from 1.2.12 to 3.0.9
- [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/anthropic@1.2.12...@ai-sdk/anthropic@3.0.9)

Updates `@ai-sdk/google` from 1.2.22 to 3.0.6
- [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@1.2.22...@ai-sdk/google@3.0.6)

Updates `@ai-sdk/openai` from 1.3.24 to 3.0.7
- [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/openai@1.3.24...@ai-sdk/openai@3.0.7)

Updates `ai` from 4.3.19 to 6.0.19
- [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@4.3.19...ai@6.0.19)

---
updated-dependencies:
- dependency-name: "@ai-sdk/anthropic"
  dependency-version: 3.0.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-ai-sdk
- dependency-name: "@ai-sdk/google"
  dependency-version: 3.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-ai-sdk
- dependency-name: "@ai-sdk/openai"
  dependency-version: 3.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-ai-sdk
- dependency-name: ai
  dependency-version: 6.0.19
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-ai-sdk
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 8, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@coderabbitai
Copy link

coderabbitai bot commented Jan 8, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant