Skip to content

chore(deps): bump @ai-sdk/cohere from 3.0.27 to 4.0.26 - #1108

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ai-sdk/cohere-4.0.26
Open

chore(deps): bump @ai-sdk/cohere from 3.0.27 to 4.0.26#1108
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ai-sdk/cohere-4.0.26

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor

Bumps @ai-sdk/cohere from 3.0.27 to 4.0.26.

Release notes

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

@​ai-sdk/react@​3.0.258

Patch Changes

  • Updated dependencies [35a94b0]
  • Updated dependencies [93d24c6]
  • Updated dependencies [1bd1caf]
    • ai@6.0.255

@​ai-sdk/react@​3.0.256

Patch Changes

  • d3d3124: Avoid repeatedly deep-cloning accumulated message payloads during chat streaming.

@​ai-sdk/react@​3.0.255

Patch Changes

  • Updated dependencies [d91d30b]
    • ai@6.0.253

@​ai-sdk/vue@​3.0.255

Patch Changes

  • Updated dependencies [35a94b0]
  • Updated dependencies [93d24c6]
  • Updated dependencies [1bd1caf]
    • ai@6.0.255

@​ai-sdk/react@​3.0.254

Patch Changes

  • Updated dependencies [2f96d3f]
  • Updated dependencies [afb1965]
    • ai@6.0.252

@​ai-sdk/vue@​3.0.253

Patch Changes

  • Updated dependencies [d91d30b]
    • ai@6.0.253

@​ai-sdk/vue@​3.0.252

Patch Changes

  • Updated dependencies [2f96d3f]
  • Updated dependencies [afb1965]
    • ai@6.0.252

@​ai-sdk/svelte@​3.0.236

Patch Changes

... (truncated)

Changelog

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

4.0.26

Patch Changes

  • Updated dependencies [401a4ba]
    • @​ai-sdk/provider-utils@​5.0.26

4.0.25

Patch Changes

  • Updated dependencies [ad6a650]
  • Updated dependencies [81cd026]
    • @​ai-sdk/provider@​4.0.7
    • @​ai-sdk/provider-utils@​5.0.25

4.0.24

Patch Changes

  • Updated dependencies [1937bef]
    • @​ai-sdk/provider-utils@​5.0.24

4.0.23

Patch Changes

  • Updated dependencies [3469d0c]
    • @​ai-sdk/provider@​4.0.6
    • @​ai-sdk/provider-utils@​5.0.23

4.0.22

Patch Changes

  • Updated dependencies [2b60826]
    • @​ai-sdk/provider-utils@​5.0.22

4.0.21

Patch Changes

  • Updated dependencies [1bec07d]
    • @​ai-sdk/provider-utils@​5.0.21

4.0.20

Patch Changes

  • Updated dependencies [160ccdb]

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​ai-sdk/cohere since your current version.


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)

Summary by cubic

Upgrades @ai-sdk/cohere from 3.0.27 to 4.0.26 to align with the v4 SDK and recent fixes. This is a major bump; verify Cohere-backed features compile and behave the same.

  • Changes are limited to dependency updates in packages/core/package.json and packages/opencode/package.json.
  • Install deps and ensure CI passes; this pulls updated @ai-sdk/provider and @ai-sdk/provider-utils.
  • Rebuild and smoke test Cohere usage (initialization, chat/completions, embeddings, streaming).
  • If type or API breaks appear, update call sites per the v4 changelog and re-run tests.

Written for commit c90019d. Summary will update on new commits.

Review in cubic

Bumps [@ai-sdk/cohere](https://github.com/vercel/ai/tree/HEAD/packages/cohere) from 3.0.27 to 4.0.26.
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/cohere/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/cohere@4.0.26/packages/cohere)

---
updated-dependencies:
- dependency-name: "@ai-sdk/cohere"
  dependency-version: 4.0.26
  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 Aug 14, 2026

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review for a one-time review, or @claude review always to subscribe this PR to a review on every future push.

Tip: disable this comment in your organization's Code Review settings.

@github-actions

Copy link
Copy Markdown

This PR doesn't fully meet our contributing guidelines and PR template.

What needs to be fixed:

  • PR description is missing required template sections. Please use the PR template.

Please edit this PR description to address the above within 2 hours, or it will be automatically closed.

If you believe this was flagged incorrectly, please let a maintainer know.

@github-actions

Copy link
Copy Markdown

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

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

Labels

contributor dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code needs:compliance needs:issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants