Skip to content

chore(deps-dev): bump the dev-dependencies-minor-patch group across 1 directory with 19 updates - #1953

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-minor-patch-599b218126
Open

chore(deps-dev): bump the dev-dependencies-minor-patch group across 1 directory with 19 updates#1953
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-minor-patch-599b218126

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies-minor-patch group with 19 updates in the / directory:

Package From To
@tanstack/ai 0.46.0 0.48.0
@tanstack/ai-client 0.24.0 0.26.0
crossws 0.4.10 0.4.12
@tanstack/react-query 5.101.4 5.102.2
@tanstack/solid-query 5.101.4 5.102.2
@tanstack/svelte-query 6.1.38 6.1.41
@tanstack/vue-query 5.101.4 5.102.2
ai 7.0.70 7.0.77
@types/bun 1.3.14 1.4.0
wrangler 4.124.0 4.125.0
evlog 2.26.0 2.27.0
next 16.3.1 16.3.2
@scalar/api-reference 1.65.1 1.66.1
@tanstack/angular-query-experimental 5.101.4 5.102.2
@tanstack/query-core 5.101.4 5.102.2
svelte 5.56.9 5.56.10
@types/react-dom 19.2.4 19.2.5
@cloudflare/vite-plugin 1.53.0 1.53.1
@tanstack/react-query-next-experimental 5.101.4 5.102.2

Updates @tanstack/ai from 0.46.0 to 0.48.0

Release notes

Sourced from @​tanstack/ai's releases.

@​tanstack/ai@​0.48.0

Minor Changes

  • #1174 1c0415b - Put AG-UI extras under metadata.tanstack. SSE/HTTP wire events are spec-only.

    sendMessage({ content, metadata }) stamps user metadata on the user message. In-process chat() still yields toolName, TOOL_CALL_END.input, and TanStack TokenUsage. Thinking signatures round-trip on REASONING_ENCRYPTED_VALUE. Wire messages use content / toolCalls / fan-out roles, not parts.

Patch Changes

  • Updated dependencies [1c0415b]:
    • @​tanstack/ai-event-client@​0.10.0

@​tanstack/ai@​0.47.3

Patch Changes

  • #938 7c4b73a - Reject non-streaming text calls when their event stream ends with a RUN_ERROR.

  • #931 87e497f - Preserve signed thinking blocks relative to tool calls when converting assistant UI messages. A thinking block that follows a provider-executed tool now starts a new assistant segment instead of being replayed before that tool.

  • #1020 c0ba484 - Fix tool-call input corruption when a TEXT_MESSAGE_CONTENT event arrives between TOOL_CALL_ARGS events. Text events no longer force-complete in-flight tool calls, and input is only set when a strict JSON.parse of the accumulated arguments succeeds.

  • #1016 d34b6c0 - New provider adapter: @tanstack/ai-llmgateway connects TanStack AI to LLM Gateway, an open-source, self-hostable AI gateway that routes one OpenAI-compatible endpoint to hundreds of models across many providers.

    • llmGatewayText / createLLMGatewayText — streaming chat with tool calling, structured outputs, multimodal (image) input, and reasoning deltas (reasoning_content) surfaced as AG-UI REASONING_* events
    • llmGatewaySummarize / createLLMGatewaySummarize — summarization via the shared ChatStreamSummarizeAdapter
    • LLMGATEWAY_CHAT_MODELS — a curated list of flagship model ids, with per-model input modalities and tool capabilities resolved at the type level, and any other model id from llmgateway.io/models accepted and typed against the generic provider options
    • provider/model ids pin routing to a specific provider; bare ids let the gateway choose

    @tanstack/ai registers llmgateway in the summarize wrapper's provider-native token-key map, so summarize({ maxLength }) reaches the gateway as max_tokens instead of being dropped with a warning.

Changelog

Sourced from @​tanstack/ai's changelog.

0.48.0

Minor Changes

  • #1174 1c0415b - Put AG-UI extras under metadata.tanstack. SSE/HTTP wire events are spec-only.

    sendMessage({ content, metadata }) stamps user metadata on the user message. In-process chat() still yields toolName, TOOL_CALL_END.input, and TanStack TokenUsage. Thinking signatures round-trip on REASONING_ENCRYPTED_VALUE. Wire messages use content / toolCalls / fan-out roles, not parts.

Patch Changes

  • Updated dependencies [1c0415b]:
    • @​tanstack/ai-event-client@​0.10.0

0.47.3

Patch Changes

  • #938 7c4b73a - Reject non-streaming text calls when their event stream ends with a RUN_ERROR.

  • #931 87e497f - Preserve signed thinking blocks relative to tool calls when converting assistant UI messages. A thinking block that follows a provider-executed tool now starts a new assistant segment instead of being replayed before that tool.

  • #1020 c0ba484 - Fix tool-call input corruption when a TEXT_MESSAGE_CONTENT event arrives between TOOL_CALL_ARGS events. Text events no longer force-complete in-flight tool calls, and input is only set when a strict JSON.parse of the accumulated arguments succeeds.

  • #1016 d34b6c0 - New provider adapter: @tanstack/ai-llmgateway connects TanStack AI to LLM Gateway, an open-source, self-hostable AI gateway that routes one OpenAI-compatible endpoint to hundreds of models across many providers.

    • llmGatewayText / createLLMGatewayText — streaming chat with tool calling, structured outputs, multimodal (image) input, and reasoning deltas (reasoning_content) surfaced as AG-UI REASONING_* events
    • llmGatewaySummarize / createLLMGatewaySummarize — summarization via the shared ChatStreamSummarizeAdapter
    • LLMGATEWAY_CHAT_MODELS — a curated list of flagship model ids, with per-model input modalities and tool capabilities resolved at the type level, and any other model id from llmgateway.io/models accepted and typed against the generic provider options
    • provider/model ids pin routing to a specific provider; bare ids let the gateway choose

    @tanstack/ai registers llmgateway in the summarize wrapper's provider-native token-key map, so summarize({ maxLength }) reaches the gateway as max_tokens instead of being dropped with a warning.

0.47.2

Patch Changes

... (truncated)

Commits

Updates @tanstack/ai-client from 0.24.0 to 0.26.0

Release notes

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

@​tanstack/ai-client@​0.26.0

Minor Changes

  • #1174 1c0415b - Put AG-UI extras under metadata.tanstack. SSE/HTTP wire events are spec-only.

    sendMessage({ content, metadata }) stamps user metadata on the user message. In-process chat() still yields toolName, TOOL_CALL_END.input, and TanStack TokenUsage. Thinking signatures round-trip on REASONING_ENCRYPTED_VALUE. Wire messages use content / toolCalls / fan-out roles, not parts.

Patch Changes

  • Updated dependencies [1c0415b]:
    • @​tanstack/ai@​0.48.0
    • @​tanstack/ai-event-client@​0.10.0
Changelog

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

0.26.0

Minor Changes

  • #1174 1c0415b - Put AG-UI extras under metadata.tanstack. SSE/HTTP wire events are spec-only.

    sendMessage({ content, metadata }) stamps user metadata on the user message. In-process chat() still yields toolName, TOOL_CALL_END.input, and TanStack TokenUsage. Thinking signatures round-trip on REASONING_ENCRYPTED_VALUE. Wire messages use content / toolCalls / fan-out roles, not parts.

Patch Changes

  • Updated dependencies [1c0415b]:
    • @​tanstack/ai@​0.48.0
    • @​tanstack/ai-event-client@​0.10.0

0.25.2

Patch Changes

  • #1012 2c7381c - Fix live stream stalling in background browser tabs.

    The live path skips the per-chunk setTimeout(0) while document.hidden is true, so stream pull is not paced by the hidden-tab timer clamp. Visible tabs, Node, and resume replay (defer: false) are unchanged.

  • Updated dependencies [7c4b73a, 87e497f, c0ba484, d34b6c0]:

    • @​tanstack/ai@​0.47.3

0.25.1

Patch Changes

  • #1121 bd221d9 - onInterruptStateChange now identifies snapshot restoration (hydrate) separately from streamed or client-initiated interrupt updates (live). The source follows each state publication, so cancelling a restored batch from the callback produces subsequent live updates without re-entering hydration. Client-tool interrupts remain hidden from the public list in both cases; hydrate lets an app cancel a restored batch without cancelling one that is still running.

  • #1169 8bd6f70 - Drain queued post-stream actions after a joinRun replay so a client-tool result from a rejoin is sent back to the server.

  • Updated dependencies [47699ed]:

    • @​tanstack/ai@​0.47.1

0.25.0

Minor Changes

  • #1102 32e62ab - Add first-party generic interrupts.

    Use defineInterrupt() to describe a pause, register it on chat() and the client hooks, and return requests from onInterruptBoundary. The client gets typed payloads and resolveInterrupt. Resume validates the answer and runs onInterruptResolution.

    GenericInterrupt<typeof reviewPlan> types one bound card. INTERRUPT_BOUNDARY_PHASES and INTERRUPT_TOOL_RESUMES are the shared phase and resume lists.

Patch Changes

... (truncated)

Commits

Updates crossws from 0.4.10 to 0.4.12

Release notes

Sourced from crossws's releases.

v0.4.12

compare changes

🚀 Enhancements

  • Resolve hooks attached to the request via Symbol.for("crossws.hooks") (5747500)

✅ Tests

v0.4.11

Full Changelog: h3js/crossws@v0.4.10...v0.4.11

Changelog

Sourced from crossws's changelog.

v0.4.12

compare changes

🚀 Enhancements

  • Resolve hooks attached to the request via Symbol.for("crossws.hooks")`` (5747500)

✅ Tests

❤️ Contributors

v0.4.11

compare changes

🏡 Chore

❤️ Contributors

Commits

Updates @tanstack/react-query from 5.101.4 to 5.102.2

Release notes

Sourced from @​tanstack/react-query's releases.

@​tanstack/react-query-devtools@​5.102.2

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.102.2
    • @​tanstack/react-query@​5.102.2

@​tanstack/react-query-next-experimental@​5.102.2

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-query@​5.102.2

@​tanstack/react-query-persist-client@​5.102.2

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.102.2
    • @​tanstack/react-query@​5.102.2

@​tanstack/react-query@​5.102.2

Patch Changes

  • Updated dependencies [80fbf73]:
    • @​tanstack/query-core@​5.102.2

@​tanstack/react-query-devtools@​5.102.1

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.102.1
    • @​tanstack/react-query@​5.102.1

@​tanstack/react-query-next-experimental@​5.102.1

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-query@​5.102.1

@​tanstack/react-query-persist-client@​5.102.1

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.102.1
    • @​tanstack/react-query@​5.102.1

@​tanstack/react-query@​5.102.1

Patch Changes

... (truncated)

Changelog

Sourced from @​tanstack/react-query's changelog.

5.102.2

Patch Changes

  • Updated dependencies [80fbf73]:
    • @​tanstack/query-core@​5.102.2

5.102.1

Patch Changes

  • Updated dependencies [134890d]:
    • @​tanstack/query-core@​5.102.1

5.102.0

Minor Changes

  • #10668 e674826 - react-query: update usePrefetchQuery and usePrefetchInfiniteQuery to use queryClient.query and queryClient.infiniteQuery

Patch Changes

Commits

Updates @tanstack/solid-query from 5.101.4 to 5.102.2

Release notes

Sourced from @​tanstack/solid-query's releases.

@​tanstack/solid-query-devtools@​5.102.2

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.102.2
    • @​tanstack/solid-query@​5.102.2

@​tanstack/solid-query-persist-client@​5.102.2

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.102.2
    • @​tanstack/solid-query@​5.102.2

@​tanstack/solid-query@​5.102.2

Patch Changes

  • Updated dependencies [80fbf73]:
    • @​tanstack/query-core@​5.102.2

@​tanstack/solid-query-devtools@​5.102.1

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.102.1
    • @​tanstack/solid-query@​5.102.1

@​tanstack/solid-query-persist-client@​5.102.1

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.102.1
    • @​tanstack/solid-query@​5.102.1

@​tanstack/solid-query@​5.102.1

Patch Changes

  • Updated dependencies [134890d]:
    • @​tanstack/query-core@​5.102.1

@​tanstack/solid-query-devtools@​5.102.0

Patch Changes

@​tanstack/solid-query-persist-client@​5.102.0

Patch Changes

... (truncated)

Changelog

Sourced from @​tanstack/solid-query's changelog.

5.102.2

Patch Changes

  • Updated dependencies [80fbf73]:
    • @​tanstack/query-core@​5.102.2

5.102.1

Patch Changes

  • Updated dependencies [134890d]:
    • @​tanstack/query-core@​5.102.1

5.102.0

Patch Changes

Commits

Updates @tanstack/svelte-query from 6.1.38 to 6.1.41

Release notes

Sourced from @​tanstack/svelte-query's releases.

@​tanstack/svelte-query-devtools@​6.1.41

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.102.2
    • @​tanstack/svelte-query@​6.1.41

@​tanstack/svelte-query-persist-client@​6.1.41

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.102.2
    • @​tanstack/svelte-query@​6.1.41

@​tanstack/svelte-query@​6.1.41

Patch Changes

  • Updated dependencies [80fbf73]:
    • @​tanstack/query-core@​5.102.2

@​tanstack/svelte-query-devtools@​6.1.40

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.102.1
    • @​tanstack/svelte-query@​6.1.40

@​tanstack/svelte-query-persist-client@​6.1.40

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.102.1
    • @​tanstack/svelte-query@​6.1.40

@​tanstack/svelte-query@​6.1.40

Patch Changes

  • Updated dependencies [134890d]:
    • @​tanstack/query-core@​5.102.1

@​tanstack/svelte-query-devtools@​6.1.39

Patch Changes

@​tanstack/svelte-query-persist-client@​6.1.39

Patch Changes

... (truncated)

Changelog

Sourced from @​tanstack/svelte-query's changelog.

6.1.41

Patch Changes

  • Updated dependencies [80fbf73]:
    • @​tanstack/query-core@​5.102.2

6.1.40

Patch Changes

  • Updated dependencies [134890d]:
    • @​tanstack/query-core@​5.102.1

6.1.39

Patch Changes

Commits
  • 388bbaf ci: Version Packages (#11265)
  • bc423b3 ci: Version Packages (#11261)
  • be1352b test(*): add adapter-level type coverage for optional undefinable mutate vari...
  • 5743468 ci: Version Packages (#11206)
  • 2215bb0 fix(query-core): make MutateFunction optional undefinable-variables (#8737)
  • 1ef4208 ref: remove experimental_prefetchInRender (#11221)
  • 294d4e6 fix: declaration emit (#11224)
  • 6e3d521 fix(types): propagate generic type params to useMutationState select callback...
  • 279bb55 chore: update to ts 7 and move cut-off to 5.6 (#11212)
  • c6fc17c feat(query-core): add simplified query methods (#10658)
  • Additional commits viewable in compare view

Updates @tanstack/vue-query from 5.101.4 to 5.102.2

Release notes

Sourced from @​tanstack/vue-query's releases.

@​tanstack/vue-query@​5.102.2

Patch Changes

  • Updated dependencies [80fbf73]:
    • @​tanstack/query-core@​5.102.2

@​tanstack/vue-query@​5.102.1

Patch Changes

  • Updated dependencies [134890d]:
    • @​tanstack/query-core@​5.102.1

@​tanstack/vue-query@​5.102.0

Minor Changes

  • #11208 97ce30b - add new imperitive methods to QueryClient proxy

Patch Changes

  • #10373 6e3d521 - fix(types): propagate generic type parameters to useMutationState select callback

  • #11224 294d4e6 - Fix queryOptions and infiniteQueryOptions return types so exported inferred options can be emitted in declaration files without leaking internal data tag symbols.

  • #8737 2215bb0 - fix: make mutation variables optional when undefined extends TVariables

  • #11221 1ef4208 - Remove experimental render-time prefetching and the promise property from query results.

  • #10584 5199f08 - fix(vue-query): preserve TQueryKey inference when wrapping useQuery in a composable with a generic param

  • Updated dependencies [34f7cee, b4368c4, 5bb089d, ba4650c, 294d4e6, 1f631b3, 01a02bf, 18c1c1e,

… directory with 19 updates

Bumps the dev-dependencies-minor-patch group with 19 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/ai](https://github.com/TanStack/ai/tree/HEAD/packages/ai) | `0.46.0` | `0.48.0` |
| [@tanstack/ai-client](https://github.com/TanStack/ai/tree/HEAD/packages/ai-client) | `0.24.0` | `0.26.0` |
| [crossws](https://github.com/h3js/crossws) | `0.4.10` | `0.4.12` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.101.4` | `5.102.2` |
| [@tanstack/solid-query](https://github.com/TanStack/query/tree/HEAD/packages/solid-query) | `5.101.4` | `5.102.2` |
| [@tanstack/svelte-query](https://github.com/TanStack/query/tree/HEAD/packages/svelte-query) | `6.1.38` | `6.1.41` |
| [@tanstack/vue-query](https://github.com/TanStack/query/tree/HEAD/packages/vue-query) | `5.101.4` | `5.102.2` |
| [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) | `7.0.70` | `7.0.77` |
| [@types/bun](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bun) | `1.3.14` | `1.4.0` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.124.0` | `4.125.0` |
| [evlog](https://github.com/HugoRCD/evlog) | `2.26.0` | `2.27.0` |
| [next](https://github.com/vercel/next.js) | `16.3.1` | `16.3.2` |
| [@scalar/api-reference](https://github.com/scalar/scalar/tree/HEAD/packages/api-reference) | `1.65.1` | `1.66.1` |
| [@tanstack/angular-query-experimental](https://github.com/TanStack/query/tree/HEAD/packages/angular-query-experimental) | `5.101.4` | `5.102.2` |
| [@tanstack/query-core](https://github.com/TanStack/query/tree/HEAD/packages/query-core) | `5.101.4` | `5.102.2` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.56.9` | `5.56.10` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.4` | `19.2.5` |
| [@cloudflare/vite-plugin](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vite-plugin-cloudflare) | `1.53.0` | `1.53.1` |
| [@tanstack/react-query-next-experimental](https://github.com/TanStack/query/tree/HEAD/packages/react-query-next-experimental) | `5.101.4` | `5.102.2` |



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

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

Updates `crossws` from 0.4.10 to 0.4.12
- [Release notes](https://github.com/h3js/crossws/releases)
- [Changelog](https://github.com/h3js/crossws/blob/main/CHANGELOG.md)
- [Commits](h3js/crossws@v0.4.10...v0.4.12)

Updates `@tanstack/react-query` from 5.101.4 to 5.102.2
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.102.2/packages/react-query)

Updates `@tanstack/solid-query` from 5.101.4 to 5.102.2
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/solid-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/solid-query@5.102.2/packages/solid-query)

Updates `@tanstack/svelte-query` from 6.1.38 to 6.1.41
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/svelte-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/svelte-query@6.1.41/packages/svelte-query)

Updates `@tanstack/vue-query` from 5.101.4 to 5.102.2
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/vue-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/vue-query@5.102.2/packages/vue-query)

Updates `ai` from 7.0.70 to 7.0.77
- [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.77/packages/ai)

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

Updates `wrangler` from 4.124.0 to 4.125.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.125.0/packages/wrangler)

Updates `evlog` from 2.26.0 to 2.27.0
- [Release notes](https://github.com/HugoRCD/evlog/releases)
- [Commits](https://github.com/HugoRCD/evlog/compare/evlog@2.26.0...evlog@2.27.0)

Updates `next` from 16.3.1 to 16.3.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](vercel/next.js@v16.3.1...v16.3.2)

Updates `@scalar/api-reference` from 1.65.1 to 1.66.1
- [Release notes](https://github.com/scalar/scalar/releases)
- [Changelog](https://github.com/scalar/scalar/blob/main/packages/api-reference/CHANGELOG.md)
- [Commits](https://github.com/scalar/scalar/commits/HEAD/packages/api-reference)

Updates `@tanstack/angular-query-experimental` from 5.101.4 to 5.102.2
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/angular-query-experimental/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/angular-query-experimental@5.102.2/packages/angular-query-experimental)

Updates `@tanstack/query-core` from 5.101.4 to 5.102.2
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/query-core/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/query-core@5.102.2/packages/query-core)

Updates `svelte` from 5.56.9 to 5.56.10
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.56.10/packages/svelte)

Updates `@types/react-dom` from 19.2.4 to 19.2.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@cloudflare/vite-plugin` from 1.53.0 to 1.53.1
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/vite-plugin-cloudflare/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/@cloudflare/vite-plugin@1.53.1/packages/vite-plugin-cloudflare)

Updates `@tanstack/react-query-next-experimental` from 5.101.4 to 5.102.2
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query-next-experimental/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query-next-experimental@5.102.2/packages/react-query-next-experimental)

---
updated-dependencies:
- dependency-name: "@tanstack/ai"
  dependency-version: 0.48.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@tanstack/ai-client"
  dependency-version: 0.26.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: crossws
  dependency-version: 0.4.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.102.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@tanstack/solid-query"
  dependency-version: 5.102.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@tanstack/svelte-query"
  dependency-version: 6.1.41
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@tanstack/vue-query"
  dependency-version: 5.102.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: ai
  dependency-version: 7.0.77
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@types/bun"
  dependency-version: 1.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: wrangler
  dependency-version: 4.125.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: evlog
  dependency-version: 2.27.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: next
  dependency-version: 16.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@scalar/api-reference"
  dependency-version: 1.66.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@tanstack/angular-query-experimental"
  dependency-version: 5.102.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@tanstack/query-core"
  dependency-version: 5.102.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: svelte
  dependency-version: 5.56.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@cloudflare/vite-plugin"
  dependency-version: 1.53.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@tanstack/react-query-next-experimental"
  dependency-version: 5.102.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 25, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 25, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
orpc bbb3bb9 Commit Preview URL

Branch Preview URL
Aug 25 2026, 10:08 AM

@pkg-pr-new

pkg-pr-new Bot commented Aug 25, 2026

Copy link
Copy Markdown
More templates

@orpc/ai-sdk

npm i https://pkg.pr.new/@orpc/ai-sdk@1953

@orpc/arktype

npm i https://pkg.pr.new/@orpc/arktype@1953

@orpc/bun

npm i https://pkg.pr.new/@orpc/bun@1953

@orpc/client

npm i https://pkg.pr.new/@orpc/client@1953

@orpc/cloudflare

npm i https://pkg.pr.new/@orpc/cloudflare@1953

@orpc/contract

npm i https://pkg.pr.new/@orpc/contract@1953

@orpc/experimental-effect

npm i https://pkg.pr.new/@orpc/experimental-effect@1953

@orpc/evlog

npm i https://pkg.pr.new/@orpc/evlog@1953

@orpc/hibernation

npm i https://pkg.pr.new/@orpc/hibernation@1953

@orpc/json-schema

npm i https://pkg.pr.new/@orpc/json-schema@1953

@orpc/experimental-msw

npm i https://pkg.pr.new/@orpc/experimental-msw@1953

@orpc/nest

npm i https://pkg.pr.new/@orpc/nest@1953

@orpc/next

npm i https://pkg.pr.new/@orpc/next@1953

@orpc/node

npm i https://pkg.pr.new/@orpc/node@1953

@orpc/openapi

npm i https://pkg.pr.new/@orpc/openapi@1953

@orpc/opentelemetry

npm i https://pkg.pr.new/@orpc/opentelemetry@1953

@orpc/pinia-colada

npm i https://pkg.pr.new/@orpc/pinia-colada@1953

@orpc/pino

npm i https://pkg.pr.new/@orpc/pino@1953

@orpc/publisher

npm i https://pkg.pr.new/@orpc/publisher@1953

@orpc/ratelimit

npm i https://pkg.pr.new/@orpc/ratelimit@1953

@orpc/server

npm i https://pkg.pr.new/@orpc/server@1953

@orpc/shared

npm i https://pkg.pr.new/@orpc/shared@1953

@orpc/swr

npm i https://pkg.pr.new/@orpc/swr@1953

@orpc/tanstack-query

npm i https://pkg.pr.new/@orpc/tanstack-query@1953

@orpc/trpc

npm i https://pkg.pr.new/@orpc/trpc@1953

@orpc/valibot

npm i https://pkg.pr.new/@orpc/valibot@1953

@orpc/zod

npm i https://pkg.pr.new/@orpc/zod@1953

commit: bbb3bb9

@codecov

codecov Bot commented Aug 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@codspeed-hq

codspeed-hq Bot commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Merging this PR will not alter performance

✅ 30 untouched benchmarks


Comparing dependabot/npm_and_yarn/dev-dependencies-minor-patch-599b218126 (bbb3bb9) with main (2991776)

Open in CodSpeed

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