Skip to content

chore(deps): bump the all-deps group in /packages/server with 3 updates#4

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/packages/server/all-deps-9a54cafed1
Open

chore(deps): bump the all-deps group in /packages/server with 3 updates#4
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/packages/server/all-deps-9a54cafed1

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps the all-deps group in /packages/server with 3 updates: @tanstack/ai, @tanstack/ai-openai and dotenv.

Updates @tanstack/ai from 0.5.1 to 0.8.1

Release notes

Sourced from @​tanstack/ai's releases.

@​tanstack/ai-gemini@​0.7.0

Minor Changes

    • Add NanoBanana native image generation with up to 4K image output, routing all gemini-* native image models through generateContent API (#321)
    • Fix SDK property names (imageGenerationConfig → imageConfig, outputImageSize → imageSize) and rename NanoBanana types to GeminiNativeImage
    • Add Gemini 3.1 Pro model support for text generation

@​tanstack/ai-fal@​0.6.1

Patch Changes

@​tanstack/ai-openrouter@​0.6.1

Patch Changes

@​tanstack/ai-preact@​0.6.1

Patch Changes

  • Updated dependencies [d8678e2]:
    • @​tanstack/ai@​0.6.1
    • @​tanstack/ai-client@​0.5.1

@​tanstack/ai-react@​0.6.1

Patch Changes

  • Updated dependencies [d8678e2]:
    • @​tanstack/ai@​0.6.1
    • @​tanstack/ai-client@​0.5.1

@​tanstack/ai-solid@​0.6.1

Patch Changes

  • Updated dependencies [d8678e2]:
    • @​tanstack/ai@​0.6.1
    • @​tanstack/ai-client@​0.5.1

@​tanstack/ai-svelte@​0.6.1

Patch Changes

  • Updated dependencies [d8678e2]:
    • @​tanstack/ai@​0.6.1
    • @​tanstack/ai-client@​0.5.1

@​tanstack/ai-vue@​0.6.1

Patch Changes

... (truncated)

Changelog

Sourced from @​tanstack/ai's changelog.

0.8.1

Patch Changes

  • Add an explicit subscription lifecycle to ChatClient with subscribe()/unsubscribe(), isSubscribed, connectionStatus, and sessionGenerating, while keeping request lifecycle state separate from long-lived connection state for durable chat sessions. (#356)

    Update the React, Preact, Solid, Svelte, and Vue chat bindings with live mode plus reactive subscription/session state, and improve StreamProcessor handling for concurrent runs and reconnects so active sessions do not finalize early or duplicate resumed assistant messages.

  • Add durable subscribe()/send() transport support to ChatClient while preserving compatibility with existing connect() adapters. This also introduces shared generation clients for one-shot streaming tasks and updates the framework wrappers to use the new generation transport APIs. (#286)

    Improve core stream processing to better handle concurrent runs and resumed streams so shared sessions stay consistent during reconnects and overlapping generations.

  • Updated dependencies []:

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

0.8.0

Minor Changes

  • feat: add middleware system and content guard middleware (#367)
    • @​tanstack/ai: New @tanstack/ai/middlewares subpath with composable chat middleware architecture. Includes contentGuardMiddleware (delta and buffered strategies) and toolCacheMiddleware. Middleware hooks: onStart, onIteration, onChunk, onToolPhaseComplete, onFinish.
    • @​tanstack/ai-event-client: Initial release. Extracted devtoolsMiddleware from @tanstack/ai core into a standalone package for tree-shaking. Emits all DevTools events as an observation-only middleware.
    • @​tanstack/ai-client: Updated event types for middleware integration.
    • @​tanstack/ai-devtools: Updated iteration timeline and conversation UI for middleware-aware event handling.

Patch Changes

  • Updated dependencies [f62eeb0]:
    • @​tanstack/ai-event-client@​0.1.0

0.7.0

Minor Changes

  • feat: add realtime voice chat with OpenAI and ElevenLabs adapters (#300)

    Adds realtime voice/text chat capabilities:

    • @​tanstack/ai: realtimeToken() function and shared realtime types (RealtimeToken, RealtimeMessage, RealtimeSessionConfig, RealtimeStatus, RealtimeMode, AudioVisualization, events, and error types)
    • @​tanstack/ai-client: Framework-agnostic RealtimeClient class with connection lifecycle, audio I/O, message state management, tool execution, and RealtimeAdapter/RealtimeConnection interfaces
    • @​tanstack/ai-openai: openaiRealtime() client adapter (WebRTC) and openaiRealtimeToken() server token adapter with support for semantic VAD, multiple voices, and all realtime models
    • @​tanstack/ai-elevenlabs: elevenlabsRealtime() client adapter (WebSocket) and elevenlabsRealtimeToken() server token adapter for ElevenLabs conversational AI agents
    • @​tanstack/ai-react: useRealtimeChat() hook with reactive state for status, mode, messages, pending transcripts, audio visualization levels, VAD control, text/image input, and interruptions
    • Docs: Realtime Voice Chat guide and full API reference for all realtime classes, interfaces, functions, and type aliases

Patch Changes

  • Updated dependencies []:
    • @​tanstack/ai-event-client@​0.0.2

0.6.3

... (truncated)

Commits

Updates @tanstack/ai-openai from 0.5.0 to 0.7.1

Release notes

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

@​tanstack/ai-openai@​0.6.0

Patch Changes

Changelog

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

0.7.1

Patch Changes

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

0.7.0

Minor Changes

  • feat: add realtime voice chat with OpenAI and ElevenLabs adapters (#300)

    Adds realtime voice/text chat capabilities:

    • @​tanstack/ai: realtimeToken() function and shared realtime types (RealtimeToken, RealtimeMessage, RealtimeSessionConfig, RealtimeStatus, RealtimeMode, AudioVisualization, events, and error types)
    • @​tanstack/ai-client: Framework-agnostic RealtimeClient class with connection lifecycle, audio I/O, message state management, tool execution, and RealtimeAdapter/RealtimeConnection interfaces
    • @​tanstack/ai-openai: openaiRealtime() client adapter (WebRTC) and openaiRealtimeToken() server token adapter with support for semantic VAD, multiple voices, and all realtime models
    • @​tanstack/ai-elevenlabs: elevenlabsRealtime() client adapter (WebSocket) and elevenlabsRealtimeToken() server token adapter for ElevenLabs conversational AI agents
    • @​tanstack/ai-react: useRealtimeChat() hook with reactive state for status, mode, messages, pending transcripts, audio visualization levels, VAD control, text/image input, and interruptions
    • Docs: Realtime Voice Chat guide and full API reference for all realtime classes, interfaces, functions, and type aliases

Patch Changes

  • Updated dependencies [86be1c8]:
    • @​tanstack/ai@​0.7.0
    • @​tanstack/ai-client@​0.7.0

0.6.0

Patch Changes

Commits

Updates dotenv from 16.6.1 to 17.3.1

Changelog

Sourced from dotenv's changelog.

17.3.1 (2026-02-12)

Changed

  • Fix as2 example command in README and update spanish README

17.3.0 (2026-02-12)

Added

  • Add a new README section on dotenv’s approach to the agentic future.

Changed

  • Rewrite README to get humans started more quickly with less noise while simultaneously making more accessible for llms and agents to go deeper into details.

17.2.4 (2026-02-05)

Changed

  • Make DotenvPopulateInput accept NodeJS.ProcessEnv type (#915)
  • Give back to dotenv by checking out my newest project vestauth. It is auth for agents. Thank you for using my software.

17.2.3 (2025-09-29)

Changed

  • Fixed typescript error definition (#912)

17.2.2 (2025-09-02)

Added

  • 🙏 A big thank you to new sponsor Tuple.app - the premier screen sharing app for developers on macOS and Windows. Go check them out. It's wonderful and generous of them to give back to open source by sponsoring dotenv. Give them some love back.

17.2.1 (2025-07-24)

Changed

  • Fix clickable tip links by removing parentheses (#897)

17.2.0 (2025-07-09)

Added

  • Optionally specify DOTENV_CONFIG_QUIET=true in your environment or .env file to quiet the runtime log (#889)
  • Just like dotenv any DOTENV_CONFIG_ environment variables take precedence over any code set options like ({quiet: false})
# .env
</tr></table> 

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 27, 2026
@dependabot dependabot Bot requested a review from marsian83 as a code owner March 27, 2026 15:12
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 27, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/packages/server/all-deps-9a54cafed1 branch from 7a4a295 to 4e8ef45 Compare April 3, 2026 09:18
Bumps the all-deps group in /packages/server with 3 updates: [@tanstack/ai](https://github.com/TanStack/ai/tree/HEAD/packages/typescript/ai), [@tanstack/ai-openai](https://github.com/TanStack/ai/tree/HEAD/packages/typescript/ai-openai) and [dotenv](https://github.com/motdotla/dotenv).


Updates `@tanstack/ai` from 0.5.1 to 0.8.1
- [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/HEAD/packages/typescript/ai)

Updates `@tanstack/ai-openai` from 0.5.0 to 0.7.1
- [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/HEAD/packages/typescript/ai-openai)

Updates `dotenv` from 16.6.1 to 17.3.1
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.6.1...v17.3.1)

---
updated-dependencies:
- dependency-name: "@tanstack/ai"
  dependency-version: 0.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: "@tanstack/ai-openai"
  dependency-version: 0.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: dotenv
  dependency-version: 17.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/packages/server/all-deps-9a54cafed1 branch from 4e8ef45 to f1ecfb2 Compare April 10, 2026 09:22
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.

0 participants