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,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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-skills.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@
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

- name: Setup Node
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0

Check failure on line 37 in .github/workflows/check-skills.yml

View workflow job for this annotation

GitHub Actions / Run zizmor

cache-poisoning

check-skills.yml:37: runtime artifacts potentially vulnerable to a cache poisoning attack: enables caching by default
with:
node-version: 20

- name: Install intent
run: npm install -g @tanstack/intent@0.0.41

Check warning on line 42 in .github/workflows/check-skills.yml

View workflow job for this annotation

GitHub Actions / Run zizmor

adhoc-packages

check-skills.yml:42: ad-hoc installation of packages: installs a package outside of a lockfile

- name: Check staleness
id: stale
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@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
2 changes: 1 addition & 1 deletion .github/workflows/notify-playbooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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
Expand All @@ -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@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1.9.0
with:
version: pnpm run changeset:version
publish: pnpm run changeset:publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triage-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-skills.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
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

Expand All @@ -31,7 +31,7 @@
node-version: 20

- name: Install intent CLI
run: npm install -g @tanstack/intent@0.0.41

Check warning on line 34 in .github/workflows/validate-skills.yml

View workflow job for this annotation

GitHub Actions / Run zizmor

adhoc-packages

validate-skills.yml:34: ad-hoc installation of packages: installs a package outside of a lockfile

- name: Find and validate skills
run: |
Expand Down
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@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
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.19",
"@angular/compiler": "^21.2.19",
"@angular/core": "^21.2.19",
"@angular/forms": "^21.2.19",
"@angular/platform-browser": "^21.2.19",
"@angular/router": "^21.2.19",
"@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.20",
"@angular/cli": "^21.2.20",
"@angular/compiler-cli": "^21.2.19",
"@playwright/test": "^1.62.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.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.1"
}
}
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.21",
"@tanstack/react-start": "^1.168.38",
"@tanstack/router-plugin": "^1.168.26",
"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.51.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.0.5",
"typescript": "~5.9.3",
"vite": "^8.2.1",
"wrangler": "^4.119.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.21",
"@tanstack/react-start": "^1.168.38",
"@tanstack/router-plugin": "^1.168.26",
"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.0.5",
"typescript": "~5.9.3",
"vite": "^8.2.1"
}
}
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.21",
"@tanstack/react-start": "^1.168.38",
"@tanstack/router-plugin": "^1.168.26",
"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.0.5",
"typescript": "~5.9.3",
"vite": "^8.2.1"
}
}
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.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.0.5",
"typescript": "~5.9.3",
"vite": "^8.2.1"
}
}
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.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.1",
"vite-plugin-solid": "^2.11.14"
}
}
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.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.1"
}
}
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.62.1",
"@types/react": "^19.2.18",
"react": "^19.2.8",
"typescript": "~5.9.3"
}
}
Loading
Loading