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 @@ -22,7 +22,7 @@ jobs:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: Setup Tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
persist-credentials: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
persist-credentials: false
Expand All @@ -39,7 +39,7 @@ 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: Setup Tools
Expand All @@ -56,7 +56,7 @@ 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: 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 @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
persist-credentials: true # release job pushes version/docs changes
Expand All @@ -33,7 +33,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/sync-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
Comment thread
coderabbitai[bot] marked this conversation as resolved.
with:
fetch-depth: 0
persist-credentials: true # sync job pushes generated model updates
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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
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
6 changes: 3 additions & 3 deletions codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"devDependencies": {
"@types/jscodeshift": "^17.1.1",
"@types/node": "^24.10.1",
"jscodeshift": "^17.1.1",
"prettier": "^3.7.4",
"jscodeshift": "^17.3.0",
"prettier": "^3.8.4",
"typescript": "5.9.3",
"vitest": "^4.0.14"
"vitest": "^4.1.8"
Comment thread
coderabbitai[bot] marked this conversation as resolved.
}
}
34 changes: 17 additions & 17 deletions examples/ts-code-mode-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"test:types": "tsc --noEmit"
},
"dependencies": {
"@radix-ui/react-collapsible": "^1.1.2",
"@tailwindcss/vite": "^4.1.18",
"@radix-ui/react-collapsible": "^1.1.13",
"@tailwindcss/vite": "^4.3.1",
"@tanstack/ai": "workspace:*",
"@tanstack/ai-anthropic": "workspace:*",
"@tanstack/ai-client": "workspace:*",
Expand All @@ -24,35 +24,35 @@
"@tanstack/ai-ollama": "workspace:*",
"@tanstack/ai-openai": "workspace:*",
"@tanstack/ai-react": "workspace:*",
"@tanstack/nitro-v2-vite-plugin": "^1.154.7",
"@tanstack/react-router": "^1.158.4",
"@tanstack/react-start": "^1.159.0",
"@tanstack/router-plugin": "^1.158.4",
"@tanstack/store": "^0.8.0",
"framer-motion": "^11.15.0",
"@tanstack/nitro-v2-vite-plugin": "^1.155.0",
"@tanstack/react-router": "^1.170.15",
"@tanstack/react-start": "^1.168.25",
"@tanstack/router-plugin": "^1.168.18",
"@tanstack/store": "^0.11.0",
"framer-motion": "^11.18.2",
"highlight.js": "^11.11.1",
"lucide-react": "^0.561.0",
"marked": "^15.0.6",
"puppeteer": "^24.34.0",
"lucide-react": "^0.577.0",
"marked": "^15.0.12",
"puppeteer": "^24.43.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-markdown": "^10.1.0",
"recharts": "^2.15.0",
"recharts": "^2.15.4",
"rehype-highlight": "^7.0.2",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.1",
"tailwindcss": "^4.1.18",
"tailwindcss": "^4.3.1",
"vite-tsconfig-paths": "^5.1.4",
"zod": "^4.2.0"
"zod": "^4.4.3"
},
"devDependencies": {
"@tanstack/devtools-vite": "^0.5.3",
"@tanstack/devtools-vite": "^0.7.0",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"@vitejs/plugin-react": "^5.2.0",
"typescript": "5.9.3",
"vite": "^7.3.3"
"vite": "^7.3.5"
}
}
26 changes: 13 additions & 13 deletions examples/ts-group-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,36 +9,36 @@
"test:types": "tsc --noEmit"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.18",
"@tailwindcss/vite": "^4.3.1",
"@tanstack/ai": "workspace:*",
"@tanstack/ai-anthropic": "workspace:*",
"@tanstack/ai-client": "workspace:*",
"@tanstack/ai-react": "workspace:*",
"@tanstack/react-devtools": "^0.9.10",
"@tanstack/react-router": "^1.158.4",
"@tanstack/react-router-devtools": "^1.158.4",
"@tanstack/react-router-ssr-query": "^1.158.4",
"@tanstack/react-start": "^1.159.0",
"@tanstack/router-plugin": "^1.158.4",
"capnweb": "^0.1.0",
"@tanstack/react-devtools": "^0.10.5",
"@tanstack/react-router": "^1.170.15",
"@tanstack/react-router-devtools": "^1.167.0",
"@tanstack/react-router-ssr-query": "^1.167.1",
"@tanstack/react-start": "^1.168.25",
"@tanstack/router-plugin": "^1.168.18",
"capnweb": "^0.8.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tailwindcss": "^4.1.18",
"tailwindcss": "^4.3.1",
"vite-tsconfig-paths": "^5.1.4",
"ws": "^8.18.3"
"ws": "^8.21.0"
},
"devDependencies": {
"@tanstack/devtools-vite": "^0.5.3",
"@tanstack/devtools-vite": "^0.7.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@testing-library/react": "^16.3.2",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/ws": "^8.18.1",
"@vitejs/plugin-react": "^5.1.2",
"jsdom": "^27.2.0",
"typescript": "5.9.3",
"vite": "^7.3.3",
"vite": "^7.3.5",
"vitest": "^4.0.14",
"web-vitals": "^5.1.0"
}
Expand Down
40 changes: 20 additions & 20 deletions examples/ts-react-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test:types": "tsc --noEmit"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.18",
"@tailwindcss/vite": "^4.3.1",
"@tanstack/ai": "workspace:*",
"@tanstack/ai-anthropic": "workspace:*",
"@tanstack/ai-client": "workspace:*",
Expand All @@ -25,41 +25,41 @@
"@tanstack/ai-openrouter": "workspace:*",
"@tanstack/ai-react": "workspace:*",
"@tanstack/ai-react-ui": "workspace:*",
"@tanstack/nitro-v2-vite-plugin": "^1.154.7",
"@tanstack/react-devtools": "^0.9.10",
"@tanstack/react-router": "^1.158.4",
"@tanstack/react-router-devtools": "^1.158.4",
"@tanstack/react-router-ssr-query": "^1.158.4",
"@tanstack/react-start": "^1.159.0",
"@tanstack/react-store": "^0.8.0",
"@tanstack/router-plugin": "^1.158.4",
"@tanstack/store": "^0.8.0",
"@tanstack/nitro-v2-vite-plugin": "^1.155.0",
"@tanstack/react-devtools": "^0.10.5",
"@tanstack/react-router": "^1.170.15",
"@tanstack/react-router-devtools": "^1.167.0",
"@tanstack/react-router-ssr-query": "^1.167.1",
"@tanstack/react-start": "^1.168.25",
"@tanstack/react-store": "^0.11.0",
"@tanstack/router-plugin": "^1.168.18",
"@tanstack/store": "^0.11.0",
"highlight.js": "^11.11.1",
"lucide-react": "^0.561.0",
"lucide-react": "^0.577.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-markdown": "^10.1.0",
"rehype-highlight": "^7.0.2",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.1",
"tailwindcss": "^4.1.18",
"tailwindcss": "^4.3.1",
"vite-tsconfig-paths": "^5.1.4",
"zod": "^4.2.0"
"zod": "^4.4.3"
},
"devDependencies": {
"@tanstack/devtools-vite": "^0.5.3",
"@tanstack/devtools-vite": "^0.7.0",
"@tanstack/react-ai-devtools": "workspace:*",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@testing-library/react": "^16.3.2",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"jsdom": "^27.2.0",
"@vitejs/plugin-react": "^5.2.0",
"jsdom": "^27.4.0",
"typescript": "5.9.3",
"vite": "^7.3.3",
"vitest": "^4.0.14",
"web-vitals": "^5.1.0"
"vite": "^7.3.5",
"vitest": "^4.1.8",
"web-vitals": "^5.3.0"
}
}
16 changes: 8 additions & 8 deletions examples/ts-react-media/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@
"test:types": "tsc"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.18",
"@tailwindcss/vite": "^4.3.1",
"@tanstack/ai": "workspace:*",
"@tanstack/ai-fal": "workspace:*",
"@tanstack/ai-gemini": "workspace:*",
"@tanstack/react-router": "^1.158.4",
"@tanstack/react-start": "^1.159.0",
"@tanstack/router-plugin": "^1.158.4",
"lucide-react": "^0.561.0",
"@tanstack/react-router": "^1.170.15",
"@tanstack/react-start": "^1.168.25",
"@tanstack/router-plugin": "^1.168.18",
"lucide-react": "^0.577.0",
"nitro": "3.0.1-alpha.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tailwindcss": "^4.1.18",
"tailwindcss": "^4.3.1",
"vite-tsconfig-paths": "^5.1.4"
},
"devDependencies": {
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"@vitejs/plugin-react": "^5.2.0",
"typescript": "5.9.3",
"vite": "^7.3.3"
"vite": "^7.3.5"
}
}
14 changes: 7 additions & 7 deletions examples/ts-react-native-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
"smoke": "pnpm smoke:server && pnpm smoke:expo"
},
"dependencies": {
"@hono/node-server": "^1.19.6",
"@hono/node-server": "^1.19.14",
"@tanstack/ai": "workspace:*",
"@tanstack/ai-openai": "workspace:*",
"@tanstack/ai-react": "workspace:*",
"concurrently": "^9.1.2",
"dotenv": "^17.2.3",
"expo": "~56.0.5",
"hono": "^4.10.6",
"concurrently": "^9.2.1",
"dotenv": "^17.4.2",
"expo": "~56.0.11",
"hono": "^4.12.25",
"react": "^19.2.3",
"react-native": "0.85.3"
"react-native": "0.86.0"
},
"devDependencies": {
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"tsx": "^4.21.0",
"tsx": "^4.22.4",
"typescript": "5.9.3"
}
}
Loading
Loading