Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#2217)
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] committed Sep 14, 2024
1 parent fc987c4 commit 943547c
Show file tree
Hide file tree
Showing 50 changed files with 1,906 additions and 2,619 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/nx-set-shas@v4.0.6
uses: nrwl/nx-set-shas@v4.1.0
with:
main-branch-name: main
- name: Run Checks
Expand Down
2 changes: 1 addition & 1 deletion examples/react/authenticated-routes/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.1",
"vite": "^5.3.5"
"vite": "^5.4.5"
}
}
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.51.21",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-router": "^1.57.13",
"@tanstack/router-devtools": "^1.57.13",
"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.1",
"vite": "^5.3.5"
"vite": "^5.4.5"
}
}
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 @@ -22,6 +22,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.3.5"
"vite": "^5.4.5"
}
}
4 changes: 2 additions & 2 deletions examples/react/basic-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@playwright/test": "^1.46.1",
"@playwright/test": "^1.47.1",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.3.5"
"vite": "^5.4.5"
}
}
8 changes: 4 additions & 4 deletions examples/react/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.51.21",
"@tanstack/react-query-devtools": "^5.51.21",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.56.2",
"@tanstack/react-router": "^1.57.13",
"@tanstack/router-devtools": "^1.57.13",
"@tanstack/router-plugin": "^1.57.13",
Expand All @@ -22,10 +22,10 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@playwright/test": "^1.46.1",
"@playwright/test": "^1.47.1",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.3.5"
"vite": "^5.4.5"
}
}
8 changes: 4 additions & 4 deletions examples/react/basic-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
"test:e2e": "playwright test --project=chromium"
},
"dependencies": {
"@tanstack/react-query": "^5.51.21",
"@tanstack/react-query-devtools": "^5.51.21",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.56.2",
"@tanstack/react-router": "^1.57.13",
"@tanstack/router-devtools": "^1.57.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redaxios": "^0.5.1"
},
"devDependencies": {
"@playwright/test": "^1.46.1",
"@playwright/test": "^1.47.1",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.3.5"
"vite": "^5.4.5"
}
}
10 changes: 5 additions & 5 deletions examples/react/basic-ssr-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/generator": "^7.25.0",
"@babel/generator": "^7.25.6",
"@rollup/plugin-babel": "^6.0.4",
"@types/express": "^4.17.21",
"@vitejs/plugin-react": "^4.3.1",
"compression": "^1.7.4",
"express": "^4.19.2",
"isbot": "^5.1.14",
"express": "^4.21.0",
"isbot": "^5.1.17",
"node-fetch": "^3.3.2",
"serve-static": "^1.15.0",
"vite": "^5.3.5",
"serve-static": "^1.16.2",
"vite": "^5.4.5",
"vite-plugin-babel": "^1.2.0"
}
}
10 changes: 5 additions & 5 deletions examples/react/basic-ssr-streaming-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/generator": "^7.25.0",
"@babel/generator": "^7.25.6",
"@rollup/plugin-babel": "^6.0.4",
"@types/express": "^4.17.21",
"@vitejs/plugin-react": "^4.3.1",
"compression": "^1.7.4",
"express": "^4.19.2",
"isbot": "^5.1.14",
"express": "^4.21.0",
"isbot": "^5.1.17",
"node-fetch": "^3.3.2",
"serve-static": "^1.15.0",
"vite": "^5.3.5",
"serve-static": "^1.16.2",
"vite": "^5.4.5",
"vite-plugin-babel": "^1.2.0"
}
}
4 changes: 2 additions & 2 deletions examples/react/basic-virtual-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@playwright/test": "^1.46.1",
"@playwright/test": "^1.47.1",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.3.5"
"vite": "^5.4.5"
}
}
4 changes: 2 additions & 2 deletions examples/react/basic-virtual-inside-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@playwright/test": "^1.46.1",
"@playwright/test": "^1.47.1",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.3.5"
"vite": "^5.4.5"
}
}
4 changes: 2 additions & 2 deletions examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"redaxios": "^0.5.1"
},
"devDependencies": {
"@playwright/test": "^1.46.1",
"@playwright/test": "^1.47.1",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.3.5"
"vite": "^5.4.5"
}
}
2 changes: 1 addition & 1 deletion examples/react/deferred-data/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.1",
"vite": "^5.3.5"
"vite": "^5.4.5"
}
}
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.1",
"vite": "^5.3.5"
"vite": "^5.4.5"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-query": "^5.51.21",
"@tanstack/react-query-devtools": "^5.51.21",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.56.2",
"@tanstack/react-router": "^1.57.13",
"@tanstack/router-devtools": "^1.57.13",
"@tanstack/router-plugin": "^1.57.13",
Expand All @@ -24,6 +24,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.3.5"
"vite": "^5.4.5"
}
}
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.51.21",
"@tanstack/react-query-devtools": "^5.51.21",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.56.2",
"@tanstack/react-router": "^1.57.13",
"@tanstack/router-devtools": "^1.57.13",
"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.1",
"vite": "^5.3.5"
"vite": "^5.4.5"
}
}
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.1",
"vite": "^5.3.5"
"vite": "^5.4.5"
}
}
4 changes: 2 additions & 2 deletions examples/react/large-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test:types": "tsc --extendedDiagnostics"
},
"dependencies": {
"@tanstack/react-query": "^5.51.21",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-router": "^1.57.13",
"@tanstack/router-devtools": "^1.57.13",
"@tanstack/router-plugin": "^1.57.13",
Expand All @@ -25,6 +25,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.3.5"
"vite": "^5.4.5"
}
}
4 changes: 2 additions & 2 deletions examples/react/location-masking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.1",
"@tanstack/react-query": "^5.51.21",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-router": "^1.57.13",
"@tanstack/router-devtools": "^1.57.13",
"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.1",
"vite": "^5.3.5"
"vite": "^5.4.5"
}
}
4 changes: 2 additions & 2 deletions examples/react/navigation-blocking/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.51.21",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-router": "^1.57.13",
"@tanstack/router-devtools": "^1.57.13",
"redaxios": "^0.5.1",
Expand All @@ -20,6 +20,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.3.5"
"vite": "^5.4.5"
}
}
2 changes: 1 addition & 1 deletion examples/react/quickstart-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.1",
"vite": "^5.3.5"
"vite": "^5.4.5"
}
}
4 changes: 2 additions & 2 deletions examples/react/quickstart-rspack-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "1.0.2",
"@rsbuild/plugin-react": "1.0.1",
"@rsbuild/core": "1.0.4",
"@rsbuild/plugin-react": "1.0.2",
"@tanstack/router-plugin": "^1.57.13",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/quickstart-webpack-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@swc/core": "^1.7.6",
"@swc/core": "^1.7.26",
"@tanstack/router-plugin": "^1.57.13",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"html-webpack-plugin": "^5.6.0",
"swc-loader": "^0.2.6",
"typescript": "^5.6.2",
"webpack": "^5.93.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
"webpack-dev-server": "^5.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/react/quickstart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.3.5"
"vite": "^5.4.5"
}
}
4 changes: 2 additions & 2 deletions examples/react/scroll-restoration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/react-router": "^1.57.13",
"@tanstack/react-virtual": "^3.8.4",
"@tanstack/react-virtual": "^3.10.7",
"@tanstack/router-devtools": "^1.57.13",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand All @@ -19,6 +19,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.3.5"
"vite": "^5.4.5"
}
}
8 changes: 4 additions & 4 deletions examples/react/search-validator-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"@tanstack/router-zod-adapter": "^1.57.13",
"@tanstack/router-valibot-adapter": "^1.57.13",
"@tanstack/router-arktype-adapter": "^1.57.13",
"@tanstack/react-query": "^5.51.21",
"@tanstack/react-query": "^5.56.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": "^3.23.8",
"valibot": "^0.37.0",
"arktype": "^2.0.0-beta.5"
"valibot": "^0.41.0",
"arktype": "^2.0.0-rc.7"
},
"devDependencies": {
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.3.5"
"vite": "^5.4.5"
}
}
Loading

0 comments on commit 943547c

Please sign in to comment.