Skip to content

chore(deps): bump the minor-and-patch group across 1 directory with 4 updates#363

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-0e4c8c5054
Closed

chore(deps): bump the minor-and-patch group across 1 directory with 4 updates#363
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-0e4c8c5054

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

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

Updates @ai-sdk/openai from 3.0.2 to 3.0.53

Commits
  • f4faec7 Version Packages (#14440)
  • 953385d Backport: fix(ai): default undefined tool-call input to empty object in conve...
  • 90c7959 Version Packages (#14435)
  • a8cec3a Backport: feat (provider/bytedance): add seedance 2.0 support (#14431)
  • 9c45cd6 Version Packages (#14405)
  • a0d9373 Backport: chore(provider/gateway): update gateway model settings files v6 (#1...
  • e3fb093 Version Packages (#14400)
  • 1e1a5ab Backport: fix(google): fix serviceTier to be correctly formatted for Vertex...
  • 534a4f1 Version Packages (#14355)
  • 46a3584 Backport: fix(google-vertex): don't send streamFunctionCallArguments for vert...
  • Additional commits viewable in compare view

Updates @anthropic-ai/sdk from 0.72.1 to 0.90.0

Release notes

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

sdk: v0.90.0

0.90.0 (2026-04-16)

Full Changelog: sdk-v0.89.0...sdk-v0.90.0

Features

  • api: add claude-opus-4-7, token budgets and user_profiles (b26134b)

Chores

  • actually delete release-doctor.yml (0fe984d)
  • ci: remove release-doctor workflow (08e58bd)

sdk: v0.89.0

0.89.0 (2026-04-14)

Full Changelog: sdk-v0.88.0...sdk-v0.89.0

Features

  • api: manual updates (57c2a11)
  • api: mark Sonnet and Opus 4 as deprecated (eff41b7)

Bug Fixes

  • streaming: add missing events (4c52919)

sdk: v0.88.0

0.88.0 (2026-04-10)

Full Changelog: sdk-v0.87.0...sdk-v0.88.0

Features

Documentation

sdk: v0.87.0

0.87.0 (2026-04-09)

Full Changelog: sdk-v0.86.1...sdk-v0.87.0

... (truncated)

Changelog

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

0.90.0 (2026-04-16)

Full Changelog: sdk-v0.89.0...sdk-v0.90.0

Features

  • api: add claude-opus-4-7, token budgets and user_profiles (b26134b)

Chores

  • actually delete release-doctor.yml (0fe984d)
  • ci: remove release-doctor workflow (08e58bd)

0.89.0 (2026-04-14)

Full Changelog: sdk-v0.88.0...sdk-v0.89.0

Features

  • api: manual updates (57c2a11)
  • api: mark Sonnet and Opus 4 as deprecated (eff41b7)

Bug Fixes

  • streaming: add missing events (4c52919)

0.88.0 (2026-04-10)

Full Changelog: sdk-v0.87.0...sdk-v0.88.0

Features

Documentation

0.87.0 (2026-04-09)

Full Changelog: sdk-v0.86.1...sdk-v0.87.0

Features

  • api: Add beta advisor tool (1e99a8d)

... (truncated)

Commits

Updates @tanstack/ai-openai from 0.3.0 to 0.7.5

Release notes

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

@​tanstack/ai-openai@​0.7.5

Patch Changes

  • fix(ai, ai-openai, ai-gemini, ai-ollama): normalize null tool input to empty object (#430)

    When a model produces a tool_use block with no input, JSON.parse('null') returns null which fails Zod schema validation and silently kills the agent loop. Normalize null/non-object parsed tool input to {} in executeToolCalls, ToolCallManager.completeToolCall, ToolCallManager.executeTools, and the OpenAI/Gemini/Ollama adapter TOOL_CALL_END emissions. The Anthropic adapter already had this fix.

  • Updated dependencies [c780bc1]:

    • @​tanstack/ai@​0.10.3
    • @​tanstack/ai-client@​0.7.10

@​tanstack/ai-openai@​0.7.4

Patch Changes

  • Update model metadata from OpenRouter API (#433)
Changelog

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

0.7.5

Patch Changes

  • fix(ai, ai-openai, ai-gemini, ai-ollama): normalize null tool input to empty object (#430)

    When a model produces a tool_use block with no input, JSON.parse('null') returns null which fails Zod schema validation and silently kills the agent loop. Normalize null/non-object parsed tool input to {} in executeToolCalls, ToolCallManager.completeToolCall, ToolCallManager.executeTools, and the OpenAI/Gemini/Ollama adapter TOOL_CALL_END emissions. The Anthropic adapter already had this fix.

  • Updated dependencies [c780bc1]:

    • @​tanstack/ai@​0.10.3
    • @​tanstack/ai-client@​0.7.10

0.7.4

Patch Changes

  • Update model metadata from OpenRouter API (#433)

0.7.3

Patch Changes

  • Add code mode and isolate packages for secure AI code execution (#362)

    Also includes fixes for Ollama tool call argument streaming and usage reporting, OpenAI realtime adapter handling of missing call_id/item_id, realtime client guards for missing toolCallId, and new DevtoolsChatMiddleware type export from ai-event-client.

  • Updated dependencies [54abae0]:

    • @​tanstack/ai@​0.10.0
    • @​tanstack/ai-client@​0.7.7

0.7.2

Patch Changes

  • Updated dependencies [842e119]:
    • @​tanstack/ai@​0.9.0
    • @​tanstack/ai-client@​0.7.3

0.7.1

Patch Changes

  • Updated dependencies [f62eeb0]:
    • @​tanstack/ai@​0.8.0
    • @​tanstack/ai-client@​0.7.1

0.7.0

... (truncated)

Commits

Updates @tanstack/ai from 0.3.0 to 0.10.3

Release notes

Sourced from @​tanstack/ai's releases.

@​tanstack/ai@​0.10.3

Patch Changes

  • fix(ai, ai-openai, ai-gemini, ai-ollama): normalize null tool input to empty object (#430)

    When a model produces a tool_use block with no input, JSON.parse('null') returns null which fails Zod schema validation and silently kills the agent loop. Normalize null/non-object parsed tool input to {} in executeToolCalls, ToolCallManager.completeToolCall, ToolCallManager.executeTools, and the OpenAI/Gemini/Ollama adapter TOOL_CALL_END emissions. The Anthropic adapter already had this fix.

  • Updated dependencies []:

    • @​tanstack/ai-event-client@​0.2.3

@​tanstack/ai@​0.10.2

Patch Changes

  • Emit TOOL_CALL_START and TOOL_CALL_ARGS for pending tool calls during continuation re-executions (#372)

  • Updated dependencies []:

    • @​tanstack/ai-event-client@​0.2.2

@​tanstack/ai@​0.10.1

Patch Changes

  • Add @​tanstack/intent agent skills for AI coding assistants (#432)

    Adds 10 skill files covering chat-experience, tool-calling, media-generation, code-mode, structured-outputs, adapter-configuration, ag-ui-protocol, middleware, and custom-backend-integration. Skills guide AI agents to generate correct TanStack AI code patterns and avoid common mistakes.

  • Updated dependencies []:

    • @​tanstack/ai-event-client@​0.2.1

@​tanstack/ai@​0.9.2

Patch Changes

  • fix: handle errors from fal result fetch on completed jobs (#396)

    fal.ai does not return a FAILED queue status — invalid jobs report COMPLETED, and the real error (e.g. 422 validation) only surfaces when fetching results. getVideoUrl() now catches these errors and extracts detailed validation messages. getVideoJobStatus() returns status: 'failed' when the result fetch throws on a "completed" job.

  • Updated dependencies []:

    • @​tanstack/ai-event-client@​0.1.4

@​tanstack/ai@​0.9.1

Patch Changes

  • Fix Gemini adapter tool call handling: preserve thoughtSignature for Gemini 3+ thinking models through the tool call lifecycle, use correct function name (instead of call ID) in functionResponse parts, and include the call ID in both functionCall and functionResponse for proper correlation. (#401)

  • Updated dependencies []:

    • @​tanstack/ai-event-client@​0.1.3

@​tanstack/ai-gemini@​0.8.8

... (truncated)

Changelog

Sourced from @​tanstack/ai's changelog.

0.10.3

Patch Changes

  • fix(ai, ai-openai, ai-gemini, ai-ollama): normalize null tool input to empty object (#430)

    When a model produces a tool_use block with no input, JSON.parse('null') returns null which fails Zod schema validation and silently kills the agent loop. Normalize null/non-object parsed tool input to {} in executeToolCalls, ToolCallManager.completeToolCall, ToolCallManager.executeTools, and the OpenAI/Gemini/Ollama adapter TOOL_CALL_END emissions. The Anthropic adapter already had this fix.

  • Updated dependencies []:

    • @​tanstack/ai-event-client@​0.2.3

0.10.2

Patch Changes

  • Emit TOOL_CALL_START and TOOL_CALL_ARGS for pending tool calls during continuation re-executions (#372)

  • Updated dependencies []:

    • @​tanstack/ai-event-client@​0.2.2

0.10.1

Patch Changes

  • Add @​tanstack/intent agent skills for AI coding assistants (#432)

    Adds 10 skill files covering chat-experience, tool-calling, media-generation, code-mode, structured-outputs, adapter-configuration, ag-ui-protocol, middleware, and custom-backend-integration. Skills guide AI agents to generate correct TanStack AI code patterns and avoid common mistakes.

  • Updated dependencies []:

    • @​tanstack/ai-event-client@​0.2.1

0.10.0

Minor Changes

  • Add code mode and isolate packages for secure AI code execution (#362)

    Also includes fixes for Ollama tool call argument streaming and usage reporting, OpenAI realtime adapter handling of missing call_id/item_id, realtime client guards for missing toolCallId, and new DevtoolsChatMiddleware type export from ai-event-client.

Patch Changes

  • Updated dependencies [54abae0]:
    • @​tanstack/ai-event-client@​0.2.0

... (truncated)

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 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

Update AI dependencies to the latest minor/patch versions to bring tool-call stability fixes and new Anthropic model support. Also refreshes build tooling in the lockfile.

  • Dependencies

    • @anthropic-ai/sdk 0.72.1 → 0.90.0 — adds Claude Opus 4.7, token budgets; deprecates older Sonnet/Opus 4 models.
    • @tanstack/ai 0.3.0 → 0.10.3 — normalizes null tool input and improves tool-call events.
    • @tanstack/ai-openai 0.3.0 → 0.7.5 — adopts the null-input fix and updates model metadata.
    • Tooling: Node runtime 24.15.0 and esbuild 0.27.7 in the lockfile.
  • Migration

    • No code changes expected. If using @tanstack/ai-openai directly, ensure @tanstack/ai-client ^0.7.10 is installed.
    • If you use deprecated Anthropic model IDs, switch to the current ones.

Written for commit f5cd0d1. Summary will update on new commits.

… updates

Bumps the minor-and-patch group with 4 updates in the / directory: [@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.53
- [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.53)

Updates `@anthropic-ai/sdk` from 0.72.1 to 0.90.0
- [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.72.1...sdk-v0.90.0)

Updates `@tanstack/ai-openai` from 0.3.0 to 0.7.5
- [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.7.5/packages/typescript/ai-openai)

Updates `@tanstack/ai` from 0.3.0 to 0.10.3
- [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.10.3/packages/typescript/ai)

---
updated-dependencies:
- dependency-name: "@ai-sdk/openai"
  dependency-version: 3.0.53
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.90.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/ai-openai"
  dependency-version: 0.7.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/ai"
  dependency-version: 0.10.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Copilot AI review requested due to automatic review settings April 20, 2026 08:40
@dependabot dependabot Bot requested a review from a team as a code owner April 20, 2026 08:40
@dependabot dependabot Bot review requested due to automatic review settings April 20, 2026 08:40
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Apr 20, 2026

Open in StackBlitz

npm i https://pkg.pr.new/@stackone/ai@363

commit: f5cd0d1

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

Requires human review: Significant minor version bumps for core AI SDKs (0.x range) include model deprecations and architectural changes that require human verification of existing implementation usage.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 27, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 27, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/minor-and-patch-0e4c8c5054 branch April 27, 2026 08:57
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.

0 participants