From 6ef37bfee0abb0657482cde4ddcda47d881805bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 19:16:43 +0000 Subject: [PATCH] Bump Tanstack query to ^5.90.10 --- docs/package.json | 4 ++-- pnpm-lock.yaml | 23 ++++++++++++----------- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/docs/package.json b/docs/package.json index d64faa7b0759a..ec6f4539d7f15 100644 --- a/docs/package.json +++ b/docs/package.json @@ -50,8 +50,8 @@ "@mui/x-tree-view": "workspace:*", "@mui/x-tree-view-pro": "workspace:*", "@react-spring/web": "catalog:", - "@tanstack/query-core": "^5.90.7", - "@tanstack/react-query": "^5.90.7", + "@tanstack/query-core": "^5.90.10", + "@tanstack/react-query": "^5.90.10", "ast-types": "^0.14.2", "autoprefixer": "catalog:", "babel-plugin-optimize-clsx": "catalog:", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 09d0c1d29a519..9f7b90a6bc930 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -592,11 +592,11 @@ importers: specifier: 'catalog:' version: 10.0.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@tanstack/query-core': - specifier: ^5.90.7 - version: 5.90.7 + specifier: ^5.90.10 + version: 5.90.10 '@tanstack/react-query': - specifier: ^5.90.7 - version: 5.90.7(react@19.2.0) + specifier: ^5.90.10 + version: 5.90.10(react@19.2.0) ast-types: specifier: ^0.14.2 version: 0.14.2 @@ -5121,6 +5121,7 @@ packages: '@smithy/core@3.18.0': resolution: {integrity: sha512-vGSDXOJFZgOPTatSI1ly7Gwyy/d/R9zh2TO3y0JZ0uut5qQ88p9IaWaZYIWSSqtdekNM4CGok/JppxbAff4KcQ==} engines: {node: '>=18.0.0'} + deprecated: Please upgrade your lockfile to use the latest 3.x version of @smithy/core for various fixes, see https://github.com/smithy-lang/smithy-typescript/blob/main/packages/core/CHANGELOG.md '@smithy/credential-provider-imds@4.2.5': resolution: {integrity: sha512-BZwotjoZWn9+36nimwm/OLIcVe+KYRwzMjfhd4QT7QxPm9WY0HiOV8t/Wlh+HVUif0SBVV7ksq8//hPaBC/okQ==} @@ -5402,11 +5403,11 @@ packages: '@swc/types@0.1.25': resolution: {integrity: sha512-iAoY/qRhNH8a/hBvm3zKj9qQ4oc2+3w1unPJa2XvTK3XjeLXtzcCingVPw/9e5mn1+0yPqxcBGp9Jf0pkfMb1g==} - '@tanstack/query-core@5.90.7': - resolution: {integrity: sha512-6PN65csiuTNfBMXqQUxQhCNdtm1rV+9kC9YwWAIKcaxAauq3Wu7p18j3gQY3YIBJU70jT/wzCCZ2uqto/vQgiQ==} + '@tanstack/query-core@5.90.10': + resolution: {integrity: sha512-EhZVFu9rl7GfRNuJLJ3Y7wtbTnENsvzp+YpcAV7kCYiXni1v8qZh++lpw4ch4rrwC0u/EZRnBHIehzCGzwXDSQ==} - '@tanstack/react-query@5.90.7': - resolution: {integrity: sha512-wAHc/cgKzW7LZNFloThyHnV/AX9gTg3w5yAv0gvQHPZoCnepwqCMtzbuPbb2UvfvO32XZ46e8bPOYbfZhzVnnQ==} + '@tanstack/react-query@5.90.10': + resolution: {integrity: sha512-BKLss9Y8PQ9IUjPYQiv3/Zmlx92uxffUOX8ZZNoQlCIZBJPT5M+GOMQj7xislvVQ6l1BstBjcX0XB/aHfFYVNw==} peerDependencies: react: ^18 || ^19 @@ -16086,11 +16087,11 @@ snapshots: dependencies: '@swc/counter': 0.1.3 - '@tanstack/query-core@5.90.7': {} + '@tanstack/query-core@5.90.10': {} - '@tanstack/react-query@5.90.7(react@19.2.0)': + '@tanstack/react-query@5.90.10(react@19.2.0)': dependencies: - '@tanstack/query-core': 5.90.7 + '@tanstack/query-core': 5.90.10 react: 19.2.0 '@testing-library/dom@10.4.1':