Update all patch and minor dependencies#66
Open
renovate-bot wants to merge 1 commit into
Open
Conversation
102fcad to
828c7ea
Compare
828c7ea to
d0f5702
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:
2.8.1→2.9.03.0.7→3.0.820.19.39→20.19.416.0.168→6.0.1778.5.12→8.5.147.14.2→7.15.0Release Notes
OpenRouterTeam/ai-sdk-provider (@openrouter/ai-sdk-provider)
v2.9.0Compare Source
Minor Changes
#486
82e8014Thanks @robert-j-y! - AddstructuredOutputs.strictsetting to opt out ofresponse_format.json_schema.strict(issue #483).Previously the SDK hardcoded
strict: truewhenever a JSON schema response format was used, which made it impossible to route requests to providers that don't advertise support for strict json_schema. Models likemoonshotai/kimi-k2.6(routed through Parasail/Venice/Io Net) returned HTTP 404 "No endpoints available matching your guardrail restrictions and data policy" because the strict flag eliminated every eligible endpoint.Users can now opt out per-model:
The default remains
strict: truefor backward compatibility.Patch Changes
#485
bf664b1Thanks @robert-j-y! - FixsupportedUrls['image/*']regex to accept image URLs with query strings or fragments (e.g.https://cdn.example.com/photo.png?height=200,.../photo.webp#frag). Previously the$anchor on the extension caused such URLs to be treated as unsupported, forcing the AI SDK runtime to download and base64-inline them, which bloated conversation history and inflated token usage.#489
bb2d4cbThanks @0age! - fix: stop emitting duplicatetool-callevents when a trailing-whitespace argument delta arrives after a complete tool callIn the streaming chat handler, the merge-into-existing-tool-call path enqueues a
tool-callstream event whenever the accumulatedfunction.argumentsis parsable JSON. BecauseJSON.parseaccepts trailing whitespace, any subsequent argument delta for the same tool-callindex(e.g. a stray space, newline, or closing-token chunk) leaves the arguments parsable and would re-trigger the emit, producing a secondtool-callevent with the sametoolCallId. Downstream tool runners (e.g. Vercel AI SDKstreamText) then execute the tool twice. Observed in production withmoonshotai/kimi-k2.6via OpenRouter, where the user-visible effect was every outbound message being delivered twice.src/chat/index.ts:tool-callemit is now gated on!toolCall.sent, mirroring the new-path behavior. Thesentflag was already being set after the first emit but was never read on this path.src/chat/index.test.ts:indexand asserts exactly onetool-callevent is emitted.vercel/ai (ai)
v6.0.177Compare Source
Patch Changes
5c73af8]v6.0.176Compare Source
Patch Changes
f591416: feat(ai): add toolMetadata for tool specific metdataf591416]v6.0.175Compare Source
Patch Changes
9a88b1d]v6.0.174Compare Source
Patch Changes
49f6d44]v6.0.173Compare Source
Patch Changes
7beadf0: feat(mcp): propagate the server name through dynamic tool parts7beadf0]v6.0.172Compare Source
v6.0.171Compare Source
Patch Changes
48f842a: fix(ai): enforcecallOptionsSchemaat runtime inToolLoopAgentToolLoopAgentSettings.callOptionsSchemawas declared and documented as a runtime schema foroptions, buttool-loop-agent.tsnever invoked it. Any invariant a developer encoded in the schema was silently bypassed at runtime, and uncheckedoptionsflowed straight intoprepareCalland anyinstructionstemplate that interpolated them.ToolLoopAgent.prepareCallnow validates caller-suppliedoptionsagainstcallOptionsSchema(when set) viasafeValidateTypes, throwingInvalidArgumentErroron failure before forwarding toprepareCall/generateText/streamText.a727da4: chore: ensure consistent import handling and avoid import duplicates or cycles5fee301: fix(mcp): prevent prototype pollution by using secureJsonParseUpdated dependencies [
a727da4]v6.0.170Compare Source
Patch Changes
19d587a: fix(ai): add allowSystemInMessages option and warn by default when system messages are found in prompt or messagesv6.0.169Compare Source
postcss/postcss (postcss)
v8.5.14Compare Source
v8.5.13Compare Source
postcss-scsscommend regression.remix-run/react-router (react-router-dom)
v7.15.0Compare Source
Patch Changes
react-router@7.15.0Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 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.