-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
feat(v10/solid,solidstart): Support @solidjs/router v1
#23163
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -59,7 +59,7 @@ | |
| "@sentry/conventions": "^0.16.0" | ||
| }, | ||
| "peerDependencies": { | ||
| "@solidjs/router": "^0.13.4 || ^0.14.0 || ^0.15.0", | ||
| "@solidjs/router": ">=0.13.4 <2.0.0-0", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: The peer dependency for Suggested FixUpdate the implementation in Prompt for AI AgentAlso affects:
Did we get this right? 👍 / 👎 to inform future reviews. |
||
| "@tanstack/solid-router": "^1.132.27", | ||
| "solid-js": "^1.8.4" | ||
| }, | ||
|
|
@@ -72,7 +72,7 @@ | |
| } | ||
| }, | ||
| "devDependencies": { | ||
| "@solidjs/router": "^0.15.0", | ||
| "@solidjs/router": "^1.0.0", | ||
| "@solidjs/testing-library": "0.8.5", | ||
| "@tanstack/solid-router": "^1.169.2", | ||
| "@testing-library/dom": "^7.21.4", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.