build(deps): bump @ai-sdk/mistral from 2.0.13 to 3.0.27 in /frontend#1481
build(deps): bump @ai-sdk/mistral from 2.0.13 to 3.0.27 in /frontend#1481dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [@ai-sdk/mistral](https://github.com/vercel/ai) from 2.0.13 to 3.0.27. - [Release notes](https://github.com/vercel/ai/releases) - [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md) - [Commits](https://github.com/vercel/ai/compare/@ai-sdk/mistral@2.0.13...@ai-sdk/mistral@3.0.27) --- updated-dependencies: - dependency-name: "@ai-sdk/mistral" dependency-version: 3.0.27 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| "@ai-sdk/google": "^2.0.24", | ||
| "@ai-sdk/groq": "^2.0.17", | ||
| "@ai-sdk/mistral": "^2.0.13", | ||
| "@ai-sdk/mistral": "^3.0.27", |
There was a problem hiding this comment.
Major version mismatch between mistral provider and AI SDK core
High Severity
@ai-sdk/mistral@3.0.27 depends on @ai-sdk/provider@3.0.8 and @ai-sdk/provider-utils@4.0.21 (part of AI SDK v6), but the core ai package is pinned at 5.0.81 which depends on @ai-sdk/provider@2.0.0. This means models created via createMistral implement the v3 provider interface, while generateText and generateObject from ai@5.x expect the v2 provider interface. All other provider packages (anthropic, openai, groq, google, azure, bedrock) still correctly use @ai-sdk/provider@2.0.0. This will break the Mistral provider in the playground at runtime.


Bumps @ai-sdk/mistral from 2.0.13 to 3.0.27.
Release notes
Sourced from
@ai-sdk/mistral's releases.Commits
b1cff60Version Packages (#13697)297e685Backport: feat(provider/mistral): add support for reasoning configuration (mi...17b7b50Update the description for the ai package v6. (#13695)9620650chore: replace eslint + prettier with oxlint + oxfmt via ultracite (#13689)415b07aVersion Packages (#13687)055cd68fix: publish v6 to latest npm dist tag (#13686)47114a3Backport: fix(provider/google): support multimodal tool-result parts in funct...d99eb91Backport: chore(provider/gateway): update gateway model settings files v6 (#1...21c271bVersion Packages (#13655)28fd5a5Backport: README updates and tags (v6.0) (#13653)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Medium Risk
Upgrades a major-version AI provider dependency and its transitive
@ai-sdk/provider*packages, which could introduce runtime/API incompatibilities in Mistral model initialization or request formatting.Overview
Bumps
@ai-sdk/mistralin the frontend from2.0.13to3.0.27.Updates
pnpm-lock.yamlaccordingly, pulling in newer transitive versions including@ai-sdk/provider/@ai-sdk/provider-utils(and minor lockfile-level bumps like CodeMirror-related packages and build tooling dependencies).Written by Cursor Bugbot for commit 5d088ea. This will update automatically on new commits. Configure here.