diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 97907cd4a..4d8c57d8a 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false - name: Setup Tools diff --git a/.github/workflows/check-skills.yml b/.github/workflows/check-skills.yml index d12f81c4a..133aa6d33 100644 --- a/.github/workflows/check-skills.yml +++ b/.github/workflows/check-skills.yml @@ -28,7 +28,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 with: fetch-depth: 0 persist-credentials: true # review job pushes a generated branch diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index ddca56d3b..776765447 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -19,12 +19,12 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: 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/notify-playbooks.yml b/.github/workflows/notify-playbooks.yml index c6a39cd40..45dafc24b 100644 --- a/.github/workflows/notify-playbooks.yml +++ b/.github/workflows/notify-playbooks.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 with: fetch-depth: 2 persist-credentials: false diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d861aee82..b6a980584 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -28,7 +28,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: fetch-depth: 0 persist-credentials: false @@ -47,7 +47,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: fetch-depth: 0 persist-credentials: false @@ -64,7 +64,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false - name: Setup Tools @@ -78,7 +78,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false - name: Setup Tools diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 38f0cb301..27bf0e8b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: environment: release steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: fetch-depth: 0 persist-credentials: false @@ -48,7 +48,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@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1.9.0 with: version: pnpm run changeset:version publish: pnpm run changeset:publish diff --git a/.github/workflows/triage-agent.yml b/.github/workflows/triage-agent.yml index c0c162069..56f0fcfac 100644 --- a/.github/workflows/triage-agent.yml +++ b/.github/workflows/triage-agent.yml @@ -10,7 +10,7 @@ jobs: permissions: issues: write steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 with: persist-credentials: false diff --git a/.github/workflows/validate-skills.yml b/.github/workflows/validate-skills.yml index 65f43e230..6a2967764 100644 --- a/.github/workflows/validate-skills.yml +++ b/.github/workflows/validate-skills.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 with: persist-credentials: false diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index 86d4b5b30..f3e0d2926 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -14,11 +14,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false - name: Run zizmor - uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3 + uses: zizmorcore/zizmor-action@3dc1ecc9bcb9e94e9b2c709687979e1298497054 # v0.6.2 with: advanced-security: false annotations: true diff --git a/e2e/apps/angular/package.json b/e2e/apps/angular/package.json index 5e2ebd919..3675d0bf3 100644 --- a/e2e/apps/angular/package.json +++ b/e2e/apps/angular/package.json @@ -9,22 +9,22 @@ "test:e2e": "playwright test" }, "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.21", + "@angular/compiler": "^21.2.21", + "@angular/core": "^21.2.21", + "@angular/forms": "^21.2.21", + "@angular/platform-browser": "^21.2.21", + "@angular/router": "^21.2.21", "@tanstack/angular-devtools": "workspace:*", - "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", - "@playwright/test": "^1.49.0", + "@angular/build": "^21.2.21", + "@angular/cli": "^21.2.21", + "@angular/compiler-cli": "^21.2.21", + "@playwright/test": "^1.62.1", "@tanstack/devtools-e2e": "workspace:*", - "typescript": "~5.9.2" + "typescript": "~5.9.3" } } diff --git a/e2e/apps/preact/package.json b/e2e/apps/preact/package.json index 6f4569acf..0d2f6c512 100644 --- a/e2e/apps/preact/package.json +++ b/e2e/apps/preact/package.json @@ -12,13 +12,13 @@ "dependencies": { "@tanstack/devtools-e2e": "workspace:*", "@tanstack/preact-devtools": "workspace:*", - "preact": "^10.28.0" + "preact": "^10.29.8" }, "devDependencies": { - "@playwright/test": "^1.49.0", - "@preact/preset-vite": "^2.10.3", + "@playwright/test": "^1.62.1", + "@preact/preset-vite": "^2.10.6", "@tanstack/devtools-vite": "workspace:*", - "typescript": "~5.9.2", - "vite": "^8.0.0" + "typescript": "~5.9.3", + "vite": "^8.2.2" } } diff --git a/e2e/apps/react-cloudflare/package.json b/e2e/apps/react-cloudflare/package.json index d336c77a3..146cc6437 100644 --- a/e2e/apps/react-cloudflare/package.json +++ b/e2e/apps/react-cloudflare/package.json @@ -13,23 +13,23 @@ "@tanstack/devtools-e2e": "workspace:*", "@tanstack/devtools-event-client": "workspace:*", "@tanstack/react-devtools": "workspace:*", - "@tanstack/react-router": "^1.132.0", - "@tanstack/react-start": "^1.132.0", - "@tanstack/router-plugin": "^1.132.0", - "react": "^19.2.0", - "react-dom": "^19.2.0", - "vite-tsconfig-paths": "^6.0.2" + "@tanstack/react-router": "^1.170.31", + "@tanstack/react-start": "^1.168.48", + "@tanstack/router-plugin": "^1.168.34", + "react": "^19.2.8", + "react-dom": "^19.2.8", + "vite-tsconfig-paths": "^6.1.1" }, "devDependencies": { - "@cloudflare/vite-plugin": "^1.13.8", - "@playwright/test": "^1.49.0", + "@cloudflare/vite-plugin": "^1.53.0", + "@playwright/test": "^1.62.1", "@tanstack/devtools-vite": "workspace:*", "@types/node": "^22.15.2", - "@types/react": "^19.2.0", - "@types/react-dom": "^19.2.0", - "@vitejs/plugin-react": "^6.0.1", - "typescript": "~5.9.2", - "vite": "^8.0.0", - "wrangler": "^4.40.3" + "@types/react": "^19.2.18", + "@types/react-dom": "^19.2.4", + "@vitejs/plugin-react": "^6.1.0", + "typescript": "~5.9.3", + "vite": "^8.2.2", + "wrangler": "^4.124.0" } } diff --git a/e2e/apps/react-nitro/package.json b/e2e/apps/react-nitro/package.json index 61d6e89d3..d68895671 100644 --- a/e2e/apps/react-nitro/package.json +++ b/e2e/apps/react-nitro/package.json @@ -13,22 +13,22 @@ "@tanstack/devtools-e2e": "workspace:*", "@tanstack/devtools-event-client": "workspace:*", "@tanstack/react-devtools": "workspace:*", - "@tanstack/react-router": "^1.132.0", - "@tanstack/react-start": "^1.132.0", - "@tanstack/router-plugin": "^1.132.0", + "@tanstack/react-router": "^1.170.31", + "@tanstack/react-start": "^1.168.48", + "@tanstack/router-plugin": "^1.168.34", "nitro": "latest", - "react": "^19.2.0", - "react-dom": "^19.2.0", - "vite-tsconfig-paths": "^6.0.2" + "react": "^19.2.8", + "react-dom": "^19.2.8", + "vite-tsconfig-paths": "^6.1.1" }, "devDependencies": { - "@playwright/test": "^1.49.0", + "@playwright/test": "^1.62.1", "@tanstack/devtools-vite": "workspace:*", "@types/node": "^22.15.2", - "@types/react": "^19.2.0", - "@types/react-dom": "^19.2.0", - "@vitejs/plugin-react": "^6.0.1", - "typescript": "~5.9.2", - "vite": "^8.0.0" + "@types/react": "^19.2.18", + "@types/react-dom": "^19.2.4", + "@vitejs/plugin-react": "^6.1.0", + "typescript": "~5.9.3", + "vite": "^8.2.2" } } diff --git a/e2e/apps/react-start/package.json b/e2e/apps/react-start/package.json index 5763b5a10..37806f6a5 100644 --- a/e2e/apps/react-start/package.json +++ b/e2e/apps/react-start/package.json @@ -13,22 +13,22 @@ "@tanstack/devtools-e2e": "workspace:*", "@tanstack/devtools-event-client": "workspace:*", "@tanstack/react-devtools": "workspace:*", - "@tanstack/react-router": "^1.132.0", - "@tanstack/react-start": "^1.132.0", - "@tanstack/router-plugin": "^1.132.0", + "@tanstack/react-router": "^1.170.31", + "@tanstack/react-start": "^1.168.48", + "@tanstack/router-plugin": "^1.168.34", "nitro": "latest", - "react": "^19.2.0", - "react-dom": "^19.2.0", - "vite-tsconfig-paths": "^6.0.2" + "react": "^19.2.8", + "react-dom": "^19.2.8", + "vite-tsconfig-paths": "^6.1.1" }, "devDependencies": { - "@playwright/test": "^1.49.0", + "@playwright/test": "^1.62.1", "@tanstack/devtools-vite": "workspace:*", "@types/node": "^22.15.2", - "@types/react": "^19.2.0", - "@types/react-dom": "^19.2.0", - "@vitejs/plugin-react": "^6.0.1", - "typescript": "~5.9.2", - "vite": "^8.0.0" + "@types/react": "^19.2.18", + "@types/react-dom": "^19.2.4", + "@vitejs/plugin-react": "^6.1.0", + "typescript": "~5.9.3", + "vite": "^8.2.2" } } diff --git a/e2e/apps/react-vite/package.json b/e2e/apps/react-vite/package.json index c668b4bf5..2193f32e5 100644 --- a/e2e/apps/react-vite/package.json +++ b/e2e/apps/react-vite/package.json @@ -12,16 +12,16 @@ "dependencies": { "@tanstack/devtools-e2e": "workspace:*", "@tanstack/react-devtools": "workspace:*", - "react": "^19.2.0", - "react-dom": "^19.2.0" + "react": "^19.2.8", + "react-dom": "^19.2.8" }, "devDependencies": { - "@playwright/test": "^1.49.0", + "@playwright/test": "^1.62.1", "@tanstack/devtools-vite": "workspace:*", - "@types/react": "^19.2.0", - "@types/react-dom": "^19.2.0", - "@vitejs/plugin-react": "^6.0.1", - "typescript": "~5.9.2", - "vite": "^8.0.0" + "@types/react": "^19.2.18", + "@types/react-dom": "^19.2.4", + "@vitejs/plugin-react": "^6.1.0", + "typescript": "~5.9.3", + "vite": "^8.2.2" } } diff --git a/e2e/apps/solid/package.json b/e2e/apps/solid/package.json index 0513120cc..7b4fdb342 100644 --- a/e2e/apps/solid/package.json +++ b/e2e/apps/solid/package.json @@ -12,13 +12,13 @@ "dependencies": { "@tanstack/devtools-e2e": "workspace:*", "@tanstack/solid-devtools": "workspace:*", - "solid-js": "^1.9.9" + "solid-js": "^1.9.15" }, "devDependencies": { - "@playwright/test": "^1.49.0", + "@playwright/test": "^1.62.1", "@tanstack/devtools-vite": "workspace:*", - "typescript": "~5.9.2", - "vite": "^8.0.0", - "vite-plugin-solid": "^2.11.11" + "typescript": "~5.9.3", + "vite": "^8.2.2", + "vite-plugin-solid": "^2.11.14" } } diff --git a/e2e/apps/vue/package.json b/e2e/apps/vue/package.json index 0b05853ae..6fb4e2a02 100644 --- a/e2e/apps/vue/package.json +++ b/e2e/apps/vue/package.json @@ -12,12 +12,12 @@ "dependencies": { "@tanstack/devtools-e2e": "workspace:*", "@tanstack/vue-devtools": "workspace:*", - "vue": "^3.5.22" + "vue": "^3.5.41" }, "devDependencies": { - "@playwright/test": "^1.49.0", - "@vitejs/plugin-vue": "^6.0.1", - "typescript": "~5.9.2", - "vite": "^8.0.0" + "@playwright/test": "^1.62.1", + "@vitejs/plugin-vue": "^6.0.8", + "typescript": "~5.9.3", + "vite": "^8.2.2" } } diff --git a/e2e/helpers/package.json b/e2e/helpers/package.json index 4896f5b24..3609b642f 100644 --- a/e2e/helpers/package.json +++ b/e2e/helpers/package.json @@ -16,9 +16,9 @@ "react": "*" }, "devDependencies": { - "@playwright/test": "^1.49.0", - "@types/react": "^19.2.0", - "react": "^19.2.0", - "typescript": "~5.9.2" + "@playwright/test": "^1.62.1", + "@types/react": "^19.2.18", + "react": "^19.2.8", + "typescript": "~5.9.3" } } diff --git a/examples/angular/a11y-devtools/package.json b/examples/angular/a11y-devtools/package.json index 643973ae7..fde916ed5 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.22.0", "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.21", + "@angular/compiler": "^21.2.21", + "@angular/core": "^21.2.21", + "@angular/forms": "^21.2.21", + "@angular/platform-browser": "^21.2.21", + "@angular/router": "^21.2.21", "@tanstack/angular-devtools": "^0.0.10", "@tanstack/devtools-a11y": "^0.2.1", "@tanstack/devtools-event-client": "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", - "prettier": "^3.8.1", - "typescript": "~5.9.2" + "@angular/build": "^21.2.21", + "@angular/cli": "^21.2.21", + "@angular/compiler-cli": "^21.2.21", + "prettier": "^3.9.6", + "typescript": "~5.9.3" } } diff --git a/examples/angular/basic/package.json b/examples/angular/basic/package.json index 0e705f258..68dbf479c 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.22.0", "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.21", + "@angular/compiler": "^21.2.21", + "@angular/core": "^21.2.21", + "@angular/forms": "^21.2.21", + "@angular/platform-browser": "^21.2.21", + "@angular/router": "^21.2.21", "@tanstack/angular-devtools": "^0.0.10", "@tanstack/devtools-event-client": "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", - "prettier": "^3.8.1", - "typescript": "~5.9.2" + "@angular/build": "^21.2.21", + "@angular/cli": "^21.2.21", + "@angular/compiler-cli": "^21.2.21", + "prettier": "^3.9.6", + "typescript": "~5.9.3" } } diff --git a/examples/angular/panel/package.json b/examples/angular/panel/package.json index 5cef710b4..c7e377ef1 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.22.0", "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.21", + "@angular/compiler": "^21.2.21", + "@angular/core": "^21.2.21", + "@angular/forms": "^21.2.21", + "@angular/platform-browser": "^21.2.21", + "@angular/router": "^21.2.21", "@tanstack/angular-devtools": "^0.0.10", "@tanstack/devtools": "^0.14.1", "@tanstack/devtools-event-client": "0.5.0", "@tanstack/devtools-utils": "^0.6.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.21", + "@angular/cli": "^21.2.21", + "@angular/compiler-cli": "^21.2.21", + "ng-packagr": "^21.2.7", + "prettier": "^3.9.6", + "typescript": "~5.9.3" } } diff --git a/examples/angular/with-devtools/package.json b/examples/angular/with-devtools/package.json index 5d40e6e43..ecd390900 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.22.0", "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.21", + "@angular/compiler": "^21.2.21", + "@angular/core": "^21.2.21", + "@angular/forms": "^21.2.21", + "@angular/platform-browser": "^21.2.21", + "@angular/router": "^21.2.21", "@tanstack/angular-devtools": "^0.0.10", "@tanstack/devtools-event-client": "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", - "prettier": "^3.8.1", - "typescript": "~5.9.2" + "@angular/build": "^21.2.21", + "@angular/cli": "^21.2.21", + "@angular/compiler-cli": "^21.2.21", + "prettier": "^3.9.6", + "typescript": "~5.9.3" } } diff --git a/examples/preact/basic/package.json b/examples/preact/basic/package.json index e6ba09bb6..5c53e00cf 100644 --- a/examples/preact/basic/package.json +++ b/examples/preact/basic/package.json @@ -12,16 +12,16 @@ "@tanstack/devtools-client": "0.0.8", "@tanstack/devtools-event-client": "0.5.0", "@tanstack/preact-devtools": "workspace:*", - "preact": "^10.28.0", - "zod": "^4.3.5" + "preact": "^10.29.8", + "zod": "^4.4.3" }, "devDependencies": { - "@preact/preset-vite": "^2.10.3", + "@preact/preset-vite": "^2.10.6", "@tanstack/devtools-ui": "0.7.1", "@tanstack/devtools-vite": "0.8.4", - "sonda": "0.9.0", - "vite": "^8.0.0", - "vite-plugin-inspect": "11.3.3" + "sonda": "0.14.0", + "vite": "^8.2.2", + "vite-plugin-inspect": "11.4.1" }, "browserslist": { "production": [ diff --git a/examples/preact/custom-devtools/package.json b/examples/preact/custom-devtools/package.json index 97321c257..b7608e4b6 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.5.0", "@tanstack/preact-devtools": "workspace:*", - "preact": "^10.28.0" + "preact": "^10.29.8" }, "devDependencies": { - "@preact/preset-vite": "^2.10.3", - "vite": "^8.0.0" + "@preact/preset-vite": "^2.10.6", + "vite": "^8.2.2" }, "browserslist": { "production": [ diff --git a/examples/react-rspack/package.json b/examples/react-rspack/package.json index 9cd8c01ca..3bbfbd4bd 100644 --- a/examples/react-rspack/package.json +++ b/examples/react-rspack/package.json @@ -8,15 +8,15 @@ "dependencies": { "@tanstack/devtools-rspack": "workspace:*", "@tanstack/react-devtools": "workspace:*", - "react": "^19.2.0", - "react-dom": "^19.2.0" + "react": "^19.2.8", + "react-dom": "^19.2.8" }, "devDependencies": { - "@rspack/cli": "^1.5.0", - "@rspack/core": "^1.5.0", - "@rspack/dev-server": "^1.1.4", - "@types/react": "^19.2.0", - "@types/react-dom": "^19.2.0", - "typescript": "^5.9.2" + "@rspack/cli": "^1.7.12", + "@rspack/core": "^1.7.12", + "@rspack/dev-server": "^1.2.1", + "@types/react": "^19.2.18", + "@types/react-dom": "^19.2.4", + "typescript": "^5.9.3" } } diff --git a/examples/react/a11y-devtools/package.json b/examples/react/a11y-devtools/package.json index 24349a421..65aee3341 100644 --- a/examples/react/a11y-devtools/package.json +++ b/examples/react/a11y-devtools/package.json @@ -11,13 +11,13 @@ "dependencies": { "@tanstack/devtools-a11y": "^0.2.1", "@tanstack/react-devtools": "^0.10.11", - "react": "^19.2.0", - "react-dom": "^19.2.0" + "react": "^19.2.8", + "react-dom": "^19.2.8" }, "devDependencies": { "@tanstack/devtools-vite": "0.8.4", - "@types/react": "^19.2.0", - "@types/react-dom": "^19.2.0", + "@types/react": "^19.2.18", + "@types/react-dom": "^19.2.4", "@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 589806abc..5dc83a366 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -14,25 +14,25 @@ "@tanstack/devtools-client": "0.0.8", "@tanstack/devtools-event-client": "0.5.0", "@tanstack/react-devtools": "^0.10.11", - "@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.33.5", + "@tanstack/react-query": "^5.101.4", + "@tanstack/react-query-devtools": "^5.101.4", + "@tanstack/react-router": "^1.170.31", + "@tanstack/react-router-devtools": "^1.167.1", + "react": "^19.2.8", + "react-dom": "^19.2.8", + "zod": "^4.4.3" }, "devDependencies": { "@tanstack/devtools-ui": "0.7.1", "@tanstack/devtools-vite": "0.8.4", - "@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", - "vite-plugin-inspect": "11.3.3" + "@tanstack/react-form-devtools": "^0.2.34", + "@types/react": "^19.2.18", + "@types/react-dom": "^19.2.4", + "@vitejs/plugin-react": "^6.1.0", + "sonda": "0.14.0", + "vite": "^8.2.2", + "vite-plugin-inspect": "11.4.1" }, "browserslist": { "production": [ diff --git a/examples/react/bundling-repro/package.json b/examples/react/bundling-repro/package.json index 6b4f0d514..361a8daf6 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.53.0", + "@tailwindcss/vite": "^4.3.3", "@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.101.4", + "@tanstack/react-query-devtools": "^5.101.4", + "@tanstack/react-router": "^1.170.31", + "@tanstack/react-router-devtools": "^1.167.1", + "@tanstack/react-router-ssr-query": "^1.167.1", + "@tanstack/react-start": "^1.168.48", + "@tanstack/react-store": "^0.11.1", + "@tanstack/router-plugin": "^1.168.34", + "@tanstack/store": "^0.11.1", "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" + "highlight.js": "^11.12.0", + "lucide-react": "^0.577.0", + "react": "^19.2.8", + "react-dom": "^19.2.8", + "streamdown": "^1.6.11", + "tailwind-merge": "^3.6.0", + "tailwindcss": "^4.3.3", + "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.5.9", "@tanstack/devtools-event-client": "latest", "@tanstack/devtools-vite": "0.8.4", - "@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.18", + "@types/react-dom": "^19.2.4", + "@vitejs/plugin-react": "^6.1.0", "babel-plugin-react-compiler": "^1.0.0", - "jsdom": "^27.0.0", - "typescript": "~5.9.2", - "vite": "^8.0.0", - "vitest": "^4.1.10", - "web-vitals": "^5.1.0", - "wrangler": "^4.40.3" + "jsdom": "^27.4.0", + "typescript": "~5.9.3", + "vite": "^8.2.2", + "vitest": "^4.1.11", + "web-vitals": "^5.3.0", + "wrangler": "^4.124.0" } } diff --git a/examples/react/custom-devtools/package.json b/examples/react/custom-devtools/package.json index 310abe0df..242c68ee2 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.5.0", "@tanstack/react-devtools": "^0.10.11", - "react": "^19.2.0", - "react-dom": "^19.2.0" + "react": "^19.2.8", + "react-dom": "^19.2.8" }, "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.18", + "@types/react-dom": "^19.2.4", + "@vitejs/plugin-react": "^6.1.0", + "vite": "^8.2.2" }, "browserslist": { "production": [ diff --git a/examples/react/drizzle/package.json b/examples/react/drizzle/package.json index f080a8e02..83c7d7952 100644 --- a/examples/react/drizzle/package.json +++ b/examples/react/drizzle/package.json @@ -9,22 +9,22 @@ }, "dependencies": { "@tanstack/react-devtools": "^0.10.11", - "@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.31", + "@tanstack/react-router-devtools": "^1.167.1", + "@tanstack/react-start": "^1.168.48", + "react": "^19.2.8", + "react-dom": "^19.2.8" }, "devDependencies": { "@tanstack/devtools-vite": "0.8.4", "@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", - "vite-plugin-inspect": "11.3.3" + "@types/react": "^19.2.18", + "@types/react-dom": "^19.2.4", + "drizzle-kit": "^0.31.10", + "drizzle-orm": "^0.45.2", + "pg": "^8.23.0", + "typescript": "~5.9.3", + "vite": "^8.2.2", + "vite-plugin-inspect": "11.4.1" } } diff --git a/examples/react/https/package.json b/examples/react/https/package.json index 396beb945..9afe50f22 100644 --- a/examples/react/https/package.json +++ b/examples/react/https/package.json @@ -11,23 +11,23 @@ "dependencies": { "@tanstack/devtools-event-client": "0.5.0", "@tanstack/react-devtools": "^0.10.11", - "@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.101.4", + "@tanstack/react-query-devtools": "^5.101.4", + "@tanstack/react-router": "^1.170.31", + "@tanstack/react-router-devtools": "^1.167.1", + "react": "^19.2.8", + "react-dom": "^19.2.8", + "zod": "^4.4.3" }, "devDependencies": { "@tanstack/devtools-ui": "0.7.1", "@tanstack/devtools-vite": "0.8.4", - "@types/react": "^19.2.0", - "@types/react-dom": "^19.2.0", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.0", - "vite-plugin-inspect": "11.3.3", - "vite-plugin-mkcert": "^1.17.8" + "@types/react": "^19.2.18", + "@types/react-dom": "^19.2.4", + "@vitejs/plugin-react": "^6.1.0", + "vite": "^8.2.2", + "vite-plugin-inspect": "11.4.1", + "vite-plugin-mkcert": "^1.17.12" }, "browserslist": { "production": [ diff --git a/examples/react/start-cloudflare/package.json b/examples/react/start-cloudflare/package.json index f0867f156..56bd55640 100644 --- a/examples/react/start-cloudflare/package.json +++ b/examples/react/start-cloudflare/package.json @@ -9,24 +9,24 @@ "deploy": "npm run build && wrangler deploy" }, "dependencies": { - "@cloudflare/vite-plugin": "^1.13.8", + "@cloudflare/vite-plugin": "^1.53.0", "@tanstack/devtools-event-client": "workspace:*", "@tanstack/react-devtools": "workspace:*", - "@tanstack/react-router": "^1.132.0", - "@tanstack/react-start": "^1.132.0", - "@tanstack/router-plugin": "^1.132.0", - "react": "^19.2.0", - "react-dom": "^19.2.0", - "vite-tsconfig-paths": "^6.0.2" + "@tanstack/react-router": "^1.170.31", + "@tanstack/react-start": "^1.168.48", + "@tanstack/router-plugin": "^1.168.34", + "react": "^19.2.8", + "react-dom": "^19.2.8", + "vite-tsconfig-paths": "^6.1.1" }, "devDependencies": { "@tanstack/devtools-vite": "workspace:*", "@types/node": "^22.15.2", - "@types/react": "^19.2.0", - "@types/react-dom": "^19.2.0", - "@vitejs/plugin-react": "^6.0.1", - "typescript": "~5.9.2", - "vite": "^8.0.0", - "wrangler": "^4.40.3" + "@types/react": "^19.2.18", + "@types/react-dom": "^19.2.4", + "@vitejs/plugin-react": "^6.1.0", + "typescript": "~5.9.3", + "vite": "^8.2.2", + "wrangler": "^4.124.0" } } diff --git a/examples/react/start-nitro/package.json b/examples/react/start-nitro/package.json index c117be58a..faf191a88 100644 --- a/examples/react/start-nitro/package.json +++ b/examples/react/start-nitro/package.json @@ -10,21 +10,21 @@ "dependencies": { "@tanstack/devtools-event-client": "workspace:*", "@tanstack/react-devtools": "workspace:*", - "@tanstack/react-router": "^1.132.0", - "@tanstack/react-start": "^1.132.0", - "@tanstack/router-plugin": "^1.132.0", + "@tanstack/react-router": "^1.170.31", + "@tanstack/react-start": "^1.168.48", + "@tanstack/router-plugin": "^1.168.34", "nitro": "latest", - "react": "^19.2.0", - "react-dom": "^19.2.0", - "vite-tsconfig-paths": "^6.0.2" + "react": "^19.2.8", + "react-dom": "^19.2.8", + "vite-tsconfig-paths": "^6.1.1" }, "devDependencies": { "@tanstack/devtools-vite": "workspace:*", "@types/node": "^22.15.2", - "@types/react": "^19.2.0", - "@types/react-dom": "^19.2.0", - "@vitejs/plugin-react": "^6.0.1", - "typescript": "~5.9.2", - "vite": "^8.0.0" + "@types/react": "^19.2.18", + "@types/react-dom": "^19.2.4", + "@vitejs/plugin-react": "^6.1.0", + "typescript": "~5.9.3", + "vite": "^8.2.2" } } diff --git a/examples/react/start/package.json b/examples/react/start/package.json index df83e4f13..5f7415c45 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.3", "@tanstack/devtools-event-client": "workspace:*", "@tanstack/react-devtools": "^0.10.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", + "@tanstack/react-router": "^1.170.31", + "@tanstack/react-router-devtools": "^1.167.1", + "@tanstack/react-router-ssr-query": "^1.167.1", + "@tanstack/react-start": "^1.168.48", + "@tanstack/router-plugin": "^1.168.34", + "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.8", + "react-dom": "^19.2.8", + "tailwindcss": "^4.3.3", + "vite-tsconfig-paths": "^6.1.1" }, "devDependencies": { "@tanstack/devtools-vite": "0.8.4", - "@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", - "vitest": "^4.1.10", - "web-vitals": "^5.1.0" + "@types/react": "^19.2.18", + "@types/react-dom": "^19.2.4", + "@vitejs/plugin-react": "^6.1.0", + "jsdom": "^27.4.0", + "typescript": "~5.9.3", + "vite": "^8.2.2", + "vitest": "^4.1.11", + "web-vitals": "^5.3.0" } } diff --git a/examples/react/time-travel/package.json b/examples/react/time-travel/package.json index 3590c855a..eb2fa04d9 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.11", - "@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.101.4", + "@tanstack/react-query-devtools": "^5.101.4", + "@tanstack/react-router": "^1.170.31", + "@tanstack/react-router-devtools": "^1.167.1", + "react": "^19.2.8", + "react-dom": "^19.2.8", + "zod": "^4.4.3", + "zustand": "^5.0.15" }, "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.18", + "@types/react-dom": "^19.2.4", + "@vitejs/plugin-react": "^6.1.0", + "vite": "^8.2.2" }, "browserslist": { "production": [ diff --git a/examples/solid/a11y-devtools/package.json b/examples/solid/a11y-devtools/package.json index 54f3ead85..a3e301c44 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.11", - "solid-js": "^1.9.9" + "solid-js": "^1.9.15" }, "devDependencies": { "@tanstack/devtools-vite": "0.8.4", - "vite": "^8.0.0", - "vite-plugin-inspect": "11.3.3", - "vite-plugin-solid": "^2.11.11" + "vite": "^8.2.2", + "vite-plugin-inspect": "11.4.1", + "vite-plugin-solid": "^2.11.14" }, "browserslist": { "production": [ diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index d84aca1b2..12a2a5868 100644 --- a/examples/solid/basic/package.json +++ b/examples/solid/basic/package.json @@ -10,17 +10,17 @@ }, "dependencies": { "@tanstack/solid-devtools": "^0.8.11", - "@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.101.4", + "@tanstack/solid-query-devtools": "^5.101.4", + "@tanstack/solid-router": "^1.170.29", + "@tanstack/solid-router-devtools": "^1.167.1", + "solid-js": "^1.9.15" }, "devDependencies": { "@tanstack/devtools-vite": "0.8.4", - "vite": "^8.0.0", - "vite-plugin-inspect": "11.3.3", - "vite-plugin-solid": "^2.11.11" + "vite": "^8.2.2", + "vite-plugin-inspect": "11.4.1", + "vite-plugin-solid": "^2.11.14" }, "browserslist": { "production": [ diff --git a/examples/solid/devtools-ui/package.json b/examples/solid/devtools-ui/package.json index 6785b0256..2d224591b 100644 --- a/examples/solid/devtools-ui/package.json +++ b/examples/solid/devtools-ui/package.json @@ -11,13 +11,13 @@ "dependencies": { "@tanstack/devtools-ui": "0.7.1", "@tanstack/solid-devtools": "^0.8.11", - "solid-js": "^1.9.9" + "solid-js": "^1.9.15" }, "devDependencies": { "@tanstack/devtools-vite": "0.8.4", - "vite": "^8.0.0", - "vite-plugin-inspect": "11.3.3", - "vite-plugin-solid": "^2.11.11" + "vite": "^8.2.2", + "vite-plugin-inspect": "11.4.1", + "vite-plugin-solid": "^2.11.14" }, "browserslist": { "production": [ diff --git a/examples/solid/start/package.json b/examples/solid/start/package.json index a99fe4fb8..748dc3eb1 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.11", - "solid-js": "^1.9.9", - "vinxi": "^0.5.8" + "solid-js": "^1.9.15", + "vinxi": "^0.5.11" }, "engines": { "node": ">=22" diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index ce2f3e300..0ca75d929 100644 --- a/examples/vue/basic/package.json +++ b/examples/vue/basic/package.json @@ -10,13 +10,13 @@ "dependencies": { "@tanstack/devtools": "^0.14.1", "@tanstack/vue-devtools": "^0.2.25", - "@tanstack/vue-query": "^5.90.5", - "@tanstack/vue-query-devtools": "^6.1.0", - "vue": "^3.5.22" + "@tanstack/vue-query": "^5.101.4", + "@tanstack/vue-query-devtools": "^6.1.38", + "vue": "^3.5.41" }, "devDependencies": { - "@vitejs/plugin-vue": "^6.0.1", - "typescript": "~5.9.2", - "vite": "^8.0.0" + "@vitejs/plugin-vue": "^6.0.8", + "typescript": "~5.9.3", + "vite": "^8.2.2" } } diff --git a/package.json b/package.json index 5f45962cb..a8122bd86 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,9 @@ "type": "git", "url": "git+https://github.com/TanStack/devtools.git" }, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.22.0", "engines": { - "pnpm": ">=11.0.0" + "pnpm": ">=11.22.0" }, "type": "module", "scripts": { @@ -60,31 +60,31 @@ ], "devDependencies": { "@changesets/changelog-github": "^0.7.0", - "@changesets/cli": "^2.30.0", + "@changesets/cli": "^2.31.1", "@faker-js/faker": "^9.9.0", "@size-limit/preset-small-lib": "^11.2.0", - "@tanstack/eslint-config": "0.3.2", - "@tanstack/intent": "^0.0.14", - "@tanstack/typedoc-config": "0.3.3", - "@tanstack/vite-config": "0.4.3", - "@testing-library/jest-dom": "^6.8.0", + "@tanstack/eslint-config": "0.4.0", + "@tanstack/intent": "^0.3.6", + "@tanstack/typedoc-config": "0.3.4", + "@tanstack/vite-config": "0.6.0", + "@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.5", + "eslint-plugin-unused-imports": "^4.4.1", + "jsdom": "^27.4.0", + "knip": "^5.88.1", + "markdown-link-extractor": "^4.0.4", + "nx": "22.7.8", "premove": "^4.0.0", - "prettier": "^3.8.1", - "prettier-plugin-svelte": "^3.4.1", - "publint": "^0.3.13", - "sherif": "^1.7.0", + "prettier": "^3.9.6", + "prettier-plugin-svelte": "^3.5.2", + "publint": "^0.3.24", + "sherif": "^1.13.0", "size-limit": "^11.2.0", - "tinyglobby": "^0.2.15", - "typescript": "~5.9.2", - "vite": "^8.0.0", - "vitest": "^4.1.10" + "tinyglobby": "^0.2.17", + "typescript": "~5.9.3", + "vite": "^8.2.2", + "vitest": "^4.1.11" }, "overrides": { "@tanstack/devtools": "workspace:*", diff --git a/packages/angular-devtools/package.json b/packages/angular-devtools/package.json index b901660b0..83274b54e 100644 --- a/packages/angular-devtools/package.json +++ b/packages/angular-devtools/package.json @@ -57,13 +57,13 @@ }, "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", - "vitest": "^4.1.10" + "@angular/core": "^21.2.21", + "ng-packagr": "^21.2.7", + "tslib": "^2.8.1", + "vitest": "^4.1.11" }, "peerDependencies": { "@angular/core": ">=21.0.0" diff --git a/packages/devtools-a11y/package.json b/packages/devtools-a11y/package.json index 6c2ad9aaa..d50b2903d 100644 --- a/packages/devtools-a11y/package.json +++ b/packages/devtools-a11y/package.json @@ -98,11 +98,11 @@ "dependencies": { "@tanstack/devtools-ui": "workspace:*", "@tanstack/devtools-utils": "workspace:^", - "axe-core": "^4.10.0", - "goober": "^2.1.16" + "axe-core": "^4.13.0", + "goober": "^2.1.19" }, "devDependencies": { - "vite-plugin-solid": "^2.11.11" + "vite-plugin-solid": "^2.11.14" }, "peerDependencies": { "@angular/core": ">=19.0.0", diff --git a/packages/devtools-bundler-core/package.json b/packages/devtools-bundler-core/package.json index 692907cee..e2b418aea 100644 --- a/packages/devtools-bundler-core/package.json +++ b/packages/devtools-bundler-core/package.json @@ -55,12 +55,12 @@ "@tanstack/devtools-event-bus": "workspace:*", "chalk": "^5.6.2", "launch-editor": "^2.14.1", - "magic-string": "^0.30.0", - "oxc-parser": "^0.120.0", + "magic-string": "^0.30.21", + "oxc-parser": "^0.146.0", "picomatch": "^4.0.5" }, "devDependencies": { - "@types/picomatch": "^4.0.2", - "happy-dom": "^20.0.0" + "@types/picomatch": "^4.0.3", + "happy-dom": "^20.11.6" } } diff --git a/packages/devtools-rspack/package.json b/packages/devtools-rspack/package.json index 83facf03b..6186a5fef 100644 --- a/packages/devtools-rspack/package.json +++ b/packages/devtools-rspack/package.json @@ -61,6 +61,6 @@ "chalk": "^5.6.2" }, "devDependencies": { - "happy-dom": "^20.0.0" + "happy-dom": "^20.11.6" } } diff --git a/packages/devtools-ui/package.json b/packages/devtools-ui/package.json index 9e6d35715..cb9f673f2 100644 --- a/packages/devtools-ui/package.json +++ b/packages/devtools-ui/package.json @@ -67,14 +67,14 @@ }, "dependencies": { "clsx": "^2.1.1", - "dayjs": "^1.11.19", - "goober": "^2.1.16", - "solid-js": "^1.9.9" + "dayjs": "^1.11.23", + "goober": "^2.1.19", + "solid-js": "^1.9.15" }, "peerDependencies": { "solid-js": ">=1.9.7" }, "devDependencies": { - "vite-plugin-solid": "^2.11.11" + "vite-plugin-solid": "^2.11.14" } } diff --git a/packages/devtools-utils/package.json b/packages/devtools-utils/package.json index 373188d9f..35e22861d 100644 --- a/packages/devtools-utils/package.json +++ b/packages/devtools-utils/package.json @@ -88,12 +88,12 @@ "node": ">=18" }, "devDependencies": { - "@sveltejs/vite-plugin-svelte": "^6.0.0", + "@sveltejs/vite-plugin-svelte": "^6.2.4", "@tanstack/devtools": "workspace:^", - "svelte": "^5.0.0", - "tsup": "^8.5.0", + "svelte": "^5.56.9", + "tsup": "^8.5.1", "tsup-preset-solid": "^2.2.0", - "vite-plugin-solid": "^2.11.11" + "vite-plugin-solid": "^2.11.14" }, "peerDependencies": { "@angular/core": ">=19.0.0", diff --git a/packages/devtools-vite/package.json b/packages/devtools-vite/package.json index 7ba9dc32b..4628d9002 100644 --- a/packages/devtools-vite/package.json +++ b/packages/devtools-vite/package.json @@ -65,6 +65,6 @@ "chalk": "^5.6.2" }, "devDependencies": { - "happy-dom": "^20.0.0" + "happy-dom": "^20.11.6" } } diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 8b2bc2fcf..b9f721e65 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -67,25 +67,25 @@ "build": "tsup" }, "dependencies": { - "@neodrag/core": "3.0.0-next.11", - "@neodrag/solid": "3.0.0-next.11", - "@solid-primitives/event-listener": "^2.4.3", - "@solid-primitives/keyboard": "^1.3.3", - "@solid-primitives/resize-observer": "^2.1.3", + "@neodrag/core": "3.0.0-next.12", + "@neodrag/solid": "3.0.0-next.12", + "@solid-primitives/event-listener": "^2.4.6", + "@solid-primitives/keyboard": "^1.3.7", + "@solid-primitives/resize-observer": "^2.2.0", "@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.15" }, "peerDependencies": { "solid-js": ">=1.9.7" }, "devDependencies": { "@solidjs/testing-library": "^0.8.10", - "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.14" } } diff --git a/packages/event-bus/package.json b/packages/event-bus/package.json index 7bab42660..4444f07c2 100644 --- a/packages/event-bus/package.json +++ b/packages/event-bus/package.json @@ -76,7 +76,7 @@ "build": "vite build" }, "dependencies": { - "ws": "^8.18.3" + "ws": "^8.21.3" }, "devDependencies": { "@types/node": "^22.15.2", diff --git a/packages/preact-devtools/package.json b/packages/preact-devtools/package.json index b6a1c89cd..b56984575 100644 --- a/packages/preact-devtools/package.json +++ b/packages/preact-devtools/package.json @@ -54,9 +54,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.6", + "eslint-plugin-react-hooks": "^7.1.1", + "preact": "^10.29.8" }, "peerDependencies": { "preact": ">=10.0.0" diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index d96dea3c5..d2fc79f6f 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -55,14 +55,14 @@ }, "devDependencies": { "@eslint-react/eslint-plugin": "^1.53.1", - "@testing-library/react": "^16.2.0", - "@types/react": "^19.2.0", - "@types/react-dom": "^19.2.0", - "@vitejs/plugin-react": "^6.0.1", + "@testing-library/react": "^16.3.2", + "@types/react": "^19.2.18", + "@types/react-dom": "^19.2.4", + "@vitejs/plugin-react": "^6.1.0", "eslint-plugin-react-compiler": "19.1.0-rc.2", - "eslint-plugin-react-hooks": "^7.0.1", - "react": "^19.2.0", - "react-dom": "^19.2.0" + "eslint-plugin-react-hooks": "^7.1.1", + "react": "^19.2.8", + "react-dom": "^19.2.8" }, "peerDependencies": { "@types/react": ">=16.8", diff --git a/packages/solid-devtools/package.json b/packages/solid-devtools/package.json index 1fbeca839..2ae6e3652 100644 --- a/packages/solid-devtools/package.json +++ b/packages/solid-devtools/package.json @@ -54,8 +54,8 @@ "@tanstack/devtools": "workspace:*" }, "devDependencies": { - "solid-js": "^1.9.9", - "vite-plugin-solid": "^2.11.11" + "solid-js": "^1.9.15", + "vite-plugin-solid": "^2.11.14" }, "peerDependencies": { "solid-js": ">=1.9.7" diff --git a/packages/svelte-devtools/package.json b/packages/svelte-devtools/package.json index 292830511..c99a1ff7d 100644 --- a/packages/svelte-devtools/package.json +++ b/packages/svelte-devtools/package.json @@ -52,8 +52,8 @@ "@tanstack/devtools": "workspace:*" }, "devDependencies": { - "@sveltejs/vite-plugin-svelte": "^6.0.0", - "svelte": "^5.0.0" + "@sveltejs/vite-plugin-svelte": "^6.2.4", + "svelte": "^5.56.9" }, "peerDependencies": { "svelte": ">=5.0.0" diff --git a/packages/vue-devtools/package.json b/packages/vue-devtools/package.json index ffcec13c1..ae78fb031 100644 --- a/packages/vue-devtools/package.json +++ b/packages/vue-devtools/package.json @@ -54,8 +54,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.8", + "eslint-plugin-vue": "^10.10.0", + "vue": "^3.5.41" } }