-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
@astro/solid-js conflicts with vite@5 #11217
Comments
I don't understand what the repro is trying to show. I don't see any error anywhere, solid is not used nor the integration (although deps are added)... Can you give me more details and/or update the repro? |
Ah, sorry. Try
|
Works with |
Thank you! |
I'm facing this issue too, and it's preventing me from using a date picker component in my Astro project with Solid.js. The --legacy-peer-deps workaround doesn't fully resolve the problem. This is a critical issue blocking effective use of Solid.js with Astro. Are there any updates on a permanent fix? As a workaround, would it be possible to make solid-devtools an optional dependency? |
The peer dependency is already optional (https://github.com/withastro/astro/blob/main/packages/integrations/solid/package.json#L50-L54). I can't look into it before Sept 30th, but if you want a fix to land I think the fastest way is to submit a PR to the devtools directly. Can you also provide a reproduction showing the workaround does not work? |
This should be fixed next Monday when we merge the renovate PR |
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
Conflicting peer dependency with vite@5. solid-devtools depends on outdated solid-start, which requires vite@4 as peer dependency.
What's the expected result?
This should have been a major version increment or compatible change.
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-yttbgb?file=package.json
Participation
The text was updated successfully, but these errors were encountered: