fix(deps): update all non-major dependencies - #202
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
June 30, 2026 19:03
edf91f8 to
61c8039
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
6 times, most recently
from
July 6, 2026 20:57
32098e4 to
726eeae
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
10 times, most recently
from
July 14, 2026 23:25
fb65ddd to
06587a5
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
11 times, most recently
from
July 22, 2026 00:06
535ac29 to
5352d3e
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
11 times, most recently
from
August 5, 2026 06:13
25fb44e to
0867e82
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
9 times, most recently
from
August 12, 2026 23:52
5bc2d68 to
2ac6d60
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
7 times, most recently
from
August 19, 2026 23:40
bee7488 to
dbf77c4
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
August 21, 2026 05:49
b2d939c to
6c2ab62
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.1→4.0.180.107.0→0.128.021.1.0→21.2.321.1.0→21.2.330.4.1→30.5.224.0.4→24.0.526.0.1→26.6.27.0.8→7.0.1143.3.0→3.3.130.4.2→30.5.26.45.0→6.49.025.0.5→25.0.929.4.11→29.4.1318.0.0→18.2.0Release Notes
vercel/ai (@ai-sdk/provider)
v4.0.18Compare Source
Patch Changes
ffb0e76: fix(provider): preserve opaque file URI strings for provider serializationv4.0.17Compare Source
Patch Changes
a7dd893: Add experimental evaluation model aliases and registry resolution.customProvideracceptsevaluationModels, registries exposeevaluationModel, andexperimental_evaluateaccepts string IDs when an evaluation-capable default provider is explicitly configured. Evaluation never implicitly falls back to Gateway. Model-resolution errors now identifyevaluationModelwhile stable provider contracts remain unchanged.v4.0.16Compare Source
Patch Changes
d06bb2a: Allow readonly arrays and objects containing them to be used as JSON values.123d71f: Addexperimental_evaluateand the isolated experimental v4 evaluation model specification for Choice, Score, and Boolean questions against shared state. Includes typed answers, optional Choice/Score distributions, required Boolean probabilities, validation, retries, cancellation, andExperimental_EvaluationUnsupportedQuestionTypeErrorfor unsupported questions.v4.0.15Compare Source
Patch Changes
5c0054d: Add optional browser-direct WebRTC for experimental client-delegated Live conversations alongside the existing WebSocket path. Exchange SDP through an application endpoint withapi.session, configure server-owned data-channel permissions, and preserve committed React session ownership. Capture follows the selected sender track, borrowed tracks remain caller-owned, and disconnect recovery and finalization stay bounded. Applications continue to handle client delegation and submit context; Live session updates and Responses delegation remain unsupported.Serialize microphone sender changes and close the peer if detachment fails, without stopping borrowed tracks. Validate nonempty SDP setup answers with a bounded response body, and document the same-origin broker authentication contract.
39535af: Add experimental OpenAI Live provider support through the unifiedopenai.experimental_realtimefactory for server WebSocket sessions with client delegation. Applications own their agents and tools, receive continuous audio/transcript events and delegation metadata, and return context through validated channels. Support immutable startup options, microphone mute controls, graceful session close, and cumulative voice usage. Responses delegation and Live session updates reject before sending.Route known Live model IDs to Live, allow an OpenAI-specific
apioverride for early-access models, and preserve legacy Realtime defaults for unknown IDs. Token minting follows the same selection rules and rejects Live before requesting unsupported credentials. Extend the realtime v4 specification with optional server WebSocket configuration, per-connection raw-event parsers, and model-wide startup/finalization capabilities. This provider layer supplies connection settings and protocol mapping for server adapters; browser lifecycle and UI integration belong to the core runtime and framework hooks.Preserve Realtime client event IDs for session updates and audio appends, and correlate server errors with the originating client event.
v4.0.14Compare Source
Patch Changes
5ec21a6: fix: reject unsupported batch request types7469a3b: feat: support image generation requests in batchesv4.0.13Compare Source
Patch Changes
9942196: feat: add batch cancel and list APIsv4.0.12Compare Source
Patch Changes
912fb01: feat: add batch cancel and list APIsv4.0.11Compare Source
Patch Changes
a4ba394: feat: support per-request models in batch45099da: Retry unclassified empty image results, preserve retry-attempt accounting, add provider-independent result retryability classification, and mark Google and Google Vertex prompt blocks as terminal.v4.0.10Compare Source
Patch Changes
5190b67: feat(provider): extend the FilesV4 interface with optionalgetFileMetadata,downloadFile(streaming), anddeleteFileoperations, plusabortSignal/headerscall options and a{ type: 'stream' }upload data variant; upload results now exposebyteSize,createdAt, andexpiresAt(also surfaced by the coreuploadFile()helper, which now forwardsabortSignal/headers); addpostMultipartStreamToApi(streaming multipart uploads with deterministic part ordering and failure-path stream teardown),deleteFromApi, andcreateBinaryStreamResponseHandlerto provider-utilsv4.0.9Compare Source
Patch Changes
aa45741: fix(provider/anthropic): preserve native message batch request counts in provider metadata and support the full language-model option surface in batch requestsv4.0.8Compare Source
Patch Changes
591d25b: feat: add batch completion webhooks.experimental_startTextBatchaccepts awebhookUrl, and the gateway provider registers it through the batchcallbackUrlcontract and exports typed async-job metadata. Direct Anthropic and OpenAI batch providers return an unsupported warning when the option is provided.v4.0.7Compare Source
Patch Changes
ad6a650: feat(video): allowaspectRatio: 'adaptive'ongenerateVideoSome video models derive the output ratio from the input and reject explicit
{width}:{height}values — BytePlus Seedance 2.5 does this for first-frame,first-and-last-frame, editing, and extension tasks.
aspectRatioonVideoModelV3CallOptions,VideoModelV4CallOptions, andexperimental_generateVideois now`${number}:${number}` | 'adaptive', sothose calls no longer need a type assertion. Support is provider-specific.
v4.0.6Compare Source
Patch Changes
3469d0c: feat: add batch APIsv4.0.5Compare 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.
v4.0.4Compare Source
Patch Changes
1e2f324: feat: add experimental speech translation model specification (Experimental_SpeechTranslationModelV4) andexperimental_streamTranslatefor streaming speech-to-speech translationv4.0.3Compare Source
Patch Changes
0f93c57: feat (video): support video (not just image) reference inputs ininputReferencesfor reference-to-video generationv4.0.2Compare Source
Patch Changes
5c5c0f5: Add experimental streaming transcription support for transcription models, including OpenAIgpt-realtime-whisperand xAI WebSocket STT.anthropics/anthropic-sdk-typescript (@anthropic-ai/sdk)
v0.128.0Full Changelog: sdk-v0.127.0...sdk-v0.128.0
Features
Bug Fixes
Chores
v0.127.0Full Changelog: sdk-v0.126.0...sdk-v0.127.0
Features
Bug Fixes
Performance Improvements
Chores
v0.126.0Full Changelog: sdk-v0.125.0...sdk-v0.126.0
Features
Bug Fixes
Performance Improvements
Chores
Documentation
v0.125.0Full Changelog: sdk-v0.124.0...sdk-v0.125.0
Features
Chores
v0.124.0Full Changelog: sdk-v0.123.0...sdk-v0.124.0
Features
Bug Fixes
Chores
Documentation
v0.123.0Full Changelog: sdk-v0.122.0...sdk-v0.123.0
Features
Bug Fixes
Chores
Documentation
v0.122.0Full Changelog: sdk-v0.121.0...sdk-v0.122.0
Features
Bug Fixes
unwrap()(3230804)Chores
Documentation
v0.121.0Full Changelog: sdk-v0.120.0...sdk-v0.121.0
Features
updatesthinking display mode (beta) (22274ea)Bug Fixes
Chores
latestsupport and memory version retention (7405a69)Documentation
v0.120.0Full Changelog: sdk-v0.119.0...sdk-v0.120.0
Features
Chores
v0.119.0Full Changelog: sdk-v0.118.0...sdk-v0.119.0
Features
v0.118.0Full Changelog: sdk-v0.117.1...sdk-v0.118.0
Features
Bug Fixes
Chores
Documentation
v0.117.1Full Changelog: sdk-v0.117.0...sdk-v0.117.1
Chores
v0.116.0Compare Source
Full Changelog: sdk-v0.115.0...sdk-v0.116.0
Features
mid-conversation-tool-changes-2026-07-01beta (70e04f6)Bug Fixes
Chores
v0.115.0Compare Source
Full Changelog: sdk-v0.114.0...sdk-v0.115.0
Features
Bug Fixes
v0.114.0Compare Source
Full Changelog: sdk-v0.113.0...sdk-v0.114.0
Features
v0.113.0Compare Source
Full Changelog: sdk-v0.112.5...sdk-v0.113.0
Features
v0.112.5Compare Source
Full Changelog: sdk-v0.112.4...sdk-v0.112.5
Chores
v0.112.4Compare Source
Full Changelog: sdk-v0.112.3...sdk-v0.112.4
Bug Fixes
Chores
v0.112.3Compare Source
Full Changelog: sdk-v0.112.2...sdk-v0.112.3
Chores
v0.112.2Compare Source
Full Changelog: sdk-v0.112.1...sdk-v0.112.2
Chores
v0.112.1Compare Source
Full Changelog: sdk-v0.112.0...sdk-v0.112.1
v0.112.0Compare Source
Full Changelog: sdk-v0.111.0...sdk-v0.112.0
Features
v0.111.0Compare Source
Full Changelog: sdk-v0.110.0...sdk-v0.111.0
Features
Chores
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.