Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent a42deba commit 20e2cf0
Show file tree
Hide file tree
Showing 55 changed files with 1,356 additions and 1,203 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
- name: Setup Tools
uses: tanstack/config/.github/setup@main
- name: Fix formatting
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
fetch-depth: 0
- name: Start Nx Agents
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
fetch-depth: 0
- name: Start Nx Agents
Expand All @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
fetch-depth: 0
- name: Setup Tools
Expand Down
4 changes: 2 additions & 2 deletions e2e/react-router/basic-file-based-code-splitting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@playwright/test": "^1.47.1",
"@playwright/test": "^1.47.2",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.4.5"
"vite": "^5.4.8"
}
}
4 changes: 2 additions & 2 deletions e2e/react-router/basic-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@playwright/test": "^1.47.1",
"@playwright/test": "^1.47.2",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.4.5"
"vite": "^5.4.8"
}
}
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 @@ -11,7 +11,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.56.2",
"@tanstack/react-query-devtools": "^5.58.0",
"@tanstack/react-router": "workspace:^",
"@tanstack/router-devtools": "workspace:^",
"@tanstack/router-plugin": "workspace:^",
Expand All @@ -21,10 +21,10 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@playwright/test": "^1.47.1",
"@playwright/test": "^1.47.2",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.4.5"
"vite": "^5.4.8"
}
}
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 @@ -11,18 +11,18 @@
},
"dependencies": {
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.56.2",
"@tanstack/react-query-devtools": "^5.58.0",
"@tanstack/react-router": "workspace:^",
"@tanstack/router-devtools": "workspace:^",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redaxios": "^0.5.1"
},
"devDependencies": {
"@playwright/test": "^1.47.1",
"@playwright/test": "^1.47.2",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.4.5"
"vite": "^5.4.8"
}
}
4 changes: 2 additions & 2 deletions e2e/react-router/basic-virtual-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.47.1",
"@playwright/test": "^1.47.2",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.4.5"
"vite": "^5.4.8"
}
}
4 changes: 2 additions & 2 deletions e2e/react-router/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.47.1",
"@playwright/test": "^1.47.2",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.4.5"
"vite": "^5.4.8"
}
}
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": "pnpm run prisma-generate && playwright test --project=chromium"
},
"dependencies": {
"@prisma/client": "5.19.1",
"@prisma/client": "5.20.0",
"@tanstack/react-router": "workspace:^",
"@tanstack/router-devtools": "workspace:^",
"@tanstack/start": "workspace:^",
"dotenv": "^16.4.5",
"prisma": "^5.19.1",
"prisma": "^5.20.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redaxios": "^0.5.1",
Expand All @@ -25,14 +25,14 @@
"vinxi": "0.4.3"
},
"devDependencies": {
"@playwright/test": "^1.47.1",
"@playwright/test": "^1.47.2",
"@types/node": "^22.5.4",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.11",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vite-tsconfig-paths": "^5.0.1"
}
Expand Down
6 changes: 3 additions & 3 deletions e2e/start/basic-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.56.2",
"@tanstack/react-query-devtools": "^5.58.0",
"@tanstack/react-router": "workspace:^",
"@tanstack/react-router-with-query": "workspace:^",
"@tanstack/router-devtools": "workspace:^",
Expand All @@ -23,14 +23,14 @@
"vinxi": "0.4.3"
},
"devDependencies": {
"@playwright/test": "^1.47.1",
"@playwright/test": "^1.47.2",
"@types/node": "^22.5.4",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.11",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vite-tsconfig-paths": "^5.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/start/basic-rsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.11",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vite-tsconfig-paths": "^5.0.1"
},
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 @@ -21,14 +21,14 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@playwright/test": "^1.47.1",
"@playwright/test": "^1.47.2",
"@types/node": "^22.5.4",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.11",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vite-tsconfig-paths": "^5.0.1"
}
Expand Down
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.1",
"@clerk/tanstack-start": "0.4.8",
"@tanstack/react-router": "workspace:^",
"@tanstack/router-devtools": "workspace:^",
"@tanstack/start": "workspace:^",
Expand All @@ -23,14 +23,14 @@
"vinxi": "0.4.3"
},
"devDependencies": {
"@playwright/test": "^1.47.1",
"@playwright/test": "^1.47.2",
"@types/node": "^22.5.4",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.11",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vite-tsconfig-paths": "^5.0.1"
}
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 @@ -21,6 +21,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.4.5"
"vite": "^5.4.8"
}
}
2 changes: 1 addition & 1 deletion examples/react/basic-default-search-params/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.4.5"
"vite": "^5.4.8"
}
}
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.1",
"vite": "^5.4.5"
"vite": "^5.4.8"
}
}
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.1",
"vite": "^5.4.5"
"vite": "^5.4.8"
}
}
4 changes: 2 additions & 2 deletions examples/react/basic-react-query-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.56.2",
"@tanstack/react-query-devtools": "^5.58.0",
"@tanstack/react-router": "^1.58.11",
"@tanstack/router-devtools": "^1.58.11",
"@tanstack/router-plugin": "^1.58.10",
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.4.5"
"vite": "^5.4.8"
}
}
4 changes: 2 additions & 2 deletions examples/react/basic-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.56.2",
"@tanstack/react-query-devtools": "^5.58.0",
"@tanstack/react-router": "^1.58.11",
"@tanstack/router-devtools": "^1.58.11",
"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.1",
"vite": "^5.4.5"
"vite": "^5.4.8"
}
}
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.5",
"vite": "^5.4.8",
"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.5",
"vite": "^5.4.8",
"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 @@ -23,6 +23,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.4.5"
"vite": "^5.4.8"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.4.5"
"vite": "^5.4.8"
}
}
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.1",
"vite": "^5.4.5"
"vite": "^5.4.8"
}
}
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.1",
"vite": "^5.4.5"
"vite": "^5.4.8"
}
}
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.4.5"
"vite": "^5.4.8"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.56.2",
"@tanstack/react-query-devtools": "^5.58.0",
"@tanstack/react-router": "^1.58.11",
"@tanstack/router-devtools": "^1.58.11",
"@tanstack/router-plugin": "^1.58.10",
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.4.5"
"vite": "^5.4.8"
}
}
4 changes: 2 additions & 2 deletions examples/react/kitchen-sink-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.56.2",
"@tanstack/react-query-devtools": "^5.58.0",
"@tanstack/react-router": "^1.58.11",
"@tanstack/router-devtools": "^1.58.11",
"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.4.5"
"vite": "^5.4.8"
}
}
Loading

0 comments on commit 20e2cf0

Please sign in to comment.