-
Notifications
You must be signed in to change notification settings - Fork 68
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
feat: upgrade to svelte 5 #35
base: main
Are you sure you want to change the base?
feat: upgrade to svelte 5 #35
Conversation
## Features - upgrade to svelte 5 - colors can now be 3 hex digits or 6 - if settings fails to save because invalid data, it will alert the user what data is invalid
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for your continuous effort!
Can you have a look at the conflicts?
once youve merged it open it run, run it, build it, it works on my machine but i havent ran it through any proper tests |
I get this error on a clean clone:
that is exaclty what I also faced, that the peer deps couldn't be satisfied, so at some point I was like "fuck it", let's just keep svelte as is and work on features 🙈 so you can just clean clone the repo and run that or try to remove the |
yes sorry forgot to mention, vite v6 came out a couple days ago or something and its not yet "officialy" supported by electron, it does work but with npm you have to pass in Edit: i think for |
should also close #40 with this one |
Ye, with passing the This also breaks the current CI/CD implementation. Let's keep this one open as it's good work, but I won't merge it as long as it breaks CI/CD and adding There is a reason we use |
completely valid, ill keep an eye out for when it becomes properly supported and add it then :) |
#ffe
or#00ffee