Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ui): upgrade @tanstack/react-router #188

Merged
merged 1 commit into from
May 27, 2024

Conversation

drichar
Copy link
Collaborator

@drichar drichar commented May 27, 2024

This also upgrades @tanstack/router-vite-plugin and @tanstack/router-devtools.

The PR created by Renovate – #187 – resulted in a TypeScript error, due to changes in how type-safe route parameters are generated.

Three new properties are set for each route: id, path, and fullPath. Parameter types are now inferred using these properties, but since the Vite plugin only runs when you start local development, they were missing from the checked-in routeTree.gen.ts.

This PR includes the new generated route data.

This also upgrades @tanstack/router-vite-plugin and @tanstack/router-devtools.

The PR created by Renovate – #187 – resulted in a TypeScript error, due to changes in how type-safe route parameters are generated.

Three new properties are set for each route: id, path, and fullPath. Parameter types are now inferred using these properties, but since the Vite plugin only runs when you start local development, they were missing from the checked-in `routeTree.gen.ts`.

This commit includes the new generated route data.
@drichar drichar requested a review from pbennett as a code owner May 27, 2024 22:19
Copy link

vercel bot commented May 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
reti ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 27, 2024 10:20pm

@drichar drichar merged commit 8f063e3 into dev May 27, 2024
3 checks passed
@drichar drichar deleted the chore/ui-upgrade-tanstack-router branch May 27, 2024 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant