Skip to content

chore(deps): bump the minor-and-patch group with 4 updates#315

Merged
ryoppippi merged 2 commits intomainfrom
dependabot/npm_and_yarn/minor-and-patch-9f33309cb3
Feb 4, 2026
Merged

chore(deps): bump the minor-and-patch group with 4 updates#315
ryoppippi merged 2 commits intomainfrom
dependabot/npm_and_yarn/minor-and-patch-9f33309cb3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps the minor-and-patch group with 4 updates: @ai-sdk/openai, @anthropic-ai/sdk, @tanstack/ai-openai and @tanstack/ai.

Updates @ai-sdk/openai from 3.0.2 to 3.0.25

Release notes

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

@​ai-sdk/openai@​3.0.25

Patch Changes

  • Updated dependencies [53f6731]
    • @​ai-sdk/provider@​3.0.7
    • @​ai-sdk/provider-utils@​4.0.13

@​ai-sdk/openai@​3.0.24

Patch Changes

  • Updated dependencies [96936e5]
    • @​ai-sdk/provider-utils@​4.0.12
Commits

Updates @anthropic-ai/sdk from 0.71.2 to 0.72.1

Release notes

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

sdk: v0.72.1

0.72.1 (2026-01-30)

Full Changelog: sdk-v0.72.0...sdk-v0.72.1

Bug Fixes

  • client: remove OutputFormat exports from index.ts (bf2cf08)

sdk: v0.72.0

0.72.0 (2026-01-29)

Full Changelog: sdk-v0.71.2...sdk-v0.72.0

Features

  • api: add support for Structured Outputs in the Messages API (eeb7fab)
  • api: migrate sending message format in output_config rather than output_format (99f4066)
  • ci: add breaking change detection workflow (b181568)
  • client: migrate structured output format (#625) (abcdddc)
  • helpers: add MCP SDK helper functions (#610) (b6c3963)

Bug Fixes

  • mcp: correct code tool API endpoint (4bd6ad6)
  • mcp: return correct lines on typescript errors (c425959)

Chores

  • break long lines in snippets into multiline (2c44e2d)
  • ci: Add Claude Code GitHub Workflow (#612) (28a9a00)
  • ci: fix multi package publishing (b9e3ab9)
  • ci: upgrade actions/github-script (ff9dd44)
  • internal: codegen related update (754de58)
  • internal: codegen related update (cb411e4)
  • internal: update actions/checkout version (c0057be)
  • internal: upgrade babel, qs, js-yaml (494d9ed)
  • internal: version bump (24ecc83)
  • tests: remove extraneous header test (076a87c)

Documentation

Changelog

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

0.72.1 (2026-01-30)

Full Changelog: sdk-v0.72.0...sdk-v0.72.1

Bug Fixes

  • client: remove OutputFormat exports from index.ts (bf2cf08)

0.72.0 (2026-01-29)

Full Changelog: sdk-v0.71.2...sdk-v0.72.0

Features

  • api: add support for Structured Outputs in the Messages API (eeb7fab)
  • api: migrate sending message format in output_config rather than output_format (99f4066)
  • ci: add breaking change detection workflow (b181568)
  • client: migrate structured output format (#625) (abcdddc)
  • helpers: add MCP SDK helper functions (#610) (b6c3963)

Bug Fixes

  • mcp: correct code tool API endpoint (4bd6ad6)
  • mcp: return correct lines on typescript errors (c425959)

Chores

  • break long lines in snippets into multiline (2c44e2d)
  • ci: Add Claude Code GitHub Workflow (#612) (28a9a00)
  • ci: fix multi package publishing (b9e3ab9)
  • ci: upgrade actions/github-script (ff9dd44)
  • internal: codegen related update (754de58)
  • internal: codegen related update (cb411e4)
  • internal: update actions/checkout version (c0057be)
  • internal: upgrade babel, qs, js-yaml (494d9ed)
  • internal: version bump (24ecc83)
  • tests: remove extraneous header test (076a87c)

Documentation

Commits

Updates @tanstack/ai-openai from 0.2.0 to 0.3.0

Release notes

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

@​tanstack/ai-openai@​0.3.0

Minor Changes

  • allows additional configuration options when creating an openAI client (#245)
Changelog

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

0.3.0

Minor Changes

  • feat: Add AG-UI protocol events to streaming system (#244)

    All text adapters now emit AG-UI protocol events only:

    • RUN_STARTED / RUN_FINISHED - Run lifecycle events
    • TEXT_MESSAGE_START / TEXT_MESSAGE_CONTENT / TEXT_MESSAGE_END - Text message streaming
    • TOOL_CALL_START / TOOL_CALL_ARGS / TOOL_CALL_END - Tool call streaming

    Only AG-UI event types are supported; previous legacy chunk formats (content, tool_call, done, etc.) are no longer accepted.

Patch Changes

0.3.0

Minor Changes

  • allows additional configuration options when creating an openAI client (#245)

0.2.1

Patch Changes

  • Fix up model names for OpenAI and release the new response APIs (#188)

  • fix up readmes (#188)

  • Updated dependencies [181e0ac, 181e0ac]:

    • @​tanstack/ai@​0.2.1
Commits

Updates @tanstack/ai from 0.2.0 to 0.3.0

Release notes

Sourced from @​tanstack/ai's releases.

@​tanstack/ai-openai@​0.3.0

Minor Changes

  • allows additional configuration options when creating an openAI client (#245)

@​tanstack/ai-anthropic@​0.3.0

Minor Changes

  • feat: Add AG-UI protocol events to streaming system (#244)

    All text adapters now emit AG-UI protocol events only:

    • RUN_STARTED / RUN_FINISHED - Run lifecycle events
    • TEXT_MESSAGE_START / TEXT_MESSAGE_CONTENT / TEXT_MESSAGE_END - Text message streaming
    • TOOL_CALL_START / TOOL_CALL_ARGS / TOOL_CALL_END - Tool call streaming

    Only AG-UI event types are supported; previous legacy chunk formats (content, tool_call, done, etc.) are no longer accepted.

Patch Changes

@​tanstack/ai-client@​0.3.0

Minor Changes

  • feat: Add AG-UI protocol events to streaming system (#244)

    All text adapters now emit AG-UI protocol events only:

    • RUN_STARTED / RUN_FINISHED - Run lifecycle events
    • TEXT_MESSAGE_START / TEXT_MESSAGE_CONTENT / TEXT_MESSAGE_END - Text message streaming
    • TOOL_CALL_START / TOOL_CALL_ARGS / TOOL_CALL_END - Tool call streaming

    Only AG-UI event types are supported; previous legacy chunk formats (content, tool_call, done, etc.) are no longer accepted.

Patch Changes

@​tanstack/ai-grok@​0.3.0

Minor Changes

  • feat: Add AG-UI protocol events to streaming system (#244)

    All text adapters now emit AG-UI protocol events only:

    • RUN_STARTED / RUN_FINISHED - Run lifecycle events
    • TEXT_MESSAGE_START / TEXT_MESSAGE_CONTENT / TEXT_MESSAGE_END - Text message streaming

... (truncated)

Changelog

Sourced from @​tanstack/ai's changelog.

0.3.0

Minor Changes

  • feat: Add AG-UI protocol events to streaming system (#244)

    All text adapters now emit AG-UI protocol events only:

    • RUN_STARTED / RUN_FINISHED - Run lifecycle events
    • TEXT_MESSAGE_START / TEXT_MESSAGE_CONTENT / TEXT_MESSAGE_END - Text message streaming
    • TOOL_CALL_START / TOOL_CALL_ARGS / TOOL_CALL_END - Tool call streaming

    Only AG-UI event types are supported; previous legacy chunk formats (content, tool_call, done, etc.) are no longer accepted.

0.2.2

Patch Changes

  • fixed an issue with gemini and thought chunks processing (#210)

0.2.1

Patch Changes

  • Fix up model names for OpenAI and release the new response APIs (#188)

  • fix up readmes (#188)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

Summary by cubic

Upgrade AI dependencies to add Anthropic Structured Outputs and TanStack’s AG-UI streaming events, plus OpenAI provider patches. Updated the TanStack example to AG-UI event handling; verify streaming handlers and Anthropic output_config usage.

  • Dependencies

    • @ai-sdk/openai: 3.0.2 → 3.0.25 (patch updates)
    • @anthropic-ai/sdk: 0.71.2 → 0.72.1 (Structured Outputs; move format to output_config; minor fixes)
    • @tanstack/ai-openai: 0.2.0 → 0.3.0 (pass through full OpenAI config; AG-UI events only)
    • @tanstack/ai: 0.2.0 → 0.3.0 (AG-UI event-only streaming; legacy chunk types removed)
  • Migration

    • TanStack streaming: update consumers to AG-UI events (RUN_STARTED/RUN_FINISHED, TEXT_MESSAGE_START/CONTENT/END, TOOL_CALL_START/ARGS/END). Remove handling for legacy chunk shapes (content, tool_call, done).
    • Anthropic: if setting output format, use output_config instead of output_format. Avoid importing OutputFormat from the SDK index.

Written for commit 3e191db. Summary will update on new commits.

Bumps the minor-and-patch group with 4 updates: [@ai-sdk/openai](https://github.com/vercel/ai), [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript), [@tanstack/ai-openai](https://github.com/TanStack/ai/tree/HEAD/packages/typescript/ai-openai) and [@tanstack/ai](https://github.com/TanStack/ai/tree/HEAD/packages/typescript/ai).


Updates `@ai-sdk/openai` from 3.0.2 to 3.0.25
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/compare/@ai-sdk/openai@3.0.2...@ai-sdk/openai@3.0.25)

Updates `@anthropic-ai/sdk` from 0.71.2 to 0.72.1
- [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.71.2...sdk-v0.72.1)

Updates `@tanstack/ai-openai` from 0.2.0 to 0.3.0
- [Release notes](https://github.com/TanStack/ai/releases)
- [Changelog](https://github.com/TanStack/ai/blob/main/packages/typescript/ai-openai/CHANGELOG.md)
- [Commits](https://github.com/TanStack/ai/commits/@tanstack/ai-openai@0.3.0/packages/typescript/ai-openai)

Updates `@tanstack/ai` from 0.2.0 to 0.3.0
- [Release notes](https://github.com/TanStack/ai/releases)
- [Changelog](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/CHANGELOG.md)
- [Commits](https://github.com/TanStack/ai/commits/@tanstack/ai@0.3.0/packages/typescript/ai)

---
updated-dependencies:
- dependency-name: "@ai-sdk/openai"
  dependency-version: 3.0.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.72.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/ai-openai"
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/ai"
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner February 2, 2026 10:15
@pkg-pr-new
Copy link

pkg-pr-new bot commented Feb 2, 2026

Open in StackBlitz

npm i https://pkg.pr.new/StackOneHQ/stackone-ai-node/@stackone/ai@315

commit: 3e191db

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 2 files

Update stream event handling to use AG-UI protocol events introduced
in @tanstack/ai 0.3.0. The stream chunk types changed from custom
format to AG-UI protocol events.

- Change `tool_call` type to `TOOL_CALL_START`
- Access tool name via `chunk.toolName` instead of `chunk.toolCall.function.name`
@ryoppippi ryoppippi merged commit 38da36a into main Feb 4, 2026
17 checks passed
@ryoppippi ryoppippi deleted the dependabot/npm_and_yarn/minor-and-patch-9f33309cb3 branch February 4, 2026 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant