From bc3c61d8fd517ab930ee8279ca0f4bcdeb5b66c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 11:46:10 +0000 Subject: [PATCH] ci: Version Packages --- .changeset/devtools-bundler-core.md | 5 -- .../devtools-vite-bundler-core-refactor.md | 5 -- .changeset/floating-draggable-trigger.md | 10 ---- .../rspack-marketplace-and-source-open.md | 16 ------ .changeset/rspack-plugin.md | 5 -- examples/angular/a11y-devtools/CHANGELOG.md | 7 +++ examples/angular/a11y-devtools/package.json | 4 +- examples/angular/basic/CHANGELOG.md | 7 +++ examples/angular/basic/package.json | 4 +- examples/angular/panel/CHANGELOG.md | 8 +++ examples/angular/panel/package.json | 6 +- examples/angular/with-devtools/CHANGELOG.md | 7 +++ examples/angular/with-devtools/package.json | 4 +- examples/preact/basic/package.json | 2 +- examples/react/a11y-devtools/package.json | 4 +- examples/react/basic/package.json | 4 +- examples/react/bundling-repro/package.json | 2 +- examples/react/custom-devtools/package.json | 2 +- examples/react/drizzle/package.json | 4 +- examples/react/https/package.json | 4 +- examples/react/start/package.json | 4 +- examples/react/time-travel/package.json | 2 +- examples/solid/a11y-devtools/package.json | 4 +- 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/angular-devtools/CHANGELOG.md | 7 +++ packages/angular-devtools/package.json | 2 +- packages/devtools-bundler-core/CHANGELOG.md | 20 +++++++ packages/devtools-bundler-core/package.json | 2 +- packages/devtools-rspack/CHANGELOG.md | 22 ++++++++ packages/devtools-rspack/package.json | 2 +- packages/devtools-vite/CHANGELOG.md | 9 +++ packages/devtools-vite/package.json | 2 +- packages/devtools/CHANGELOG.md | 11 ++++ packages/devtools/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/svelte-devtools/CHANGELOG.md | 7 +++ packages/svelte-devtools/package.json | 2 +- packages/vue-devtools/CHANGELOG.md | 7 +++ packages/vue-devtools/package.json | 2 +- pnpm-lock.yaml | 56 +++++++++---------- 48 files changed, 203 insertions(+), 111 deletions(-) delete mode 100644 .changeset/devtools-bundler-core.md delete mode 100644 .changeset/devtools-vite-bundler-core-refactor.md delete mode 100644 .changeset/floating-draggable-trigger.md delete mode 100644 .changeset/rspack-marketplace-and-source-open.md delete mode 100644 .changeset/rspack-plugin.md create mode 100644 packages/devtools-bundler-core/CHANGELOG.md diff --git a/.changeset/devtools-bundler-core.md b/.changeset/devtools-bundler-core.md deleted file mode 100644 index a57b04a5..00000000 --- a/.changeset/devtools-bundler-core.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools-bundler-core': minor ---- - -Introduce `@tanstack/devtools-bundler-core`, the framework-agnostic core (transforms, editor integration, package-manager, dev-state) shared by the TanStack devtools bundler plugins. diff --git a/.changeset/devtools-vite-bundler-core-refactor.md b/.changeset/devtools-vite-bundler-core-refactor.md deleted file mode 100644 index 16f84819..00000000 --- a/.changeset/devtools-vite-bundler-core-refactor.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools-vite': patch ---- - -Internal refactor: consume `@tanstack/devtools-bundler-core` for shared logic. No public API or behavior change. diff --git a/.changeset/floating-draggable-trigger.md b/.changeset/floating-draggable-trigger.md deleted file mode 100644 index dd692608..00000000 --- a/.changeset/floating-draggable-trigger.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@tanstack/devtools': minor ---- - -Add a floating trigger mode. Set `triggerMode: 'floating'` (or choose it under -Settings → Trigger Mode) to drag the devtools trigger anywhere on screen with -the left mouse button. Releasing a drag with velocity throws it — it glides with -momentum and springs back off the screen edges. The trigger is always kept -within a padded, on-screen area (it can never end up off-screen) and its -position is persisted to local storage. diff --git a/.changeset/rspack-marketplace-and-source-open.md b/.changeset/rspack-marketplace-and-source-open.md deleted file mode 100644 index 605bcdd3..00000000 --- a/.changeset/rspack-marketplace-and-source-open.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -'@tanstack/devtools-bundler-core': patch -'@tanstack/devtools-rspack': patch ---- - -Fix Rspack devtools integration on Windows and the plugin marketplace: - -- Normalize the module path before stripping `cwd` when building the - "Go to Source" link and the injected `data-tsd-source` attribute, so - Rspack's backslash module ids on Windows no longer leak an absolute path - that the editor-open handler then fails to resolve. -- Seed the shared in-process event target before wiring the package manager, - so the plugin actually receives the client's `mounted` event and replies with - `package-json-read`. Without this the plugin marketplace never populated under - Rspack. Also gate the wiring on the compiler's `mode` (`isDev`) rather than - `process.env.NODE_ENV`, which isn't set at `apply()` time under `rspack serve`. diff --git a/.changeset/rspack-plugin.md b/.changeset/rspack-plugin.md deleted file mode 100644 index 3e62ebb1..00000000 --- a/.changeset/rspack-plugin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools-rspack': minor ---- - -Add `@tanstack/devtools-rspack` — Rspack plugin with 1:1 feature parity to `@tanstack/devtools-vite` (source injection, enhanced logs, console piping, devtools removal on build, editor integration, event bus, package manager). diff --git a/examples/angular/a11y-devtools/CHANGELOG.md b/examples/angular/a11y-devtools/CHANGELOG.md index d50a810c..37ad0af3 100644 --- a/examples/angular/a11y-devtools/CHANGELOG.md +++ b/examples/angular/a11y-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/devtools-example-angular-a11y-devtools +## 0.0.7 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/angular-devtools@0.0.8 + ## 0.0.6 ### Patch Changes diff --git a/examples/angular/a11y-devtools/package.json b/examples/angular/a11y-devtools/package.json index bfbaea8a..505f9eaa 100644 --- a/examples/angular/a11y-devtools/package.json +++ b/examples/angular/a11y-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-example-angular-a11y-devtools", - "version": "0.0.6", + "version": "0.0.7", "scripts": { "ng": "ng", "start": "ng serve", @@ -17,7 +17,7 @@ "@angular/forms": "^21.2.0", "@angular/platform-browser": "^21.2.0", "@angular/router": "^21.2.0", - "@tanstack/angular-devtools": "^0.0.7", + "@tanstack/angular-devtools": "^0.0.8", "@tanstack/devtools-a11y": "^0.1.6", "@tanstack/devtools-event-client": "0.5.0", "rxjs": "~7.8.0", diff --git a/examples/angular/basic/CHANGELOG.md b/examples/angular/basic/CHANGELOG.md index f4bcc830..4ea525ff 100644 --- a/examples/angular/basic/CHANGELOG.md +++ b/examples/angular/basic/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/devtools-example-angular-basic +## 0.0.7 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/angular-devtools@0.0.8 + ## 0.0.6 ### Patch Changes diff --git a/examples/angular/basic/package.json b/examples/angular/basic/package.json index 04c85dee..69b94799 100644 --- a/examples/angular/basic/package.json +++ b/examples/angular/basic/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-example-angular-basic", - "version": "0.0.6", + "version": "0.0.7", "scripts": { "ng": "ng", "start": "ng serve", @@ -17,7 +17,7 @@ "@angular/forms": "^21.2.0", "@angular/platform-browser": "^21.2.0", "@angular/router": "^21.2.0", - "@tanstack/angular-devtools": "^0.0.7", + "@tanstack/angular-devtools": "^0.0.8", "@tanstack/devtools-event-client": "0.5.0", "rxjs": "~7.8.0", "tslib": "^2.3.0" diff --git a/examples/angular/panel/CHANGELOG.md b/examples/angular/panel/CHANGELOG.md index 5d770012..f9d7ec37 100644 --- a/examples/angular/panel/CHANGELOG.md +++ b/examples/angular/panel/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/devtools-example-angular-panel +## 0.0.8 + +### Patch Changes + +- Updated dependencies [[`d061f0c`](https://github.com/TanStack/devtools/commit/d061f0cc3cd64101edd176ac097e2f0048035ac5)]: + - @tanstack/devtools@0.13.0 + - @tanstack/angular-devtools@0.0.8 + ## 0.0.7 ### Patch Changes diff --git a/examples/angular/panel/package.json b/examples/angular/panel/package.json index ef386b0f..c6d1f795 100644 --- a/examples/angular/panel/package.json +++ b/examples/angular/panel/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-example-angular-panel", - "version": "0.0.7", + "version": "0.0.8", "scripts": { "ng": "ng", "start": "ng serve", @@ -17,8 +17,8 @@ "@angular/forms": "^21.2.0", "@angular/platform-browser": "^21.2.0", "@angular/router": "^21.2.0", - "@tanstack/angular-devtools": "^0.0.7", - "@tanstack/devtools": "^0.12.5", + "@tanstack/angular-devtools": "^0.0.8", + "@tanstack/devtools": "^0.13.0", "@tanstack/devtools-event-client": "0.5.0", "@tanstack/devtools-utils": "^0.6.0", "rxjs": "~7.8.0", diff --git a/examples/angular/with-devtools/CHANGELOG.md b/examples/angular/with-devtools/CHANGELOG.md index b315d5af..c309e6e5 100644 --- a/examples/angular/with-devtools/CHANGELOG.md +++ b/examples/angular/with-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/devtools-example-angular-with-devtools +## 0.0.7 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/angular-devtools@0.0.8 + ## 0.0.6 ### Patch Changes diff --git a/examples/angular/with-devtools/package.json b/examples/angular/with-devtools/package.json index 743b1e8f..07a41977 100644 --- a/examples/angular/with-devtools/package.json +++ b/examples/angular/with-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-example-angular-with-devtools", - "version": "0.0.6", + "version": "0.0.7", "scripts": { "ng": "ng", "start": "ng serve", @@ -17,7 +17,7 @@ "@angular/forms": "^21.2.0", "@angular/platform-browser": "^21.2.0", "@angular/router": "^21.2.0", - "@tanstack/angular-devtools": "^0.0.7", + "@tanstack/angular-devtools": "^0.0.8", "@tanstack/devtools-event-client": "0.5.0", "rxjs": "~7.8.0", "tslib": "^2.3.0" diff --git a/examples/preact/basic/package.json b/examples/preact/basic/package.json index baf8e269..f8769193 100644 --- a/examples/preact/basic/package.json +++ b/examples/preact/basic/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@preact/preset-vite": "^2.10.3", "@tanstack/devtools-ui": "0.6.0", - "@tanstack/devtools-vite": "0.8.1", + "@tanstack/devtools-vite": "0.8.2", "sonda": "0.9.0", "vite": "^8.0.0", "vite-plugin-inspect": "11.3.3" diff --git a/examples/react/a11y-devtools/package.json b/examples/react/a11y-devtools/package.json index ac0d2a8e..a2267c3c 100644 --- a/examples/react/a11y-devtools/package.json +++ b/examples/react/a11y-devtools/package.json @@ -10,12 +10,12 @@ }, "dependencies": { "@tanstack/devtools-a11y": "^0.1.6", - "@tanstack/react-devtools": "^0.10.8", + "@tanstack/react-devtools": "^0.10.9", "react": "^19.2.0", "react-dom": "^19.2.0" }, "devDependencies": { - "@tanstack/devtools-vite": "0.8.1", + "@tanstack/devtools-vite": "0.8.2", "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", "@vitejs/plugin-react": "^6.0.1", diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index f967060c..859e788c 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/devtools-client": "0.0.8", "@tanstack/devtools-event-client": "0.5.0", - "@tanstack/react-devtools": "^0.10.8", + "@tanstack/react-devtools": "^0.10.9", "@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.6.0", - "@tanstack/devtools-vite": "0.8.1", + "@tanstack/devtools-vite": "0.8.2", "@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 42fd81b2..68ed7df1 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.8.1", + "@tanstack/devtools-vite": "0.8.2", "@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 0e8b8b97..a2981240 100644 --- a/examples/react/custom-devtools/package.json +++ b/examples/react/custom-devtools/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-event-client": "0.5.0", - "@tanstack/react-devtools": "^0.10.8", + "@tanstack/react-devtools": "^0.10.9", "react": "^19.2.0", "react-dom": "^19.2.0" }, diff --git a/examples/react/drizzle/package.json b/examples/react/drizzle/package.json index 540f4ba4..e2b1735e 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.10.8", + "@tanstack/react-devtools": "^0.10.9", "@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.8.1", + "@tanstack/devtools-vite": "0.8.2", "@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 e370843e..065c4560 100644 --- a/examples/react/https/package.json +++ b/examples/react/https/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-event-client": "0.5.0", - "@tanstack/react-devtools": "^0.10.8", + "@tanstack/react-devtools": "^0.10.9", "@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.6.0", - "@tanstack/devtools-vite": "0.8.1", + "@tanstack/devtools-vite": "0.8.2", "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", "@vitejs/plugin-react": "^6.0.1", diff --git a/examples/react/start/package.json b/examples/react/start/package.json index f1300ee9..4d0cdc73 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.10.8", + "@tanstack/react-devtools": "^0.10.9", "@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.8.1", + "@tanstack/devtools-vite": "0.8.2", "@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 79e9ed38..c0da5a53 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.10.8", + "@tanstack/react-devtools": "^0.10.9", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", "@tanstack/react-router": "^1.132.0", diff --git a/examples/solid/a11y-devtools/package.json b/examples/solid/a11y-devtools/package.json index 3deb12aa..d4697be6 100644 --- a/examples/solid/a11y-devtools/package.json +++ b/examples/solid/a11y-devtools/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/devtools-a11y": "workspace:*", - "@tanstack/solid-devtools": "^0.8.8", + "@tanstack/solid-devtools": "^0.8.9", "solid-js": "^1.9.9" }, "devDependencies": { - "@tanstack/devtools-vite": "0.8.1", + "@tanstack/devtools-vite": "0.8.2", "vite": "^8.0.0", "vite-plugin-inspect": "11.3.3", "vite-plugin-solid": "^2.11.11" diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index 68d1154b..553cd097 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.8.8", + "@tanstack/solid-devtools": "^0.8.9", "@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.8.1", + "@tanstack/devtools-vite": "0.8.2", "vite": "^8.0.0", "vite-plugin-inspect": "11.3.3", "vite-plugin-solid": "^2.11.11" diff --git a/examples/solid/devtools-ui/package.json b/examples/solid/devtools-ui/package.json index d556d894..befe4020 100644 --- a/examples/solid/devtools-ui/package.json +++ b/examples/solid/devtools-ui/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/devtools-ui": "0.6.0", - "@tanstack/solid-devtools": "^0.8.8", + "@tanstack/solid-devtools": "^0.8.9", "solid-js": "^1.9.9" }, "devDependencies": { - "@tanstack/devtools-vite": "0.8.1", + "@tanstack/devtools-vite": "0.8.2", "vite": "^8.0.0", "vite-plugin-inspect": "11.3.3", "vite-plugin-solid": "^2.11.11" diff --git a/examples/solid/start/package.json b/examples/solid/start/package.json index dd2e3b18..aff78df0 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.8.8", + "@tanstack/solid-devtools": "^0.8.9", "solid-js": "^1.9.9", "vinxi": "^0.5.8" }, diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index 33ba12ac..5a6a0499 100644 --- a/examples/vue/basic/package.json +++ b/examples/vue/basic/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/devtools": "^0.12.5", - "@tanstack/vue-devtools": "^0.2.22", + "@tanstack/devtools": "^0.13.0", + "@tanstack/vue-devtools": "^0.2.23", "@tanstack/vue-query": "^5.90.5", "@tanstack/vue-query-devtools": "^6.1.0", "vue": "^3.5.22" diff --git a/packages/angular-devtools/CHANGELOG.md b/packages/angular-devtools/CHANGELOG.md index 54413d1c..d6061a68 100644 --- a/packages/angular-devtools/CHANGELOG.md +++ b/packages/angular-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/angular-devtools +## 0.0.8 + +### Patch Changes + +- Updated dependencies [[`d061f0c`](https://github.com/TanStack/devtools/commit/d061f0cc3cd64101edd176ac097e2f0048035ac5)]: + - @tanstack/devtools@0.13.0 + ## 0.0.7 ### Patch Changes diff --git a/packages/angular-devtools/package.json b/packages/angular-devtools/package.json index a36c2f32..839ebfbe 100644 --- a/packages/angular-devtools/package.json +++ b/packages/angular-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-devtools", - "version": "0.0.7", + "version": "0.0.8", "description": "TanStack Devtools is a set of tools for building advanced devtools for your Angular application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/devtools-bundler-core/CHANGELOG.md b/packages/devtools-bundler-core/CHANGELOG.md new file mode 100644 index 00000000..c8acb3f4 --- /dev/null +++ b/packages/devtools-bundler-core/CHANGELOG.md @@ -0,0 +1,20 @@ +# @tanstack/devtools-bundler-core + +## 0.1.0 + +### Minor Changes + +- [#484](https://github.com/TanStack/devtools/pull/484) [`d6e9022`](https://github.com/TanStack/devtools/commit/d6e9022a8b59e86c377767d2f518f570d1d74e1b) - Introduce `@tanstack/devtools-bundler-core`, the framework-agnostic core (transforms, editor integration, package-manager, dev-state) shared by the TanStack devtools bundler plugins. + +### Patch Changes + +- [#484](https://github.com/TanStack/devtools/pull/484) [`d6e9022`](https://github.com/TanStack/devtools/commit/d6e9022a8b59e86c377767d2f518f570d1d74e1b) - Fix Rspack devtools integration on Windows and the plugin marketplace: + - Normalize the module path before stripping `cwd` when building the + "Go to Source" link and the injected `data-tsd-source` attribute, so + Rspack's backslash module ids on Windows no longer leak an absolute path + that the editor-open handler then fails to resolve. + - Seed the shared in-process event target before wiring the package manager, + so the plugin actually receives the client's `mounted` event and replies with + `package-json-read`. Without this the plugin marketplace never populated under + Rspack. Also gate the wiring on the compiler's `mode` (`isDev`) rather than + `process.env.NODE_ENV`, which isn't set at `apply()` time under `rspack serve`. diff --git a/packages/devtools-bundler-core/package.json b/packages/devtools-bundler-core/package.json index af1f1a00..dfc3b771 100644 --- a/packages/devtools-bundler-core/package.json +++ b/packages/devtools-bundler-core/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-bundler-core", - "version": "0.0.1", + "version": "0.1.0", "description": "Framework-agnostic core shared by TanStack devtools bundler plugins", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/devtools-rspack/CHANGELOG.md b/packages/devtools-rspack/CHANGELOG.md index 1d3f898f..215379d4 100644 --- a/packages/devtools-rspack/CHANGELOG.md +++ b/packages/devtools-rspack/CHANGELOG.md @@ -1 +1,23 @@ # @tanstack/devtools-rspack + +## 0.1.0 + +### Minor Changes + +- [#484](https://github.com/TanStack/devtools/pull/484) [`d6e9022`](https://github.com/TanStack/devtools/commit/d6e9022a8b59e86c377767d2f518f570d1d74e1b) - Add `@tanstack/devtools-rspack` — Rspack plugin with 1:1 feature parity to `@tanstack/devtools-vite` (source injection, enhanced logs, console piping, devtools removal on build, editor integration, event bus, package manager). + +### Patch Changes + +- [#484](https://github.com/TanStack/devtools/pull/484) [`d6e9022`](https://github.com/TanStack/devtools/commit/d6e9022a8b59e86c377767d2f518f570d1d74e1b) - Fix Rspack devtools integration on Windows and the plugin marketplace: + - Normalize the module path before stripping `cwd` when building the + "Go to Source" link and the injected `data-tsd-source` attribute, so + Rspack's backslash module ids on Windows no longer leak an absolute path + that the editor-open handler then fails to resolve. + - Seed the shared in-process event target before wiring the package manager, + so the plugin actually receives the client's `mounted` event and replies with + `package-json-read`. Without this the plugin marketplace never populated under + Rspack. Also gate the wiring on the compiler's `mode` (`isDev`) rather than + `process.env.NODE_ENV`, which isn't set at `apply()` time under `rspack serve`. + +- Updated dependencies [[`d6e9022`](https://github.com/TanStack/devtools/commit/d6e9022a8b59e86c377767d2f518f570d1d74e1b), [`d6e9022`](https://github.com/TanStack/devtools/commit/d6e9022a8b59e86c377767d2f518f570d1d74e1b)]: + - @tanstack/devtools-bundler-core@0.1.0 diff --git a/packages/devtools-rspack/package.json b/packages/devtools-rspack/package.json index f87ed317..e73bacb6 100644 --- a/packages/devtools-rspack/package.json +++ b/packages/devtools-rspack/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-rspack", - "version": "0.0.1", + "version": "0.1.0", "description": "TanStack Rspack plugin used to enhance the core devtools with additional functionalities", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/devtools-vite/CHANGELOG.md b/packages/devtools-vite/CHANGELOG.md index 8dcabcb8..df7fc08b 100644 --- a/packages/devtools-vite/CHANGELOG.md +++ b/packages/devtools-vite/CHANGELOG.md @@ -1,5 +1,14 @@ # @tanstack/devtools-event-client +## 0.8.2 + +### Patch Changes + +- [#484](https://github.com/TanStack/devtools/pull/484) [`d6e9022`](https://github.com/TanStack/devtools/commit/d6e9022a8b59e86c377767d2f518f570d1d74e1b) - Internal refactor: consume `@tanstack/devtools-bundler-core` for shared logic. No public API or behavior change. + +- Updated dependencies [[`d6e9022`](https://github.com/TanStack/devtools/commit/d6e9022a8b59e86c377767d2f518f570d1d74e1b), [`d6e9022`](https://github.com/TanStack/devtools/commit/d6e9022a8b59e86c377767d2f518f570d1d74e1b)]: + - @tanstack/devtools-bundler-core@0.1.0 + ## 0.8.1 ### Patch Changes diff --git a/packages/devtools-vite/package.json b/packages/devtools-vite/package.json index 409044a8..9112d9de 100644 --- a/packages/devtools-vite/package.json +++ b/packages/devtools-vite/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-vite", - "version": "0.8.1", + "version": "0.8.2", "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 2a9d746a..9adf97de 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/devtools +## 0.13.0 + +### Minor Changes + +- [#485](https://github.com/TanStack/devtools/pull/485) [`d061f0c`](https://github.com/TanStack/devtools/commit/d061f0cc3cd64101edd176ac097e2f0048035ac5) - Add a floating trigger mode. Set `triggerMode: 'floating'` (or choose it under + Settings → Trigger Mode) to drag the devtools trigger anywhere on screen with + the left mouse button. Releasing a drag with velocity throws it — it glides with + momentum and springs back off the screen edges. The trigger is always kept + within a padded, on-screen area (it can never end up off-screen) and its + position is persisted to local storage. + ## 0.12.5 ### Patch Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 17d5a22a..5962a25f 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools", - "version": "0.12.5", + "version": "0.13.0", "description": "TanStack Devtools is a set of tools for building advanced devtools for your application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/preact-devtools/CHANGELOG.md b/packages/preact-devtools/CHANGELOG.md index 14d38ce8..39736dee 100644 --- a/packages/preact-devtools/CHANGELOG.md +++ b/packages/preact-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-devtools +## 0.10.9 + +### Patch Changes + +- Updated dependencies [[`d061f0c`](https://github.com/TanStack/devtools/commit/d061f0cc3cd64101edd176ac097e2f0048035ac5)]: + - @tanstack/devtools@0.13.0 + ## 0.10.8 ### Patch Changes diff --git a/packages/preact-devtools/package.json b/packages/preact-devtools/package.json index 89c334da..c39c1b49 100644 --- a/packages/preact-devtools/package.json +++ b/packages/preact-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-devtools", - "version": "0.10.8", + "version": "0.10.9", "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 11954cc4..c2ce0a9f 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-devtools +## 0.10.9 + +### Patch Changes + +- Updated dependencies [[`d061f0c`](https://github.com/TanStack/devtools/commit/d061f0cc3cd64101edd176ac097e2f0048035ac5)]: + - @tanstack/devtools@0.13.0 + ## 0.10.8 ### Patch Changes diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index 93ee9c6c..7c19f33d 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-devtools", - "version": "0.10.8", + "version": "0.10.9", "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 c632d884..1dae7544 100644 --- a/packages/solid-devtools/CHANGELOG.md +++ b/packages/solid-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-devtools +## 0.8.9 + +### Patch Changes + +- Updated dependencies [[`d061f0c`](https://github.com/TanStack/devtools/commit/d061f0cc3cd64101edd176ac097e2f0048035ac5)]: + - @tanstack/devtools@0.13.0 + ## 0.8.8 ### Patch Changes diff --git a/packages/solid-devtools/package.json b/packages/solid-devtools/package.json index 52989049..7a962a47 100644 --- a/packages/solid-devtools/package.json +++ b/packages/solid-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-devtools", - "version": "0.8.8", + "version": "0.8.9", "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/svelte-devtools/CHANGELOG.md b/packages/svelte-devtools/CHANGELOG.md index 022e680e..df2e0fa3 100644 --- a/packages/svelte-devtools/CHANGELOG.md +++ b/packages/svelte-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/svelte-devtools +## 0.1.2 + +### Patch Changes + +- Updated dependencies [[`d061f0c`](https://github.com/TanStack/devtools/commit/d061f0cc3cd64101edd176ac097e2f0048035ac5)]: + - @tanstack/devtools@0.13.0 + ## 0.1.1 ### Patch Changes diff --git a/packages/svelte-devtools/package.json b/packages/svelte-devtools/package.json index 40079023..882ad75d 100644 --- a/packages/svelte-devtools/package.json +++ b/packages/svelte-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-devtools", - "version": "0.1.1", + "version": "0.1.2", "description": "TanStack Devtools is a set of tools for building advanced devtools for your Svelte application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/vue-devtools/CHANGELOG.md b/packages/vue-devtools/CHANGELOG.md index 65b5d33d..e9a1450d 100644 --- a/packages/vue-devtools/CHANGELOG.md +++ b/packages/vue-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/vue-devtools +## 0.2.23 + +### Patch Changes + +- Updated dependencies [[`d061f0c`](https://github.com/TanStack/devtools/commit/d061f0cc3cd64101edd176ac097e2f0048035ac5)]: + - @tanstack/devtools@0.13.0 + ## 0.2.22 ### Patch Changes diff --git a/packages/vue-devtools/package.json b/packages/vue-devtools/package.json index df7dbb51..97753143 100644 --- a/packages/vue-devtools/package.json +++ b/packages/vue-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-devtools", - "version": "0.2.22", + "version": "0.2.23", "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 20d2861c..1d8bdae3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -471,7 +471,7 @@ importers: specifier: ^21.2.0 version: 21.2.12(@angular/common@21.2.12(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(@angular/platform-browser@21.2.12(@angular/common@21.2.12(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-devtools': - specifier: ^0.0.7 + specifier: ^0.0.8 version: link:../../../packages/angular-devtools '@tanstack/devtools-a11y': specifier: ^0.1.6 @@ -523,7 +523,7 @@ importers: specifier: ^21.2.0 version: 21.2.12(@angular/common@21.2.12(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(@angular/platform-browser@21.2.12(@angular/common@21.2.12(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-devtools': - specifier: ^0.0.7 + specifier: ^0.0.8 version: link:../../../packages/angular-devtools '@tanstack/devtools-event-client': specifier: 0.5.0 @@ -572,10 +572,10 @@ importers: specifier: ^21.2.0 version: 21.2.12(@angular/common@21.2.12(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(@angular/platform-browser@21.2.12(@angular/common@21.2.12(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-devtools': - specifier: ^0.0.7 + specifier: ^0.0.8 version: link:../../../packages/angular-devtools '@tanstack/devtools': - specifier: ^0.12.5 + specifier: ^0.13.0 version: link:../../../packages/devtools '@tanstack/devtools-event-client': specifier: 0.5.0 @@ -632,7 +632,7 @@ importers: specifier: ^21.2.0 version: 21.2.12(@angular/common@21.2.12(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(@angular/platform-browser@21.2.12(@angular/common@21.2.12(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-devtools': - specifier: ^0.0.7 + specifier: ^0.0.8 version: link:../../../packages/angular-devtools '@tanstack/devtools-event-client': specifier: 0.5.0 @@ -685,7 +685,7 @@ importers: specifier: 0.6.0 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': - specifier: 0.8.1 + specifier: 0.8.2 version: link:../../../packages/devtools-vite sonda: specifier: 0.9.0 @@ -756,7 +756,7 @@ importers: specifier: ^0.1.6 version: link:../../../packages/devtools-a11y '@tanstack/react-devtools': - specifier: ^0.10.8 + specifier: ^0.10.9 version: link:../../../packages/react-devtools react: specifier: ^19.2.0 @@ -766,7 +766,7 @@ importers: version: 19.2.6(react@19.2.6) devDependencies: '@tanstack/devtools-vite': - specifier: 0.8.1 + specifier: 0.8.2 version: link:../../../packages/devtools-vite '@types/react': specifier: ^19.2.0 @@ -790,7 +790,7 @@ importers: specifier: 0.5.0 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.10.8 + specifier: ^0.10.9 version: link:../../../packages/react-devtools '@tanstack/react-form': specifier: ^1.23.7 @@ -821,7 +821,7 @@ importers: specifier: 0.6.0 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': - specifier: 0.8.1 + specifier: 0.8.2 version: link:../../../packages/devtools-vite '@tanstack/react-form-devtools': specifier: ^0.1.7 @@ -951,7 +951,7 @@ importers: specifier: latest version: link:../../../packages/event-bus-client '@tanstack/devtools-vite': - specifier: 0.8.1 + specifier: 0.8.2 version: link:../../../packages/devtools-vite '@testing-library/dom': specifier: ^10.4.0 @@ -999,7 +999,7 @@ importers: specifier: 0.5.0 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.10.8 + specifier: ^0.10.9 version: link:../../../packages/react-devtools react: specifier: ^19.2.0 @@ -1024,7 +1024,7 @@ importers: examples/react/drizzle: dependencies: '@tanstack/react-devtools': - specifier: ^0.10.8 + specifier: ^0.10.9 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.132.0 @@ -1043,7 +1043,7 @@ importers: version: 19.2.6(react@19.2.6) devDependencies: '@tanstack/devtools-vite': - specifier: 0.8.1 + specifier: 0.8.2 version: link:../../../packages/devtools-vite '@types/node': specifier: ^22.15.2 @@ -1079,7 +1079,7 @@ importers: specifier: 0.5.0 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.10.8 + specifier: ^0.10.9 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -1107,7 +1107,7 @@ importers: specifier: 0.6.0 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': - specifier: 0.8.1 + specifier: 0.8.2 version: link:../../../packages/devtools-vite '@types/react': specifier: ^19.2.0 @@ -1137,7 +1137,7 @@ importers: specifier: workspace:* version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.10.8 + specifier: ^0.10.9 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.132.0 @@ -1174,7 +1174,7 @@ importers: version: 6.1.1(typescript@5.9.3)(vite@8.0.12(@types/node@22.19.15)(esbuild@0.27.4)(jiti@2.7.0)(less@4.6.4)(sass@1.99.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.3)) devDependencies: '@tanstack/devtools-vite': - specifier: 0.8.1 + specifier: 0.8.2 version: link:../../../packages/devtools-vite '@testing-library/dom': specifier: ^10.4.0 @@ -1323,7 +1323,7 @@ importers: specifier: workspace:^ version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.10.8 + specifier: ^0.10.9 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -1369,14 +1369,14 @@ importers: specifier: workspace:* version: link:../../../packages/devtools-a11y '@tanstack/solid-devtools': - specifier: ^0.8.8 + specifier: ^0.8.9 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9 version: 1.9.12 devDependencies: '@tanstack/devtools-vite': - specifier: 0.8.1 + specifier: 0.8.2 version: link:../../../packages/devtools-vite vite: specifier: ^8.0.0 @@ -1391,7 +1391,7 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-devtools': - specifier: ^0.8.8 + specifier: ^0.8.9 version: link:../../../packages/solid-devtools '@tanstack/solid-query': specifier: ^5.90.1 @@ -1410,7 +1410,7 @@ importers: version: 1.9.12 devDependencies: '@tanstack/devtools-vite': - specifier: 0.8.1 + specifier: 0.8.2 version: link:../../../packages/devtools-vite vite: specifier: ^8.0.0 @@ -1428,14 +1428,14 @@ importers: specifier: 0.6.0 version: link:../../../packages/devtools-ui '@tanstack/solid-devtools': - specifier: ^0.8.8 + specifier: ^0.8.9 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9 version: 1.9.12 devDependencies: '@tanstack/devtools-vite': - specifier: 0.8.1 + specifier: 0.8.2 version: link:../../../packages/devtools-vite vite: specifier: ^8.0.0 @@ -1453,7 +1453,7 @@ importers: specifier: ^1.2.0 version: 1.3.2(@testing-library/jest-dom@6.9.1)(solid-js@1.9.12)(vinxi@0.5.11(@types/node@22.19.15)(db0@0.3.4(drizzle-orm@0.45.2(pg@8.20.0)))(drizzle-orm@0.45.2(pg@8.20.0))(ioredis@5.10.1)(jiti@2.7.0)(less@4.6.4)(lightningcss@1.32.0)(rolldown@1.1.2)(sass@1.99.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.3))(vite@8.0.12(@types/node@22.19.15)(esbuild@0.27.4)(jiti@2.7.0)(less@4.6.4)(sass@1.99.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.3)) '@tanstack/solid-devtools': - specifier: ^0.8.8 + specifier: ^0.8.9 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9 @@ -1465,10 +1465,10 @@ importers: examples/vue/basic: dependencies: '@tanstack/devtools': - specifier: ^0.12.5 + specifier: ^0.13.0 version: link:../../../packages/devtools '@tanstack/vue-devtools': - specifier: ^0.2.22 + specifier: ^0.2.23 version: link:../../../packages/vue-devtools '@tanstack/vue-query': specifier: ^5.90.5