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/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }}
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: Setup Tools
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/bundle-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
current_json_b64: ${{ steps.capture.outputs.current_json_b64 }}
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
ref: refs/pull/${{ github.event.pull_request.number }}/merge
fetch-depth: 0
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
persist-credentials: false
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
persist-credentials: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-skills.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
contents: read
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false

Expand All @@ -70,7 +70,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
persist-credentials: true # review job pushes a generated branch
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/client-nav-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false

Expand All @@ -65,7 +65,7 @@ jobs:
@benchmarks/${{ matrix.benchmark }}:build:${{ matrix.framework }}

- name: Run ${{ matrix.benchmark }}:${{ matrix.framework }} CodSpeed benchmark
uses: CodSpeedHQ/action@9d332c4d90b43981c3e55ae8e38e68709996240f # v4.17.0
uses: CodSpeedHQ/action@c145068895e045cc725ee76fcd2307624b65c3af # v4.17.5
with:
mode: ${{ matrix.mode }}
run: >-
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
TSR_TMP_DIR: ./tmp
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
persist-credentials: false
Expand All @@ -47,7 +47,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
persist-credentials: false
Expand All @@ -65,7 +65,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: Setup Tools
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
persist-credentials: true # changesets/action pushes Release PR commits
Expand All @@ -47,7 +47,7 @@ jobs:
fi
- name: Create Release Pull Request or Publish
id: changesets
uses: changesets/action@63a615b9cd06ba9a3e6d13796c7fbcb080a60a0b # v1.8.0
uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1.9.0
with:
version: pnpm run changeset:version
publish: pnpm run changeset:publish ${{ steps.dist-tag.outputs.tag && format('--tag {0}', steps.dist-tag.outputs.tag) }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false

Expand Down
16 changes: 8 additions & 8 deletions benchmarks/bundle-size/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@
"@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.38"
},
"devDependencies": {
"@rsbuild/core": "^2.0.8",
"@rsbuild/plugin-react": "^2.0.0",
"@rsbuild/core": "^2.0.14",
"@rsbuild/plugin-react": "^2.0.1",
"@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.14",
"vite-plugin-solid": "^2.11.11"
"vite": "^8.0.16",
"vite-plugin-solid": "^2.11.12"
}
}
18 changes: 9 additions & 9 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.38"
},
"devDependencies": {
"@platformatic/flame": "^1.6.0",
"@codspeed/vitest-plugin": "^5.5.0",
"@testing-library/react": "^16.2.0",
"@vitejs/plugin-react": "^6.0.1",
"@vitejs/plugin-vue": "^6.0.5",
"@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.14",
"vite-plugin-solid": "^2.11.11",
"vitest": "^4.1.4"
"vite": "^8.0.16",
"vite-plugin-solid": "^2.11.12",
"vitest": "^4.1.8"
},
"nx": {
"targets": {
Expand Down
20 changes: 10 additions & 10 deletions benchmarks/memory/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@
"@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.38"
},
"devDependencies": {
"@codspeed/vitest-plugin": "^5.5.0",
"@datadog/pprof": "^5.13.2",
"@datadog/pprof": "^5.15.0",
"@platformatic/flame": "^1.6.0",
"@testing-library/react": "^16.2.0",
"@vitejs/plugin-react": "^6.0.1",
"@vitejs/plugin-vue": "^6.0.5",
"@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",
"jsdom": "29.1.1",
"typescript": "^6.0.2",
"vite": "^8.0.14",
"vite-plugin-solid": "^2.11.11",
"vitest": "^4.1.4"
"vite": "^8.0.16",
"vite-plugin-solid": "^2.11.12",
"vitest": "^4.1.8"
},
"nx": {
"targets": {
Expand Down
14 changes: 7 additions & 7 deletions benchmarks/memory/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
"@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.38"
},
"devDependencies": {
"@codspeed/vitest-plugin": "^5.5.0",
"@datadog/pprof": "^5.13.2",
"@datadog/pprof": "^5.15.0",
"@platformatic/flame": "^1.6.0",
"@vitejs/plugin-react": "^6.0.1",
"@vitejs/plugin-react": "^6.0.2",
"@vitejs/plugin-vue-jsx": "^5.1.5",
"typescript": "^6.0.2",
"vite": "^8.0.14",
"vite-plugin-solid": "^2.11.11",
"vitest": "^4.1.4"
"vite": "^8.0.16",
"vite-plugin-solid": "^2.11.12",
"vitest": "^4.1.8"
},
"nx": {
"targets": {
Expand Down
12 changes: 6 additions & 6 deletions benchmarks/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
"@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.38"
},
"devDependencies": {
"@codspeed/vitest-plugin": "^5.5.0",
"@vitejs/plugin-react": "^6.0.1",
"@vitejs/plugin-react": "^6.0.2",
"@vitejs/plugin-vue-jsx": "^5.1.5",
"seroval": "^1.5.4",
"typescript": "^6.0.2",
"vite": "^8.0.14",
"vite-plugin-solid": "^2.11.11",
"vitest": "^4.1.4"
"vite": "^8.0.16",
"vite-plugin-solid": "^2.11.12",
"vitest": "^4.1.8"
},
"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.14",
"vite": "^8.0.16",
"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.61.0",
"eslint": "^9.39.4",
"react": "^19.0.0",
"typescript": "^5.7.2",
"vitest": "^4.1.4"
"vitest": "^4.1.8"
}
}
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.14"
"@vitejs/plugin-react": "^6.0.2",
"vite": "^8.0.16"
}
}
4 changes: 2 additions & 2 deletions e2e/react-router/basic-esbuild-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"zod": "^4.4.3"
},
"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.1"
}
}
10 changes: 5 additions & 5 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.1",
"@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",
"tailwindcss": "^4.3.1",
"zod": "^4.4.3"
},
"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.14"
"@vitejs/plugin-react": "^6.0.2",
"vite": "^8.0.16"
}
}
10 changes: 5 additions & 5 deletions e2e/react-router/basic-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@
"test:e2e:default": "rm -rf port*.txt; playwright test --project=chromium"
},
"dependencies": {
"@tailwindcss/vite": "^4.2.2",
"@tailwindcss/vite": "^4.3.1",
"@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",
"tailwindcss": "^4.3.1",
"zod": "^4.4.3"
},
"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.14"
"vite": "^8.0.16"
}
}
Loading
Loading