From 1e30921133c7fcd906486284dc7f7483c9bb4cf5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 11:26:50 +0000 Subject: [PATCH] ci: Version Packages --- .changeset/add-intent-skills.md | 8 ---- examples/preact/basic/package.json | 4 +- examples/preact/custom-devtools/package.json | 2 +- examples/react/basic/package.json | 6 +-- examples/react/bundling-repro/package.json | 2 +- examples/react/custom-devtools/package.json | 4 +- examples/react/drizzle/package.json | 4 +- examples/react/https/package.json | 6 +-- examples/react/start/package.json | 4 +- examples/react/time-travel/package.json | 2 +- examples/solid/basic/package.json | 4 +- examples/solid/devtools-ui/package.json | 4 +- examples/solid/start/package.json | 2 +- examples/vue/basic/package.json | 4 +- packages/devtools-utils/CHANGELOG.md | 6 +++ packages/devtools-utils/package.json | 2 +- packages/devtools-vite/CHANGELOG.md | 6 +++ packages/devtools-vite/package.json | 2 +- packages/devtools/CHANGELOG.md | 6 +++ packages/devtools/package.json | 2 +- packages/event-bus-client/CHANGELOG.md | 6 +++ packages/event-bus-client/package.json | 2 +- packages/preact-devtools/CHANGELOG.md | 7 +++ packages/preact-devtools/package.json | 2 +- packages/react-devtools/CHANGELOG.md | 7 +++ packages/react-devtools/package.json | 2 +- packages/solid-devtools/CHANGELOG.md | 7 +++ packages/solid-devtools/package.json | 2 +- packages/vue-devtools/CHANGELOG.md | 7 +++ packages/vue-devtools/package.json | 2 +- pnpm-lock.yaml | 48 ++++++++++---------- 31 files changed, 108 insertions(+), 64 deletions(-) delete mode 100644 .changeset/add-intent-skills.md diff --git a/.changeset/add-intent-skills.md b/.changeset/add-intent-skills.md deleted file mode 100644 index 2f64fa77..00000000 --- a/.changeset/add-intent-skills.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@tanstack/devtools': patch -'@tanstack/devtools-event-client': patch -'@tanstack/devtools-vite': patch -'@tanstack/devtools-utils': patch ---- - -Add @tanstack/intent agent skills for AI coding agents diff --git a/examples/preact/basic/package.json b/examples/preact/basic/package.json index f7062d3d..c00cec10 100644 --- a/examples/preact/basic/package.json +++ b/examples/preact/basic/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-client": "0.0.6", - "@tanstack/devtools-event-client": "0.4.1", + "@tanstack/devtools-event-client": "0.4.2", "@tanstack/preact-devtools": "workspace:*", "preact": "^10.28.0", "zod": "^4.3.5" @@ -18,7 +18,7 @@ "devDependencies": { "@preact/preset-vite": "^2.10.2", "@tanstack/devtools-ui": "0.5.0", - "@tanstack/devtools-vite": "0.5.3", + "@tanstack/devtools-vite": "0.5.4", "sonda": "0.9.0", "vite": "^7.1.7", "vite-plugin-inspect": "11.3.3" diff --git a/examples/preact/custom-devtools/package.json b/examples/preact/custom-devtools/package.json index d7674ef9..a0b62c17 100644 --- a/examples/preact/custom-devtools/package.json +++ b/examples/preact/custom-devtools/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/devtools-event-client": "0.4.1", + "@tanstack/devtools-event-client": "0.4.2", "@tanstack/preact-devtools": "workspace:*", "preact": "^10.28.0" }, diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 3b456ac5..3afb12d6 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@tanstack/devtools-client": "0.0.6", - "@tanstack/devtools-event-client": "0.4.1", - "@tanstack/react-devtools": "^0.9.11", + "@tanstack/devtools-event-client": "0.4.2", + "@tanstack/react-devtools": "^0.9.12", "@tanstack/react-form": "^1.23.7", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", @@ -23,7 +23,7 @@ }, "devDependencies": { "@tanstack/devtools-ui": "0.5.0", - "@tanstack/devtools-vite": "0.5.3", + "@tanstack/devtools-vite": "0.5.4", "@tanstack/react-form-devtools": "^0.1.7", "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", diff --git a/examples/react/bundling-repro/package.json b/examples/react/bundling-repro/package.json index 99217172..91c952dc 100644 --- a/examples/react/bundling-repro/package.json +++ b/examples/react/bundling-repro/package.json @@ -49,7 +49,7 @@ "devDependencies": { "@biomejs/biome": "2.2.4", "@tanstack/devtools-event-client": "latest", - "@tanstack/devtools-vite": "0.5.3", + "@tanstack/devtools-vite": "0.5.4", "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.2.0", "@types/node": "^22.15.2", diff --git a/examples/react/custom-devtools/package.json b/examples/react/custom-devtools/package.json index 0a52668c..2fa05c3f 100644 --- a/examples/react/custom-devtools/package.json +++ b/examples/react/custom-devtools/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/devtools-event-client": "0.4.1", - "@tanstack/react-devtools": "^0.9.11", + "@tanstack/devtools-event-client": "0.4.2", + "@tanstack/react-devtools": "^0.9.12", "react": "^19.2.0", "react-dom": "^19.2.0" }, diff --git a/examples/react/drizzle/package.json b/examples/react/drizzle/package.json index 31d4962c..2af378da 100644 --- a/examples/react/drizzle/package.json +++ b/examples/react/drizzle/package.json @@ -8,7 +8,7 @@ "start": "vite start" }, "dependencies": { - "@tanstack/react-devtools": "^0.9.11", + "@tanstack/react-devtools": "^0.9.12", "@tanstack/react-router": "^1.132.0", "@tanstack/react-router-devtools": "^1.132.0", "@tanstack/react-start": "^1.132.0", @@ -16,7 +16,7 @@ "react-dom": "^19.2.0" }, "devDependencies": { - "@tanstack/devtools-vite": "0.5.3", + "@tanstack/devtools-vite": "0.5.4", "@types/node": "^22.15.2", "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", diff --git a/examples/react/https/package.json b/examples/react/https/package.json index 4ca41faf..2b2c87b2 100644 --- a/examples/react/https/package.json +++ b/examples/react/https/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/devtools-event-client": "0.4.1", - "@tanstack/react-devtools": "^0.9.11", + "@tanstack/devtools-event-client": "0.4.2", + "@tanstack/react-devtools": "^0.9.12", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", "@tanstack/react-router": "^1.132.0", @@ -21,7 +21,7 @@ }, "devDependencies": { "@tanstack/devtools-ui": "0.5.0", - "@tanstack/devtools-vite": "0.5.3", + "@tanstack/devtools-vite": "0.5.4", "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", "@vitejs/plugin-react": "^5.0.4", diff --git a/examples/react/start/package.json b/examples/react/start/package.json index 8fb2c6bb..5c25bc9c 100644 --- a/examples/react/start/package.json +++ b/examples/react/start/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tailwindcss/vite": "^4.0.6", "@tanstack/devtools-event-client": "workspace:*", - "@tanstack/react-devtools": "^0.9.11", + "@tanstack/react-devtools": "^0.9.12", "@tanstack/react-router": "^1.132.0", "@tanstack/react-router-devtools": "^1.132.0", "@tanstack/react-router-ssr-query": "^1.131.7", @@ -25,7 +25,7 @@ "vite-tsconfig-paths": "^6.0.2" }, "devDependencies": { - "@tanstack/devtools-vite": "0.5.3", + "@tanstack/devtools-vite": "0.5.4", "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.2.0", "@types/node": "^22.15.2", diff --git a/examples/react/time-travel/package.json b/examples/react/time-travel/package.json index bf3c7194..819cd52a 100644 --- a/examples/react/time-travel/package.json +++ b/examples/react/time-travel/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-event-client": "workspace:^", - "@tanstack/react-devtools": "^0.9.11", + "@tanstack/react-devtools": "^0.9.12", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", "@tanstack/react-router": "^1.132.0", diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index aad7734b..617270d1 100644 --- a/examples/solid/basic/package.json +++ b/examples/solid/basic/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-devtools": "^0.7.31", + "@tanstack/solid-devtools": "^0.7.32", "@tanstack/solid-query": "^5.90.1", "@tanstack/solid-query-devtools": "^5.90.1", "@tanstack/solid-router": "^1.131.50", @@ -17,7 +17,7 @@ "solid-js": "^1.9.9" }, "devDependencies": { - "@tanstack/devtools-vite": "0.5.3", + "@tanstack/devtools-vite": "0.5.4", "vite": "^7.1.7", "vite-plugin-inspect": "11.3.3", "vite-plugin-solid": "^2.11.8" diff --git a/examples/solid/devtools-ui/package.json b/examples/solid/devtools-ui/package.json index 236e04d1..fe4acd18 100644 --- a/examples/solid/devtools-ui/package.json +++ b/examples/solid/devtools-ui/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/devtools-ui": "0.5.0", - "@tanstack/solid-devtools": "^0.7.31", + "@tanstack/solid-devtools": "^0.7.32", "solid-js": "^1.9.9" }, "devDependencies": { - "@tanstack/devtools-vite": "0.5.3", + "@tanstack/devtools-vite": "0.5.4", "vite": "^7.1.7", "vite-plugin-inspect": "11.3.3", "vite-plugin-solid": "^2.11.8" diff --git a/examples/solid/start/package.json b/examples/solid/start/package.json index 44035ea0..56bafac1 100644 --- a/examples/solid/start/package.json +++ b/examples/solid/start/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@solidjs/start": "^1.2.0", - "@tanstack/solid-devtools": "^0.7.31", + "@tanstack/solid-devtools": "^0.7.32", "solid-js": "^1.9.9", "vinxi": "^0.5.8" }, diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index ca024b84..f324d9a9 100644 --- a/examples/vue/basic/package.json +++ b/examples/vue/basic/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/devtools": "^0.10.12", - "@tanstack/vue-devtools": "^0.2.11", + "@tanstack/devtools": "^0.10.13", + "@tanstack/vue-devtools": "^0.2.12", "@tanstack/vue-query": "^5.90.5", "@tanstack/vue-query-devtools": "^6.1.0", "vue": "^3.5.22" diff --git a/packages/devtools-utils/CHANGELOG.md b/packages/devtools-utils/CHANGELOG.md index 62d3f82b..813f6732 100644 --- a/packages/devtools-utils/CHANGELOG.md +++ b/packages/devtools-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools-utils +## 0.3.3 + +### Patch Changes + +- Add @tanstack/intent agent skills for AI coding agents ([#377](https://github.com/TanStack/devtools/pull/377)) + ## 0.3.2 ### Patch Changes diff --git a/packages/devtools-utils/package.json b/packages/devtools-utils/package.json index 1dd3a8cc..8f1ebd38 100644 --- a/packages/devtools-utils/package.json +++ b/packages/devtools-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-utils", - "version": "0.3.2", + "version": "0.3.3", "description": "TanStack Devtools utilities for creating your own devtools.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/devtools-vite/CHANGELOG.md b/packages/devtools-vite/CHANGELOG.md index 26ce7547..de425a5e 100644 --- a/packages/devtools-vite/CHANGELOG.md +++ b/packages/devtools-vite/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools-event-client +## 0.5.4 + +### Patch Changes + +- Add @tanstack/intent agent skills for AI coding agents ([#377](https://github.com/TanStack/devtools/pull/377)) + ## 0.5.3 ### Patch Changes diff --git a/packages/devtools-vite/package.json b/packages/devtools-vite/package.json index 68d1f533..99d34679 100644 --- a/packages/devtools-vite/package.json +++ b/packages/devtools-vite/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-vite", - "version": "0.5.3", + "version": "0.5.4", "description": "TanStack Vite plugin used to enhance the core devtools with additional functionalities", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index 2a679e73..2e95cb04 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools +## 0.10.13 + +### Patch Changes + +- Add @tanstack/intent agent skills for AI coding agents ([#377](https://github.com/TanStack/devtools/pull/377)) + ## 0.10.12 ### Patch Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 509471f7..1daa41ef 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools", - "version": "0.10.12", + "version": "0.10.13", "description": "TanStack Devtools is a set of tools for building advanced devtools for your application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/event-bus-client/CHANGELOG.md b/packages/event-bus-client/CHANGELOG.md index c252950b..51c54bce 100644 --- a/packages/event-bus-client/CHANGELOG.md +++ b/packages/event-bus-client/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools-event-client +## 0.4.2 + +### Patch Changes + +- Add @tanstack/intent agent skills for AI coding agents ([#377](https://github.com/TanStack/devtools/pull/377)) + ## 0.4.1 ### Patch Changes diff --git a/packages/event-bus-client/package.json b/packages/event-bus-client/package.json index 119eede4..5dbaa399 100644 --- a/packages/event-bus-client/package.json +++ b/packages/event-bus-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-event-client", - "version": "0.4.1", + "version": "0.4.2", "description": "TanStack Event Client is a lightweight event client for TanStack Devtools event bus.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/preact-devtools/CHANGELOG.md b/packages/preact-devtools/CHANGELOG.md index e76631b1..a319e016 100644 --- a/packages/preact-devtools/CHANGELOG.md +++ b/packages/preact-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-devtools +## 0.9.17 + +### Patch Changes + +- Updated dependencies [[`644bcb3`](https://github.com/TanStack/devtools/commit/644bcb3ec5faa374f37882282eb01a37611ed0e2)]: + - @tanstack/devtools@0.10.13 + ## 0.9.16 ### Patch Changes diff --git a/packages/preact-devtools/package.json b/packages/preact-devtools/package.json index 30be3836..179dd27f 100644 --- a/packages/preact-devtools/package.json +++ b/packages/preact-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-devtools", - "version": "0.9.16", + "version": "0.9.17", "description": "TanStack Devtools is a set of tools for building advanced devtools for your Preact application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/react-devtools/CHANGELOG.md b/packages/react-devtools/CHANGELOG.md index 6d0c5623..b7e941bd 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-devtools +## 0.9.12 + +### Patch Changes + +- Updated dependencies [[`644bcb3`](https://github.com/TanStack/devtools/commit/644bcb3ec5faa374f37882282eb01a37611ed0e2)]: + - @tanstack/devtools@0.10.13 + ## 0.9.11 ### Patch Changes diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index 4c35042b..36626f56 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-devtools", - "version": "0.9.11", + "version": "0.9.12", "description": "TanStack Devtools is a set of tools for building advanced devtools for your React application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/solid-devtools/CHANGELOG.md b/packages/solid-devtools/CHANGELOG.md index ee11950a..94d4a469 100644 --- a/packages/solid-devtools/CHANGELOG.md +++ b/packages/solid-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-devtools +## 0.7.32 + +### Patch Changes + +- Updated dependencies [[`644bcb3`](https://github.com/TanStack/devtools/commit/644bcb3ec5faa374f37882282eb01a37611ed0e2)]: + - @tanstack/devtools@0.10.13 + ## 0.7.31 ### Patch Changes diff --git a/packages/solid-devtools/package.json b/packages/solid-devtools/package.json index 6bbad45f..511fdbc2 100644 --- a/packages/solid-devtools/package.json +++ b/packages/solid-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-devtools", - "version": "0.7.31", + "version": "0.7.32", "description": "TanStack Devtools is a set of tools for building advanced devtools for your Solid application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/vue-devtools/CHANGELOG.md b/packages/vue-devtools/CHANGELOG.md index e919990b..e9d8ce3b 100644 --- a/packages/vue-devtools/CHANGELOG.md +++ b/packages/vue-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/vue-devtools +## 0.2.12 + +### Patch Changes + +- Updated dependencies [[`644bcb3`](https://github.com/TanStack/devtools/commit/644bcb3ec5faa374f37882282eb01a37611ed0e2)]: + - @tanstack/devtools@0.10.13 + ## 0.2.11 ### Patch Changes diff --git a/packages/vue-devtools/package.json b/packages/vue-devtools/package.json index d18a6dde..f2324e93 100644 --- a/packages/vue-devtools/package.json +++ b/packages/vue-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-devtools", - "version": "0.2.11", + "version": "0.2.12", "description": "TanStack Devtools is a set of tools for building advanced devtools for your Vue application.", "author": "Damian Osipiuk", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f984e52b..64908720 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -95,7 +95,7 @@ importers: specifier: 0.0.6 version: link:../../../packages/devtools-client '@tanstack/devtools-event-client': - specifier: 0.4.1 + specifier: 0.4.2 version: link:../../../packages/event-bus-client '@tanstack/preact-devtools': specifier: workspace:* @@ -114,7 +114,7 @@ importers: specifier: 0.5.0 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': - specifier: 0.5.3 + specifier: 0.5.4 version: link:../../../packages/devtools-vite sonda: specifier: 0.9.0 @@ -129,7 +129,7 @@ importers: examples/preact/custom-devtools: dependencies: '@tanstack/devtools-event-client': - specifier: 0.4.1 + specifier: 0.4.2 version: link:../../../packages/event-bus-client '@tanstack/preact-devtools': specifier: workspace:* @@ -151,10 +151,10 @@ importers: specifier: 0.0.6 version: link:../../../packages/devtools-client '@tanstack/devtools-event-client': - specifier: 0.4.1 + specifier: 0.4.2 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.9.11 + specifier: ^0.9.12 version: link:../../../packages/react-devtools '@tanstack/react-form': specifier: ^1.23.7 @@ -185,7 +185,7 @@ importers: specifier: 0.5.0 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': - specifier: 0.5.3 + specifier: 0.5.4 version: link:../../../packages/devtools-vite '@tanstack/react-form-devtools': specifier: ^0.1.7 @@ -315,7 +315,7 @@ importers: specifier: latest version: link:../../../packages/event-bus-client '@tanstack/devtools-vite': - specifier: 0.5.3 + specifier: 0.5.4 version: link:../../../packages/devtools-vite '@testing-library/dom': specifier: ^10.4.0 @@ -360,10 +360,10 @@ importers: examples/react/custom-devtools: dependencies: '@tanstack/devtools-event-client': - specifier: 0.4.1 + specifier: 0.4.2 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.9.11 + specifier: ^0.9.12 version: link:../../../packages/react-devtools react: specifier: ^19.2.0 @@ -388,7 +388,7 @@ importers: examples/react/drizzle: dependencies: '@tanstack/react-devtools': - specifier: ^0.9.11 + specifier: ^0.9.12 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.132.0 @@ -407,7 +407,7 @@ importers: version: 19.2.4(react@19.2.4) devDependencies: '@tanstack/devtools-vite': - specifier: 0.5.3 + specifier: 0.5.4 version: link:../../../packages/devtools-vite '@types/node': specifier: ^22.15.2 @@ -440,10 +440,10 @@ importers: examples/react/https: dependencies: '@tanstack/devtools-event-client': - specifier: 0.4.1 + specifier: 0.4.2 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.9.11 + specifier: ^0.9.12 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -471,7 +471,7 @@ importers: specifier: 0.5.0 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': - specifier: 0.5.3 + specifier: 0.5.4 version: link:../../../packages/devtools-vite '@types/react': specifier: ^19.2.0 @@ -501,7 +501,7 @@ importers: specifier: workspace:* version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.9.11 + specifier: ^0.9.12 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.132.0 @@ -538,7 +538,7 @@ importers: version: 6.1.1(typescript@5.9.3)(vite@7.3.1(@types/node@22.19.13)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) devDependencies: '@tanstack/devtools-vite': - specifier: 0.5.3 + specifier: 0.5.4 version: link:../../../packages/devtools-vite '@testing-library/dom': specifier: ^10.4.0 @@ -580,7 +580,7 @@ importers: specifier: workspace:^ version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.9.11 + specifier: ^0.9.12 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -623,7 +623,7 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-devtools': - specifier: ^0.7.31 + specifier: ^0.7.32 version: link:../../../packages/solid-devtools '@tanstack/solid-query': specifier: ^5.90.1 @@ -642,7 +642,7 @@ importers: version: 1.9.11 devDependencies: '@tanstack/devtools-vite': - specifier: 0.5.3 + specifier: 0.5.4 version: link:../../../packages/devtools-vite vite: specifier: ^7.1.7 @@ -660,14 +660,14 @@ importers: specifier: 0.5.0 version: link:../../../packages/devtools-ui '@tanstack/solid-devtools': - specifier: ^0.7.31 + specifier: ^0.7.32 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9 version: 1.9.11 devDependencies: '@tanstack/devtools-vite': - specifier: 0.5.3 + specifier: 0.5.4 version: link:../../../packages/devtools-vite vite: specifier: ^7.1.7 @@ -685,7 +685,7 @@ importers: specifier: ^1.2.0 version: 1.3.2(@testing-library/jest-dom@6.9.1)(solid-js@1.9.11)(vinxi@0.5.11(@types/node@22.19.13)(db0@0.3.4(drizzle-orm@0.45.1(pg@8.19.0)))(drizzle-orm@0.45.1(pg@8.19.0))(ioredis@5.10.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(vite@7.3.1(@types/node@22.19.13)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) '@tanstack/solid-devtools': - specifier: ^0.7.31 + specifier: ^0.7.32 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9 @@ -697,10 +697,10 @@ importers: examples/vue/basic: dependencies: '@tanstack/devtools': - specifier: ^0.10.12 + specifier: ^0.10.13 version: link:../../../packages/devtools '@tanstack/vue-devtools': - specifier: ^0.2.11 + specifier: ^0.2.12 version: link:../../../packages/vue-devtools '@tanstack/vue-query': specifier: ^5.90.5