Skip to content
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/bundle-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Measure Bundle Size
run: pnpm nx run @benchmarks/bundle-size:build --outputStyle=stream --skipRemoteCache
- name: Publish Benchmark Dashboard
uses: benchmark-action/github-action-benchmark@4bdcce38c94cec68da58d012ac24b7b1155efe8b # v1.20.7
uses: benchmark-action/github-action-benchmark@52576c92bccf6ac60c8223ec7eb2565637cae9ba # v1.22.1
with:
tool: customSmallerIsBetter
name: Bundle Size (gzip)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Labeller
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: labeler-config.yml
2 changes: 1 addition & 1 deletion .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
persist-credentials: false

- name: Run zizmor
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
with:
advanced-security: false
annotations: true
14 changes: 7 additions & 7 deletions benchmarks/bundle-size/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
"@tanstack/solid-start": "workspace:^",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"solid-js": "^1.9.10",
"vue": "^3.5.16"
"solid-js": "^1.9.13",
"vue": "^3.5.34"
},
"devDependencies": {
"@rsbuild/core": "^2.0.1",
"@rsbuild/core": "^2.0.6",
"@rsbuild/plugin-react": "^2.0.0",
"@tanstack/router-plugin": "workspace:^",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^6.0.1",
"@vitejs/plugin-vue": "^6.0.5",
"@vitejs/plugin-react": "^6.0.2",
"@vitejs/plugin-vue": "^6.0.7",
"@vitejs/plugin-vue-jsx": "^5.1.5",
"typescript": "^6.0.2",
"vite": "^8.0.0",
"vite-plugin-solid": "^2.11.11"
"vite": "^8.0.13",
"vite-plugin-solid": "^2.11.12"
}
}
20 changes: 10 additions & 10 deletions benchmarks/client-nav/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@
"@tanstack/vue-router": "workspace:^",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"solid-js": "^1.9.10",
"vue": "^3.5.16"
"solid-js": "^1.9.13",
"vue": "^3.5.34"
},
"devDependencies": {
"@platformatic/flame": "^1.6.0",
"@codspeed/vitest-plugin": "^5.0.1",
"@testing-library/react": "^16.2.0",
"@vitejs/plugin-react": "^6.0.1",
"@vitejs/plugin-vue": "^6.0.5",
"@codspeed/vitest-plugin": "^5.4.0",
"@testing-library/react": "^16.3.2",
"@vitejs/plugin-react": "^6.0.2",
"@vitejs/plugin-vue": "^6.0.7",
"@vitejs/plugin-vue-jsx": "^5.1.5",
"@types/jsdom": "28.0.0",
"@types/jsdom": "28.0.3",
"typescript": "^6.0.2",
"vite": "^8.0.0",
"vite-plugin-solid": "^2.11.11",
"vitest": "^4.1.4"
"vite": "^8.0.13",
"vite-plugin-solid": "^2.11.12",
"vitest": "^4.1.6"
},
"nx": {
"targets": {
Expand Down
14 changes: 7 additions & 7 deletions benchmarks/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
"@tanstack/vue-start": "workspace:^",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"solid-js": "^1.9.10",
"vue": "^3.5.16"
"solid-js": "^1.9.13",
"vue": "^3.5.34"
},
"devDependencies": {
"@codspeed/vitest-plugin": "^5.0.1",
"@vitejs/plugin-react": "^6.0.1",
"@codspeed/vitest-plugin": "^5.4.0",
"@vitejs/plugin-react": "^6.0.2",
"@vitejs/plugin-vue-jsx": "^5.1.5",
"typescript": "^6.0.2",
"vite": "^8.0.0",
"vite-plugin-solid": "^2.11.11",
"vitest": "^4.1.4"
"vite": "^8.0.13",
"vite-plugin-solid": "^2.11.12",
"vitest": "^4.1.6"
},
"nx": {
"targets": {
Expand Down
2 changes: 1 addition & 1 deletion e2e/e2e-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {},
"devDependencies": {
"get-port-please": "^3.2.0",
"vite": "^8.0.0",
"vite": "^8.0.13",
"vite-plugin-dts": "^4.5.4"
}
}
6 changes: 3 additions & 3 deletions e2e/eslint-plugin-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
"@tanstack/react-start": "workspace:^",
"@types/node": "^22.10.2",
"@types/react": "^19.0.8",
"@typescript-eslint/parser": "^8.23.0",
"eslint": "^9.22.0",
"@typescript-eslint/parser": "^8.59.4",
"eslint": "^9.39.4",
"react": "^19.0.0",
"typescript": "^5.7.2",
"vitest": "^4.1.4"
"vitest": "^4.1.6"
}
}
6 changes: 3 additions & 3 deletions e2e/react-router/basepath-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@playwright/test": "^1.50.1",
"@playwright/test": "^1.60.0",
"@tanstack/router-e2e-utils": "workspace:^",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^6.0.1",
"vite": "^8.0.0"
"@vitejs/plugin-react": "^6.0.2",
"vite": "^8.0.13"
}
}
6 changes: 3 additions & 3 deletions e2e/react-router/basic-esbuild-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"redaxios": "^0.5.1",
"zod": "^3.24.2"
"zod": "^3.25.76"
},
"devDependencies": {
"@playwright/test": "^1.50.1",
"@playwright/test": "^1.60.0",
"@tanstack/router-e2e-utils": "workspace:^",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"esbuild": "^0.27.4"
"esbuild": "^0.28.0"
}
}
12 changes: 6 additions & 6 deletions e2e/react-router/basic-file-based-code-splitting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
"test:e2e": "rm -rf port*.txt; playwright test --project=chromium"
},
"dependencies": {
"@tailwindcss/vite": "^4.2.2",
"@tailwindcss/vite": "^4.3.0",
"@tanstack/react-router": "workspace:^",
"@tanstack/react-router-devtools": "workspace:^",
"@tanstack/router-plugin": "workspace:^",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^4.2.2",
"zod": "^3.24.2"
"tailwindcss": "^4.3.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@playwright/test": "^1.50.1",
"@playwright/test": "^1.60.0",
"@tanstack/router-e2e-utils": "workspace:^",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^6.0.1",
"vite": "^8.0.0"
"@vitejs/plugin-react": "^6.0.2",
"vite": "^8.0.13"
}
}
12 changes: 6 additions & 6 deletions e2e/react-router/basic-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@
"test:e2e:default": "rm -rf port*.txt; playwright test --project=chromium"
},
"dependencies": {
"@tailwindcss/vite": "^4.2.2",
"@tailwindcss/vite": "^4.3.0",
"@tanstack/react-router": "workspace:^",
"@tanstack/react-router-devtools": "workspace:^",
"@tanstack/router-plugin": "workspace:^",
"@tanstack/zod-adapter": "workspace:^",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"redaxios": "^0.5.1",
"tailwindcss": "^4.2.2",
"zod": "^3.24.2"
"tailwindcss": "^4.3.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@playwright/test": "^1.50.1",
"@playwright/test": "^1.60.0",
"@tanstack/router-e2e-utils": "workspace:^",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^6.0.1",
"@vitejs/plugin-react": "^6.0.2",
"combinate": "^1.1.11",
"vite": "^8.0.0"
"vite": "^8.0.13"
}
}
16 changes: 8 additions & 8 deletions e2e/react-router/basic-react-query-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
"test:e2e": "rm -rf port*.txt; playwright test --project=chromium"
},
"dependencies": {
"@tailwindcss/vite": "^4.2.2",
"@tanstack/react-query": "^5.90.0",
"@tanstack/react-query-devtools": "^5.90.0",
"@tailwindcss/vite": "^4.3.0",
"@tanstack/react-query": "^5.100.11",
"@tanstack/react-query-devtools": "^5.100.11",
"@tanstack/react-router": "workspace:^",
"@tanstack/react-router-devtools": "workspace:^",
"@tanstack/router-plugin": "workspace:^",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"redaxios": "^0.5.1",
"tailwindcss": "^4.2.2",
"zod": "^3.24.2"
"tailwindcss": "^4.3.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@playwright/test": "^1.50.1",
"@playwright/test": "^1.60.0",
"@tanstack/router-e2e-utils": "workspace:^",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^6.0.1",
"vite": "^8.0.0"
"@vitejs/plugin-react": "^6.0.2",
"vite": "^8.0.13"
}
}
14 changes: 7 additions & 7 deletions e2e/react-router/basic-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
"test:e2e": "rm -rf port*.txt; playwright test --project=chromium"
},
"dependencies": {
"@tailwindcss/vite": "^4.2.2",
"@tanstack/react-query": "^5.90.0",
"@tanstack/react-query-devtools": "^5.90.0",
"@tailwindcss/vite": "^4.3.0",
"@tanstack/react-query": "^5.100.11",
"@tanstack/react-query-devtools": "^5.100.11",
"@tanstack/react-router": "workspace:^",
"@tanstack/router-devtools": "workspace:^",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"redaxios": "^0.5.1",
"tailwindcss": "^4.2.2"
"tailwindcss": "^4.3.0"
},
"devDependencies": {
"@playwright/test": "^1.50.1",
"@playwright/test": "^1.60.0",
"@tanstack/router-e2e-utils": "workspace:^",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^6.0.1",
"vite": "^8.0.0"
"@vitejs/plugin-react": "^6.0.2",
"vite": "^8.0.13"
}
}
12 changes: 6 additions & 6 deletions e2e/react-router/basic-scroll-restoration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
"test:e2e": "rm -rf port*.txt; playwright test --project=chromium"
},
"dependencies": {
"@tailwindcss/vite": "^4.2.2",
"@tailwindcss/vite": "^4.3.0",
"@tanstack/react-router": "workspace:^",
"@tanstack/react-router-devtools": "workspace:^",
"@tanstack/react-virtual": "^3.13.0",
"@tanstack/react-virtual": "^3.13.24",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"redaxios": "^0.5.1",
"tailwindcss": "^4.2.2"
"tailwindcss": "^4.3.0"
},
"devDependencies": {
"@playwright/test": "^1.50.1",
"@playwright/test": "^1.60.0",
"@tanstack/router-e2e-utils": "workspace:^",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^6.0.1",
"vite": "^8.0.0",
"@vitejs/plugin-react": "^6.0.2",
"vite": "^8.0.13",
"typescript": "~5.9.0"
}
}
12 changes: 6 additions & 6 deletions e2e/react-router/basic-virtual-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
"test:e2e": "rm -rf port*.txt; playwright test --project=chromium"
},
"dependencies": {
"@tailwindcss/vite": "^4.2.2",
"@tailwindcss/vite": "^4.3.0",
"@tanstack/react-router": "workspace:^",
"@tanstack/react-router-devtools": "workspace:^",
"@tanstack/router-plugin": "workspace:^",
"@tanstack/virtual-file-routes": "workspace:^",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"redaxios": "^0.5.1",
"tailwindcss": "^4.2.2",
"zod": "^3.24.2"
"tailwindcss": "^4.3.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@playwright/test": "^1.50.1",
"@playwright/test": "^1.60.0",
"@tanstack/router-e2e-utils": "workspace:^",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^6.0.1",
"vite": "^8.0.0"
"@vitejs/plugin-react": "^6.0.2",
"vite": "^8.0.13"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
"test:e2e": "rm -rf port*.txt; playwright test --project=chromium"
},
"dependencies": {
"@tailwindcss/vite": "^4.2.2",
"@tailwindcss/vite": "^4.3.0",
"@tanstack/react-router": "workspace:^",
"@tanstack/react-router-devtools": "workspace:^",
"@tanstack/router-plugin": "workspace:^",
"@tanstack/virtual-file-routes": "workspace:^",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"redaxios": "^0.5.1",
"tailwindcss": "^4.2.2",
"zod": "^3.24.2"
"tailwindcss": "^4.3.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@playwright/test": "^1.50.1",
"@playwright/test": "^1.60.0",
"@tanstack/router-e2e-utils": "workspace:^",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^6.0.1",
"vite": "^8.0.0"
"@vitejs/plugin-react": "^6.0.2",
"vite": "^8.0.13"
}
}
Loading
Loading