Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
@tanstack/ai 0.46.0 0.49.1
@tanstack/ai-client 0.24.0 0.28.0
@types/node 26.2.0 26.3.0
crossws 0.4.10 0.4.12
@astrojs/cloudflare 14.2.3 14.2.5
@tanstack/react-query 5.101.4 5.102.5
@tanstack/solid-query 5.101.4 5.102.5
@tanstack/svelte-query 6.1.38 6.1.45
@tanstack/vue-query 5.101.4 5.102.5
ai 7.0.70 7.0.79
@types/bun 1.3.14 1.4.0
wrangler 4.124.0 4.126.0
evlog 2.26.0 2.27.0
@nestjs/common 11.2.1 11.2.3
@nestjs/core 11.2.1 11.2.3
@nestjs/platform-express 11.2.1 11.2.3
@nestjs/platform-fastify 11.2.1 11.2.3
@nestjs/testing 11.2.1 11.2.3
next 16.3.1 16.3.3
@scalar/api-reference 1.65.1 1.66.1
@upstash/redis 1.38.2 1.38.3
@tanstack/angular-query-experimental 5.101.4 5.102.5
@tanstack/query-core 5.101.4 5.102.5
svelte 5.56.9 5.56.10
@types/react-dom 19.2.4 19.2.5
@cloudflare/vite-plugin 1.53.0 1.54.0
@tanstack/react-query-next-experimental 5.101.4 5.102.5

Updates @tanstack/ai from 0.46.0 to 0.49.1

Release notes

Sourced from @​tanstack/ai's releases.

@​tanstack/ai@​0.49.1

Patch Changes

  • #1217 67ce4e5 - Allow cancelling a tool interrupt when its runtime tool is unavailable or its schema has changed

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

Sourced from @​tanstack/ai's changelog.

0.49.1

Patch Changes

  • #1217 67ce4e5 - Allow cancelling a tool interrupt when its runtime tool is unavailable or its schema has changed

0.49.0

Minor Changes

  • #906 b7ebcb0 - Add headless BYOK: defineByok in @tanstack/ai-client/byok, pass byok into chat and generation hooks, and read keys on the relay with getByokKey from @tanstack/ai/byok/server. Provider ids are open slugs (x-byok-<slug>). Each adapter exports a { id, label, env? } object (openaiByok, …); id is required. env is the env var name(s) for the relay — names only; the client never reads process.env. A wrong key surfaces as the provider's own 401 through the relay, so no client-side key check is needed. OpenRouter PKCE (@tanstack/ai-openrouter/pkce) saves the minted key under openrouterByok.id.

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

... (truncated)

Commits

Updates @tanstack/ai-client from 0.24.0 to 0.28.0

Release notes

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

@​tanstack/ai-client@​0.28.0

Minor Changes

  • #1227 a955710 - Add body to SendMessageOptions so framework hooks can pass per-call request JSON through sendMessage(content, { body }). Chat-level body, the positional ChatClient argument, and sendOptions.body shallow-merge into forwardedProps. sendOptions.body wins on key collisions.

Patch Changes

  • #1231 ad3840c - Resolve BYOK request headers from the merged send body provider. A per-call sendOptions.body.provider now selects the same key as the wire forwardedProps.

  • #1221 365efb8 - Prevent stale interrupt submissions from mutating reset or rehydrated state.

  • #1191 a74817a - Prevent server-owned tool results from starting a legacy client continuation.

  • Updated dependencies [67ce4e5]:

    • @​tanstack/ai@​0.49.1

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

Minor Changes

  • #1227 a955710 - Add body to SendMessageOptions so framework hooks can pass per-call request JSON through sendMessage(content, { body }). Chat-level body, the positional ChatClient argument, and sendOptions.body shallow-merge into forwardedProps. sendOptions.body wins on key collisions.

Patch Changes

  • #1231 ad3840c - Resolve BYOK request headers from the merged send body provider. A per-call sendOptions.body.provider now selects the same key as the wire forwardedProps.

  • #1221 365efb8 - Prevent stale interrupt submissions from mutating reset or rehydrated state.

  • #1191 a74817a - Prevent server-owned tool results from starting a legacy client continuation.

  • Updated dependencies [67ce4e5]:

    • @​tanstack/ai@​0.49.1

0.27.0

Minor Changes

  • #906 b7ebcb0 - Add headless BYOK: defineByok in @tanstack/ai-client/byok, pass byok into chat and generation hooks, and read keys on the relay with getByokKey from @tanstack/ai/byok/server. Provider ids are open slugs (x-byok-<slug>). Each adapter exports a { id, label, env? } object (openaiByok, …); id is required. env is the env var name(s) for the relay — names only; the client never reads process.env. A wrong key surfaces as the provider's own 401 through the relay, so no client-side key check is needed. OpenRouter PKCE (@tanstack/ai-openrouter/pkce) saves the minted key under openrouterByok.id.

Patch Changes

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.

... (truncated)

Commits

Updates @types/node from 26.2.0 to 26.3.0

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 @astrojs/cloudflare from 14.2.3 to 14.2.5

Release notes

Sourced from @​astrojs/cloudflare's releases.

@​astrojs/cloudflare@​14.2.5

Patch Changes

  • #17819 633855b Thanks @​matthewp! - Updates generated and default Cloudflare compatibility_date values to match the installed runtime and requires Wrangler ^4.125.0

  • #17675 44d384c Thanks @​danielmlr! - Adds the Worker version to the cache metadata of cached responses when the CF_VERSION_METADATA binding is configured. Responses carry an astro-version:<id> cache tag for version-specific purging, and responses that already send Last-Modified get a weak ETag that folds the version in. Conditional revalidation then returns fresh content after a deploy that changes rendered output but not content — most commonly the hashed asset URLs in server-rendered HTML. Without the binding, nothing changes.

  • Updated dependencies []:

    • @​astrojs/underscore-redirects@​1.0.4

@​astrojs/cloudflare@​14.2.4

Patch Changes

  • #17789 7c541a7 Thanks @​astro-factory! - Fixes dep scanning failure when .astro frontmatter contains regex literals with quote characters (e.g. /"/g)

  • Updated dependencies []:

    • @​astrojs/underscore-redirects@​1.0.4
Changelog

Sourced from @​astrojs/cloudflare's changelog.

14.2.5

Patch Changes

  • #17819 633855b Thanks @​matthewp! - Updates generated and default Cloudflare compatibility_date values to match the installed runtime and requires Wrangler ^4.125.0

  • #17675 44d384c Thanks @​danielmlr! - Adds the Worker version to the cache metadata of cached responses when the CF_VERSION_METADATA binding is configured. Responses carry an astro-version:<id> cache tag for version-specific purging, and responses that already send Last-Modified get a weak ETag that folds the version in. Conditional revalidation then returns fresh content after a deploy that changes rendered output but not content — most commonly the hashed asset URLs in server-rendered HTML. Without the binding, nothing changes.

  • Updated dependencies []:

    • @​astrojs/underscore-redirects@​1.0.4

14.2.4

Patch Changes

  • #17789 7c541a7 Thanks @​astro-factory! - Fixes dep scanning failure when .astro frontmatter contains regex literals with quote characters (e.g. /"/g)

  • Updated dependencies []:

    • @​astrojs/underscore-redirects@​1.0.4
Commits

Updates @tanstack/react-query from 5.101.4 to 5.102.5

Release notes

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

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

Patch Changes

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

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

Patch Changes

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

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

Patch Changes

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

@​tanstack/react-query@​5.102.5

Patch Changes

  • Updated dependencies [578e5c2]:
    • @​tanstack/query-core@​5.102.5

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

Patch Changes

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

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

Patch Changes

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

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

Patch Changes

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

@​tanstack/react-query@​5.102.4

Patch Changes

... (truncated)

Changelog

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

5.102.5

Patch Changes

  • Updated dependencies [578e5c2]:
    • @​tanstack/query-core@​5.102.5

5.102.4

Patch Changes

  • Updated dependencies [a05df6a]:
    • @​tanstack/query-core@​5.102.4

5.102.3

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.102.3

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

  • #11245 37127db - revert: remove NoInfer from useQuery return types

  • #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.

  • #11147 cb6c9d3 - Default TData of UseInfiniteQueryOptions and UseSuspenseInfiniteQueryOptions to InfiniteData<TQueryFnData> so it matches the hook generics.

... (truncated)

Commits

Updates @tanstack/solid-query from 5.101.4 to 5.102.5

Release notes

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

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

Patch Changes

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

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

Patch Changes

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

@​tanstack/solid-query@​5.102.5

Patch Changes

  • Updated dependencies [578e5c2]:
    • @​tanstack/query-core@​5.102.5

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

Patch Changes

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

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

Patch Changes

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

@​tanstack/solid-query@​5.102.4

Patch Changes

  • Updated dependencies [a05df6a]:
    • @​tanstack/query-core@​5.102.4
Changelog

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

5.102.5

Patch Changes

  • Updated dependencies [578e5c2]:
    • @​tanstack/query-core@​5.102.5

5.102.4

Patch Changes

  • Updated dependencies [a05df6a]:
    • @​tanstack/query-core@​5.102.4

5.102.3

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.102.3

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

... (truncated)

Commits

Updates @tanstack/svelte-query from 6.1.38 to 6.1.45

Release notes

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

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

Patch Changes

  • Updated dependencies [ef1eff1]:
    • @​tanstack/query-devtools@​5.102.5
    • @​tanstack/svelte-query@​6.1.45

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

Patch Changes

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

@​tanstack/svelte-query@​6.1.45

Patch Changes

  • Updated dependencies [578e5c2]:
    • @​tanstack/query-core@​5.102.5

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

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.102.4
    • @​tanstack/svelte-query@​6.1.44

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

Patch Changes

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

@​tanstack/svelte-query@​6.1.44

Patch Changes

  • Updated dependencies [a05df6a]:
    • @​tanstack/query-core@​5.102.4
Changelog

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

6.1.45

Patch Changes

  • Updated dependencies [578e5c2]:
    • @​tanstack/query-core@​5.102.5

6.1.44

Patch Changes

  • Updated dependencies [a05df6a]:
    • @​tanstack/query-core@​5.102.4

6.1.43

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.102.3

6.1.42

Patch Changes

  • #10892 cafd540 - Fix createQueries crashing with TypeError: 'deleteProperty' on proxy: trap returned falsish for property 'N' when two or more items were removed from its reactive array in the same update.

  • #11127 320ed25 - Fix createQueries staying inactive when it is initialized with an empty queries array.

  • #11153 250050d - fix(svelte-query): remove mutations that no longer match the filter in useMutationState

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

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

... (truncated)

Commits

Updates @tanstack/vue-query from 5.101.4 to 5.102.5

Release notes

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

@​tanstack/vue-query@​5.102.5

Patch Changes

  • Updated dependencies [578e5c2]:
    • @​tanstack/query-core@​5.102.5

@​tanstack/vue-query@​5.102.4

Patch Changes

  • Updated dependencies [a05df6a]:
    • @​tanstack/query-core@​5.102.4
Changelog

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

5.102.5

Patch Changes

  • Upda...

    Description has been truncated

… directory with 27 updates

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

| Package | From | To |
| --- | --- | --- |
| [@tanstack/ai](https://github.com/TanStack/ai/tree/HEAD/packages/ai) | `0.46.0` | `0.49.1` |
| [@tanstack/ai-client](https://github.com/TanStack/ai/tree/HEAD/packages/ai-client) | `0.24.0` | `0.28.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.2.0` | `26.3.0` |
| [crossws](https://github.com/h3js/crossws) | `0.4.10` | `0.4.12` |
| [@astrojs/cloudflare](https://github.com/withastro/astro/tree/HEAD/packages/integrations/cloudflare) | `14.2.3` | `14.2.5` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.101.4` | `5.102.5` |
| [@tanstack/solid-query](https://github.com/TanStack/query/tree/HEAD/packages/solid-query) | `5.101.4` | `5.102.5` |
| [@tanstack/svelte-query](https://github.com/TanStack/query/tree/HEAD/packages/svelte-query) | `6.1.38` | `6.1.45` |
| [@tanstack/vue-query](https://github.com/TanStack/query/tree/HEAD/packages/vue-query) | `5.101.4` | `5.102.5` |
| [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) | `7.0.70` | `7.0.79` |
| [@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.126.0` |
| [evlog](https://github.com/HugoRCD/evlog) | `2.26.0` | `2.27.0` |
| [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) | `11.2.1` | `11.2.3` |
| [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) | `11.2.1` | `11.2.3` |
| [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) | `11.2.1` | `11.2.3` |
| [@nestjs/platform-fastify](https://github.com/nestjs/nest/tree/HEAD/packages/platform-fastify) | `11.2.1` | `11.2.3` |
| [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) | `11.2.1` | `11.2.3` |
| [next](https://github.com/vercel/next.js) | `16.3.1` | `16.3.3` |
| [@scalar/api-reference](https://github.com/scalar/scalar/tree/HEAD/packages/api-reference) | `1.65.1` | `1.66.1` |
| [@upstash/redis](https://github.com/upstash/redis-js) | `1.38.2` | `1.38.3` |
| [@tanstack/angular-query-experimental](https://github.com/TanStack/query/tree/HEAD/packages/angular-query-experimental) | `5.101.4` | `5.102.5` |
| [@tanstack/query-core](https://github.com/TanStack/query/tree/HEAD/packages/query-core) | `5.101.4` | `5.102.5` |
| [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.54.0` |
| [@tanstack/react-query-next-experimental](https://github.com/TanStack/query/tree/HEAD/packages/react-query-next-experimental) | `5.101.4` | `5.102.5` |



Updates `@tanstack/ai` from 0.46.0 to 0.49.1
- [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.49.1/packages/ai)

Updates `@tanstack/ai-client` from 0.24.0 to 0.28.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.28.0/packages/ai-client)

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

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 `@astrojs/cloudflare` from 14.2.3 to 14.2.5
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/cloudflare/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/cloudflare@14.2.5/packages/integrations/cloudflare)

Updates `@tanstack/react-query` from 5.101.4 to 5.102.5
- [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.5/packages/react-query)

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

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

Updates `@tanstack/vue-query` from 5.101.4 to 5.102.5
- [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.5/packages/vue-query)

Updates `ai` from 7.0.70 to 7.0.79
- [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.79/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.126.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.126.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 `@nestjs/common` from 11.2.1 to 11.2.3
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.2.3/packages/common)

Updates `@nestjs/core` from 11.2.1 to 11.2.3
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.2.3/packages/core)

Updates `@nestjs/platform-express` from 11.2.1 to 11.2.3
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.2.3/packages/platform-express)

Updates `@nestjs/platform-fastify` from 11.2.1 to 11.2.3
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.2.3/packages/platform-fastify)

Updates `@nestjs/testing` from 11.2.1 to 11.2.3
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.2.3/packages/testing)

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

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 `@upstash/redis` from 1.38.2 to 1.38.3
- [Release notes](https://github.com/upstash/redis-js/releases)
- [Commits](https://github.com/upstash/redis-js/compare/@upstash/redis@1.38.2...@upstash/redis@1.38.3)

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

Updates `@tanstack/query-core` from 5.101.4 to 5.102.5
- [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.5/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.54.0
- [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.54.0/packages/vite-plugin-cloudflare)

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

---
updated-dependencies:
- dependency-name: "@tanstack/ai"
  dependency-version: 0.49.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@tanstack/ai-client"
  dependency-version: 0.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@types/node"
  dependency-version: 26.3.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: "@astrojs/cloudflare"
  dependency-version: 14.2.5
  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.5
  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.5
  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.45
  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.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: ai
  dependency-version: 7.0.79
  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.126.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: "@nestjs/common"
  dependency-version: 11.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@nestjs/core"
  dependency-version: 11.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@nestjs/platform-express"
  dependency-version: 11.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@nestjs/platform-fastify"
  dependency-version: 11.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@nestjs/testing"
  dependency-version: 11.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: next
  dependency-version: 16.3.3
  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: "@upstash/redis"
  dependency-version: 1.38.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@tanstack/angular-query-experimental"
  dependency-version: 5.102.5
  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.5
  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.54.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.5
  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 27, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 27, 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 7e3ff90 Commit Preview URL

Branch Preview URL
Aug 27 2026, 10:14 AM

@pkg-pr-new

pkg-pr-new Bot commented Aug 27, 2026

Copy link
Copy Markdown
More templates

@orpc/ai-sdk

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

@orpc/arktype

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

@orpc/bun

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

@orpc/client

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

@orpc/cloudflare

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

@orpc/contract

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

@orpc/experimental-effect

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

@orpc/evlog

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

@orpc/hibernation

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

@orpc/json-schema

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

@orpc/experimental-msw

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

@orpc/nest

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

@orpc/next

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

@orpc/node

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

@orpc/openapi

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

@orpc/opentelemetry

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

@orpc/pinia-colada

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

@orpc/pino

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

@orpc/publisher

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

@orpc/ratelimit

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

@orpc/server

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

@orpc/shared

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

@orpc/swr

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

@orpc/tanstack-query

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

@orpc/trpc

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

@orpc/valibot

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

@orpc/zod

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

commit: 7e3ff90

@codecov

codecov Bot commented Aug 27, 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 27, 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-dfd70f5848 (7e3ff90) with main (658f36b)

Open in CodSpeed

@dependabot @github

dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot closed this Aug 28, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/dev-dependencies-minor-patch-dfd70f5848 branch August 28, 2026 06:33
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