Closed garysassano closed 1 week ago
Should be no issue.
I'll fix the peer deps requirement as soon as I have a laptop back (a few days)
Thx for reporting
I'm back at my laptop, and I'm cleaning issues.
Acutually, this is not linked with vite-plugin-kit-routes
at all.
The warning is coming from @sveltejs/vite-plugin-svelte
. With Svelte 5+
, you should try "@sveltejs/vite-plugin-svelte": "^4.0.0-next.6",
.
I'm closing this issue as I can't do anyhing here. Feel free to re open with a comment if I missed something.
With svelte 5 just released I am trying the upgrade, but still seeing svelte 4.2.19 installed. According to pnpm why
it looks like it is due to @kitql/internals
. Could this be reopened and @kitql updated to support v5?
vite-plugin-kit-routes 0.6.11
└─┬ @kitql/internals 0.9.10
└── svelte 4.2.19
As it's an internal dep of vite-plugin-kit-routes
> @kitql/internals
it should not be an issue in your side.
You are facing something strange?
FYI, I will bump it soon.
No issue, just noticed it was keeping a copy of Svelte 4 around from this. I used resolutions to force it to 5 and things are still working.
@johnathanludwig could you look at vite-plugin-kit-routes@0.7.0-next.1
and see if it's solving your force issue ?
(I re open the issue just to track it, it's it's solve please close it ;))
(fyi, @kitql/handles also needs a peer dep version bump)
Can you check with @kitql/handles@0.2.1-next.0
?
Sorry for the delay, I forgot about this last week.
Just tried next.1 and it seems good.
vite-plugin-kit-routes 0.7.0-next.1
├─┬ @kitql/internals 0.10.0-next.1
│ └── svelte 5.1.1
└─┬ @sveltejs/kit 2.7.2 peer
├─┬ @sveltejs/vite-plugin-svelte 4.0.0 peer
│ ├─┬ @sveltejs/vite-plugin-svelte-inspector 3.0.1
│ │ └── svelte 5.1.1 peer
│ └── svelte 5.1.1 peer
└── svelte 5.1.1 peer
I get the following warning when installing: