Skip to content

Commit

Permalink
chore: bump tanstack router to 1.56.5
Browse files Browse the repository at this point in the history
upgrade tanstack router and its vite plugin to version 1.56.5 and regenerate the route-tree
  • Loading branch information
SeanCassiere committed Sep 8, 2024
1 parent 9a319f1 commit c9a94d6
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 29 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
"@tanstack/query-broadcast-client-experimental": "^5.54.1",
"@tanstack/react-query": "^5.54.1",
"@tanstack/react-query-devtools": "^5.54.1",
"@tanstack/react-router": "^1.56.1",
"@tanstack/react-router": "^1.56.5",
"@tanstack/react-table": "^8.20.5",
"@tanstack/react-virtual": "^3.10.7",
"@tanstack/router-devtools": "^1.56.1",
"@tanstack/router-devtools": "^1.56.5",
"@ts-rest/core": "^3.51.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
Expand Down Expand Up @@ -85,7 +85,7 @@
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/router-plugin": "^1.56.1",
"@tanstack/router-plugin": "^1.56.4",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
Expand Down
48 changes: 27 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions src/route-tree.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ const PublicRouteChildren: PublicRouteChildren = {
const PublicRouteWithChildren =
PublicRoute._addFileChildren(PublicRouteChildren)

interface FileRoutesByFullPath {
export interface FileRoutesByFullPath {
"": typeof PublicRouteWithChildren
"/dev": typeof PublicDevRoute
"/logged-out": typeof PublicLoggedOutRoute
Expand Down Expand Up @@ -1270,7 +1270,7 @@ interface FileRoutesByFullPath {
"/reservations/$reservationId/": typeof AuthreservationsReservationsReservationIdDetailsIndexRoute
}

interface FileRoutesByTo {
export interface FileRoutesByTo {
"": typeof PublicRouteWithChildren
"/dev": typeof PublicDevRoute
"/logged-out": typeof PublicLoggedOutRoute
Expand Down Expand Up @@ -1320,7 +1320,8 @@ interface FileRoutesByTo {
"/reservations/$reservationId/summary": typeof AuthreservationsReservationsReservationIdDetailsSummaryRoute
}

interface FileRoutesById {
export interface FileRoutesById {
__root__: typeof rootRoute
"/_auth": typeof AuthRouteWithChildren
"/_public": typeof PublicRouteWithChildren
"/_public/dev": typeof PublicDevRoute
Expand Down Expand Up @@ -1385,7 +1386,7 @@ interface FileRoutesById {
"/_auth/reservations/$reservationId/_details/": typeof AuthreservationsReservationsReservationIdDetailsIndexRoute
}

interface FileRouteTypes {
export interface FileRouteTypes {
fileRoutesByFullPath: FileRoutesByFullPath
fullPaths:
| ""
Expand Down Expand Up @@ -1495,6 +1496,7 @@ interface FileRouteTypes {
| "/reservations/$reservationId/notes"
| "/reservations/$reservationId/summary"
id:
| "__root__"
| "/_auth"
| "/_public"
| "/_public/dev"
Expand Down Expand Up @@ -1560,7 +1562,7 @@ interface FileRouteTypes {
fileRoutesById: FileRoutesById
}

interface RootRouteChildren {
export interface RootRouteChildren {
AuthRoute: typeof AuthRouteWithChildren
PublicRoute: typeof PublicRouteWithChildren
}
Expand Down

0 comments on commit c9a94d6

Please sign in to comment.