fix(deps): update all patch dependencies - #289
Merged
Merged
Conversation
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:
5.0.27→5.0.324.0.21→4.0.244.0.18→4.0.2019.5.3→19.5.47.0.31→7.0.37Release Notes
vercel/ai (@ai-sdk/amazon-bedrock)
v5.0.32Compare Source
Patch Changes
eb16508: fix(provider/amazon-bedrock): omit toolstrictandoutput_config.formatfor Claude models Bedrock rejects them one29788d]v5.0.31Compare Source
Patch Changes
cbdc990]cbdc990]cbdc990]v5.0.30Compare Source
Patch Changes
1f6dd3a]01a596a]v5.0.29Compare Source
Patch Changes
34c53c0]v5.0.28Compare Source
Patch Changes
1f92bdb: Pass throughs3://image URLs to Amazon Bedrock Converse as S3 image sources instead of downloading them.8fcb72c: Sanitize invalid characters in replayed tool call names before sending conversation history to Amazon Bedrock.bc43dc2]vercel/ai (@ai-sdk/google)
v4.0.24Compare Source
Patch Changes
c57a353: fix(google): omit unsupported function call IDsv4.0.23Compare Source
Patch Changes
f126649: feat(provider/google): default unknown Gemini model IDs to the newest supported capabilitiesv4.0.22Compare Source
Patch Changes
66b7151: fix(provider/google): preserve Gemini Live lifecycle events5e5453c: Avoid missing thought-signature warnings and skip-validator injection for valid unsigned Gemini 3 parallel function calls in the same model response.vercel/ai (@ai-sdk/openai)
v4.0.20Compare Source
Patch Changes
1f6dd3a: Add OpenAI Responses Programmatic Tool Calling with hosted program tools, function caller controls, structured output schemas, and multi-step continuation support.v4.0.19Compare Source
Patch Changes
34c53c0: Apply reasoning, service tier, and image defaults to recognizable future OpenAI model family versions.WillBooster/shared (@willbooster/wb)
v19.5.4Compare Source
@willbooster/wb 19.5.4 (2026-07-30)
Bug Fixes
vercel/ai (ai)
v7.0.37Compare Source
Patch Changes
0a7c7f4]v7.0.36Compare Source
Patch Changes
7fa85b2: fix(ai): use injective serialization for tool approval HMAC payloadThe tool approval signature (
experimental_toolApprovalSecret) built its HMACpayload by joining fields with
\n. Because fields such astoolNameandtoolCallIdcan themselves contain a newline, distinct field tuples couldserialize to identical bytes, allowing a signed approval to verify against a
different tuple. The payload is now serialized with
JSON.stringify(with aversioned domain-separation prefix), which escapes delimiter/control characters
and makes the encoding injective.
Verification remains backwards compatible: a signature in the old format still
verifies, but only when no field contains the
\ndelimiter (the conditionthat made the old format ambiguous), so a pending approval that straddles an
upgrade is not rejected while the collision stays closed.
v7.0.35Compare Source
Patch Changes
7f6650b: Return response piping promises so callers can catch stream read and write errors.106ea59: feat(ai): add per-step first content timeout for streaming generations2112ff1]v7.0.34Compare Source
Patch Changes
7c16f21]v7.0.33Compare Source
Patch Changes
76cb673: fix: detect MP4 audio from its ftyp box during transcriptione808fa5: fix(ai): preserve tool parts when tool call IDs repeat across steps33647d7: Preserve provider options when combining consecutive tool messages.02ffdcb]76cb673]v7.0.32Compare Source
Patch Changes
6cd7c74: fix: correct theonToolCallcallback result documentatione35bcae: Allow UI message chunks to include fields added by newer server versions.a4eb3f3: Propagate abort reasons when generation is cancelled during tool execution.cefa3b1]8fbb89c]Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 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.