Skip to content

Commit f63fabb

Browse files
chore(deps): update all non-major dependencies
1 parent 2f2d8a9 commit f63fabb

59 files changed

Lines changed: 345 additions & 345 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
25+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2626
with:
2727
persist-credentials: false
2828
- name: Setup Tools

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
timeout-minutes: 15
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
25+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2626
with:
2727
fetch-depth: 0
2828
persist-credentials: false

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2323
with:
2424
fetch-depth: 0
2525
persist-credentials: false
@@ -39,7 +39,7 @@ jobs:
3939
pull-requests: write
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
42+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4343
with:
4444
persist-credentials: false
4545
- name: Setup Tools
@@ -56,7 +56,7 @@ jobs:
5656
pull-requests: write
5757
steps:
5858
- name: Checkout
59-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
59+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6060
with:
6161
persist-credentials: false
6262
- name: Setup Tools

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
26+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2727
with:
2828
fetch-depth: 0
2929
persist-credentials: true # release job pushes version/docs changes
@@ -33,7 +33,7 @@ jobs:
3333
run: pnpm run test:ci
3434
- name: Run Changesets (version or publish)
3535
id: changesets
36-
uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0
36+
uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1.9.0
3737
with:
3838
version: pnpm run changeset:version
3939
publish: pnpm run changeset:publish

.github/workflows/sync-models.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2323
with:
2424
fetch-depth: 0
2525
persist-credentials: true # sync job pushes generated model updates

.github/workflows/zizmor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1818
with:
1919
persist-credentials: false
2020
- name: Run zizmor
21-
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
21+
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
2222
with:
2323
advanced-security: false
2424
annotations: true

codemods/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"devDependencies": {
1515
"@types/jscodeshift": "^17.1.1",
1616
"@types/node": "^24.10.1",
17-
"jscodeshift": "^17.1.1",
18-
"prettier": "^3.7.4",
17+
"jscodeshift": "^17.3.0",
18+
"prettier": "^3.8.4",
1919
"typescript": "5.9.3",
20-
"vitest": "^4.0.14"
20+
"vitest": "^4.1.9"
2121
}
2222
}

examples/ts-angular-chat/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,26 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@angular/common": "^21.2.0",
13-
"@angular/compiler": "^21.2.0",
14-
"@angular/core": "^21.2.0",
15-
"@angular/forms": "^21.2.0",
16-
"@angular/platform-browser": "^21.2.0",
12+
"@angular/common": "^21.2.17",
13+
"@angular/compiler": "^21.2.17",
14+
"@angular/core": "^21.2.17",
15+
"@angular/forms": "^21.2.17",
16+
"@angular/platform-browser": "^21.2.17",
1717
"@tanstack/ai": "workspace:*",
1818
"@tanstack/ai-angular": "workspace:*",
1919
"@tanstack/ai-client": "workspace:*",
2020
"@tanstack/ai-openai": "workspace:*",
21-
"rxjs": "^7.8.0",
22-
"zod": "^4.2.0",
23-
"zone.js": "^0.15.0"
21+
"rxjs": "^7.8.2",
22+
"zod": "^4.4.3",
23+
"zone.js": "^0.16.2"
2424
},
2525
"devDependencies": {
26-
"@analogjs/vite-plugin-angular": "^1.10.0",
27-
"@angular/build": "^21.2.0",
28-
"@tailwindcss/vite": "^4.1.18",
26+
"@analogjs/vite-plugin-angular": "^1.22.5",
27+
"@angular/build": "^21.2.16",
28+
"@tailwindcss/vite": "^4.3.1",
2929
"@types/node": "^24.10.1",
30-
"dotenv": "^17.2.3",
30+
"dotenv": "^17.4.2",
3131
"typescript": "5.9.3",
32-
"vite": "^7.3.3"
32+
"vite": "^7.3.5"
3333
}
3434
}

examples/ts-code-mode-web/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"test:types": "tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"@radix-ui/react-collapsible": "^1.1.2",
14-
"@tailwindcss/vite": "^4.1.18",
13+
"@radix-ui/react-collapsible": "^1.1.14",
14+
"@tailwindcss/vite": "^4.3.1",
1515
"@tanstack/ai": "workspace:*",
1616
"@tanstack/ai-anthropic": "workspace:*",
1717
"@tanstack/ai-client": "workspace:*",
@@ -24,35 +24,35 @@
2424
"@tanstack/ai-ollama": "workspace:*",
2525
"@tanstack/ai-openai": "workspace:*",
2626
"@tanstack/ai-react": "workspace:*",
27-
"@tanstack/nitro-v2-vite-plugin": "^1.154.7",
28-
"@tanstack/react-router": "^1.158.4",
29-
"@tanstack/react-start": "^1.159.0",
30-
"@tanstack/router-plugin": "^1.158.4",
31-
"@tanstack/store": "^0.8.0",
32-
"framer-motion": "^11.15.0",
27+
"@tanstack/nitro-v2-vite-plugin": "^1.155.0",
28+
"@tanstack/react-router": "^1.170.16",
29+
"@tanstack/react-start": "^1.168.26",
30+
"@tanstack/router-plugin": "^1.168.18",
31+
"@tanstack/store": "^0.11.0",
32+
"framer-motion": "^11.18.2",
3333
"highlight.js": "^11.11.1",
34-
"lucide-react": "^0.561.0",
35-
"marked": "^15.0.6",
36-
"puppeteer": "^24.34.0",
34+
"lucide-react": "^0.577.0",
35+
"marked": "^15.0.12",
36+
"puppeteer": "^24.43.1",
3737
"react": "^19.2.3",
3838
"react-dom": "^19.2.3",
3939
"react-markdown": "^10.1.0",
40-
"recharts": "^2.15.0",
40+
"recharts": "^2.15.4",
4141
"rehype-highlight": "^7.0.2",
4242
"rehype-raw": "^7.0.0",
4343
"rehype-sanitize": "^6.0.0",
4444
"remark-gfm": "^4.0.1",
45-
"tailwindcss": "^4.1.18",
45+
"tailwindcss": "^4.3.1",
4646
"vite-tsconfig-paths": "^5.1.4",
47-
"zod": "^4.2.0"
47+
"zod": "^4.4.3"
4848
},
4949
"devDependencies": {
50-
"@tanstack/devtools-vite": "^0.5.3",
50+
"@tanstack/devtools-vite": "^0.7.0",
5151
"@types/node": "^24.10.1",
5252
"@types/react": "^19.2.7",
5353
"@types/react-dom": "^19.2.3",
54-
"@vitejs/plugin-react": "^5.1.2",
54+
"@vitejs/plugin-react": "^5.2.0",
5555
"typescript": "5.9.3",
56-
"vite": "^7.3.3"
56+
"vite": "^7.3.5"
5757
}
5858
}

examples/ts-group-chat/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,36 +9,36 @@
99
"test:types": "tsc --noEmit"
1010
},
1111
"dependencies": {
12-
"@tailwindcss/vite": "^4.1.18",
12+
"@tailwindcss/vite": "^4.3.1",
1313
"@tanstack/ai": "workspace:*",
1414
"@tanstack/ai-anthropic": "workspace:*",
1515
"@tanstack/ai-client": "workspace:*",
1616
"@tanstack/ai-react": "workspace:*",
17-
"@tanstack/react-devtools": "^0.9.10",
18-
"@tanstack/react-router": "^1.158.4",
19-
"@tanstack/react-router-devtools": "^1.158.4",
20-
"@tanstack/react-router-ssr-query": "^1.158.4",
21-
"@tanstack/react-start": "^1.159.0",
22-
"@tanstack/router-plugin": "^1.158.4",
23-
"capnweb": "^0.1.0",
17+
"@tanstack/react-devtools": "^0.10.5",
18+
"@tanstack/react-router": "^1.170.16",
19+
"@tanstack/react-router-devtools": "^1.167.0",
20+
"@tanstack/react-router-ssr-query": "^1.167.1",
21+
"@tanstack/react-start": "^1.168.26",
22+
"@tanstack/router-plugin": "^1.168.18",
23+
"capnweb": "^0.8.0",
2424
"react": "^19.2.3",
2525
"react-dom": "^19.2.3",
26-
"tailwindcss": "^4.1.18",
26+
"tailwindcss": "^4.3.1",
2727
"vite-tsconfig-paths": "^5.1.4",
28-
"ws": "^8.18.3"
28+
"ws": "^8.21.0"
2929
},
3030
"devDependencies": {
31-
"@tanstack/devtools-vite": "^0.5.3",
31+
"@tanstack/devtools-vite": "^0.7.0",
3232
"@testing-library/dom": "^10.4.1",
33-
"@testing-library/react": "^16.3.0",
33+
"@testing-library/react": "^16.3.2",
3434
"@types/node": "^24.10.1",
3535
"@types/react": "^19.2.7",
3636
"@types/react-dom": "^19.2.3",
3737
"@types/ws": "^8.18.1",
3838
"@vitejs/plugin-react": "^5.1.2",
3939
"jsdom": "^27.2.0",
4040
"typescript": "5.9.3",
41-
"vite": "^7.3.3",
41+
"vite": "^7.3.5",
4242
"vitest": "^4.0.14",
4343
"web-vitals": "^5.1.0"
4444
}

0 commit comments

Comments
 (0)