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
9 changes: 9 additions & 0 deletions .changeset/new-paths-stay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@tanstack/devtools-utils': minor
'@tanstack/react-devtools': minor
'@tanstack/devtools-vite': minor
'@tanstack/vue-devtools': minor
'@tanstack/devtools-event-bus': minor
---

fix issues with apps dying if the server port is not available for the event bus
2 changes: 1 addition & 1 deletion docs/reference/interfaces/clienteventbusconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ optional port: number;
Defined in: event-bus/dist/esm/client/client.d.ts:15

Optional port to connect to the devtools server event bus.
Defaults to 42069.
Defaults to 4206.
2 changes: 1 addition & 1 deletion examples/preact/basic/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineConfig({
}),

Inspect(),
sonda(),
sonda() as any,
preact(),
],
build: {
Expand Down
14 changes: 7 additions & 7 deletions examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
"@tanstack/react-form": "^1.23.7",
"@tanstack/react-query": "^5.90.1",
"@tanstack/react-query-devtools": "^5.90.1",
"@tanstack/react-router": "^1.131.50",
"@tanstack/react-router-devtools": "^1.131.50",
"react": "19.1.1",
"react-dom": "19.1.1",
"@tanstack/react-router": "^1.132.0",
"@tanstack/react-router-devtools": "^1.132.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"zod": "^4.1.11"
},
"devDependencies": {
"@tanstack/devtools-ui": "0.4.4",
"@tanstack/devtools-vite": "0.3.12",
"@tanstack/react-form-devtools": "^0.1.7",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^4.7.0",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^5.0.4",
"sonda": "0.9.0",
"vite": "^7.1.7",
"vite-plugin-inspect": "11.3.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/basic/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineConfig({
}),

Inspect(),
sonda(),
sonda() as any,
react({
// babel: {
// plugins: [['babel-plugin-react-compiler', { target: '19' }]],
Expand Down
10 changes: 5 additions & 5 deletions examples/react/custom-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"dependencies": {
"@tanstack/devtools-event-client": "0.4.0",
"@tanstack/react-devtools": "^0.8.6",
"react": "19.1.1",
"react-dom": "19.1.1"
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^4.7.0",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^5.0.4",
"vite": "^7.1.7"
},
"browserslist": {
Expand Down
14 changes: 7 additions & 7 deletions examples/react/drizzle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
},
"dependencies": {
"@tanstack/react-devtools": "^0.8.6",
"@tanstack/react-router": "^1.131.50",
"@tanstack/react-router-devtools": "^1.131.50",
"@tanstack/react-start": "1.132.0-alpha.25",
"react": "19.1.1",
"react-dom": "19.1.1"
"@tanstack/react-router": "^1.132.0",
"@tanstack/react-router-devtools": "^1.132.0",
"@tanstack/react-start": "^1.132.0",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@tanstack/devtools-vite": "0.3.12",
"@types/node": "^22.15.2",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"drizzle-kit": "^0.31.4",
"drizzle-orm": "^0.44.5",
"pg": "^8.16.3",
Expand Down
14 changes: 7 additions & 7 deletions examples/react/https/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"@tanstack/react-devtools": "^0.8.6",
"@tanstack/react-query": "^5.90.1",
"@tanstack/react-query-devtools": "^5.90.1",
"@tanstack/react-router": "^1.131.50",
"@tanstack/react-router-devtools": "^1.131.50",
"react": "19.1.1",
"react-dom": "19.1.1",
"@tanstack/react-router": "^1.132.0",
"@tanstack/react-router-devtools": "^1.132.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"zod": "^4.1.11"
},
"devDependencies": {
"@tanstack/devtools-ui": "0.4.4",
"@tanstack/devtools-vite": "0.3.12",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^4.7.0",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^5.0.4",
"vite": "^7.1.7",
"vite-plugin-inspect": "11.3.3",
"vite-plugin-mkcert": "^1.17.8"
Expand Down
5 changes: 3 additions & 2 deletions examples/react/start/.cta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"typescript": true,
"tailwind": true,
"packageManager": "pnpm",
"git": false,
"git": true,
"addOnOptions": {},
"version": 1,
"framework": "react-cra",
"chosenAddOns": ["start"]
"chosenAddOns": ["start", "nitro"]
}
3 changes: 1 addition & 2 deletions examples/react/start/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ count.txt
.env
.nitro
.tanstack
.wrangler
.output
.vinxi
todos.json

/generated/prisma
62 changes: 23 additions & 39 deletions examples/react/start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,54 +4,38 @@
"type": "module",
"scripts": {
"dev": "vite dev --port 3000",
"start": "node .output/server/index.mjs",
"serve": "vite preview",
"test": "vitest run",
"preview": "vite build && vite preview",
"db:migrate": "prisma migrate dev --name init",
"db:reset": " prisma migrate reset",
"db:gen": "prisma generate",
"db:studio": "prisma studio",
"build": "vite build"
"build": "vite build",
"preview": "vite preview",
"test": "vitest run"
},
"dependencies": {
"@ai-sdk-tools/devtools": "^0.6.1",
"@ai-sdk-tools/store": "^0.1.2",
"@ai-sdk/openai": "^2.0.32",
"@prisma/client": "^6.16.2",
"@prisma/extension-accelerate": "^2.0.2",
"@prisma/studio-core": "^0.5.3",
"@tailwindcss/vite": "^4.1.13",
"@tanstack/devtools-event-bus": "^0.3.3",
"@tanstack/devtools-event-client": "0.4.0",
"@tailwindcss/vite": "^4.0.6",
"@tanstack/devtools-event-client": "workspace:*",
"@tanstack/react-devtools": "^0.8.6",
"@tanstack/react-query": "^5.90.1",
"@tanstack/react-query-devtools": "^5.90.1",
"@tanstack/react-router": "^1.131.50",
"@tanstack/react-router-devtools": "^1.131.50",
"@tanstack/react-router-with-query": "^1.130.17",
"@tanstack/react-start": "1.132.0-alpha.25",
"@tanstack/router-plugin": "^1.131.50",
"ai": "^5.0.48",
"prisma": "^6.16.2",
"react": "19.1.1",
"react-dom": "19.1.1",
"tailwindcss": "^4.1.13",
"vite-tsconfig-paths": "^5.1.4",
"zod": "^4.1.11"
"@tanstack/react-router": "^1.132.0",
"@tanstack/react-router-devtools": "^1.132.0",
"@tanstack/react-router-ssr-query": "^1.131.7",
"@tanstack/react-start": "^1.132.0",
"@tanstack/router-plugin": "^1.132.0",
"lucide-react": "^0.561.0",
"nitro": "latest",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"tailwindcss": "^4.0.6",
"vite-tsconfig-paths": "^6.0.2"
},
"devDependencies": {
"@tanstack/devtools-vite": "0.3.12",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^4.7.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
"@types/node": "^22.15.2",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^5.0.4",
"jsdom": "^27.0.0",
"typescript": "~5.9.2",
"vite": "^7.1.7",
"vite-plugin-inspect": "11.3.3",
"vitest": "^3.2.4",
"web-vitals": "^4.2.4"
"web-vitals": "^5.1.0"
}
}

This file was deleted.

3 changes: 0 additions & 3 deletions examples/react/start/prisma/migrations/migration_lock.toml

This file was deleted.

36 changes: 0 additions & 36 deletions examples/react/start/prisma/schema.prisma

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading