Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#2730)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent 0618661 commit 47cc85f
Show file tree
Hide file tree
Showing 66 changed files with 1,920 additions and 1,138 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Tools
uses: tanstack/config/.github/setup@main
- name: Get base and head commits for `nx affected`
uses: nrwl/[email protected].1
uses: nrwl/[email protected].2
with:
main-branch-name: main
- name: Run Checks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion e2e/react-router/basic-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
6 changes: 3 additions & 3 deletions e2e/react-router/basic-react-query-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"test:e2e": "playwright test --project=chromium"
},
"dependencies": {
"@tanstack/react-query": "^5.59.19",
"@tanstack/react-query-devtools": "^5.59.19",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-query-devtools": "^5.59.20",
"@tanstack/react-router": "workspace:^",
"@tanstack/router-devtools": "workspace:^",
"@tanstack/router-plugin": "workspace:^",
Expand All @@ -25,6 +25,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
6 changes: 3 additions & 3 deletions e2e/react-router/basic-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"test:e2e": "playwright test --project=chromium"
},
"dependencies": {
"@tanstack/react-query": "^5.59.19",
"@tanstack/react-query-devtools": "^5.59.19",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-query-devtools": "^5.59.20",
"@tanstack/react-router": "workspace:^",
"@tanstack/router-devtools": "workspace:^",
"react": "^18.2.0",
Expand All @@ -23,6 +23,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
4 changes: 2 additions & 2 deletions e2e/react-router/basic-scroll-restoration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@tanstack/react-router": "workspace:^",
"@tanstack/router-devtools": "workspace:^",
"@tanstack/react-virtual": "^3.10.8",
"@tanstack/react-virtual": "^3.10.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redaxios": "^0.5.1"
Expand All @@ -22,6 +22,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion e2e/react-router/basic-virtual-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion e2e/react-router/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
8 changes: 4 additions & 4 deletions e2e/start/basic-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"test:e2e": "exit 0; pnpm run prisma-generate && playwright test --project=chromium"
},
"dependencies": {
"@prisma/client": "5.21.1",
"@prisma/client": "5.22.0",
"@tanstack/react-router": "workspace:^",
"@tanstack/router-devtools": "workspace:^",
"@tanstack/start": "workspace:^",
"dotenv": "^16.4.5",
"prisma": "^5.21.1",
"prisma": "^5.22.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redaxios": "^0.5.1",
Expand All @@ -31,9 +31,9 @@
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.2",
"vite-tsconfig-paths": "^5.0.1"
"vite-tsconfig-paths": "^5.1.2"
}
}
8 changes: 4 additions & 4 deletions e2e/start/basic-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"test:e2e": "playwright test --project=chromium"
},
"dependencies": {
"@tanstack/react-query": "^5.59.19",
"@tanstack/react-query-devtools": "^5.59.19",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-query-devtools": "^5.59.20",
"@tanstack/react-router": "workspace:^",
"@tanstack/react-router-with-query": "workspace:^",
"@tanstack/router-devtools": "workspace:^",
Expand All @@ -29,9 +29,9 @@
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.2",
"vite-tsconfig-paths": "^5.0.1"
"vite-tsconfig-paths": "^5.1.2"
}
}
4 changes: 2 additions & 2 deletions e2e/start/basic-rsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.2",
"vite-tsconfig-paths": "^5.0.1"
"vite-tsconfig-paths": "^5.1.2"
},
"overrides": {
"react": "0.0.0-experimental-035a41c4e-20230704",
Expand Down
4 changes: 2 additions & 2 deletions e2e/start/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.2",
"vite-tsconfig-paths": "^5.0.1"
"vite-tsconfig-paths": "^5.1.2"
}
}
6 changes: 3 additions & 3 deletions e2e/start/clerk-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test:e2e": "exit 0; playwright test --project=chromium"
},
"dependencies": {
"@clerk/tanstack-start": "0.4.21",
"@clerk/tanstack-start": "0.4.25",
"@tanstack/react-router": "workspace:^",
"@tanstack/router-devtools": "workspace:^",
"@tanstack/start": "workspace:^",
Expand All @@ -29,9 +29,9 @@
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.2",
"vite-tsconfig-paths": "^5.0.1"
"vite-tsconfig-paths": "^5.1.2"
}
}
4 changes: 2 additions & 2 deletions e2e/start/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.2",
"vite-tsconfig-paths": "^5.0.1"
"vite-tsconfig-paths": "^5.1.2"
}
}
2 changes: 1 addition & 1 deletion examples/react/authenticated-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
4 changes: 2 additions & 2 deletions examples/react/basic-default-search-params/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-query": "^5.59.19",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-router": "^1.81.4",
"@tanstack/router-devtools": "^1.81.4",
"redaxios": "^0.5.1",
Expand All @@ -21,6 +21,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/react/basic-file-based-codesplitting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/react/basic-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
6 changes: 3 additions & 3 deletions examples/react/basic-react-query-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-query": "^5.59.19",
"@tanstack/react-query-devtools": "^5.59.19",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-query-devtools": "^5.59.20",
"@tanstack/react-router": "^1.81.4",
"@tanstack/router-devtools": "^1.81.4",
"@tanstack/router-plugin": "^1.79.0",
Expand All @@ -23,6 +23,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
6 changes: 3 additions & 3 deletions examples/react/basic-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-query": "^5.59.19",
"@tanstack/react-query-devtools": "^5.59.19",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-query-devtools": "^5.59.20",
"@tanstack/react-router": "^1.81.4",
"@tanstack/router-devtools": "^1.81.4",
"react": "^18.2.0",
Expand All @@ -21,6 +21,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/react/basic-ssr-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"isbot": "^5.1.17",
"node-fetch": "^3.3.2",
"serve-static": "^1.16.2",
"vite": "^5.4.10",
"vite": "^5.4.11",
"vite-plugin-babel": "^1.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/react/basic-ssr-streaming-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"isbot": "^5.1.17",
"node-fetch": "^3.3.2",
"serve-static": "^1.16.2",
"vite": "^5.4.10",
"vite": "^5.4.11",
"vite-plugin-babel": "^1.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/react/basic-virtual-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/react/deferred-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/react/kitchen-sink-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-query": "^5.59.19",
"@tanstack/react-query-devtools": "^5.59.19",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-query-devtools": "^5.59.20",
"@tanstack/react-router": "^1.81.4",
"@tanstack/router-devtools": "^1.81.4",
"@tanstack/router-plugin": "^1.79.0",
Expand All @@ -24,6 +24,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
6 changes: 3 additions & 3 deletions examples/react/kitchen-sink-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-query": "^5.59.19",
"@tanstack/react-query-devtools": "^5.59.19",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-query-devtools": "^5.59.20",
"@tanstack/react-router": "^1.81.4",
"@tanstack/router-devtools": "^1.81.4",
"redaxios": "^0.5.1",
Expand All @@ -23,6 +23,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/react/kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
Loading

0 comments on commit 47cc85f

Please sign in to comment.