Skip to content

chore(deps-dev): bump the dev-dependencies group across 1 directory with 4 updates#59

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-afd35bdc34
Closed

chore(deps-dev): bump the dev-dependencies group across 1 directory with 4 updates#59
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-afd35bdc34

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies group with 4 updates in the / directory: @ai-sdk/provider, @opencode-ai/sdk, @types/node and vitest.

Updates @ai-sdk/provider from 3.0.10 to 4.0.2

Changelog

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

4.0.2

Patch Changes

  • 5c5c0f5: Add experimental streaming transcription support for transcription models, including OpenAI gpt-realtime-whisper and xAI WebSocket STT.

4.0.1

Patch Changes

  • 0274f34: feat (video): add first-class frameImages and inputReferences call options for video generation

4.0.0

Major Changes

  • f7d4f01: feat(provider): add support for reasoning-file type for files that are part of reasoning
  • 776b617: feat(provider): adding new 'custom' content type
  • 34bd95d: feat(ai): add support for uploading provider skills using the provider references abstraction
  • ef992f8: Remove CommonJS exports from all packages. All packages are now ESM-only ("type": "module"). Consumers using require() must switch to ESM import syntax.
  • c29a26f: feat(provider): add support for provider references and uploading files as supported per provider
  • 3887c70: feat(provider): add new top-level reasoning parameter to spec and support it in generateText and streamText
  • 9bd6512: feat(provider): change file part data property to be tagged with a type and remove the image part type
  • 8359612: Start v7 pre-release
  • 5463d0d: feat(provider): align tool result output content file part types with top-level message file part types

Patch Changes

  • 1f509d4: fix(ai): force template check on 'kind' param

  • 176466a: chore(provider): align V4 model return types to have their own definitions across all model interfaces

  • 5c2a5a2: fix(provider): fix v4 spec to not use shared v3 types

  • 9f0e36c: trigger release for all packages after provenance setup

  • 008271d: feat(openai-compatible): emit warning when using kebab-case instead of camelCase

  • 7fc6bd6: Raise minimum supported Node.js version to 22. Supported versions: 22, 24, and 26.

  • 0c4c275: trigger initial canary release

  • 6fd51c0: fix(provider): preserve error type prefix in getErrorMessage

  • ce769dd: feat(provider): add experimental Realtime API support for voice conversations

    Adds first-class support for realtime (speech-to-speech) APIs:

    • Experimental_RealtimeModelV4 spec in @ai-sdk/provider with normalized event types and factory
    • OpenAI, Google, and xAI realtime provider implementations
    • openai.experimental_realtime() / google.experimental_realtime() / xai.experimental_realtime() work in both server and browser
    • .getToken() static method on each provider for server-side ephemeral token creation
    • experimental_getRealtimeToolDefinitions helper for provider session tool definitions
    • experimental_useRealtime hook in @ai-sdk/react returning UIMessage[] (aligned with useChat), with onToolCall and addToolOutput for client-driven tool execution
    • inputAudioTranscription session config for showing transcribed user audio messages when supported by the provider
  • e311194: feat(ai): allow passing provider instance to uploadFile and uploadSkill as shorthand

  • 258c093: chore: ensure consistent import handling and avoid import duplicates or cycles

... (truncated)

Commits

Updates @opencode-ai/sdk from 1.17.9 to 1.17.14

Commits

Updates @types/node from 26.0.0 to 26.1.0

Commits

Updates vitest from 4.1.9 to 4.1.10

Release notes

Sourced from vitest's releases.

v4.1.10

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • db616d2 chore: release v4.1.10 (#10718)
  • bae52b5 fix(vm): fix external module resolve error with deps optimizer query for enco...
  • See full diff 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

…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>
@justin-carper

Copy link
Copy Markdown
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.

@dependabot @github

dependabot Bot commented on behalf of github Jul 7, 2026

Copy link
Copy Markdown
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

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dev-dependencies-afd35bdc34 branch July 7, 2026 15:24
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.
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