chore(deps-dev): bump the dev-dependencies group across 1 directory with 4 updates#59
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
…ith 4 updates Bumps the dev-dependencies group with 4 updates in the / directory: [@ai-sdk/provider](https://github.com/vercel/ai/tree/HEAD/packages/provider), [@opencode-ai/sdk](https://github.com/sst/opencode-sdk-js), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `@ai-sdk/provider` from 3.0.10 to 4.0.2 - [Release notes](https://github.com/vercel/ai/releases) - [Changelog](https://github.com/vercel/ai/blob/main/packages/provider/CHANGELOG.md) - [Commits](https://github.com/vercel/ai/commits/@ai-sdk/provider@4.0.2/packages/provider) Updates `@opencode-ai/sdk` from 1.17.9 to 1.17.14 - [Release notes](https://github.com/sst/opencode-sdk-js/releases) - [Changelog](https://github.com/anomalyco/opencode-sdk-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/sst/opencode-sdk-js/commits) Updates `@types/node` from 26.0.0 to 26.1.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `vitest` from 4.1.9 to 4.1.10 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/vitest) --- updated-dependencies: - dependency-name: "@ai-sdk/provider" dependency-version: 4.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: "@opencode-ai/sdk" dependency-version: 1.17.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@types/node" dependency-version: 26.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: vitest dependency-version: 4.1.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This was referenced Jul 7, 2026
Collaborator
|
Partially superseded by #62: the dev-dependencies group bump is consolidated there, except @ai-sdk/provider v4. That major bump is deferred — verified it works locally (typecheck + all 300 tests pass under v4), but the opencode host ecosystem (@opencode-ai/plugin) still runs @ai-sdk/provider v3 at runtime, and this package peer-depends on ^3.0.0. Staying on latest v3 (^3.0.13) keeps dev/test aligned with what actually ships. Will revisit once the host ecosystem moves to v4. |
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
justin-carper
added a commit
that referenced
this pull request
Jul 7, 2026
Consolidates open Dependabot PRs #53, #55, #59 into a single change. - @cursor/sdk: ^1.0.20 -> ^1.0.23 (#55, latest) - @opencode-ai/plugin: ^1.17.9 -> ^1.17.14 (#53, latest) - @opencode-ai/sdk: ^1.17.9 -> ^1.17.14 (#53, latest) - @ai-sdk/provider: ^3.0.10 -> ^3.0.13 (latest v3) Skips #59's @ai-sdk/provider v4 major bump: the opencode host ecosystem (@opencode-ai/plugin) still runs @ai-sdk/provider v3 at runtime, and this package declares it as a ^3.0.0 peerDependency. Stays on latest v3 to match. Typecheck clean, 300/300 tests pass.
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.
Bumps the dev-dependencies group with 4 updates in the / directory: @ai-sdk/provider, @opencode-ai/sdk, @types/node and vitest.
Updates
@ai-sdk/providerfrom 3.0.10 to 4.0.2Changelog
Sourced from @ai-sdk/provider's changelog.
... (truncated)
Commits
c73f2efVersion Packages (#16651)5c5c0f5Add experimental streaming transcription support (#16338)11ee778Version Packages (#16499)0274f34feat (video): add first-classframeImagesandinputReferencescall option...77c6abbv7 release (#16357)207d63aVersion Packages (beta) (#16309)0416e3efeat (video): add first-classgenerateAudiocall option (#16222)96e2478Version Packages (beta) (#16143)b8396f0chore (release): switch to beta (#16140)7254ac6Version Packages (canary) (#15839)Updates
@opencode-ai/sdkfrom 1.17.9 to 1.17.14Commits
Updates
@types/nodefrom 26.0.0 to 26.1.0Commits
Updates
vitestfrom 4.1.9 to 4.1.10Release notes
Sourced from vitest's releases.
Commits
db616d2chore: release v4.1.10 (#10718)bae52b5fix(vm): fix external module resolve error with deps optimizer query for enco...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 <dependency name> major versionwill 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 versionwill 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