chore(deps-dev): bump ai from 4.3.19 to 6.0.168#22
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
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>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
There was a problem hiding this comment.
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)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Bumps ai from 4.3.19 to 6.0.168.
Release notes
Sourced from ai's releases.
Commits
c38119aVersion Packages (#14574)6afb871Backport: ci(backport): check for exisitng PRs and use the force (#13260)493d7d4Backport: update oidc (#13367)f4a9c74Backport: feat (provider/klingai): add kling v3.0 motion control support (#13...f741e28Backport: docs: remove dead imports and general improvements (#13671)93ecf8fBackport: chore (gateway): add reranking to model settings generation config ...f93eca6Version Packages (#14564)95b4fe0Backport: fix(provider/anthropic): stop sending obsolete fine-grained-tool-st...db2a49bVersion Packages (#14558)20805c8Backport: chore(provider/gateway): update gateway model settings files v6 (#1...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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
aifrom 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
aito^6inpackages/ai-sdk(peer/dev) andpackages/server(dev); updatedbun.lock.@ai-sdk/gateway,@ai-sdk/provider@3,@ai-sdk/provider-utils@4; removed@ai-sdk/react,@ai-sdk/ui-utilsand related packages.Migration
zod^3.25.76or^4.1.8(repo already useszod@4).aiv6 compatibility.Written for commit 3acf91a. Summary will update on new commits.