Svelte 5 now has a RC, so I'm curious if there are any chances of this being updated to support Svelte 5?
I'm thinking a minimal update would only require updating peer dependencies.
This would at least get rid of the warning when installing packages:
npm WARN Could not resolve dependency:
npm WARN peer svelte@">=3.5.0" from svelte-virtual-scroll-list@1.3.0
npm WARN node_modules/svelte-virtual-scroll-list
npm WARN dev svelte-virtual-scroll-list@"^1.3.0" from the root project
npm WARN
npm WARN Conflicting peer dependency: svelte@4.2.15
npm WARN node_modules/svelte
npm WARN peer svelte@">=3.5.0" from svelte-virtual-scroll-list@1.3.0
npm WARN node_modules/svelte-virtual-scroll-list
npm WARN dev svelte-virtual-scroll-list@"^1.3.0" from the root project
However, to be compatible with Svelte 5 configured to Runes mode project-wide, more involved changes would be required.
Are there any plans/thoughts on this matter?
Svelte 5 now has a RC, so I'm curious if there are any chances of this being updated to support Svelte 5?
I'm thinking a minimal update would only require updating peer dependencies.
This would at least get rid of the warning when installing packages:
However, to be compatible with Svelte 5 configured to Runes mode project-wide, more involved changes would be required.
Are there any plans/thoughts on this matter?