Skip to content

chore(deps): bump the ai-dependencies group with 3 updates - #275

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ai-dependencies-356ef5787e
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ai-dependencies-356ef5787e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 25, 2026

Copy link
Copy Markdown
Contributor

Bumps the ai-dependencies group with 3 updates: @ai-sdk/svelte, @openrouter/ai-sdk-provider and ai.

Updates @ai-sdk/svelte from 5.0.101 to 5.0.108

Changelog

Sourced from @​ai-sdk/svelte's changelog.

5.0.108

Patch Changes

  • Updated dependencies [3f6852a]
  • Updated dependencies [6317504]
  • Updated dependencies [3cb2dcd]
  • Updated dependencies [ccf98e7]
    • ai@7.0.108

5.0.107

Patch Changes

  • Updated dependencies [79681c4]
  • Updated dependencies [98c7275]
  • Updated dependencies [2973485]
  • Updated dependencies [a105059]
  • Updated dependencies [31532f3]
  • Updated dependencies [e61cbd8]
  • Updated dependencies [8ade040]
  • Updated dependencies [970a01e]
  • Updated dependencies [85539c5]
  • Updated dependencies [a4db5ea]
  • Updated dependencies [2937ea2]
  • Updated dependencies [611d301]
  • Updated dependencies [c415657]
    • ai@7.0.107
    • @​ai-sdk/provider-utils@​5.0.45

5.0.106

Patch Changes

  • Updated dependencies [4775577]
  • Updated dependencies [6696728]
  • Updated dependencies [09516a1]
  • Updated dependencies [1aef01e]
  • Updated dependencies [9c1ea74]
  • Updated dependencies [107343a]
  • Updated dependencies [03c3e33]
  • Updated dependencies [5d42ebd]
  • Updated dependencies [4a67783]
  • Updated dependencies [1058ed5]
  • Updated dependencies [84f5d1b]
  • Updated dependencies [2d53a5d]
  • Updated dependencies [2a5ed55]
  • Updated dependencies [0455398]
    • ai@7.0.106
    • @​ai-sdk/provider-utils@​5.0.44

... (truncated)

Commits

Updates @openrouter/ai-sdk-provider from 3.0.0 to 3.1.0

Release notes

Sourced from @​openrouter/ai-sdk-provider's releases.

3.1.0

What's Changed

New Contributors

Full Changelog: OpenRouterTeam/ai-sdk-provider@3.0.0...3.1.0

Changelog

Sourced from @​openrouter/ai-sdk-provider's changelog.

3.1.0

Minor Changes

  • #562 4020201 Thanks @​robert-j-y! - Add openrouter.evaluationModel() backed by the OpenRouter Decisions API (/api/alpha/decisions), so experimental_evaluate from ai@7.0.103+ runs boolean, choice, and score questions through OpenRouter. Probabilities are mapped onto the AI SDK answer shapes with the API's two-decimal rounding declared on the result, and per-answer confidence, score legends, and cost are exposed under providerMetadata.openrouter. Model settings accept user, provider, session_id, trace, and extraBody; call-level providerOptions.openrouter is validated and merged into the request body without being able to override model, state, or questions. A new decisionsBaseURL provider setting configures the Decisions endpoint for proxies whose baseURL does not end in /v1. The ai peer dependency range is unchanged; only evaluationModel() requires ai@7.0.103+.

Patch Changes

Commits

Updates ai from 7.0.101 to 7.0.108

Changelog

Sourced from ai's changelog.

7.0.108

Patch Changes

  • 3f6852a: fix(ai): prevent direct execution of tools governed by tool callers
  • 6317504: fix(ai): stop pending tool-call repairs when generation is cancelled
  • 3cb2dcd: fix(ai): preserve file data when adapting v3 language models
  • ccf98e7: fix(ai): prevent streamText from executing tool calls that violate tool choice
  • Updated dependencies [20dd00a]
  • Updated dependencies [7cf7cee]
  • Updated dependencies [c42576a]
  • Updated dependencies [d85dcf5]
  • Updated dependencies [fd9b3f3]
    • @​ai-sdk/gateway@​4.0.88

7.0.107

Patch Changes

  • 79681c4: fix(ai): preserve provider file and skill upload APIs in wrapProvider
  • 98c7275: fix(ai): preserve query parameters in chat reconnect URLs
  • a105059: fix(workflow): support deferred tool discovery in WorkflowAgent
  • 31532f3: fix(ai): prevent preliminary tool outputs from completing chats
  • e61cbd8: fix(ai): preserve raw speech audio format metadata
  • 8ade040: fix(ai): pass tool-specific context to input callbacks
  • 970a01e: fix(ai): enforce polling timeouts for in-flight video status requests
  • 85539c5: fix(ai): preserve multiple Set-Cookie headers in Node stream responses
  • 611d301: fix(ai): prevent duplicate content types in chat transport requests
  • c415657: fix(ai): decode base64 text data URLs using their declared charset
  • Updated dependencies [2973485]
  • Updated dependencies [a4db5ea]
  • Updated dependencies [2937ea2]
    • @​ai-sdk/provider-utils@​5.0.45
    • @​ai-sdk/gateway@​4.0.87

7.0.106

Patch Changes

  • 4775577: fix(ai): preserve provider metadata when simulating text streams
  • 6696728: fix(ai): report the prepareStep model in streamed step results
  • 09516a1: fix(ai): prevent unhandled rejections when UI message stream reading stops early
  • 1aef01e: fix(ai): preserve prototype-named properties in serialized tool outputs
  • 9c1ea74: fix(ai): close telemetry spans when provider response streams fail
  • 107343a: fix(ai): use the prepareStep-selected model for streamed response metadata fallbacks
  • 03c3e33: fix(ai): preserve tool calls required by retained pending approvals
  • 5d42ebd: fix(ai): skip input available callbacks for invalid streamed tool calls
  • 4a67783: fix(ai): cancel prompt attachment downloads when model calls are aborted or time out
  • 1058ed5: fix(ai): strip streamed JSON fences before arbitrary trailing whitespace
  • 84f5d1b: fix(ai): stream null and empty string JSON partial outputs

... (truncated)

Commits
  • fe37eb0 Version Packages (#21170)
  • ccf98e7 fix(ai): prevent streamText from executing tool calls that violate tool cho...
  • 3f6852a fix: prevent generateText from directly executing caller-governed hidden tool...
  • 3cb2dcd fix: preserve file inputs and outputs when using v3 language models (#21052)
  • 6317504 fix: prevent repaired tools from executing after cancellation (#20942)
  • 08ae5ad Version Packages (#21089)
  • a105059 fix: support deferred tool discovery and toolSearch execution in WorkflowAgen...
  • 8ade040 fix: tool input callbacks receive runtime context instead of tool-specific co...
  • e61cbd8 fix: preserve PCM metadata for headerless speech audio (#21079)
  • 98c7275 fix: Preserve query parameters when constructing chat reconnect URLs (#21116)
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the ai-dependencies group with 3 updates: [@ai-sdk/svelte](https://github.com/vercel/ai/tree/HEAD/packages/svelte), [@openrouter/ai-sdk-provider](https://github.com/OpenRouterTeam/ai-sdk-provider) and [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai).


Updates `@ai-sdk/svelte` from 5.0.101 to 5.0.108
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/svelte@5.0.108/packages/svelte)

Updates `@openrouter/ai-sdk-provider` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/OpenRouterTeam/ai-sdk-provider/releases)
- [Changelog](https://github.com/OpenRouterTeam/ai-sdk-provider/blob/main/CHANGELOG.md)
- [Commits](OpenRouterTeam/ai-sdk-provider@3.0.0...3.1.0)

Updates `ai` from 7.0.101 to 7.0.108
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/ai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/ai@7.0.108/packages/ai)

---
updated-dependencies:
- dependency-name: "@ai-sdk/svelte"
  dependency-version: 5.0.108
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ai-dependencies
- dependency-name: "@openrouter/ai-sdk-provider"
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ai-dependencies
- dependency-name: ai
  dependency-version: 7.0.108
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ai-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@vercel

vercel Bot commented Sep 25, 2026 •

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
rezeptly Ready Ready Preview Sep 25, 2026 12:09am UTC

This branch was successfully deployed

1 active deployment
Preview — 43b8a4ae Deployed Sep 25, 2026 by vercel[bot]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants