Skip to content

Commit 47cc85f

Browse files
chore(deps): update all non-major dependencies (TanStack#2730)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0618661 commit 47cc85f

File tree

66 files changed

+1920
-1138
lines changed

Some content is hidden

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

66 files changed

+1920
-1138
lines changed

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Tools
2828
uses: tanstack/config/.github/setup@main
2929
- name: Get base and head commits for `nx affected`
30-
uses: nrwl/[email protected].1
30+
uses: nrwl/[email protected].2
3131
with:
3232
main-branch-name: main
3333
- name: Run Checks

e2e/react-router/basic-file-based-code-splitting/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"@types/react": "^18.2.47",
2323
"@types/react-dom": "^18.2.18",
2424
"@vitejs/plugin-react": "^4.3.3",
25-
"vite": "^5.4.10"
25+
"vite": "^5.4.11"
2626
}
2727
}

e2e/react-router/basic-file-based/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"@types/react": "^18.2.47",
2525
"@types/react-dom": "^18.2.18",
2626
"@vitejs/plugin-react": "^4.3.3",
27-
"vite": "^5.4.10"
27+
"vite": "^5.4.11"
2828
}
2929
}

e2e/react-router/basic-react-query-file-based/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"test:e2e": "playwright test --project=chromium"
1111
},
1212
"dependencies": {
13-
"@tanstack/react-query": "^5.59.19",
14-
"@tanstack/react-query-devtools": "^5.59.19",
13+
"@tanstack/react-query": "^5.59.20",
14+
"@tanstack/react-query-devtools": "^5.59.20",
1515
"@tanstack/react-router": "workspace:^",
1616
"@tanstack/router-devtools": "workspace:^",
1717
"@tanstack/router-plugin": "workspace:^",
@@ -25,6 +25,6 @@
2525
"@types/react": "^18.2.47",
2626
"@types/react-dom": "^18.2.18",
2727
"@vitejs/plugin-react": "^4.3.3",
28-
"vite": "^5.4.10"
28+
"vite": "^5.4.11"
2929
}
3030
}

e2e/react-router/basic-react-query/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"test:e2e": "playwright test --project=chromium"
1111
},
1212
"dependencies": {
13-
"@tanstack/react-query": "^5.59.19",
14-
"@tanstack/react-query-devtools": "^5.59.19",
13+
"@tanstack/react-query": "^5.59.20",
14+
"@tanstack/react-query-devtools": "^5.59.20",
1515
"@tanstack/react-router": "workspace:^",
1616
"@tanstack/router-devtools": "workspace:^",
1717
"react": "^18.2.0",
@@ -23,6 +23,6 @@
2323
"@types/react": "^18.2.47",
2424
"@types/react-dom": "^18.2.18",
2525
"@vitejs/plugin-react": "^4.3.3",
26-
"vite": "^5.4.10"
26+
"vite": "^5.4.11"
2727
}
2828
}

e2e/react-router/basic-scroll-restoration/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@tanstack/react-router": "workspace:^",
1414
"@tanstack/router-devtools": "workspace:^",
15-
"@tanstack/react-virtual": "^3.10.8",
15+
"@tanstack/react-virtual": "^3.10.9",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0",
1818
"redaxios": "^0.5.1"
@@ -22,6 +22,6 @@
2222
"@types/react": "^18.2.47",
2323
"@types/react-dom": "^18.2.18",
2424
"@vitejs/plugin-react": "^4.3.3",
25-
"vite": "^5.4.10"
25+
"vite": "^5.4.11"
2626
}
2727
}

e2e/react-router/basic-virtual-file-based/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"@types/react": "^18.2.47",
2525
"@types/react-dom": "^18.2.18",
2626
"@vitejs/plugin-react": "^4.3.3",
27-
"vite": "^5.4.10"
27+
"vite": "^5.4.11"
2828
}
2929
}

e2e/react-router/basic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"@types/react": "^18.2.47",
2222
"@types/react-dom": "^18.2.18",
2323
"@vitejs/plugin-react": "^4.3.3",
24-
"vite": "^5.4.10"
24+
"vite": "^5.4.11"
2525
}
2626
}

e2e/start/basic-auth/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"test:e2e": "exit 0; pnpm run prisma-generate && playwright test --project=chromium"
1212
},
1313
"dependencies": {
14-
"@prisma/client": "5.21.1",
14+
"@prisma/client": "5.22.0",
1515
"@tanstack/react-router": "workspace:^",
1616
"@tanstack/router-devtools": "workspace:^",
1717
"@tanstack/start": "workspace:^",
1818
"dotenv": "^16.4.5",
19-
"prisma": "^5.21.1",
19+
"prisma": "^5.22.0",
2020
"react": "^18.3.1",
2121
"react-dom": "^18.3.1",
2222
"redaxios": "^0.5.1",
@@ -31,9 +31,9 @@
3131
"@types/react-dom": "^18.2.21",
3232
"@vitejs/plugin-react": "^4.3.3",
3333
"autoprefixer": "^10.4.20",
34-
"postcss": "^8.4.47",
34+
"postcss": "^8.4.49",
3535
"tailwindcss": "^3.4.14",
3636
"typescript": "^5.6.2",
37-
"vite-tsconfig-paths": "^5.0.1"
37+
"vite-tsconfig-paths": "^5.1.2"
3838
}
3939
}

e2e/start/basic-react-query/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"test:e2e": "playwright test --project=chromium"
1111
},
1212
"dependencies": {
13-
"@tanstack/react-query": "^5.59.19",
14-
"@tanstack/react-query-devtools": "^5.59.19",
13+
"@tanstack/react-query": "^5.59.20",
14+
"@tanstack/react-query-devtools": "^5.59.20",
1515
"@tanstack/react-router": "workspace:^",
1616
"@tanstack/react-router-with-query": "workspace:^",
1717
"@tanstack/router-devtools": "workspace:^",
@@ -29,9 +29,9 @@
2929
"@types/react-dom": "^18.2.21",
3030
"@vitejs/plugin-react": "^4.3.3",
3131
"autoprefixer": "^10.4.20",
32-
"postcss": "^8.4.47",
32+
"postcss": "^8.4.49",
3333
"tailwindcss": "^3.4.14",
3434
"typescript": "^5.6.2",
35-
"vite-tsconfig-paths": "^5.0.1"
35+
"vite-tsconfig-paths": "^5.1.2"
3636
}
3737
}

e2e/start/basic-rsc/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"@types/react-dom": "^18.2.21",
2323
"@vitejs/plugin-react": "^4.3.3",
2424
"autoprefixer": "^10.4.20",
25-
"postcss": "^8.4.47",
25+
"postcss": "^8.4.49",
2626
"tailwindcss": "^3.4.14",
2727
"typescript": "^5.6.2",
28-
"vite-tsconfig-paths": "^5.0.1"
28+
"vite-tsconfig-paths": "^5.1.2"
2929
},
3030
"overrides": {
3131
"react": "0.0.0-experimental-035a41c4e-20230704",

e2e/start/basic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"@types/react-dom": "^18.2.21",
2828
"@vitejs/plugin-react": "^4.3.3",
2929
"autoprefixer": "^10.4.20",
30-
"postcss": "^8.4.47",
30+
"postcss": "^8.4.49",
3131
"tailwindcss": "^3.4.14",
3232
"typescript": "^5.6.2",
33-
"vite-tsconfig-paths": "^5.0.1"
33+
"vite-tsconfig-paths": "^5.1.2"
3434
}
3535
}

e2e/start/clerk-basic/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test:e2e": "exit 0; playwright test --project=chromium"
1111
},
1212
"dependencies": {
13-
"@clerk/tanstack-start": "0.4.21",
13+
"@clerk/tanstack-start": "0.4.25",
1414
"@tanstack/react-router": "workspace:^",
1515
"@tanstack/router-devtools": "workspace:^",
1616
"@tanstack/start": "workspace:^",
@@ -29,9 +29,9 @@
2929
"@types/react-dom": "^18.2.21",
3030
"@vitejs/plugin-react": "^4.3.3",
3131
"autoprefixer": "^10.4.20",
32-
"postcss": "^8.4.47",
32+
"postcss": "^8.4.49",
3333
"tailwindcss": "^3.4.14",
3434
"typescript": "^5.6.2",
35-
"vite-tsconfig-paths": "^5.0.1"
35+
"vite-tsconfig-paths": "^5.1.2"
3636
}
3737
}

e2e/start/website/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"@types/react-dom": "^18.2.21",
2828
"@vitejs/plugin-react": "^4.3.3",
2929
"autoprefixer": "^10.4.20",
30-
"postcss": "^8.4.47",
30+
"postcss": "^8.4.49",
3131
"tailwindcss": "^3.4.14",
3232
"typescript": "^5.6.2",
33-
"vite-tsconfig-paths": "^5.0.1"
33+
"vite-tsconfig-paths": "^5.1.2"
3434
}
3535
}

examples/react/authenticated-routes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"@types/react": "^18.2.47",
2222
"@types/react-dom": "^18.2.18",
2323
"@vitejs/plugin-react": "^4.3.3",
24-
"vite": "^5.4.10"
24+
"vite": "^5.4.11"
2525
}
2626
}

examples/react/basic-default-search-params/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-query": "^5.59.19",
12+
"@tanstack/react-query": "^5.59.20",
1313
"@tanstack/react-router": "^1.81.4",
1414
"@tanstack/router-devtools": "^1.81.4",
1515
"redaxios": "^0.5.1",
@@ -21,6 +21,6 @@
2121
"@types/react": "^18.2.47",
2222
"@types/react-dom": "^18.2.18",
2323
"@vitejs/plugin-react": "^4.3.3",
24-
"vite": "^5.4.10"
24+
"vite": "^5.4.11"
2525
}
2626
}

examples/react/basic-file-based-codesplitting/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"@types/react": "^18.2.47",
2222
"@types/react-dom": "^18.2.18",
2323
"@vitejs/plugin-react": "^4.3.3",
24-
"vite": "^5.4.10"
24+
"vite": "^5.4.11"
2525
}
2626
}

examples/react/basic-file-based/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"@types/react": "^18.2.47",
2222
"@types/react-dom": "^18.2.18",
2323
"@vitejs/plugin-react": "^4.3.3",
24-
"vite": "^5.4.10"
24+
"vite": "^5.4.11"
2525
}
2626
}

examples/react/basic-react-query-file-based/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-query": "^5.59.19",
13-
"@tanstack/react-query-devtools": "^5.59.19",
12+
"@tanstack/react-query": "^5.59.20",
13+
"@tanstack/react-query-devtools": "^5.59.20",
1414
"@tanstack/react-router": "^1.81.4",
1515
"@tanstack/router-devtools": "^1.81.4",
1616
"@tanstack/router-plugin": "^1.79.0",
@@ -23,6 +23,6 @@
2323
"@types/react": "^18.2.47",
2424
"@types/react-dom": "^18.2.18",
2525
"@vitejs/plugin-react": "^4.3.3",
26-
"vite": "^5.4.10"
26+
"vite": "^5.4.11"
2727
}
2828
}

examples/react/basic-react-query/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-query": "^5.59.19",
13-
"@tanstack/react-query-devtools": "^5.59.19",
12+
"@tanstack/react-query": "^5.59.20",
13+
"@tanstack/react-query-devtools": "^5.59.20",
1414
"@tanstack/react-router": "^1.81.4",
1515
"@tanstack/router-devtools": "^1.81.4",
1616
"react": "^18.2.0",
@@ -21,6 +21,6 @@
2121
"@types/react": "^18.2.47",
2222
"@types/react-dom": "^18.2.18",
2323
"@vitejs/plugin-react": "^4.3.3",
24-
"vite": "^5.4.10"
24+
"vite": "^5.4.11"
2525
}
2626
}

examples/react/basic-ssr-file-based/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"isbot": "^5.1.17",
3232
"node-fetch": "^3.3.2",
3333
"serve-static": "^1.16.2",
34-
"vite": "^5.4.10",
34+
"vite": "^5.4.11",
3535
"vite-plugin-babel": "^1.2.0"
3636
}
3737
}

examples/react/basic-ssr-streaming-file-based/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"isbot": "^5.1.17",
3333
"node-fetch": "^3.3.2",
3434
"serve-static": "^1.16.2",
35-
"vite": "^5.4.10",
35+
"vite": "^5.4.11",
3636
"vite-plugin-babel": "^1.2.0"
3737
}
3838
}

examples/react/basic-virtual-file-based/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"@types/react": "^18.2.47",
2323
"@types/react-dom": "^18.2.18",
2424
"@vitejs/plugin-react": "^4.3.3",
25-
"vite": "^5.4.10"
25+
"vite": "^5.4.11"
2626
}
2727
}

examples/react/basic-virtual-inside-file-based/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"@types/react": "^18.2.47",
2323
"@types/react-dom": "^18.2.18",
2424
"@vitejs/plugin-react": "^4.3.3",
25-
"vite": "^5.4.10"
25+
"vite": "^5.4.11"
2626
}
2727
}

examples/react/basic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"@types/react": "^18.2.47",
2020
"@types/react-dom": "^18.2.18",
2121
"@vitejs/plugin-react": "^4.3.3",
22-
"vite": "^5.4.10"
22+
"vite": "^5.4.11"
2323
}
2424
}

examples/react/deferred-data/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"@types/react": "^18.2.47",
2121
"@types/react-dom": "^18.2.18",
2222
"@vitejs/plugin-react": "^4.3.3",
23-
"vite": "^5.4.10"
23+
"vite": "^5.4.11"
2424
}
2525
}

examples/react/kitchen-sink-file-based/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"@types/react": "^18.2.47",
2323
"@types/react-dom": "^18.2.18",
2424
"@vitejs/plugin-react": "^4.3.3",
25-
"vite": "^5.4.10"
25+
"vite": "^5.4.11"
2626
}
2727
}

examples/react/kitchen-sink-react-query-file-based/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-query": "^5.59.19",
13-
"@tanstack/react-query-devtools": "^5.59.19",
12+
"@tanstack/react-query": "^5.59.20",
13+
"@tanstack/react-query-devtools": "^5.59.20",
1414
"@tanstack/react-router": "^1.81.4",
1515
"@tanstack/router-devtools": "^1.81.4",
1616
"@tanstack/router-plugin": "^1.79.0",
@@ -24,6 +24,6 @@
2424
"@types/react": "^18.2.47",
2525
"@types/react-dom": "^18.2.18",
2626
"@vitejs/plugin-react": "^4.3.3",
27-
"vite": "^5.4.10"
27+
"vite": "^5.4.11"
2828
}
2929
}

examples/react/kitchen-sink-react-query/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-query": "^5.59.19",
13-
"@tanstack/react-query-devtools": "^5.59.19",
12+
"@tanstack/react-query": "^5.59.20",
13+
"@tanstack/react-query-devtools": "^5.59.20",
1414
"@tanstack/react-router": "^1.81.4",
1515
"@tanstack/router-devtools": "^1.81.4",
1616
"redaxios": "^0.5.1",
@@ -23,6 +23,6 @@
2323
"@types/react": "^18.2.47",
2424
"@types/react-dom": "^18.2.18",
2525
"@vitejs/plugin-react": "^4.3.3",
26-
"vite": "^5.4.10"
26+
"vite": "^5.4.11"
2727
}
2828
}

examples/react/kitchen-sink/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"@types/react": "^18.2.47",
2222
"@types/react-dom": "^18.2.18",
2323
"@vitejs/plugin-react": "^4.3.3",
24-
"vite": "^5.4.10"
24+
"vite": "^5.4.11"
2525
}
2626
}

0 commit comments

Comments
 (0)