Skip to content

build(deps): bump @ai-sdk/mistral from 2.0.13 to 3.0.27 in /frontend#1481

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/frontend/ai-sdk/mistral-3.0.27
Open

build(deps): bump @ai-sdk/mistral from 2.0.13 to 3.0.27 in /frontend#1481
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/frontend/ai-sdk/mistral-3.0.27

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps @ai-sdk/mistral from 2.0.13 to 3.0.27.

Release notes

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

@​ai-sdk/mistral@​3.0.27

Patch Changes

  • 297e685: feat(provider/mistral): add support for reasoning configuration (mistral-small-latest)

@​ai-sdk/mistral@​3.0.26

Patch Changes

  • 055cd68: fix: publish v6 to latest npm dist tag
  • Updated dependencies [055cd68]
    • @​ai-sdk/provider-utils@​4.0.21
Commits
  • b1cff60 Version Packages (#13697)
  • 297e685 Backport: feat(provider/mistral): add support for reasoning configuration (mi...
  • 17b7b50 Update the description for the ai package v6. (#13695)
  • 9620650 chore: replace eslint + prettier with oxlint + oxfmt via ultracite (#13689)
  • 415b07a Version Packages (#13687)
  • 055cd68 fix: publish v6 to latest npm dist tag (#13686)
  • 47114a3 Backport: fix(provider/google): support multimodal tool-result parts in funct...
  • d99eb91 Backport: chore(provider/gateway): update gateway model settings files v6 (#1...
  • 21c271b Version Packages (#13655)
  • 28fd5a5 Backport: README updates and tags (v6.0) (#13653)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will 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 version will 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 dependency will 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/mistral in the frontend from 2.0.13 to 3.0.27.

Updates pnpm-lock.yaml accordingly, 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.

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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 23, 2026
@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link
Copy Markdown
Contributor

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

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",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Additional Locations (1)
Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant