From 5356b7d73773f88d3c64faa2fa734b2e689abd68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 10:14:51 -0700 Subject: [PATCH] build(deps): bump @tanstack/react-query from 5.90.21 to 5.101.2 (#9067) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.90.21 to 5.101.2.
Release notes

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

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

Patch Changes

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

Patch Changes

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

Patch Changes

@​tanstack/react-query@​5.101.2

Patch Changes

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

Patch Changes

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

Patch Changes

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

Patch Changes

@​tanstack/react-query@​5.101.1

Patch Changes

... (truncated)

Changelog

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

5.101.2

Patch Changes

5.101.1

Patch Changes

5.101.0

Patch Changes

5.100.14

Patch Changes

5.100.13

Patch Changes

5.100.12

Patch Changes

5.100.11

Patch Changes

... (truncated)

Commits

Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 18 +++++++++--------- ui/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f374c01a43..1de404fc1a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -904,8 +904,8 @@ importers: specifier: ^0.5.20 version: 0.5.20(tailwindcss@4.3.0) '@tanstack/react-query': - specifier: ^5.90.21 - version: 5.90.21(react@19.2.7) + specifier: ^5.101.2 + version: 5.101.2(react@19.2.7) '@xterm/addon-fit': specifier: ^0.11.0 version: 0.11.0 @@ -4551,11 +4551,11 @@ packages: peerDependencies: vite: ^5.2.0 || ^6 || ^7 || ^8 - '@tanstack/query-core@5.90.20': - resolution: {integrity: sha512-OMD2HLpNouXEfZJWcKeVKUgQ5n+n3A2JFmBaScpNDUqSrQSjiveC7dKMe53uJUg1nDG16ttFPz2xfilz6i2uVg==} + '@tanstack/query-core@5.101.2': + resolution: {integrity: sha512-hH5MLoJhF7KaIGd7q3xTXGXvslI+GYlM1Z/35aSHHWaCJWB7XvTSHYuV3eM7tw+aE0mT/xMro4M4Q9rCGHT0lw==} - '@tanstack/react-query@5.90.21': - resolution: {integrity: sha512-0Lu6y5t+tvlTJMTO7oh5NSpJfpg/5D41LlThfepTixPYkJ0sE2Jj0m0f6yYqujBwIXlId87e234+MxG3D3g7kg==} + '@tanstack/react-query@5.101.2': + resolution: {integrity: sha512-seDkr6kzGzX1okaaTtZPtgA688CDPlXUz1C6xSg0ESqn04Vuc8tlrYms1s3de+znBqhPVxFRfpAfUf+6XvfPWg==} peerDependencies: react: ^19.2.7 @@ -11821,11 +11821,11 @@ snapshots: tailwindcss: 4.3.0 vite: 6.4.1(@types/node@22.19.21)(jiti@2.7.0)(lightningcss@1.32.0)(tsx@4.23.0) - '@tanstack/query-core@5.90.20': {} + '@tanstack/query-core@5.101.2': {} - '@tanstack/react-query@5.90.21(react@19.2.7)': + '@tanstack/react-query@5.101.2(react@19.2.7)': dependencies: - '@tanstack/query-core': 5.90.20 + '@tanstack/query-core': 5.101.2 react: 19.2.7 '@testing-library/dom@10.4.1': diff --git a/ui/package.json b/ui/package.json index dea236a804..463bb9e685 100644 --- a/ui/package.json +++ b/ui/package.json @@ -49,7 +49,7 @@ "@paperclipai/hermes-paperclip-adapter": "workspace:*", "@radix-ui/react-slot": "^1.3.0", "@tailwindcss/typography": "^0.5.20", - "@tanstack/react-query": "^5.90.21", + "@tanstack/react-query": "^5.101.2", "@xterm/addon-fit": "^0.11.0", "@xterm/xterm": "^6.0.0", "class-variance-authority": "^0.7.1",