Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 27 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,33 @@
"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-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"
]
Comment on lines +31 to +36
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Practical constraint

Some packages have already moved to a new major version, including:

  • @tanstack/vue-query-devtools
  • @tanstack/svelte-query
  • @tanstack/svelte-query-devtools
  • @tanstack/svelte-query-persist-client

Re-aligning these packages is no longer realistic, so pinning them to fixed versions is unavoidable.
Even so, this still appears to be the best available option to restore predictability for users.

],
"linked": [],
"ignore": [],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
Expand Down
25 changes: 25 additions & 0 deletions .changeset/dry-hotels-grin.md
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion packages/query-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@tanstack/query-test-utils",
"version": "0.0.0",
"description": "Internal test utilities for TanStack Query",
"author": "Jonghyeon Ko <manudeli.ko@gmail.com>",
"private": true,
Expand Down
Loading