Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-minor-patch-954293c489
Closed

chore(deps-dev): bump the dev-dependencies-minor-patch group across 1 directory with 17 updates#1938
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-minor-patch-954293c489

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies-minor-patch group with 17 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.1
@tanstack/solid-query 5.101.4 5.102.1
@tanstack/svelte-query 6.1.38 6.1.40
@tanstack/vue-query 5.101.4 5.102.1
ai 7.0.70 7.0.77
@types/bun 1.3.14 1.4.0
wrangler 4.124.0 4.125.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.1
@tanstack/query-core 5.101.4 5.102.1
svelte 5.56.9 5.56.10
@cloudflare/vite-plugin 1.53.0 1.53.1
@tanstack/react-query-next-experimental 5.101.4 5.102.1

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.

@​tanstack/ai@​0.47.2

Patch Changes

  • #1175 17b4c60 - Route adapter-emitted RUN_ERROR events through middleware onError hooks and preserve provider error codes in persisted run failures.

... (truncated)

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

@​tanstack/ai-client@​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
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.1

Release notes

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

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

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

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

Patch Changes

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

Patch Changes

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

Patch Changes

@​tanstack/react-query@​5.102.0

Minor Changes

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

... (truncated)

Changelog

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

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
  • 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)
  • d156adc test: transition tests (#11246)
  • 37127db fix/11018 (#11245)
  • e674826 React: update usePrefetchQuery to use new methods, plus react adaptor tests a...
  • 8834267 fix(react-query): keep unsubscribed useQueries idle (#11130)
  • 1ef4208 ref: remove experimental_prefetchInRender (#11221)
  • b866a95 ref: remove unused experimental_beforeQuery and experimental_afterQuery (#11233)
  • Additional commits viewable in compare view

Updates @tanstack/solid-query from 5.101.4 to 5.102.1

Release notes

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

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

@​tanstack/solid-query@​5.102.0

Patch Changes

Changelog

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

5.102.1

Patch Changes

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

5.102.0

Patch Changes

Commits
  • 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)
  • 267154c chore: tsup -> tsdown (#11222)
  • 6e3d521 fix(types): propagate generic type params to useMutationState select callback...
  • 47d49d3 fix(solid-query): resolve query client outside memos (#10571)
  • 279bb55 chore: update to ts 7 and move cut-off to 5.6 (#11212)
  • Additional commits viewable in compare view

Updates @tanstack/svelte-query from 6.1.38 to 6.1.40

Release notes

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

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

@​tanstack/svelte-query@​6.1.39

Patch Changes

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 24, 2026
@vercel

vercel Bot commented Aug 24, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
orpc Ready Ready Preview Aug 24, 2026 9:57am

@pkg-pr-new

pkg-pr-new Bot commented Aug 24, 2026

Copy link
Copy Markdown
More templates

@orpc/ai-sdk

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

@orpc/arktype

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

@orpc/bun

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

@orpc/client

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

@orpc/cloudflare

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

@orpc/contract

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

@orpc/experimental-effect

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

@orpc/evlog

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

@orpc/hibernation

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

@orpc/json-schema

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

@orpc/experimental-msw

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

@orpc/nest

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

@orpc/next

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

@orpc/node

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

@orpc/openapi

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

@orpc/opentelemetry

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

@orpc/pinia-colada

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

@orpc/pino

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

@orpc/publisher

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

@orpc/ratelimit

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

@orpc/server

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

@orpc/shared

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

@orpc/swr

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

@orpc/tanstack-query

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

@orpc/trpc

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

@orpc/valibot

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

@orpc/zod

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

commit: ab9b7f0

@codecov

codecov Bot commented Aug 24, 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 24, 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-954293c489 (ab9b7f0) with main (e81bf30)

Open in CodSpeed

… directory with 17 updates

Bumps the dev-dependencies-minor-patch group with 17 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.1` |
| [@tanstack/solid-query](https://github.com/TanStack/query/tree/HEAD/packages/solid-query) | `5.101.4` | `5.102.1` |
| [@tanstack/svelte-query](https://github.com/TanStack/query/tree/HEAD/packages/svelte-query) | `6.1.38` | `6.1.40` |
| [@tanstack/vue-query](https://github.com/TanStack/query/tree/HEAD/packages/vue-query) | `5.101.4` | `5.102.1` |
| [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` |
| [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.1` |
| [@tanstack/query-core](https://github.com/TanStack/query/tree/HEAD/packages/query-core) | `5.101.4` | `5.102.1` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.56.9` | `5.56.10` |
| [@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.1` |



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.1
- [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.1/packages/react-query)

Updates `@tanstack/solid-query` from 5.101.4 to 5.102.1
- [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.1/packages/solid-query)

Updates `@tanstack/svelte-query` from 6.1.38 to 6.1.40
- [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.40/packages/svelte-query)

Updates `@tanstack/vue-query` from 5.101.4 to 5.102.1
- [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.1/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 `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.1
- [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.1/packages/angular-query-experimental)

Updates `@tanstack/query-core` from 5.101.4 to 5.102.1
- [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.1/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 `@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.1
- [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.1/packages/react-query-next-experimental)

---
updated-dependencies:
- 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: "@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/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: "@tanstack/angular-query-experimental"
  dependency-version: 5.102.0
  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.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.102.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@tanstack/react-query-next-experimental"
  dependency-version: 5.102.0
  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.0
  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.39
  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.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: ai
  dependency-version: 7.0.77
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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: next
  dependency-version: 16.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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: wrangler
  dependency-version: 4.125.0
  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 force-pushed the dependabot/npm_and_yarn/dev-dependencies-minor-patch-954293c489 branch from ffb9a15 to ab9b7f0 Compare August 24, 2026 13:55
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 24, 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 Updated (UTC)
❌ Deployment failed
View logs
orpc ab9b7f0 Aug 24 2026, 01:57 PM

@dependabot @github

dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot closed this Aug 25, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/dev-dependencies-minor-patch-954293c489 branch August 25, 2026 10:04
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