Skip to content

chore(deps-dev): bump ai from 4.3.19 to 6.0.168#22

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/ai-6.0.168
Open

chore(deps-dev): bump ai from 4.3.19 to 6.0.168#22
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/ai-6.0.168

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps ai from 4.3.19 to 6.0.168.

Release notes

Sourced from ai's releases.

ai@5.0.179

Patch Changes

  • 5543cd1: Add AI Gateway hint to provider READMEs
Commits
  • c38119a Version Packages (#14574)
  • 6afb871 Backport: ci(backport): check for exisitng PRs and use the force (#13260)
  • 493d7d4 Backport: update oidc (#13367)
  • f4a9c74 Backport: feat (provider/klingai): add kling v3.0 motion control support (#13...
  • f741e28 Backport: docs: remove dead imports and general improvements (#13671)
  • 93ecf8f Backport: chore (gateway): add reranking to model settings generation config ...
  • f93eca6 Version Packages (#14564)
  • 95b4fe0 Backport: fix(provider/anthropic): stop sending obsolete fine-grained-tool-st...
  • db2a49b Version Packages (#14558)
  • 20805c8 Backport: chore(provider/gateway): update gateway model settings files v6 (#1...
  • 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)

Summary by cubic

Upgrade ai from 4.3.19 to 6.0.168 across the workspace and align peer ranges to ^6. This adopts the v6 SDK (Gateway-ready) and removes the React peer requirement.

  • Dependencies

    • Bumped ai to ^6 in packages/ai-sdk (peer/dev) and packages/server (dev); updated bun.lock.
    • New transitive deps include @ai-sdk/gateway, @ai-sdk/provider@3, @ai-sdk/provider-utils@4; removed @ai-sdk/react, @ai-sdk/ui-utils and related packages.
  • Migration

    • Requires zod ^3.25.76 or ^4.1.8 (repo already uses zod@4).
    • No code changes included; run tests to verify ai v6 compatibility.

Written for commit 3acf91a. Summary will update on new commits.

Bumps [ai](https://github.com/vercel/ai) from 4.3.19 to 6.0.168.
- [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.168)

---
updated-dependencies:
- dependency-name: ai
  dependency-version: 6.0.168
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

dependabot Bot commented on behalf of github Apr 20, 2026

Copy link
Copy Markdown
Contributor Author

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.

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

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

No issues found across 3 files

Architecture diagram
sequenceDiagram
    participant Srv as Server (packages/server)
    participant SDK as Internal SDK (packages/ai-sdk)
    participant VAI as Vercel AI SDK (v6)
    participant GW as NEW: AI Gateway
    participant LLM as External Provider (OpenAI/Anthropic)

    Note over Srv, LLM: Runtime AI Request Flow (v6 Migration)

    Srv->>SDK: Request AI Completion
    SDK->>SDK: Validate input with Zod (v3.25+)
    
    SDK->>VAI: CHANGED: Invoke v6 compute/stream method
    
    alt AI Gateway configured
        VAI->>GW: NEW: Forward request with Gateway hints
        GW->>LLM: Proxy request to Provider
        LLM-->>GW: Token stream / Response
        GW-->>VAI: Return mediated response
    else Standard Provider Flow
        VAI->>LLM: Direct request to Provider API
        LLM-->>VAI: Response
    end

    VAI-->>SDK: Unified Stream/Object
    SDK-->>Srv: Final output

    Note over VAI, SDK: Removed: React/UI specific peer interactions (v6 decoupling)
Loading

@sonarqubecloud

Copy link
Copy Markdown

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.

0 participants