diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index ddca56d3..15cf12fc 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -24,7 +24,7 @@ jobs: persist-credentials: false - name: Dependency Review - uses: actions/dependency-review-action@e58c696e52cac8e62d61cc21fda89565d71505d7 # v4.3.1 + uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0 with: fail-on-severity: high comment-summary-in-pr: on-failure diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73f79c17..06341aeb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: run: pnpm run test:ci - name: Run Changesets (version or publish) id: changesets - uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0 + uses: changesets/action@63a615b9cd06ba9a3e6d13796c7fbcb080a60a0b # v1.8.0 with: version: pnpm run changeset:version publish: pnpm run changeset:publish diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index 86d4b5b3..7a506d9f 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -18,7 +18,7 @@ jobs: with: persist-credentials: false - name: Run zizmor - uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3 + uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6 with: advanced-security: false annotations: true diff --git a/examples/angular/a11y-devtools/package.json b/examples/angular/a11y-devtools/package.json index 1bd8d15e..354d8ff7 100644 --- a/examples/angular/a11y-devtools/package.json +++ b/examples/angular/a11y-devtools/package.json @@ -9,25 +9,25 @@ "test": "ng test" }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.1.2", "dependencies": { - "@angular/common": "^21.2.0", - "@angular/compiler": "^21.2.0", - "@angular/core": "^21.2.0", - "@angular/forms": "^21.2.0", - "@angular/platform-browser": "^21.2.0", - "@angular/router": "^21.2.0", + "@angular/common": "^21.2.13", + "@angular/compiler": "^21.2.13", + "@angular/core": "^21.2.13", + "@angular/forms": "^21.2.13", + "@angular/platform-browser": "^21.2.13", + "@angular/router": "^21.2.13", "@tanstack/angular-devtools": "^0.0.4", "@tanstack/devtools-a11y": "^0.1.3", "@tanstack/devtools-event-client": "0.4.3", - "rxjs": "~7.8.0", - "tslib": "^2.3.0" + "rxjs": "~7.8.2", + "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.0", - "@angular/cli": "^21.2.0", - "@angular/compiler-cli": "^21.2.0", - "prettier": "^3.8.1", - "typescript": "~5.9.2" + "@angular/build": "^21.2.11", + "@angular/cli": "^21.2.11", + "@angular/compiler-cli": "^21.2.13", + "prettier": "^3.8.3", + "typescript": "~5.9.3" } } diff --git a/examples/angular/basic/package.json b/examples/angular/basic/package.json index be502579..fb080fbf 100644 --- a/examples/angular/basic/package.json +++ b/examples/angular/basic/package.json @@ -9,24 +9,24 @@ "test": "ng test" }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.1.2", "dependencies": { - "@angular/common": "^21.2.0", - "@angular/compiler": "^21.2.0", - "@angular/core": "^21.2.0", - "@angular/forms": "^21.2.0", - "@angular/platform-browser": "^21.2.0", - "@angular/router": "^21.2.0", + "@angular/common": "^21.2.13", + "@angular/compiler": "^21.2.13", + "@angular/core": "^21.2.13", + "@angular/forms": "^21.2.13", + "@angular/platform-browser": "^21.2.13", + "@angular/router": "^21.2.13", "@tanstack/angular-devtools": "^0.0.4", "@tanstack/devtools-event-client": "0.4.3", - "rxjs": "~7.8.0", - "tslib": "^2.3.0" + "rxjs": "~7.8.2", + "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.0", - "@angular/cli": "^21.2.0", - "@angular/compiler-cli": "^21.2.0", - "prettier": "^3.8.1", - "typescript": "~5.9.2" + "@angular/build": "^21.2.11", + "@angular/cli": "^21.2.11", + "@angular/compiler-cli": "^21.2.13", + "prettier": "^3.8.3", + "typescript": "~5.9.3" } } diff --git a/examples/angular/panel/package.json b/examples/angular/panel/package.json index 58b1e570..7d7ad407 100644 --- a/examples/angular/panel/package.json +++ b/examples/angular/panel/package.json @@ -9,27 +9,27 @@ "test": "ng test" }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.1.2", "dependencies": { - "@angular/common": "^21.2.0", - "@angular/compiler": "^21.2.0", - "@angular/core": "^21.2.0", - "@angular/forms": "^21.2.0", - "@angular/platform-browser": "^21.2.0", - "@angular/router": "^21.2.0", + "@angular/common": "^21.2.13", + "@angular/compiler": "^21.2.13", + "@angular/core": "^21.2.13", + "@angular/forms": "^21.2.13", + "@angular/platform-browser": "^21.2.13", + "@angular/router": "^21.2.13", "@tanstack/angular-devtools": "^0.0.4", "@tanstack/devtools": "^0.12.2", "@tanstack/devtools-event-client": "0.4.3", "@tanstack/devtools-utils": "^0.5.0", - "rxjs": "~7.8.0", - "tslib": "^2.3.0" + "rxjs": "~7.8.2", + "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.0", - "@angular/cli": "^21.2.0", - "@angular/compiler-cli": "^21.2.0", - "ng-packagr": "^21.2.0", - "prettier": "^3.8.1", - "typescript": "~5.9.2" + "@angular/build": "^21.2.11", + "@angular/cli": "^21.2.11", + "@angular/compiler-cli": "^21.2.13", + "ng-packagr": "^21.2.3", + "prettier": "^3.8.3", + "typescript": "~5.9.3" } } diff --git a/examples/angular/with-devtools/package.json b/examples/angular/with-devtools/package.json index f61ad9ce..0081fe00 100644 --- a/examples/angular/with-devtools/package.json +++ b/examples/angular/with-devtools/package.json @@ -9,24 +9,24 @@ "test": "ng test" }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.1.2", "dependencies": { - "@angular/common": "^21.2.0", - "@angular/compiler": "^21.2.0", - "@angular/core": "^21.2.0", - "@angular/forms": "^21.2.0", - "@angular/platform-browser": "^21.2.0", - "@angular/router": "^21.2.0", + "@angular/common": "^21.2.13", + "@angular/compiler": "^21.2.13", + "@angular/core": "^21.2.13", + "@angular/forms": "^21.2.13", + "@angular/platform-browser": "^21.2.13", + "@angular/router": "^21.2.13", "@tanstack/angular-devtools": "^0.0.4", "@tanstack/devtools-event-client": "0.4.3", - "rxjs": "~7.8.0", - "tslib": "^2.3.0" + "rxjs": "~7.8.2", + "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.0", - "@angular/cli": "^21.2.0", - "@angular/compiler-cli": "^21.2.0", - "prettier": "^3.8.1", - "typescript": "~5.9.2" + "@angular/build": "^21.2.11", + "@angular/cli": "^21.2.11", + "@angular/compiler-cli": "^21.2.13", + "prettier": "^3.8.3", + "typescript": "~5.9.3" } } diff --git a/examples/preact/basic/package.json b/examples/preact/basic/package.json index e721a7b8..c68f272a 100644 --- a/examples/preact/basic/package.json +++ b/examples/preact/basic/package.json @@ -12,15 +12,15 @@ "@tanstack/devtools-client": "0.0.6", "@tanstack/devtools-event-client": "0.4.3", "@tanstack/preact-devtools": "workspace:*", - "preact": "^10.28.0", - "zod": "^4.3.5" + "preact": "^10.29.2", + "zod": "^4.4.3" }, "devDependencies": { - "@preact/preset-vite": "^2.10.3", + "@preact/preset-vite": "^2.10.5", "@tanstack/devtools-ui": "0.5.2", "@tanstack/devtools-vite": "0.7.0", - "sonda": "0.9.0", - "vite": "^8.0.0", + "sonda": "0.11.1", + "vite": "^8.0.13", "vite-plugin-inspect": "11.3.3" }, "browserslist": { diff --git a/examples/preact/custom-devtools/package.json b/examples/preact/custom-devtools/package.json index 462ce6bb..78b88798 100644 --- a/examples/preact/custom-devtools/package.json +++ b/examples/preact/custom-devtools/package.json @@ -11,11 +11,11 @@ "dependencies": { "@tanstack/devtools-event-client": "0.4.3", "@tanstack/preact-devtools": "workspace:*", - "preact": "^10.28.0" + "preact": "^10.29.2" }, "devDependencies": { - "@preact/preset-vite": "^2.10.3", - "vite": "^8.0.0" + "@preact/preset-vite": "^2.10.5", + "vite": "^8.0.13" }, "browserslist": { "production": [ diff --git a/examples/react/a11y-devtools/package.json b/examples/react/a11y-devtools/package.json index d95c7233..0d1ff7a6 100644 --- a/examples/react/a11y-devtools/package.json +++ b/examples/react/a11y-devtools/package.json @@ -11,13 +11,13 @@ "dependencies": { "@tanstack/devtools-a11y": "^0.1.3", "@tanstack/react-devtools": "^0.10.5", - "react": "^19.2.0", - "react-dom": "^19.2.0" + "react": "^19.2.6", + "react-dom": "^19.2.6" }, "devDependencies": { "@tanstack/devtools-vite": "0.7.0", - "@types/react": "^19.2.0", - "@types/react-dom": "^19.2.0", + "@types/react": "^19.2.14", + "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", "vite": "^8.0.0" }, diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 1d40e167..c5293492 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -12,24 +12,24 @@ "@tanstack/devtools-client": "0.0.6", "@tanstack/devtools-event-client": "0.4.3", "@tanstack/react-devtools": "^0.10.5", - "@tanstack/react-form": "^1.23.7", - "@tanstack/react-query": "^5.90.1", - "@tanstack/react-query-devtools": "^5.90.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.3.5" + "@tanstack/react-form": "^1.32.0", + "@tanstack/react-query": "^5.100.10", + "@tanstack/react-query-devtools": "^5.100.10", + "@tanstack/react-router": "^1.170.4", + "@tanstack/react-router-devtools": "^1.167.0", + "react": "^19.2.6", + "react-dom": "^19.2.6", + "zod": "^4.4.3" }, "devDependencies": { "@tanstack/devtools-ui": "0.5.2", "@tanstack/devtools-vite": "0.7.0", - "@tanstack/react-form-devtools": "^0.1.7", - "@types/react": "^19.2.0", - "@types/react-dom": "^19.2.0", - "@vitejs/plugin-react": "^6.0.1", - "sonda": "0.9.0", - "vite": "^8.0.0", + "@tanstack/react-form-devtools": "^0.2.27", + "@types/react": "^19.2.14", + "@types/react-dom": "^19.2.3", + "@vitejs/plugin-react": "^6.0.2", + "sonda": "0.11.1", + "vite": "^8.0.13", "vite-plugin-inspect": "11.3.3" }, "browserslist": { diff --git a/examples/react/bundling-repro/package.json b/examples/react/bundling-repro/package.json index 5d38f5b9..1d4c0b4c 100644 --- a/examples/react/bundling-repro/package.json +++ b/examples/react/bundling-repro/package.json @@ -13,8 +13,8 @@ "deploy": "npm run build && wrangler deploy" }, "dependencies": { - "@cloudflare/vite-plugin": "^1.13.8", - "@tailwindcss/vite": "^4.0.6", + "@cloudflare/vite-plugin": "^1.37.1", + "@tailwindcss/vite": "^4.3.0", "@tanstack/ai": "latest", "@tanstack/ai-anthropic": "latest", "@tanstack/ai-client": "latest", @@ -24,44 +24,44 @@ "@tanstack/ai-react": "latest", "@tanstack/react-ai-devtools": "latest", "@tanstack/react-devtools": "latest", - "@tanstack/react-query": "^5.90.1", - "@tanstack/react-query-devtools": "^5.90.1", - "@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/react-store": "^0.9.0", - "@tanstack/router-plugin": "^1.132.0", - "@tanstack/store": "^0.9.0", + "@tanstack/react-query": "^5.100.10", + "@tanstack/react-query-devtools": "^5.100.10", + "@tanstack/react-router": "^1.170.4", + "@tanstack/react-router-devtools": "^1.167.0", + "@tanstack/react-router-ssr-query": "^1.167.0", + "@tanstack/react-start": "^1.168.6", + "@tanstack/react-store": "^0.11.0", + "@tanstack/router-plugin": "^1.168.6", + "@tanstack/store": "^0.11.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "highlight.js": "^11.11.1", - "lucide-react": "^0.561.0", - "react": "^19.2.0", - "react-dom": "^19.2.0", - "streamdown": "^1.6.5", - "tailwind-merge": "^3.0.2", - "tailwindcss": "^4.0.6", - "tw-animate-css": "^1.3.6", - "vite-tsconfig-paths": "^6.0.2", - "zod": "^4.3.5" + "lucide-react": "^0.577.0", + "react": "^19.2.6", + "react-dom": "^19.2.6", + "streamdown": "^1.6.11", + "tailwind-merge": "^3.6.0", + "tailwindcss": "^4.3.0", + "tw-animate-css": "^1.4.0", + "vite-tsconfig-paths": "^6.1.1", + "zod": "^4.4.3" }, "devDependencies": { - "@biomejs/biome": "2.2.4", + "@biomejs/biome": "2.4.15", "@tanstack/devtools-event-client": "latest", "@tanstack/devtools-vite": "0.7.0", - "@testing-library/dom": "^10.4.0", - "@testing-library/react": "^16.2.0", + "@testing-library/dom": "^10.4.1", + "@testing-library/react": "^16.3.2", "@types/node": "^22.15.2", - "@types/react": "^19.2.0", - "@types/react-dom": "^19.2.0", - "@vitejs/plugin-react": "^6.0.1", + "@types/react": "^19.2.14", + "@types/react-dom": "^19.2.3", + "@vitejs/plugin-react": "^6.0.2", "babel-plugin-react-compiler": "^1.0.0", - "jsdom": "^27.0.0", - "typescript": "~5.9.2", - "vite": "^8.0.0", + "jsdom": "^27.4.0", + "typescript": "~5.9.3", + "vite": "^8.0.13", "vitest": "^3.2.4", - "web-vitals": "^5.1.0", - "wrangler": "^4.40.3" + "web-vitals": "^5.2.0", + "wrangler": "^4.92.0" } } diff --git a/examples/react/custom-devtools/package.json b/examples/react/custom-devtools/package.json index 00b0d41d..9edc68a9 100644 --- a/examples/react/custom-devtools/package.json +++ b/examples/react/custom-devtools/package.json @@ -11,14 +11,14 @@ "dependencies": { "@tanstack/devtools-event-client": "0.4.3", "@tanstack/react-devtools": "^0.10.5", - "react": "^19.2.0", - "react-dom": "^19.2.0" + "react": "^19.2.6", + "react-dom": "^19.2.6" }, "devDependencies": { - "@types/react": "^19.2.0", - "@types/react-dom": "^19.2.0", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.0" + "@types/react": "^19.2.14", + "@types/react-dom": "^19.2.3", + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.13" }, "browserslist": { "production": [ diff --git a/examples/react/drizzle/package.json b/examples/react/drizzle/package.json index a4761dd4..5a6bf172 100644 --- a/examples/react/drizzle/package.json +++ b/examples/react/drizzle/package.json @@ -9,22 +9,22 @@ }, "dependencies": { "@tanstack/react-devtools": "^0.10.5", - "@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" + "@tanstack/react-router": "^1.170.4", + "@tanstack/react-router-devtools": "^1.167.0", + "@tanstack/react-start": "^1.168.6", + "react": "^19.2.6", + "react-dom": "^19.2.6" }, "devDependencies": { "@tanstack/devtools-vite": "0.7.0", "@types/node": "^22.15.2", - "@types/react": "^19.2.0", - "@types/react-dom": "^19.2.0", - "drizzle-kit": "^0.31.4", - "drizzle-orm": "^0.45.0", - "pg": "^8.16.3", - "typescript": "~5.9.2", - "vite": "^8.0.0", + "@types/react": "^19.2.14", + "@types/react-dom": "^19.2.3", + "drizzle-kit": "^0.31.10", + "drizzle-orm": "^0.45.2", + "pg": "^8.21.0", + "typescript": "~5.9.3", + "vite": "^8.0.13", "vite-plugin-inspect": "11.3.3" } } diff --git a/examples/react/https/package.json b/examples/react/https/package.json index 4072f893..a1ef7d1f 100644 --- a/examples/react/https/package.json +++ b/examples/react/https/package.json @@ -11,23 +11,23 @@ "dependencies": { "@tanstack/devtools-event-client": "0.4.3", "@tanstack/react-devtools": "^0.10.5", - "@tanstack/react-query": "^5.90.1", - "@tanstack/react-query-devtools": "^5.90.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.3.5" + "@tanstack/react-query": "^5.100.10", + "@tanstack/react-query-devtools": "^5.100.10", + "@tanstack/react-router": "^1.170.4", + "@tanstack/react-router-devtools": "^1.167.0", + "react": "^19.2.6", + "react-dom": "^19.2.6", + "zod": "^4.4.3" }, "devDependencies": { "@tanstack/devtools-ui": "0.5.2", "@tanstack/devtools-vite": "0.7.0", - "@types/react": "^19.2.0", - "@types/react-dom": "^19.2.0", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.0", + "@types/react": "^19.2.14", + "@types/react-dom": "^19.2.3", + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.13", "vite-plugin-inspect": "11.3.3", - "vite-plugin-mkcert": "^1.17.8" + "vite-plugin-mkcert": "^1.17.12" }, "browserslist": { "production": [ diff --git a/examples/react/start/package.json b/examples/react/start/package.json index a57fb7dd..c2b5eab1 100644 --- a/examples/react/start/package.json +++ b/examples/react/start/package.json @@ -9,33 +9,33 @@ "test": "vitest run" }, "dependencies": { - "@tailwindcss/vite": "^4.0.6", + "@tailwindcss/vite": "^4.3.0", "@tanstack/devtools-event-client": "workspace:*", "@tanstack/react-devtools": "^0.10.5", - "@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", + "@tanstack/react-router": "^1.170.4", + "@tanstack/react-router-devtools": "^1.167.0", + "@tanstack/react-router-ssr-query": "^1.167.0", + "@tanstack/react-start": "^1.168.6", + "@tanstack/router-plugin": "^1.168.6", + "lucide-react": "^0.577.0", "nitro": "latest", - "react": "^19.2.0", - "react-dom": "^19.2.0", - "tailwindcss": "^4.0.6", - "vite-tsconfig-paths": "^6.0.2" + "react": "^19.2.6", + "react-dom": "^19.2.6", + "tailwindcss": "^4.3.0", + "vite-tsconfig-paths": "^6.1.1" }, "devDependencies": { "@tanstack/devtools-vite": "0.7.0", - "@testing-library/dom": "^10.4.0", - "@testing-library/react": "^16.2.0", + "@testing-library/dom": "^10.4.1", + "@testing-library/react": "^16.3.2", "@types/node": "^22.15.2", - "@types/react": "^19.2.0", - "@types/react-dom": "^19.2.0", - "@vitejs/plugin-react": "^6.0.1", - "jsdom": "^27.0.0", - "typescript": "~5.9.2", - "vite": "^8.0.0", + "@types/react": "^19.2.14", + "@types/react-dom": "^19.2.3", + "@vitejs/plugin-react": "^6.0.2", + "jsdom": "^27.4.0", + "typescript": "~5.9.3", + "vite": "^8.0.13", "vitest": "^3.2.4", - "web-vitals": "^5.1.0" + "web-vitals": "^5.2.0" } } diff --git a/examples/react/time-travel/package.json b/examples/react/time-travel/package.json index 1f20ae35..a4a7a071 100644 --- a/examples/react/time-travel/package.json +++ b/examples/react/time-travel/package.json @@ -11,20 +11,20 @@ "dependencies": { "@tanstack/devtools-event-client": "workspace:^", "@tanstack/react-devtools": "^0.10.5", - "@tanstack/react-query": "^5.90.1", - "@tanstack/react-query-devtools": "^5.90.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.3.5", - "zustand": "^5.0.8" + "@tanstack/react-query": "^5.100.10", + "@tanstack/react-query-devtools": "^5.100.10", + "@tanstack/react-router": "^1.170.4", + "@tanstack/react-router-devtools": "^1.167.0", + "react": "^19.2.6", + "react-dom": "^19.2.6", + "zod": "^4.4.3", + "zustand": "^5.0.13" }, "devDependencies": { - "@types/react": "^19.2.0", - "@types/react-dom": "^19.2.0", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.0" + "@types/react": "^19.2.14", + "@types/react-dom": "^19.2.3", + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.13" }, "browserslist": { "production": [ diff --git a/examples/solid/a11y-devtools/package.json b/examples/solid/a11y-devtools/package.json index 2fac43b0..e1047f7a 100644 --- a/examples/solid/a11y-devtools/package.json +++ b/examples/solid/a11y-devtools/package.json @@ -11,13 +11,13 @@ "dependencies": { "@tanstack/devtools-a11y": "workspace:*", "@tanstack/solid-devtools": "^0.8.5", - "solid-js": "^1.9.9" + "solid-js": "^1.9.13" }, "devDependencies": { "@tanstack/devtools-vite": "0.7.0", - "vite": "^8.0.0", + "vite": "^8.0.13", "vite-plugin-inspect": "11.3.3", - "vite-plugin-solid": "^2.11.11" + "vite-plugin-solid": "^2.11.12" }, "browserslist": { "production": [ diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index 2f29709f..8894de36 100644 --- a/examples/solid/basic/package.json +++ b/examples/solid/basic/package.json @@ -10,17 +10,17 @@ }, "dependencies": { "@tanstack/solid-devtools": "^0.8.5", - "@tanstack/solid-query": "^5.90.1", - "@tanstack/solid-query-devtools": "^5.90.1", - "@tanstack/solid-router": "^1.131.50", - "@tanstack/solid-router-devtools": "^1.131.50", - "solid-js": "^1.9.9" + "@tanstack/solid-query": "^5.100.10", + "@tanstack/solid-query-devtools": "^5.100.10", + "@tanstack/solid-router": "^1.170.4", + "@tanstack/solid-router-devtools": "^1.167.0", + "solid-js": "^1.9.13" }, "devDependencies": { "@tanstack/devtools-vite": "0.7.0", - "vite": "^8.0.0", + "vite": "^8.0.13", "vite-plugin-inspect": "11.3.3", - "vite-plugin-solid": "^2.11.11" + "vite-plugin-solid": "^2.11.12" }, "browserslist": { "production": [ diff --git a/examples/solid/devtools-ui/package.json b/examples/solid/devtools-ui/package.json index 7d022068..dad36e4c 100644 --- a/examples/solid/devtools-ui/package.json +++ b/examples/solid/devtools-ui/package.json @@ -11,13 +11,13 @@ "dependencies": { "@tanstack/devtools-ui": "0.5.2", "@tanstack/solid-devtools": "^0.8.5", - "solid-js": "^1.9.9" + "solid-js": "^1.9.13" }, "devDependencies": { "@tanstack/devtools-vite": "0.7.0", - "vite": "^8.0.0", + "vite": "^8.0.13", "vite-plugin-inspect": "11.3.3", - "vite-plugin-solid": "^2.11.11" + "vite-plugin-solid": "^2.11.12" }, "browserslist": { "production": [ diff --git a/examples/solid/start/package.json b/examples/solid/start/package.json index 4f4c320d..69a8e365 100644 --- a/examples/solid/start/package.json +++ b/examples/solid/start/package.json @@ -8,10 +8,10 @@ "start": "vinxi start" }, "dependencies": { - "@solidjs/start": "^1.2.0", + "@solidjs/start": "^1.3.2", "@tanstack/solid-devtools": "^0.8.5", - "solid-js": "^1.9.9", - "vinxi": "^0.5.8" + "solid-js": "^1.9.13", + "vinxi": "^0.5.11" }, "engines": { "node": ">=22" diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index 4839641f..3a320e34 100644 --- a/examples/vue/basic/package.json +++ b/examples/vue/basic/package.json @@ -10,13 +10,13 @@ "dependencies": { "@tanstack/devtools": "^0.12.2", "@tanstack/vue-devtools": "^0.2.19", - "@tanstack/vue-query": "^5.90.5", - "@tanstack/vue-query-devtools": "^6.1.0", - "vue": "^3.5.22" + "@tanstack/vue-query": "^5.100.10", + "@tanstack/vue-query-devtools": "^6.1.29", + "vue": "^3.5.34" }, "devDependencies": { - "@vitejs/plugin-vue": "^6.0.1", - "typescript": "~5.9.2", - "vite": "^8.0.0" + "@vitejs/plugin-vue": "^6.0.7", + "typescript": "~5.9.3", + "vite": "^8.0.13" } } diff --git a/package.json b/package.json index cf939776..b224bb80 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "git", "url": "git+https://github.com/TanStack/devtools.git" }, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.1.2", "type": "module", "scripts": { "build": "nx affected --targets=build --exclude=examples/** && size-limit", @@ -55,31 +55,31 @@ } ], "devDependencies": { - "@changesets/cli": "^2.30.0", + "@changesets/cli": "^2.31.0", "@faker-js/faker": "^9.9.0", "@size-limit/preset-small-lib": "^11.2.0", "@svitejs/changesets-changelog-github-compact": "^1.2.0", - "@tanstack/eslint-config": "0.3.2", - "@tanstack/intent": "^0.0.14", + "@tanstack/eslint-config": "0.4.0", + "@tanstack/intent": "^0.0.41", "@tanstack/typedoc-config": "0.3.3", - "@tanstack/vite-config": "0.4.3", - "@testing-library/jest-dom": "^6.8.0", + "@tanstack/vite-config": "0.5.2", + "@testing-library/jest-dom": "^6.9.1", "@types/node": "^22.15.2", - "eslint": "^9.36.0", - "eslint-plugin-unused-imports": "^4.2.0", - "jsdom": "^27.0.0", - "knip": "^5.64.0", - "markdown-link-extractor": "^4.0.2", - "nx": "22.1.3", + "eslint": "^9.39.4", + "eslint-plugin-unused-imports": "^4.4.1", + "jsdom": "^27.4.0", + "knip": "^5.88.1", + "markdown-link-extractor": "^4.0.3", + "nx": "22.7.2", "premove": "^4.0.0", - "prettier": "^3.8.1", - "prettier-plugin-svelte": "^3.4.1", - "publint": "^0.3.13", - "sherif": "^1.7.0", + "prettier": "^3.8.3", + "prettier-plugin-svelte": "^3.5.2", + "publint": "^0.3.21", + "sherif": "^1.11.1", "size-limit": "^11.2.0", - "tinyglobby": "^0.2.15", - "typescript": "~5.9.2", - "vite": "^8.0.0", + "tinyglobby": "^0.2.16", + "typescript": "~5.9.3", + "vite": "^8.0.13", "vitest": "^3.2.4" }, "overrides": { diff --git a/packages/angular-devtools/package.json b/packages/angular-devtools/package.json index e208364c..042786a6 100644 --- a/packages/angular-devtools/package.json +++ b/packages/angular-devtools/package.json @@ -54,12 +54,12 @@ }, "dependencies": { "@tanstack/devtools": "workspace:*", - "tslib": "^2.3.0" + "tslib": "^2.8.1" }, "devDependencies": { - "@angular/core": "^21.2.0", - "ng-packagr": "^21.2.0", - "tslib": "^2.3.0", + "@angular/core": "^21.2.13", + "ng-packagr": "^21.2.3", + "tslib": "^2.8.1", "vitest": "^3.2.4" }, "peerDependencies": { diff --git a/packages/devtools-a11y/package.json b/packages/devtools-a11y/package.json index 5e11fa83..fbc36012 100644 --- a/packages/devtools-a11y/package.json +++ b/packages/devtools-a11y/package.json @@ -95,11 +95,11 @@ "dependencies": { "@tanstack/devtools-ui": "workspace:*", "@tanstack/devtools-utils": "workspace:^", - "axe-core": "^4.10.0", - "goober": "^2.1.16" + "axe-core": "^4.11.4", + "goober": "^2.1.19" }, "devDependencies": { - "vite-plugin-solid": "^2.11.11" + "vite-plugin-solid": "^2.11.12" }, "peerDependencies": { "@angular/core": ">=19.0.0", diff --git a/packages/devtools-ui/package.json b/packages/devtools-ui/package.json index 0ba585db..779cf353 100644 --- a/packages/devtools-ui/package.json +++ b/packages/devtools-ui/package.json @@ -55,14 +55,14 @@ }, "dependencies": { "clsx": "^2.1.1", - "dayjs": "^1.11.19", - "goober": "^2.1.16", - "solid-js": "^1.9.9" + "dayjs": "^1.11.20", + "goober": "^2.1.19", + "solid-js": "^1.9.13" }, "peerDependencies": { "solid-js": ">=1.9.7" }, "devDependencies": { - "vite-plugin-solid": "^2.11.11" + "vite-plugin-solid": "^2.11.12" } } diff --git a/packages/devtools-utils/package.json b/packages/devtools-utils/package.json index 7b35bfb7..aa137320 100644 --- a/packages/devtools-utils/package.json +++ b/packages/devtools-utils/package.json @@ -80,9 +80,9 @@ }, "devDependencies": { "@tanstack/devtools": "workspace:^", - "tsup": "^8.5.0", + "tsup": "^8.5.1", "tsup-preset-solid": "^2.2.0", - "vite-plugin-solid": "^2.11.11" + "vite-plugin-solid": "^2.11.12" }, "peerDependencies": { "@angular/core": ">=19.0.0", diff --git a/packages/devtools-vite/package.json b/packages/devtools-vite/package.json index 28746aa0..b8b9179e 100644 --- a/packages/devtools-vite/package.json +++ b/packages/devtools-vite/package.json @@ -59,13 +59,13 @@ "@tanstack/devtools-client": "workspace:*", "@tanstack/devtools-event-bus": "workspace:*", "chalk": "^5.6.2", - "launch-editor": "^2.11.1", - "magic-string": "^0.30.0", - "oxc-parser": "^0.120.0", - "picomatch": "^4.0.3" + "launch-editor": "^2.13.2", + "magic-string": "^0.30.21", + "oxc-parser": "^0.132.0", + "picomatch": "^4.0.4" }, "devDependencies": { - "@types/picomatch": "^4.0.2", - "happy-dom": "^20.0.0" + "@types/picomatch": "^4.0.3", + "happy-dom": "^20.9.0" } } diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 1673f91c..49c4a263 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -64,22 +64,22 @@ "build": "tsup" }, "dependencies": { - "@solid-primitives/event-listener": "^2.4.3", - "@solid-primitives/keyboard": "^1.3.3", - "@solid-primitives/resize-observer": "^2.1.3", + "@solid-primitives/event-listener": "^2.4.5", + "@solid-primitives/keyboard": "^1.3.5", + "@solid-primitives/resize-observer": "^2.1.5", "@tanstack/devtools-client": "workspace:*", "@tanstack/devtools-event-bus": "workspace:*", "@tanstack/devtools-ui": "workspace:*", "clsx": "^2.1.1", - "goober": "^2.1.16", - "solid-js": "^1.9.9" + "goober": "^2.1.19", + "solid-js": "^1.9.13" }, "peerDependencies": { "solid-js": ">=1.9.7" }, "devDependencies": { - "tsup": "^8.5.0", + "tsup": "^8.5.1", "tsup-preset-solid": "^2.2.0", - "vite-plugin-solid": "^2.11.11" + "vite-plugin-solid": "^2.11.12" } } diff --git a/packages/event-bus/package.json b/packages/event-bus/package.json index 471d1659..083720c6 100644 --- a/packages/event-bus/package.json +++ b/packages/event-bus/package.json @@ -73,7 +73,7 @@ "build": "vite build" }, "dependencies": { - "ws": "^8.18.3" + "ws": "^8.20.1" }, "devDependencies": { "@types/node": "^22.15.2", diff --git a/packages/preact-devtools/package.json b/packages/preact-devtools/package.json index 79993f02..47616ea8 100644 --- a/packages/preact-devtools/package.json +++ b/packages/preact-devtools/package.json @@ -51,9 +51,9 @@ "@tanstack/devtools": "workspace:*" }, "devDependencies": { - "@preact/preset-vite": "^2.10.3", - "eslint-plugin-react-hooks": "^7.0.1", - "preact": "^10.28.0" + "@preact/preset-vite": "^2.10.5", + "eslint-plugin-react-hooks": "^7.1.1", + "preact": "^10.29.2" }, "peerDependencies": { "preact": ">=10.0.0" diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index 68bdbd1b..9cec5aa9 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -52,11 +52,11 @@ }, "devDependencies": { "@eslint-react/eslint-plugin": "^1.53.1", - "@types/react": "^19.2.0", - "@vitejs/plugin-react": "^6.0.1", + "@types/react": "^19.2.14", + "@vitejs/plugin-react": "^6.0.2", "eslint-plugin-react-compiler": "19.1.0-rc.2", - "eslint-plugin-react-hooks": "^7.0.1", - "react": "^19.2.0" + "eslint-plugin-react-hooks": "^7.1.1", + "react": "^19.2.6" }, "peerDependencies": { "@types/react": ">=16.8", diff --git a/packages/solid-devtools/package.json b/packages/solid-devtools/package.json index b9f61834..c100a2cb 100644 --- a/packages/solid-devtools/package.json +++ b/packages/solid-devtools/package.json @@ -51,8 +51,8 @@ "@tanstack/devtools": "workspace:*" }, "devDependencies": { - "solid-js": "^1.9.9", - "vite-plugin-solid": "^2.11.11" + "solid-js": "^1.9.13", + "vite-plugin-solid": "^2.11.12" }, "peerDependencies": { "solid-js": ">=1.9.7" diff --git a/packages/vue-devtools/package.json b/packages/vue-devtools/package.json index 5500b73b..e221b4c2 100644 --- a/packages/vue-devtools/package.json +++ b/packages/vue-devtools/package.json @@ -51,8 +51,8 @@ "@tanstack/devtools": "workspace:*" }, "devDependencies": { - "@vitejs/plugin-vue": "^6.0.1", - "eslint-plugin-vue": "^10.5.1", - "vue": "^3.5.22" + "@vitejs/plugin-vue": "^6.0.7", + "eslint-plugin-vue": "^10.9.1", + "vue": "^3.5.34" } }