Skip to content

chore(deps): bump @ai-sdk/gateway from 3.0.60 to 3.0.61#428

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/ai-sdk/gateway-3.0.61
Open

chore(deps): bump @ai-sdk/gateway from 3.0.60 to 3.0.61#428
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/ai-sdk/gateway-3.0.61

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 3, 2026

Bumps @ai-sdk/gateway from 3.0.60 to 3.0.61.

Release notes

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

@​ai-sdk/gateway@​3.0.61

Patch Changes

  • Updated dependencies [08336f1]
    • @​ai-sdk/provider-utils@​4.0.17
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/gateway to 3.0.61 to pull in the latest patch fixes. No app code changes; lockfile refreshed.

  • Dependencies
    • @ai-sdk/gateway: ^3.0.61 (resolves to 3.0.61)
    • Transitive: @ai-sdk/provider-utils → 4.0.17 (via gateway)

Written for commit dc34386. Summary will update on new commits. Review in cubic

Bumps [@ai-sdk/gateway](https://github.com/vercel/ai) from 3.0.60 to 3.0.61.
- [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/gateway@3.0.60...@ai-sdk/gateway@3.0.61)

---
updated-dependencies:
- dependency-name: "@ai-sdk/gateway"
  dependency-version: 3.0.61
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies javascript Pull requests that update javascript code labels Mar 3, 2026
@vercel
Copy link
Contributor

vercel bot commented Mar 3, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
domainstack Ready Ready Preview, Comment Mar 3, 2026 2:43pm

Request Review

Copy link
Contributor

@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.

No issues found across 2 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.
Architecture diagram
sequenceDiagram
    participant UI as Client (Browser)
    participant App as Web Server (apps/web)
    participant GW as @ai-sdk/gateway
    participant Bedrock as Amazon Bedrock (API)

    Note over UI, Bedrock: Request flow via AI Gateway

    UI->>App: POST /api/chat (with attachments)
    App->>GW: processRequest(payload)

    Note over GW: CHANGED: version 3.0.61 handles<br/>Bedrock filenames specifically

    GW->>GW: CHANGED: strip file extensions<br/>from filename (Bedrock fix)
    
    GW->>Bedrock: Forward Request (Stripped Filename)
    Bedrock-->>GW: Model Response
    
    GW-->>App: Unified AI Stream/Response
    App-->>UI: 200 OK (Stream)
Loading

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

Labels

dependencies javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants