Skip to content
Merged
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
5 changes: 0 additions & 5 deletions .changeset/fix-svelte-query-shrink-array.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-moons-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/svelte-query-usemutationstate-filter-shrink.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/svelte/auto-refetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/svelte-query": "^6.1.41",
"@tanstack/svelte-query-devtools": "^6.1.41"
"@tanstack/svelte-query": "^6.1.42",
"@tanstack/svelte-query-devtools": "^6.1.42"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^6.1.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/svelte/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"dependencies": {
"@tanstack/query-async-storage-persister": "^5.102.2",
"@tanstack/svelte-query": "^6.1.41",
"@tanstack/svelte-query-devtools": "^6.1.41",
"@tanstack/svelte-query-persist-client": "^6.1.41"
"@tanstack/svelte-query": "^6.1.42",
"@tanstack/svelte-query-devtools": "^6.1.42",
"@tanstack/svelte-query-persist-client": "^6.1.42"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^6.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte/load-more-infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/svelte-query": "^6.1.41",
"@tanstack/svelte-query-devtools": "^6.1.41"
"@tanstack/svelte-query": "^6.1.42",
"@tanstack/svelte-query-devtools": "^6.1.42"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^6.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte/optimistic-updates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/svelte-query": "^6.1.41",
"@tanstack/svelte-query-devtools": "^6.1.41"
"@tanstack/svelte-query": "^6.1.42",
"@tanstack/svelte-query-devtools": "^6.1.42"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^6.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/svelte-query": "^6.1.41",
"@tanstack/svelte-query-devtools": "^6.1.41"
"@tanstack/svelte-query": "^6.1.42",
"@tanstack/svelte-query-devtools": "^6.1.42"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^6.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/svelte-query": "^6.1.41",
"@tanstack/svelte-query-devtools": "^6.1.41"
"@tanstack/svelte-query": "^6.1.42",
"@tanstack/svelte-query-devtools": "^6.1.42"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.1.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/svelte-query": "^6.1.41",
"@tanstack/svelte-query-devtools": "^6.1.41"
"@tanstack/svelte-query": "^6.1.42",
"@tanstack/svelte-query-devtools": "^6.1.42"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^6.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte/star-wars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/svelte-query": "^6.1.41",
"@tanstack/svelte-query-devtools": "^6.1.41"
"@tanstack/svelte-query": "^6.1.42",
"@tanstack/svelte-query-devtools": "^6.1.42"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/vue-query": "^5.102.2",
"@tanstack/vue-query-devtools": "^6.1.41",
"@tanstack/vue-query-devtools": "^6.1.42",
"vue": "^3.4.27"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/vue-query": "^5.102.2",
"@tanstack/vue-query-devtools": "^6.1.41",
"@tanstack/vue-query-devtools": "^6.1.42",
"vue": "^3.4.27"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/svelte-query-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/svelte-query-devtools

## 6.1.42

### Patch Changes

- Updated dependencies [[`cafd540`](https://github.com/TanStack/query/commit/cafd540c02f78be260198c4e84d054390c02c6b8), [`320ed25`](https://github.com/TanStack/query/commit/320ed25caca4e219b53f778c59cbb380543a21f4), [`250050d`](https://github.com/TanStack/query/commit/250050d863d33fbc881c6e342c104d510403a9e1)]:
- @tanstack/svelte-query@6.1.42

## 6.1.41

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-query-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/svelte-query-devtools",
"version": "6.1.41",
"version": "6.1.42",
"description": "Developer tools to interact with and visualize the TanStack/svelte-query cache",
"author": "Lachlan Collins",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/svelte-query-persist-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/svelte-query-persist-client

## 6.1.42

### Patch Changes

- Updated dependencies [[`cafd540`](https://github.com/TanStack/query/commit/cafd540c02f78be260198c4e84d054390c02c6b8), [`320ed25`](https://github.com/TanStack/query/commit/320ed25caca4e219b53f778c59cbb380543a21f4), [`250050d`](https://github.com/TanStack/query/commit/250050d863d33fbc881c6e342c104d510403a9e1)]:
- @tanstack/svelte-query@6.1.42

## 6.1.41

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-query-persist-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/svelte-query-persist-client",
"version": "6.1.41",
"version": "6.1.42",
"description": "Svelte bindings to work with persisters in TanStack/svelte-query",
"author": "Lachlan Collins",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/svelte-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @tanstack/svelte-query

## 6.1.42

### Patch Changes

- [#10892](https://github.com/TanStack/query/pull/10892) [`cafd540`](https://github.com/TanStack/query/commit/cafd540c02f78be260198c4e84d054390c02c6b8) - 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](https://github.com/TanStack/query/pull/11127) [`320ed25`](https://github.com/TanStack/query/commit/320ed25caca4e219b53f778c59cbb380543a21f4) - Fix `createQueries` staying inactive when it is initialized with an empty `queries` array.

- [#11153](https://github.com/TanStack/query/pull/11153) [`250050d`](https://github.com/TanStack/query/commit/250050d863d33fbc881c6e342c104d510403a9e1) - fix(svelte-query): remove mutations that no longer match the filter in `useMutationState`

## 6.1.41

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/svelte-query",
"version": "6.1.41",
"version": "6.1.42",
"description": "Primitives for managing, caching and syncing asynchronous and remote data in Svelte",
"author": "Lachlan Collins",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions packages/vue-query-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @tanstack/vue-query-devtools

## 6.1.42

## 6.1.41

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-query-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/vue-query-devtools",
"version": "6.1.41",
"version": "6.1.42",
"description": "Developer tools to interact with and visualize the TanStack/vue-query cache",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
38 changes: 19 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.