Skip to content

Commit 66d5b58

Browse files
committed
release: v1.131.8
1 parent c0ffcd2 commit 66d5b58

File tree

89 files changed

+4175
-1896
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+4175
-1896
lines changed

examples/react/authenticated-routes-firebase/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-router": "^1.132.0-alpha.1",
13-
"@tanstack/react-router-devtools": "^1.132.0-alpha.1",
14-
"@tanstack/router-plugin": "^1.132.0-alpha.1",
12+
"@tanstack/react-router": "^1.131.8",
13+
"@tanstack/react-router-devtools": "^1.131.8",
14+
"@tanstack/router-plugin": "^1.131.8",
1515
"autoprefixer": "^10.4.20",
1616
"firebase": "^11.4.0",
1717
"postcss": "^8.5.1",
@@ -27,6 +27,6 @@
2727
"@types/react-dom": "^19.0.3",
2828
"@vitejs/plugin-react": "^4.3.4",
2929
"typescript": "^5.7.2",
30-
"vite": "^7.1.1"
30+
"vite": "^6.3.5"
3131
}
3232
}

examples/react/authenticated-routes/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-router": "^1.132.0-alpha.1",
13-
"@tanstack/react-router-devtools": "^1.132.0-alpha.1",
14-
"@tanstack/router-plugin": "^1.132.0-alpha.1",
12+
"@tanstack/react-router": "^1.131.8",
13+
"@tanstack/react-router-devtools": "^1.131.8",
14+
"@tanstack/router-plugin": "^1.131.8",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0",
1717
"redaxios": "^0.5.1",
@@ -25,6 +25,6 @@
2525
"@types/react-dom": "^19.0.3",
2626
"@vitejs/plugin-react": "^4.3.4",
2727
"typescript": "^5.7.2",
28-
"vite": "^7.1.1"
28+
"vite": "^6.3.5"
2929
}
3030
}

examples/react/basic-default-search-params/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@tanstack/react-query": "^5.66.0",
13-
"@tanstack/react-router": "^1.132.0-alpha.1",
14-
"@tanstack/react-router-devtools": "^1.132.0-alpha.1",
13+
"@tanstack/react-router": "^1.131.8",
14+
"@tanstack/react-router-devtools": "^1.131.8",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0",
1717
"redaxios": "^0.5.1",
@@ -25,6 +25,6 @@
2525
"@types/react-dom": "^19.0.3",
2626
"@vitejs/plugin-react": "^4.3.4",
2727
"typescript": "^5.7.2",
28-
"vite": "^7.1.1"
28+
"vite": "^6.3.5"
2929
}
3030
}

examples/react/basic-devtools-panel/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-router": "^1.132.0-alpha.1",
13-
"@tanstack/react-router-devtools": "^1.132.0-alpha.1",
12+
"@tanstack/react-router": "^1.131.8",
13+
"@tanstack/react-router-devtools": "^1.131.8",
1414
"@tanstack/react-query-devtools": "^5.67.2",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0",
@@ -24,6 +24,6 @@
2424
"@types/react-dom": "^19.0.3",
2525
"@vitejs/plugin-react": "^4.3.4",
2626
"typescript": "^5.7.2",
27-
"vite": "^7.1.1"
27+
"vite": "^6.3.5"
2828
}
2929
}

examples/react/basic-file-based/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-router": "^1.132.0-alpha.1",
13-
"@tanstack/react-router-devtools": "^1.132.0-alpha.1",
14-
"@tanstack/router-plugin": "^1.132.0-alpha.1",
12+
"@tanstack/react-router": "^1.131.8",
13+
"@tanstack/react-router-devtools": "^1.131.8",
14+
"@tanstack/router-plugin": "^1.131.8",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0",
1717
"redaxios": "^0.5.1",
@@ -25,6 +25,6 @@
2525
"@types/react-dom": "^19.0.3",
2626
"@vitejs/plugin-react": "^4.3.4",
2727
"typescript": "^5.7.2",
28-
"vite": "^7.1.1"
28+
"vite": "^6.3.5"
2929
}
3030
}

examples/react/basic-non-nested-devtools/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-router": "^1.132.0-alpha.1",
13-
"@tanstack/react-router-devtools": "^1.132.0-alpha.1",
12+
"@tanstack/react-router": "^1.131.8",
13+
"@tanstack/react-router-devtools": "^1.131.8",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0",
1616
"redaxios": "^0.5.1",
@@ -23,6 +23,6 @@
2323
"@types/react-dom": "^19.0.3",
2424
"@vitejs/plugin-react": "^4.3.4",
2525
"typescript": "^5.7.2",
26-
"vite": "^7.1.1"
26+
"vite": "^6.3.5"
2727
}
2828
}

examples/react/basic-react-query-file-based/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"dependencies": {
1212
"@tanstack/react-query": "^5.66.0",
1313
"@tanstack/react-query-devtools": "^5.66.0",
14-
"@tanstack/react-router": "^1.132.0-alpha.1",
15-
"@tanstack/react-router-devtools": "^1.132.0-alpha.1",
16-
"@tanstack/router-plugin": "^1.132.0-alpha.1",
14+
"@tanstack/react-router": "^1.131.8",
15+
"@tanstack/react-router-devtools": "^1.131.8",
16+
"@tanstack/router-plugin": "^1.131.8",
1717
"react": "^19.0.0",
1818
"react-dom": "^19.0.0",
1919
"redaxios": "^0.5.1",
@@ -27,6 +27,6 @@
2727
"@types/react-dom": "^19.0.3",
2828
"@vitejs/plugin-react": "^4.3.4",
2929
"typescript": "^5.7.2",
30-
"vite": "^7.1.1"
30+
"vite": "^6.3.5"
3131
}
3232
}

examples/react/basic-react-query/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"dependencies": {
1212
"@tanstack/react-query": "^5.66.0",
1313
"@tanstack/react-query-devtools": "^5.66.0",
14-
"@tanstack/react-router": "^1.132.0-alpha.1",
15-
"@tanstack/react-router-devtools": "^1.132.0-alpha.1",
14+
"@tanstack/react-router": "^1.131.8",
15+
"@tanstack/react-router-devtools": "^1.131.8",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0",
1818
"redaxios": "^0.5.1",
@@ -25,6 +25,6 @@
2525
"@types/react-dom": "^19.0.3",
2626
"@vitejs/plugin-react": "^4.3.4",
2727
"typescript": "^5.7.2",
28-
"vite": "^7.1.1"
28+
"vite": "^6.3.5"
2929
}
3030
}

examples/react/basic-ssr-file-based/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,23 @@
1111
"debug": "node --inspect-brk server"
1212
},
1313
"dependencies": {
14-
"@tanstack/react-router": "^1.132.0-alpha.1",
15-
"@tanstack/router-plugin": "^1.132.0-alpha.1",
14+
"@tanstack/react-router": "^1.131.8",
15+
"@tanstack/router-plugin": "^1.131.8",
1616
"compression": "^1.8.0",
1717
"express": "^4.21.2",
1818
"get-port": "^7.1.0",
19+
"isbot": "^5.1.28",
1920
"node-fetch": "^3.3.2",
2021
"react": "^19.0.0",
2122
"react-dom": "^19.0.0"
2223
},
2324
"devDependencies": {
24-
"@tanstack/react-router-devtools": "^1.132.0-alpha.1",
25+
"@tanstack/react-router-devtools": "^1.131.8",
2526
"@types/express": "^4.17.23",
2627
"@types/react": "^19.0.8",
2728
"@types/react-dom": "^19.0.1",
2829
"@vitejs/plugin-react": "^4.5.2",
2930
"typescript": "^5.8.3",
30-
"vite": "^7.1.1"
31+
"vite": "^6.3.5"
3132
}
3233
}

examples/react/basic-ssr-streaming-file-based/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,23 @@
1111
"debug": "node --inspect-brk server"
1212
},
1313
"dependencies": {
14-
"@tanstack/react-router": "^1.132.0-alpha.1",
15-
"@tanstack/router-plugin": "^1.132.0-alpha.1",
14+
"@tanstack/react-router": "^1.131.8",
15+
"@tanstack/router-plugin": "^1.131.8",
1616
"compression": "^1.7.5",
1717
"express": "^4.21.2",
1818
"get-port": "^7.1.0",
19+
"isbot": "^5.1.22",
1920
"node-fetch": "^3.3.2",
2021
"react": "^19.0.0",
2122
"react-dom": "^19.0.0"
2223
},
2324
"devDependencies": {
24-
"@tanstack/react-router-devtools": "^1.132.0-alpha.1",
25+
"@tanstack/react-router-devtools": "^1.131.8",
2526
"@types/express": "^4.17.21",
2627
"@types/react": "^19.0.8",
2728
"@types/react-dom": "^19.0.1",
2829
"@vitejs/plugin-react": "^4.3.4",
2930
"typescript": "^5.7.2",
30-
"vite": "^7.1.1"
31+
"vite": "^6.3.5"
3132
}
3233
}

0 commit comments

Comments
 (0)