Skip to content

Commit dcd6eca

Browse files
chore(deps): update all non-major dependencies
1 parent cf74cb1 commit dcd6eca

File tree

19 files changed

+1747
-1601
lines changed

19 files changed

+1747
-1601
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v5.0.0
21+
uses: actions/checkout@v5.0.1
2222
- name: Setup Tools
2323
uses: tanstack/config/.github/setup@main
2424
- name: Fix formatting

.github/workflows/pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v5.0.0
26+
uses: actions/checkout@v5.0.1
2727
with:
2828
fetch-depth: 0
2929
- name: Setup Tools
3030
uses: tanstack/config/.github/setup@main
3131
- name: Get base and head commits for `nx affected`
32-
uses: nrwl/nx-set-shas@v4.3.3
32+
uses: nrwl/nx-set-shas@v4.4.0
3333
with:
3434
main-branch-name: main
3535
- name: Run Checks
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v5.0.0
42+
uses: actions/checkout@v5.0.1
4343
with:
4444
fetch-depth: 0
4545
- name: Setup Tools
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-latest
5454
steps:
5555
- name: Checkout
56-
uses: actions/checkout@v5.0.0
56+
uses: actions/checkout@v5.0.1
5757
with:
5858
fetch-depth: 0
5959
- name: Check Provenance

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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@v5.0.0
26+
uses: actions/checkout@v5.0.1
2727
with:
2828
fetch-depth: 0
2929
- name: Setup Tools

examples/react/basic/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,24 @@
1212
"@tanstack/devtools-client": "0.0.4",
1313
"@tanstack/devtools-event-client": "0.3.5",
1414
"@tanstack/react-devtools": "^0.8.1",
15-
"@tanstack/react-form": "^1.23.7",
16-
"@tanstack/react-query": "^5.90.1",
17-
"@tanstack/react-query-devtools": "^5.90.1",
18-
"@tanstack/react-router": "^1.131.50",
19-
"@tanstack/react-router-devtools": "^1.131.50",
20-
"react": "19.1.1",
21-
"react-dom": "19.1.1",
22-
"zod": "^4.1.11"
15+
"@tanstack/react-form": "^1.25.0",
16+
"@tanstack/react-query": "^5.90.10",
17+
"@tanstack/react-query-devtools": "^5.90.2",
18+
"@tanstack/react-router": "^1.136.8",
19+
"@tanstack/react-router-devtools": "^1.136.8",
20+
"react": "19.2.0",
21+
"react-dom": "19.2.0",
22+
"zod": "^4.1.12"
2323
},
2424
"devDependencies": {
2525
"@tanstack/devtools-ui": "0.4.4",
2626
"@tanstack/devtools-vite": "0.3.11",
27-
"@tanstack/react-form-devtools": "^0.1.7",
28-
"@types/react": "^19.1.13",
29-
"@types/react-dom": "^19.1.9",
27+
"@tanstack/react-form-devtools": "^0.2.1",
28+
"@types/react": "^19.2.6",
29+
"@types/react-dom": "^19.2.3",
3030
"@vitejs/plugin-react": "^4.7.0",
31-
"sonda": "0.9.0",
32-
"vite": "^7.1.7",
31+
"sonda": "0.10.0",
32+
"vite": "^7.2.2",
3333
"vite-plugin-inspect": "11.3.3"
3434
},
3535
"browserslist": {

examples/react/custom-devtools/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"dependencies": {
1212
"@tanstack/devtools-event-client": "0.3.5",
1313
"@tanstack/react-devtools": "^0.8.1",
14-
"react": "19.1.1",
15-
"react-dom": "19.1.1"
14+
"react": "19.2.0",
15+
"react-dom": "19.2.0"
1616
},
1717
"devDependencies": {
18-
"@types/react": "^19.1.13",
19-
"@types/react-dom": "^19.1.9",
18+
"@types/react": "^19.2.6",
19+
"@types/react-dom": "^19.2.3",
2020
"@vitejs/plugin-react": "^4.7.0",
21-
"vite": "^7.1.7"
21+
"vite": "^7.2.2"
2222
},
2323
"browserslist": {
2424
"production": [

examples/react/drizzle/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@
99
},
1010
"dependencies": {
1111
"@tanstack/react-devtools": "^0.8.1",
12-
"@tanstack/react-router": "^1.131.50",
13-
"@tanstack/react-router-devtools": "^1.131.50",
14-
"@tanstack/react-start": "1.132.0-alpha.25",
15-
"react": "19.1.1",
16-
"react-dom": "19.1.1"
12+
"@tanstack/react-router": "^1.136.8",
13+
"@tanstack/react-router-devtools": "^1.136.8",
14+
"@tanstack/react-start": "1.136.8",
15+
"react": "19.2.0",
16+
"react-dom": "19.2.0"
1717
},
1818
"devDependencies": {
1919
"@tanstack/devtools-vite": "0.3.11",
2020
"@types/node": "^22.15.2",
21-
"@types/react": "^19.1.13",
22-
"@types/react-dom": "^19.1.9",
23-
"drizzle-kit": "^0.31.4",
24-
"drizzle-orm": "^0.44.5",
21+
"@types/react": "^19.2.6",
22+
"@types/react-dom": "^19.2.3",
23+
"drizzle-kit": "^0.31.7",
24+
"drizzle-orm": "^0.44.7",
2525
"pg": "^8.16.3",
26-
"typescript": "~5.9.2",
27-
"vite": "^7.1.7",
26+
"typescript": "~5.9.3",
27+
"vite": "^7.2.2",
2828
"vite-plugin-inspect": "11.3.3"
2929
}
3030
}

examples/react/https/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@
1111
"dependencies": {
1212
"@tanstack/devtools-event-client": "0.3.5",
1313
"@tanstack/react-devtools": "^0.8.1",
14-
"@tanstack/react-query": "^5.90.1",
15-
"@tanstack/react-query-devtools": "^5.90.1",
16-
"@tanstack/react-router": "^1.131.50",
17-
"@tanstack/react-router-devtools": "^1.131.50",
18-
"react": "19.1.1",
19-
"react-dom": "19.1.1",
20-
"zod": "^4.1.11"
14+
"@tanstack/react-query": "^5.90.10",
15+
"@tanstack/react-query-devtools": "^5.90.2",
16+
"@tanstack/react-router": "^1.136.8",
17+
"@tanstack/react-router-devtools": "^1.136.8",
18+
"react": "19.2.0",
19+
"react-dom": "19.2.0",
20+
"zod": "^4.1.12"
2121
},
2222
"devDependencies": {
2323
"@tanstack/devtools-ui": "0.4.4",
2424
"@tanstack/devtools-vite": "0.3.11",
25-
"@types/react": "^19.1.13",
26-
"@types/react-dom": "^19.1.9",
25+
"@types/react": "^19.2.6",
26+
"@types/react-dom": "^19.2.3",
2727
"@vitejs/plugin-react": "^4.7.0",
28-
"vite": "^7.1.7",
28+
"vite": "^7.2.2",
2929
"vite-plugin-inspect": "11.3.3",
30-
"vite-plugin-mkcert": "^1.17.8"
30+
"vite-plugin-mkcert": "^1.17.9"
3131
},
3232
"browserslist": {
3333
"production": [

examples/react/start/package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -15,41 +15,41 @@
1515
"build": "vite build"
1616
},
1717
"dependencies": {
18-
"@ai-sdk-tools/devtools": "^0.6.1",
19-
"@ai-sdk-tools/store": "^0.1.2",
20-
"@ai-sdk/openai": "^2.0.32",
21-
"@prisma/client": "^6.16.2",
18+
"@ai-sdk-tools/devtools": "^0.32.0",
19+
"@ai-sdk-tools/store": "^0.32.0",
20+
"@ai-sdk/openai": "^2.0.68",
21+
"@prisma/client": "^6.19.0",
2222
"@prisma/extension-accelerate": "^2.0.2",
23-
"@prisma/studio-core": "^0.5.3",
24-
"@tailwindcss/vite": "^4.1.13",
23+
"@prisma/studio-core": "^0.7.0",
24+
"@tailwindcss/vite": "^4.1.17",
2525
"@tanstack/devtools-event-bus": "^0.3.3",
2626
"@tanstack/devtools-event-client": "0.3.5",
2727
"@tanstack/react-devtools": "^0.8.1",
28-
"@tanstack/react-query": "^5.90.1",
29-
"@tanstack/react-query-devtools": "^5.90.1",
30-
"@tanstack/react-router": "^1.131.50",
31-
"@tanstack/react-router-devtools": "^1.131.50",
28+
"@tanstack/react-query": "^5.90.10",
29+
"@tanstack/react-query-devtools": "^5.90.2",
30+
"@tanstack/react-router": "^1.136.8",
31+
"@tanstack/react-router-devtools": "^1.136.8",
3232
"@tanstack/react-router-with-query": "^1.130.17",
33-
"@tanstack/react-start": "1.132.0-alpha.25",
34-
"@tanstack/router-plugin": "^1.131.50",
35-
"ai": "^5.0.48",
36-
"prisma": "^6.16.2",
37-
"react": "19.1.1",
38-
"react-dom": "19.1.1",
39-
"tailwindcss": "^4.1.13",
33+
"@tanstack/react-start": "1.136.8",
34+
"@tanstack/router-plugin": "^1.136.8",
35+
"ai": "^5.0.93",
36+
"prisma": "^6.19.0",
37+
"react": "19.2.0",
38+
"react-dom": "19.2.0",
39+
"tailwindcss": "^4.1.17",
4040
"vite-tsconfig-paths": "^5.1.4",
41-
"zod": "^4.1.11"
41+
"zod": "^4.1.12"
4242
},
4343
"devDependencies": {
4444
"@tanstack/devtools-vite": "0.3.11",
4545
"@testing-library/dom": "^10.4.1",
4646
"@testing-library/react": "^16.3.0",
47-
"@types/react": "^19.1.13",
48-
"@types/react-dom": "^19.1.9",
47+
"@types/react": "^19.2.6",
48+
"@types/react-dom": "^19.2.3",
4949
"@vitejs/plugin-react": "^4.7.0",
50-
"jsdom": "^27.0.0",
51-
"typescript": "~5.9.2",
52-
"vite": "^7.1.7",
50+
"jsdom": "^27.2.0",
51+
"typescript": "~5.9.3",
52+
"vite": "^7.2.2",
5353
"vite-plugin-inspect": "11.3.3",
5454
"vitest": "^3.2.4",
5555
"web-vitals": "^4.2.4"

examples/react/time-travel/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
"dependencies": {
1212
"@tanstack/devtools-event-client": "workspace:^",
1313
"@tanstack/react-devtools": "^0.8.1",
14-
"@tanstack/react-query": "^5.90.1",
15-
"@tanstack/react-query-devtools": "^5.90.1",
16-
"@tanstack/react-router": "^1.131.50",
17-
"@tanstack/react-router-devtools": "^1.131.50",
18-
"react": "19.1.1",
19-
"react-dom": "19.1.1",
20-
"zod": "^4.1.11",
14+
"@tanstack/react-query": "^5.90.10",
15+
"@tanstack/react-query-devtools": "^5.90.2",
16+
"@tanstack/react-router": "^1.136.8",
17+
"@tanstack/react-router-devtools": "^1.136.8",
18+
"react": "19.2.0",
19+
"react-dom": "19.2.0",
20+
"zod": "^4.1.12",
2121
"zustand": "^5.0.8"
2222
},
2323
"devDependencies": {
24-
"@types/react": "^19.1.13",
25-
"@types/react-dom": "^19.1.9",
24+
"@types/react": "^19.2.6",
25+
"@types/react-dom": "^19.2.3",
2626
"@vitejs/plugin-react": "^4.7.0",
27-
"vite": "^7.1.7"
27+
"vite": "^7.2.2"
2828
},
2929
"browserslist": {
3030
"production": [

examples/solid/basic/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
},
1111
"dependencies": {
1212
"@tanstack/solid-devtools": "^0.7.14",
13-
"@tanstack/solid-query": "^5.90.1",
14-
"@tanstack/solid-query-devtools": "^5.90.1",
15-
"@tanstack/solid-router": "^1.131.50",
16-
"@tanstack/solid-router-devtools": "^1.131.50",
17-
"solid-js": "^1.9.9"
13+
"@tanstack/solid-query": "^5.90.13",
14+
"@tanstack/solid-query-devtools": "^5.90.4",
15+
"@tanstack/solid-router": "^1.136.8",
16+
"@tanstack/solid-router-devtools": "^1.136.8",
17+
"solid-js": "^1.9.10"
1818
},
1919
"devDependencies": {
2020
"@tanstack/devtools-vite": "0.3.11",
21-
"vite": "^7.1.7",
21+
"vite": "^7.2.2",
2222
"vite-plugin-inspect": "11.3.3",
23-
"vite-plugin-solid": "^2.11.8"
23+
"vite-plugin-solid": "^2.11.10"
2424
},
2525
"browserslist": {
2626
"production": [

0 commit comments

Comments
 (0)