fix(deps): update ai stack - #2583
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/ai-stack
branch
5 times, most recently
from
August 10, 2026 05:26
49d87df to
afdb7d4
Compare
renovate
Bot
force-pushed
the
renovate/ai-stack
branch
from
August 10, 2026 11:00
afdb7d4 to
c02eec1
Compare
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.
This PR contains the following updates:
^4.0.27→^4.0.34^4.0.31→^4.0.37^4.0.27→^4.0.34^3.0.20→^3.0.25^4.0.51→^4.0.59^4.0.25→^4.0.31^7.0.48→^7.0.56Release Notes
vercel/ai (@ai-sdk/anthropic)
v4.0.34Compare Source
Patch Changes
e6415bd: feat(anthropic): add text batch supportv4.0.33Compare Source
Patch Changes
3469d0c]v4.0.32Compare Source
Patch Changes
8b96941: Reject spliced Anthropic generations while allowing duplicate message start events for the active message.v4.0.30Compare Source
Patch Changes
1bec07d]v4.0.29Compare Source
Patch Changes
160ccdb]v4.0.28Compare Source
Patch Changes
9337ecd: Preserve Anthropic prompt-cache matches by replaying complete code-execution transcripts in their original wire shape.79e133c]vercel/ai (@ai-sdk/google)
v4.0.37Compare Source
Patch Changes
bbd9b31: chore: rename*TranslationModeland its related types to*SpeechTranslationModelfor consistencyv4.0.36Compare Source
Patch Changes
3469d0c]v4.0.35Compare Source
Patch Changes
2b60826]v4.0.34Compare Source
Patch Changes
1bec07d]v4.0.33Compare Source
Patch Changes
160ccdb]v4.0.32Compare Source
Patch Changes
79e133c: async APIs for generateVideo (poll, webhook)Adds an asynchronous start/status flow to the experimental video model
interface (
VideoModelV4): models may now implementdoStart,doStatus,and
handleWebhookOptioninstead of (or in addition to)doGenerate, andexperimental_generateVideoacceptspollandwebhookoptions toorchestrate completion via polling or webhooks. Polling configuration can use
a custom delay implementation for durable workflow compatibility.
Updated dependencies [
79e133c]vercel/ai (@ai-sdk/openai)
v4.0.34Compare Source
Patch Changes
73d48d0: fix(provider/openai): correlate rotating Responses API item IDs by output indexbbd9b31: chore: rename*TranslationModeland its related types to*SpeechTranslationModelfor consistencyv4.0.33Compare Source
Patch Changes
e6a93c4: feat(openai): support batch APIs with experimental_startTextBatchv4.0.32Compare Source
Patch Changes
3469d0c]v4.0.31Compare Source
Patch Changes
2b60826]v4.0.30Compare Source
Patch Changes
1bec07d: Fix streamed tool calls with non-zero, non-contiguous, reused, or missing indexes.1bec07d]v4.0.29Compare Source
Patch Changes
160ccdb]v4.0.28Compare Source
Patch Changes
79e133c]vercel/ai (@ai-sdk/openai-compatible)
v3.0.25Compare Source
Patch Changes
3469d0c]v3.0.24Compare Source
Patch Changes
2b60826]v3.0.23Compare Source
Patch Changes
1bec07d: Fix streamed tool calls with non-zero, non-contiguous, reused, or missing indexes.1bec07d]v3.0.22Compare Source
Patch Changes
160ccdb]v3.0.21Compare Source
Patch Changes
79e133c]vercel/ai (@ai-sdk/react)
v4.0.59Compare Source
Patch Changes
10e8db0: FixuseChatthrottling so unrelated React renders cannot publish message snapshots ahead of the configured throttle cadence.25c9120]89080c8]79d6195]v4.0.58Compare Source
Patch Changes
3469d0c]v4.0.57Compare Source
Patch Changes
a6b17a2]5615eb7]36a3ff6]v4.0.55Compare Source
Patch Changes
3836a85]1bec07d]v4.0.54Compare Source
Patch Changes
160ccdb]v4.0.53Compare Source
Patch Changes
79e133c]da64b51]v4.0.52Compare Source
Patch Changes
vercel/ai (@ai-sdk/xai)
v4.0.31Compare Source
Patch Changes
2b1068f: chore(xai): drop the unused@ai-sdk/openai-compatibledependencyThis provider was originally built on the shared openai-compatible model and
has since been rewritten to implement its own, with its own tool preparation,
finish-reason mapping and response metadata helpers. Nothing in the package
imports
@ai-sdk/openai-compatibleany more, but the dependency and theTypeScript project reference to it were both left behind. No runtime change.
v4.0.30Compare Source
Patch Changes
3469d0c]v4.0.29Compare Source
Patch Changes
2b60826]v4.0.28Compare Source
Patch Changes
1bec07d]v4.0.27Compare Source
Patch Changes
160ccdb]v4.0.26Compare Source
Patch Changes
79e133c: async APIs for generateVideo (poll, webhook)Adds an asynchronous start/status flow to the experimental video model
interface (
VideoModelV4): models may now implementdoStart,doStatus,and
handleWebhookOptioninstead of (or in addition to)doGenerate, andexperimental_generateVideoacceptspollandwebhookoptions toorchestrate completion via polling or webhooks. Polling configuration can use
a custom delay implementation for durable workflow compatibility.
Updated dependencies [
79e133c]vercel/ai (ai)
v7.0.56Compare Source
Patch Changes
25c9120: Expose provider metadata on language-model-call end callbacks and telemetry spans.89080c8: fix (ai/gateway): make retrieddoStartcalls idempotentgenerateVideoretriesdoStart, which creates a billable generation, so aretry after a lost response could start a second one. It now mints one
idempotency token per logical start — outside the retry closure — and forwards it
as an
idempotency-keyheader, so a provider that deduplicates (the Vercel AIGateway does) sees the same key on every attempt.
GatewayVideoModelsimplyforwards the caller's headers rather than inferring retry identity from an
options object, which would collide across unrelated calls.
79d6195: Stop pending and active resumed chat streams after cancellation, and preventoverlapping resumptions from applying stale updates.
Updated dependencies [
89080c8]Updated dependencies [
89080c8]v7.0.55Compare Source
Patch Changes
3469d0c: feat: add batch APIs3469d0c]v7.0.54Compare Source
Patch Changes
a6b17a2: AllowToolLoopAgentprepareCallcallbacks to read and override the top-levelreasoningoption.5615eb7: AdddefaultInstructionsMiddlewarefor applying default language model instructions while preserving call-level overrides.36a3ff6: Preserve preceding assistant messages when regenerating a response.v7.0.52Compare Source
Patch Changes
3836a85: Skip re-validating tool input for terminal output-available UI message parts.1bec07d]53c326e]d765f82]v7.0.51Compare Source
Patch Changes
160ccdb]v7.0.50Compare Source
Patch Changes
79e133c: async APIs for generateVideo (poll, webhook)Adds an asynchronous start/status flow to the experimental video model
interface (
VideoModelV4): models may now implementdoStart,doStatus,and
handleWebhookOptioninstead of (or in addition to)doGenerate, andexperimental_generateVideoacceptspollandwebhookoptions toorchestrate completion via polling or webhooks. Polling configuration can use
a custom delay implementation for durable workflow compatibility.
da64b51: feat(code-mode): simplify tool caller configurationUpdated dependencies [
79e133c]v7.0.49Compare Source
Patch Changes
fb6d2f8]Configuration
📅 Schedule: (in timezone Europe/London)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.