From 4a3f200da4e02f198826933fb9fdba209e2290f5 Mon Sep 17 00:00:00 2001 From: Jonghyeon Ko Date: Wed, 21 Jan 2026 17:32:00 +0900 Subject: [PATCH 1/3] chore: update changeset configuration to include fixed dependencies for various TanStack packages --- .changeset/config.json | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index d3af6f132a..b1a22d8390 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -8,7 +8,34 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "fixed": [], + "fixed": [ + [ + "@tanstack/angular-query-experimental", + "@tanstack/angular-query-persist-client", + "@tanstack/eslint-plugin-query", + "@tanstack/query-async-storage-persister", + "@tanstack/query-broadcast-client-experimental", + "@tanstack/query-codemods", + "@tanstack/query-core", + "@tanstack/query-devtools", + "@tanstack/query-persist-client-core", + "@tanstack/query-sync-storage-persister", + "@tanstack/react-query", + "@tanstack/react-query-devtools", + "@tanstack/react-query-next-experimental", + "@tanstack/react-query-persist-client", + "@tanstack/solid-query", + "@tanstack/solid-query-devtools", + "@tanstack/solid-query-persist-client", + "@tanstack/vue-query" + ], + ["@tanstack/vue-query-devtools"], + [ + "@tanstack/svelte-query", + "@tanstack/svelte-query-devtools", + "@tanstack/svelte-query-persist-client" + ] + ], "linked": [], "ignore": [], "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { From 04405d8db5c242ebedba6964eca2e69723835868 Mon Sep 17 00:00:00 2001 From: Jonghyeon Ko Date: Wed, 21 Jan 2026 17:59:28 +0900 Subject: [PATCH 2/3] chore: update package versions across multiple examples and packages to 5.92.9, including Angular, React, Solid, Svelte, and Vue integrations --- .changeset/config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index b1a22d8390..ada7b23179 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -15,7 +15,6 @@ "@tanstack/eslint-plugin-query", "@tanstack/query-async-storage-persister", "@tanstack/query-broadcast-client-experimental", - "@tanstack/query-codemods", "@tanstack/query-core", "@tanstack/query-devtools", "@tanstack/query-persist-client-core", From bbebbfe3227d769f9859f5475a59ea56eed952da Mon Sep 17 00:00:00 2001 From: Jonghyeon Ko Date: Wed, 21 Jan 2026 18:05:54 +0900 Subject: [PATCH 3/3] chore: add changeset for version patches across multiple TanStack packages --- .changeset/dry-hotels-grin.md | 25 +++++++++++++++++++++++++ packages/query-test-utils/package.json | 1 - 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 .changeset/dry-hotels-grin.md diff --git a/.changeset/dry-hotels-grin.md b/.changeset/dry-hotels-grin.md new file mode 100644 index 0000000000..9431c78525 --- /dev/null +++ b/.changeset/dry-hotels-grin.md @@ -0,0 +1,25 @@ +--- +'@tanstack/angular-query-experimental': patch +'@tanstack/angular-query-persist-client': patch +'@tanstack/eslint-plugin-query': patch +'@tanstack/query-async-storage-persister': patch +'@tanstack/query-broadcast-client-experimental': patch +'@tanstack/query-core': patch +'@tanstack/query-devtools': patch +'@tanstack/query-persist-client-core': patch +'@tanstack/query-sync-storage-persister': patch +'@tanstack/react-query': patch +'@tanstack/react-query-devtools': patch +'@tanstack/react-query-next-experimental': patch +'@tanstack/react-query-persist-client': patch +'@tanstack/solid-query': patch +'@tanstack/solid-query-devtools': patch +'@tanstack/solid-query-persist-client': patch +'@tanstack/svelte-query': patch +'@tanstack/svelte-query-devtools': patch +'@tanstack/svelte-query-persist-client': patch +'@tanstack/vue-query': patch +'@tanstack/vue-query-devtools': patch +--- + +chore: fixed version diff --git a/packages/query-test-utils/package.json b/packages/query-test-utils/package.json index 2900fa94ad..32ace073d3 100644 --- a/packages/query-test-utils/package.json +++ b/packages/query-test-utils/package.json @@ -1,6 +1,5 @@ { "name": "@tanstack/query-test-utils", - "version": "0.0.0", "description": "Internal test utilities for TanStack Query", "author": "Jonghyeon Ko ", "private": true,