Skip to content

deps(deps-dev): bump the npm-major group across 1 directory with 6 updates#515

Merged
creatornader merged 2 commits into
mainfrom
dependabot/npm_and_yarn/npm-major-84678f5583
Jul 16, 2026
Merged

deps(deps-dev): bump the npm-major group across 1 directory with 6 updates#515
creatornader merged 2 commits into
mainfrom
dependabot/npm_and_yarn/npm-major-84678f5583

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the npm-major group with 6 updates in the / directory:

Package From To
typescript 6.0.3 7.0.2
@types/node 25.9.3 26.1.1
@ai-sdk/openai-compatible 2.0.50 3.0.11
@arizeai/openinference-vercel 2.7.8 3.1.0
ai 6.0.205 7.0.29
@cloudflare/workers-types 4.20260615.1 5.20260716.1

Updates typescript from 6.0.3 to 7.0.2

Commits
Maintainer changes

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


Updates @types/node from 25.9.3 to 26.1.1

Commits

Updates @ai-sdk/openai-compatible from 2.0.50 to 3.0.11

Release notes

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

@​ai-sdk/openai-compatible@​3.0.11

Patch Changes

  • 0b61267: Preserve structured error data from chat completion SSE streams.

@​ai-sdk/openai-compatible@​2.0.61

Patch Changes

  • 94fda5c: Preserve structured error data from chat completion SSE streams.
Changelog

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

3.0.11

Patch Changes

  • 0b61267: Preserve structured error data from chat completion SSE streams.

3.0.10

Patch Changes

  • Updated dependencies [31c7be8]
    • @​ai-sdk/provider-utils@​5.0.10

3.0.9

Patch Changes

  • Updated dependencies [4be62c1]
  • Updated dependencies [7805e4a]
  • Updated dependencies [cd12954]
    • @​ai-sdk/provider-utils@​5.0.9

3.0.8

Patch Changes

  • Updated dependencies [e193290]
    • @​ai-sdk/provider-utils@​5.0.8

3.0.7

Patch Changes

  • Updated dependencies [0f93c57]
    • @​ai-sdk/provider@​4.0.3
    • @​ai-sdk/provider-utils@​5.0.7

3.0.6

Patch Changes

  • ac306ed: Fix StreamingToolCallTracker finalizing streaming tool calls on parsable partial JSON. Tool calls now only finalize during stream flush, restoring the behavior of #13137: a parsable argument buffer can still be the prefix of a longer argument string, so finalizing early could act on truncated tool inputs.
  • Updated dependencies [ac306ed]
    • @​ai-sdk/provider-utils@​5.0.6

3.0.5

Patch Changes

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

... (truncated)

Commits

Updates @arizeai/openinference-vercel from 2.7.8 to 3.1.0

Commits

Updates ai from 6.0.205 to 7.0.29

Release notes

Sourced from ai's releases.

ai@7.0.29

Patch Changes

  • Updated dependencies [7069785]
  • Updated dependencies [4bf9ac2]
    • @​ai-sdk/gateway@​4.0.21

ai@7.0.28

Patch Changes

  • 0bc8d4f: Fix chat onFinish handling when overlapping requests clear the active response before a resume stream finishes.

ai@7.0.27

Patch Changes

  • ac01b79: Allow validating assistant UI messages with empty parts so persisted errored responses remain loadable.
  • 2696562: experimental_streamTranscribe result promises now resolve without consuming fullStream: accessing any result promise consumes the stream internally. Previously await result.text alone deadlocked on transform backpressure. Because live transcription streams can be unbounded, fullStream is explicitly single-consumer (no replay buffering): access it once, before any result promise, when both stream parts and final results are needed.
  • Updated dependencies [31c7be8]
  • Updated dependencies [4d096f6]
    • @​ai-sdk/provider-utils@​5.0.10
    • @​ai-sdk/gateway@​4.0.20

ai@6.0.228

Patch Changes

  • Updated dependencies [5e624ac]
    • @​ai-sdk/gateway@​3.0.151

ai@6.0.227

Patch Changes

  • 6ace546: Fix chat onFinish handling when overlapping requests clear the active response before a resume stream finishes.
Changelog

Sourced from ai's changelog.

7.0.29

Patch Changes

  • Updated dependencies [7069785]
  • Updated dependencies [4bf9ac2]
    • @​ai-sdk/gateway@​4.0.21

7.0.28

Patch Changes

  • 0bc8d4f: Fix chat onFinish handling when overlapping requests clear the active response before a resume stream finishes.

7.0.27

Patch Changes

  • ac01b79: Allow validating assistant UI messages with empty parts so persisted errored responses remain loadable.
  • 2696562: experimental_streamTranscribe result promises now resolve without consuming fullStream: accessing any result promise consumes the stream internally. Previously await result.text alone deadlocked on transform backpressure. Because live transcription streams can be unbounded, fullStream is explicitly single-consumer (no replay buffering): access it once, before any result promise, when both stream parts and final results are needed.
  • Updated dependencies [31c7be8]
  • Updated dependencies [4d096f6]
    • @​ai-sdk/provider-utils@​5.0.10
    • @​ai-sdk/gateway@​4.0.20

7.0.26

Patch Changes

  • 27d294d: feat(ai): group orphaned tool calls after tool approvals under parent span

7.0.25

Patch Changes

  • 7805e4a: Cancelling the experimental_streamTranscribe fullStream now also aborts a still-pending doStream setup, so a model whose doStream has not yet resolved is cancelled instead of leaking.
  • f8e82fd: Update the experimental_streamTranscribe unsupported-model error message now that gateway string model IDs can support streaming transcription.
  • Updated dependencies [4be62c1]
  • Updated dependencies [f8e82fd]
  • Updated dependencies [7805e4a]
  • Updated dependencies [cd12954]
    • @​ai-sdk/provider-utils@​5.0.9
    • @​ai-sdk/gateway@​4.0.19

7.0.24

Patch Changes

  • e193290: Cancel the caller's audio stream when experimental_streamTranscribe fails before or during streaming. Previously, when the model's doStream rejected before a stream existed (e.g. missing API key or other auth failure), the audio stream was never consumed or cancelled, so an upstream producer piping into it would hang forever.
  • Updated dependencies [e193290]

... (truncated)

Commits
  • 6427ca9 Version Packages (#17324)
  • 3649694 Version Packages (#17251)
  • 0bc8d4f fix: prevent Chat resume-stream onFinish errors when requests overlap (#16620)
  • 6976682 Version Packages (#17196)
  • 2696562 fix(ai): streamTranscribe result promises resolve without consuming fullStrea...
  • ac01b79 fix: UI message validation rejects persisted assistant responses with empty p...
  • 2ba5f8a Version Packages (#17181)
  • 27d294d feat(ai): group orphaned tool calls after tool approvals under parent span (#...
  • cb68fa6 Version Packages (#17175)
  • f8e82fd feat(gateway): streaming transcription via GatewayTranscriptionModel.doStream...
  • Additional commits viewable in compare view

Updates @cloudflare/workers-types from 4.20260615.1 to 5.20260716.1

Commits

@dependabot @github

dependabot Bot commented on behalf of github Jul 14, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, npm. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-major-84678f5583 branch 4 times, most recently from c1b2963 to 9c94bb7 Compare July 16, 2026 01:41
@creatornader
creatornader enabled auto-merge (squash) July 16, 2026 02:02
…dates

Bumps the npm-major group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.3` | `26.1.1` |
| [@ai-sdk/openai-compatible](https://github.com/vercel/ai/tree/HEAD/packages/openai-compatible) | `2.0.50` | `3.0.11` |
| [@arizeai/openinference-vercel](https://github.com/Arize-ai/openinference) | `2.7.8` | `3.1.0` |
| [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) | `6.0.205` | `7.0.29` |
| [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `4.20260615.1` | `5.20260716.1` |



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

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

Updates `@ai-sdk/openai-compatible` from 2.0.50 to 3.0.11
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/openai-compatible/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/openai-compatible@3.0.11/packages/openai-compatible)

Updates `@arizeai/openinference-vercel` from 2.7.8 to 3.1.0
- [Release notes](https://github.com/Arize-ai/openinference/releases)
- [Commits](https://github.com/Arize-ai/openinference/commits/python-openinference-instrumentation-llama-index-v3.1.0)

Updates `ai` from 6.0.205 to 7.0.29
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/ai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/ai@7.0.29/packages/ai)

Updates `@cloudflare/workers-types` from 4.20260615.1 to 5.20260716.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](https://github.com/cloudflare/workerd/commits)

---
updated-dependencies:
- dependency-name: "@ai-sdk/openai-compatible"
  dependency-version: 3.0.10
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-major
- dependency-name: "@arizeai/openinference-vercel"
  dependency-version: 3.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-major
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 5.20260714.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-major
- dependency-name: "@types/node"
  dependency-version: 26.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-major
- dependency-name: ai
  dependency-version: 7.0.27
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-major
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-major-84678f5583 branch from 9c94bb7 to d6fbb23 Compare July 16, 2026 02:07
@creatornader
creatornader merged commit 0884ae2 into main Jul 16, 2026
16 checks passed
@creatornader
creatornader deleted the dependabot/npm_and_yarn/npm-major-84678f5583 branch July 16, 2026 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant