Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: Setup Tools
uses: TanStack/config/.github/setup@190f659075ff0845850e330883eb26d7ffd0671f # main

Check warning on line 25 in .github/workflows/autofix.yml

View workflow job for this annotation

GitHub Actions / Run zizmor

ref-version-mismatch

autofix.yml:25: action's hash pin has mismatched or missing version comment: points to commit 10ece5e28cfc
- name: Fix formatting
run: pnpm format
# - name: Regenerate docs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
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
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
persist-credentials: false
- name: Setup Tools
uses: TanStack/config/.github/setup@190f659075ff0845850e330883eb26d7ffd0671f # main

Check warning on line 36 in .github/workflows/pr.yml

View workflow job for this annotation

GitHub Actions / Run zizmor

ref-version-mismatch

pr.yml:36: action's hash pin has mismatched or missing version comment: points to commit 10ece5e28cfc
- name: Get base and head commits for `nx affected`
uses: nrwl/nx-set-shas@3e9ad7370203c1e93d109be57f3b72eb0eb511b1 # v4.4.0
with:
Expand All @@ -47,12 +47,12 @@
contents: read
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
persist-credentials: false
- name: Setup Tools
uses: TanStack/config/.github/setup@190f659075ff0845850e330883eb26d7ffd0671f # main

Check warning on line 55 in .github/workflows/pr.yml

View workflow job for this annotation

GitHub Actions / Run zizmor

ref-version-mismatch

pr.yml:55: action's hash pin has mismatched or missing version comment: points to commit 10ece5e28cfc
- name: Build packages
run: pnpm run build:all
- name: Install Playwright Chromium
Expand All @@ -64,11 +64,11 @@
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: Setup Tools
uses: TanStack/config/.github/setup@190f659075ff0845850e330883eb26d7ffd0671f # main

Check warning on line 71 in .github/workflows/pr.yml

View workflow job for this annotation

GitHub Actions / Run zizmor

ref-version-mismatch

pr.yml:71: action's hash pin has mismatched or missing version comment: points to commit 10ece5e28cfc
- name: Build Packages
run: pnpm run build:all
- name: Publish Previews
Expand All @@ -78,10 +78,10 @@
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: Setup Tools
uses: TanStack/config/.github/setup@190f659075ff0845850e330883eb26d7ffd0671f # main

Check warning on line 85 in .github/workflows/pr.yml

View workflow job for this annotation

GitHub Actions / Run zizmor

ref-version-mismatch

pr.yml:85: action's hash pin has mismatched or missing version comment: points to commit 10ece5e28cfc
- name: Changeset Preview
uses: TanStack/config/.github/changeset-preview@190f659075ff0845850e330883eb26d7ffd0671f # main

Check warning on line 87 in .github/workflows/pr.yml

View workflow job for this annotation

GitHub Actions / Run zizmor

ref-version-mismatch

pr.yml:87: action's hash pin has mismatched or missing version comment: points to commit 10ece5e28cfc
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
environment: release
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
persist-credentials: false
- name: Setup Tools
uses: TanStack/config/.github/setup@190f659075ff0845850e330883eb26d7ffd0671f # main

Check warning on line 39 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / Run zizmor

ref-version-mismatch

release.yml:39: action's hash pin has mismatched or missing version comment: points to commit 10ece5e28cfc
- name: Run Tests
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
Expand All @@ -49,6 +49,6 @@
title: 'ci: Version Packages'
- name: Comment on PRs about release
if: steps.changesets.outputs.published == 'true'
uses: TanStack/config/.github/comment-on-release@190f659075ff0845850e330883eb26d7ffd0671f # main

Check warning on line 52 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / Run zizmor

ref-version-mismatch

release.yml:52: action's hash pin has mismatched or missing version comment: points to commit 10ece5e28cfc
with:
published-packages: ${{ steps.changesets.outputs.publishedPackages }}
4 changes: 2 additions & 2 deletions .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: Run zizmor
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
uses: zizmorcore/zizmor-action@6599ee8b7a49aef6a770f63d261d214911a7ce02 # v0.6.0
with:
advanced-security: false
annotations: true
26 changes: 13 additions & 13 deletions e2e/apps/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.18",
"@angular/compiler": "^21.2.18",
"@angular/core": "^21.2.18",
"@angular/forms": "^21.2.18",
"@angular/platform-browser": "^21.2.18",
"@angular/router": "^21.2.18",
"@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.19",
"@angular/cli": "^21.2.19",
"@angular/compiler-cli": "^21.2.18",
"@playwright/test": "^1.61.1",
"@tanstack/devtools-e2e": "workspace:*",
"typescript": "~5.9.2"
"typescript": "~5.9.3"
}
}
10 changes: 5 additions & 5 deletions e2e/apps/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"dependencies": {
"@tanstack/devtools-e2e": "workspace:*",
"@tanstack/preact-devtools": "workspace:*",
"preact": "^10.28.0"
"preact": "^10.29.7"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@preact/preset-vite": "^2.10.3",
"@playwright/test": "^1.61.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.1.5"
}
}
28 changes: 14 additions & 14 deletions e2e/apps/react-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.18",
"@tanstack/react-start": "^1.168.30",
"@tanstack/router-plugin": "^1.168.22",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"vite-tsconfig-paths": "^6.1.1"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.13.8",
"@playwright/test": "^1.49.0",
"@cloudflare/vite-plugin": "^1.45.1",
"@playwright/test": "^1.61.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.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"typescript": "~5.9.3",
"vite": "^8.1.5",
"wrangler": "^4.112.0"
}
}
24 changes: 12 additions & 12 deletions e2e/apps/react-nitro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.18",
"@tanstack/react-start": "^1.168.30",
"@tanstack/router-plugin": "^1.168.22",
"nitro": "latest",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"vite-tsconfig-paths": "^6.0.2"
"react": "^19.2.7",
"react-dom": "^19.2.7",
"vite-tsconfig-paths": "^6.1.1"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@playwright/test": "^1.61.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.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"typescript": "~5.9.3",
"vite": "^8.1.5"
}
}
24 changes: 12 additions & 12 deletions e2e/apps/react-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.18",
"@tanstack/react-start": "^1.168.30",
"@tanstack/router-plugin": "^1.168.22",
"nitro": "latest",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"vite-tsconfig-paths": "^6.0.2"
"react": "^19.2.7",
"react-dom": "^19.2.7",
"vite-tsconfig-paths": "^6.1.1"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@playwright/test": "^1.61.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.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"typescript": "~5.9.3",
"vite": "^8.1.5"
}
}
16 changes: 8 additions & 8 deletions e2e/apps/react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.7",
"react-dom": "^19.2.7"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@playwright/test": "^1.61.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.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"typescript": "~5.9.3",
"vite": "^8.1.5"
}
}
10 changes: 5 additions & 5 deletions e2e/apps/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"dependencies": {
"@tanstack/devtools-e2e": "workspace:*",
"@tanstack/solid-devtools": "workspace:*",
"solid-js": "^1.9.9"
"solid-js": "^1.9.14"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@playwright/test": "^1.61.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.1.5",
"vite-plugin-solid": "^2.11.13"
}
}
10 changes: 5 additions & 5 deletions e2e/apps/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"dependencies": {
"@tanstack/devtools-e2e": "workspace:*",
"@tanstack/vue-devtools": "workspace:*",
"vue": "^3.5.22"
"vue": "^3.5.40"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@vitejs/plugin-vue": "^6.0.1",
"typescript": "~5.9.2",
"vite": "^8.0.0"
"@playwright/test": "^1.61.1",
"@vitejs/plugin-vue": "^6.0.8",
"typescript": "~5.9.3",
"vite": "^8.1.5"
}
}
8 changes: 4 additions & 4 deletions e2e/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.61.1",
"@types/react": "^19.2.17",
"react": "^19.2.7",
"typescript": "~5.9.3"
}
}
28 changes: 14 additions & 14 deletions examples/angular/a11y-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@
"test": "ng test"
},
"private": true,
"packageManager": "pnpm@11.1.1",
"packageManager": "pnpm@11.15.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.18",
"@angular/compiler": "^21.2.18",
"@angular/core": "^21.2.18",
"@angular/forms": "^21.2.18",
"@angular/platform-browser": "^21.2.18",
"@angular/router": "^21.2.18",
"@tanstack/angular-devtools": "^0.0.7",
"@tanstack/devtools-a11y": "^0.1.6",
"@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.19",
"@angular/cli": "^21.2.19",
"@angular/compiler-cli": "^21.2.18",
"prettier": "^3.9.5",
"typescript": "~5.9.3"
}
}
Loading
Loading