Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ 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
run: npx nx-cloud start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yaml"
- name: Setup Tools
uses: tanstack/config/.github/setup@main
- name: Get base and head commits for `nx affected`
uses: nrwl/nx-set-shas@v4.1.0
uses: nrwl/nx-set-shas@v4.1.1
with:
main-branch-name: main
- name: Run Checks
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",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.5"
}
}
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",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.5"
}
}
8 changes: 4 additions & 4 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.56.2",
"@tanstack/react-query-devtools": "^5.56.2",
"@tanstack/react-query": "^5.59.0",
"@tanstack/react-query-devtools": "^5.59.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",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.5"
}
}
8 changes: 4 additions & 4 deletions e2e/react-router/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.56.2",
"@tanstack/react-query-devtools": "^5.56.2",
"@tanstack/react-query": "^5.59.0",
"@tanstack/react-query-devtools": "^5.59.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",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.5"
}
}
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",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.5"
}
}
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",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.5"
}
}
12 changes: 6 additions & 6 deletions e2e/start/basic-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,28 @@
"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",
"remix-auth-form": "^1.5.0",
"tailwind-merge": "^2.5.2",
"tailwind-merge": "^2.5.3",
"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",
"@vitejs/plugin-react": "^4.3.2",
"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
12 changes: 6 additions & 6 deletions e2e/start/basic-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@
"test:e2e": "playwright test --project=chromium"
},
"dependencies": {
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.56.2",
"@tanstack/react-query": "^5.59.0",
"@tanstack/react-query-devtools": "^5.59.0",
"@tanstack/react-router": "workspace:^",
"@tanstack/react-router-with-query": "workspace:^",
"@tanstack/router-devtools": "workspace:^",
"@tanstack/start": "workspace:^",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redaxios": "^0.5.1",
"tailwind-merge": "^2.5.2",
"tailwind-merge": "^2.5.3",
"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",
"@vitejs/plugin-react": "^4.3.2",
"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
8 changes: 4 additions & 4 deletions e2e/start/basic-rsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
"start": "vinxi start"
},
"dependencies": {
"@babel/plugin-syntax-typescript": "^7.25.4",
"@babel/plugin-syntax-typescript": "^7.25.7",
"@tanstack/react-router": "workspace:^",
"@tanstack/router-devtools": "workspace:^",
"@tanstack/start": "workspace:^",
"redaxios": "^0.5.1",
"tailwind-merge": "^2.5.2",
"tailwind-merge": "^2.5.3",
"vinxi": "0.4.3"
},
"devDependencies": {
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"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
8 changes: 4 additions & 4 deletions e2e/start/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redaxios": "^0.5.1",
"tailwind-merge": "^2.5.2",
"tailwind-merge": "^2.5.3",
"vinxi": "0.4.3",
"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",
"@vitejs/plugin-react": "^4.3.2",
"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
10 changes: 5 additions & 5 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.11",
"@tanstack/react-router": "workspace:^",
"@tanstack/router-devtools": "workspace:^",
"@tanstack/start": "workspace:^",
Expand All @@ -19,18 +19,18 @@
"react-dom": "^18.3.1",
"redaxios": "^0.5.1",
"remix-auth-form": "^1.5.0",
"tailwind-merge": "^2.5.2",
"tailwind-merge": "^2.5.3",
"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",
"@vitejs/plugin-react": "^4.3.2",
"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 @@ -20,7 +20,7 @@
"devDependencies": {
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"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.56.2",
"@tanstack/react-query": "^5.59.0",
"@tanstack/react-router": "^1.59.0",
"@tanstack/router-devtools": "^1.59.0",
"redaxios": "^0.5.1",
Expand All @@ -20,7 +20,7 @@
"devDependencies": {
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"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 @@ -20,7 +20,7 @@
"devDependencies": {
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.5"
}
}
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 @@ -20,7 +20,7 @@
"devDependencies": {
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.5"
}
}
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.56.2",
"@tanstack/react-query-devtools": "^5.56.2",
"@tanstack/react-query": "^5.59.0",
"@tanstack/react-query-devtools": "^5.59.0",
"@tanstack/react-router": "^1.59.0",
"@tanstack/router-devtools": "^1.59.0",
"@tanstack/router-plugin": "^1.59.0",
Expand All @@ -23,7 +23,7 @@
"devDependencies": {
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.5"
}
}
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.56.2",
"@tanstack/react-query-devtools": "^5.56.2",
"@tanstack/react-query": "^5.59.0",
"@tanstack/react-query-devtools": "^5.59.0",
"@tanstack/react-router": "^1.59.0",
"@tanstack/router-devtools": "^1.59.0",
"react": "^18.2.0",
Expand All @@ -20,7 +20,7 @@
"devDependencies": {
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.5"
}
}
6 changes: 3 additions & 3 deletions examples/react/basic-ssr-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"redaxios": "^0.5.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/generator": "^7.25.6",
"@babel/core": "^7.25.7",
"@babel/generator": "^7.25.7",
"@rollup/plugin-babel": "^6.0.4",
"@types/express": "^4.17.21",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"compression": "^1.7.4",
"express": "^4.21.0",
"isbot": "^5.1.17",
Expand Down
Loading