Skip to content

chore(deps): bump @ai-sdk/amazon-bedrock from 3.0.82 to 4.0.92#685

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/ai-sdk/amazon-bedrock-4.0.92
Open

chore(deps): bump @ai-sdk/amazon-bedrock from 3.0.82 to 4.0.92#685
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/ai-sdk/amazon-bedrock-4.0.92

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2026

Bumps @ai-sdk/amazon-bedrock from 3.0.82 to 4.0.92.

Release notes

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

@​ai-sdk/react@​4.0.0-beta.79

Patch Changes

  • Updated dependencies [6866afe]
    • ai@7.0.0-beta.79

@​ai-sdk/vue@​4.0.0-beta.79

Patch Changes

  • Updated dependencies [6866afe]
    • ai@7.0.0-beta.79

@​ai-sdk/react@​4.0.0-beta.78

Patch Changes

  • Updated dependencies [f372547]
    • ai@7.0.0-beta.78

@​ai-sdk/vue@​4.0.0-beta.78

Patch Changes

  • Updated dependencies [f372547]
    • ai@7.0.0-beta.78

@​ai-sdk/react@​4.0.0-beta.77

Patch Changes

  • Updated dependencies [2add429]
    • ai@7.0.0-beta.77

@​ai-sdk/vue@​4.0.0-beta.77

Patch Changes

  • Updated dependencies [2add429]
    • ai@7.0.0-beta.77

@​ai-sdk/react@​4.0.0-beta.76

Patch Changes

  • Updated dependencies [fcc6869]
    • ai@7.0.0-beta.76

@​ai-sdk/vue@​4.0.0-beta.76

Patch Changes

  • Updated dependencies [fcc6869]
    • ai@7.0.0-beta.76

@​ai-sdk/gateway@​4.0.0-beta.44

Patch Changes

... (truncated)

Commits

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)

Summary by cubic

Upgrade @ai-sdk/amazon-bedrock from 3.0.82 to 4.0.92 to pick up the latest fixes and features. This is a major update; no app code changes in this PR.

  • Dependencies

    • @ai-sdk/amazon-bedrock: 3.0.82 → 4.0.92
  • Migration

    • Smoke test Bedrock flows (streaming outputs and reasoning blocks) for v4 changes.
    • If issues appear, consider pinning to 3.x or updating call sites per v4 notes.

Written for commit 9aba6c7. Summary will update on new commits.

Bumps [@ai-sdk/amazon-bedrock](https://github.com/vercel/ai) from 3.0.82 to 4.0.92.
- [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/amazon-bedrock@3.0.82...@ai-sdk/amazon-bedrock@4.0.92)

---
updated-dependencies:
- dependency-name: "@ai-sdk/amazon-bedrock"
  dependency-version: 4.0.92
  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 Apr 10, 2026
Copy link
Copy Markdown

@claude claude bot left a comment

Choose a reason for hiding this comment

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

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@github-actions
Copy link
Copy Markdown

This PR doesn't fully meet our contributing guidelines and PR template.

What needs to be fixed:

  • PR description is missing required template sections. Please use the PR template.

Please edit this PR description to address the above within 2 hours, or it will be automatically closed.

If you believe this was flagged incorrectly, please let a maintainer know.

@github-actions
Copy link
Copy Markdown

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

1 issue found across 1 file

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="packages/opencode/package.json">

<violation number="1" location="packages/opencode/package.json:62">
P0: Major version incompatibility: `@ai-sdk/amazon-bedrock@4.0.92` belongs to the AI SDK v7 release train and depends on `@ai-sdk/provider@3.0.8` and `@ai-sdk/provider-utils@4.0.23`, while the project uses `ai@5.0.124` (which depends on `@ai-sdk/provider@2.0.1` / `@ai-sdk/provider-utils@3.0.20`). This will result in duplicate, incompatible versions of shared internal packages in the dependency tree, likely causing runtime failures when the Bedrock provider is used. The other `@ai-sdk/*` packages and the core `ai` package would need to be upgraded together.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review, or fix all with cubic.

"@actions/github": "6.0.1",
"@agentclientprotocol/sdk": "0.14.1",
"@ai-sdk/amazon-bedrock": "3.0.82",
"@ai-sdk/amazon-bedrock": "4.0.92",
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot Apr 10, 2026

Choose a reason for hiding this comment

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

P0: Major version incompatibility: @ai-sdk/amazon-bedrock@4.0.92 belongs to the AI SDK v7 release train and depends on @ai-sdk/provider@3.0.8 and @ai-sdk/provider-utils@4.0.23, while the project uses ai@5.0.124 (which depends on @ai-sdk/provider@2.0.1 / @ai-sdk/provider-utils@3.0.20). This will result in duplicate, incompatible versions of shared internal packages in the dependency tree, likely causing runtime failures when the Bedrock provider is used. The other @ai-sdk/* packages and the core ai package would need to be upgraded together.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/opencode/package.json, line 62:

<comment>Major version incompatibility: `@ai-sdk/amazon-bedrock@4.0.92` belongs to the AI SDK v7 release train and depends on `@ai-sdk/provider@3.0.8` and `@ai-sdk/provider-utils@4.0.23`, while the project uses `ai@5.0.124` (which depends on `@ai-sdk/provider@2.0.1` / `@ai-sdk/provider-utils@3.0.20`). This will result in duplicate, incompatible versions of shared internal packages in the dependency tree, likely causing runtime failures when the Bedrock provider is used. The other `@ai-sdk/*` packages and the core `ai` package would need to be upgraded together.</comment>

<file context>
@@ -59,7 +59,7 @@
     "@actions/github": "6.0.1",
     "@agentclientprotocol/sdk": "0.14.1",
-    "@ai-sdk/amazon-bedrock": "3.0.82",
+    "@ai-sdk/amazon-bedrock": "4.0.92",
     "@ai-sdk/anthropic": "2.0.65",
     "@ai-sdk/azure": "2.0.91",
</file context>
Suggested change
"@ai-sdk/amazon-bedrock": "4.0.92",
"@ai-sdk/amazon-bedrock": "3.0.82",
Fix with Cubic

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

Labels

contributor dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code needs:compliance needs:issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants