Skip to content

chore(deps-dev): Bump the dev-dependencies group across 1 directory with 3 updates - #38

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

chore(deps-dev): Bump the dev-dependencies group across 1 directory with 3 updates#38
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-2cfc36f5cf

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Updates @ai-sdk/provider from 3.0.14 to 4.0.4

Release notes

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

@​ai-sdk/provider@​4.0.4

Patch Changes

  • 1e2f324: feat: add experimental speech translation model specification (Experimental_SpeechTranslationModelV4) and experimental_streamTranslate for streaming speech-to-speech translation
Changelog

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

4.0.4

Patch Changes

  • 1e2f324: feat: add experimental speech translation model specification (Experimental_SpeechTranslationModelV4) and experimental_streamTranslate for streaming speech-to-speech translation

4.0.3

Patch Changes

  • 0f93c57: feat (video): support video (not just image) reference inputs in inputReferences for reference-to-video generation

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

... (truncated)

Commits

Updates @types/node from 24.13.3 to 26.1.2

Commits

Updates typescript from 5.9.3 to 7.0.2

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 27, 2026
@briananderson1222

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot dependabot Bot changed the title chore(deps-dev): Bump the dev-dependencies group with 3 updates chore(deps-dev): Bump the dev-dependencies group across 1 directory with 3 updates Jul 27, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-2cfc36f5cf branch from 6b23e95 to 3c8f62a Compare July 27, 2026 23:16
@briananderson1222

Copy link
Copy Markdown
Contributor

@dependabot rebase

…ith 3 updates

Bumps the dev-dependencies group with 3 updates in the / directory: [@ai-sdk/provider](https://github.com/vercel/ai/tree/HEAD/packages/provider), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/microsoft/TypeScript).


Updates `@ai-sdk/provider` from 3.0.14 to 4.0.4
- [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.4/packages/provider)

Updates `@types/node` from 24.13.3 to 26.1.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `typescript` from 5.9.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: "@ai-sdk/provider"
  dependency-version: 4.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-2cfc36f5cf branch from 3c8f62a to 2afc48c Compare July 27, 2026 23:52
@briananderson1222

Copy link
Copy Markdown
Contributor

Leaving this open deliberately rather than merging red or closing silently: the group bundles genuine toolchain majors (TypeScript 7 / native tsgo and-or Vite 8 / rolldown class) whose failures are real migration work, not flake — the same disposition as kontourai/fieldwork#77. They need their own migration pass with release notes read, not a group ride-along. Dependabot keeps this fresh meanwhile.

https://claude.ai/code/session_011t2tM3Bu8MVAMQnrovGR6m

@briananderson1222

Copy link
Copy Markdown
Contributor

Superseded by the authored coupled change (see the merged chore/ts7 / setup-node PR on this repo) — the bot bump alone could never go green because the toolchain change requires a paired config change a bot cannot author.

@dependabot @github

dependabot Bot commented on behalf of github Jul 28, 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-2cfc36f5cf branch July 28, 2026 00:45
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