-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
chore: align dependencies with sv
#376
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 1bcfb2f The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
commit: |
preview: https://svelte-dev-git-preview-cli-376-svelte.vercel.app/ this is an automated message |
There are obviously lots of potential improvements that could still be done here. The main goal here was to unify the UX and this is a huge step forward imo. The following things might be done at a later stage:
|
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.
awesome!
the prompts migration is really nice. I'm fine with the picocolors migration though sveltekit still uses kelur. But hopefully we can migrate everything to use styleText
after the next node release
Co-authored-by: Ben McCann <[email protected]>
Co-authored-by: Ben McCann <[email protected]>
Co-authored-by: Ben McCann <[email protected]>
I doubt this will happen as fast, as we will also need to wait until the upcoming release is installed on a majority of the users machines. But I don't think the difference matters at all, I just wanted to align everything in this repo. |
svelte-migrate
to sv
sv
It's in Node 20, so really we just have to wait for Node 18 to go EOL. |
Initial goal here was to unify the UX between stuff like
sv create
andsvelte-migrate
done:
picocolors
instead ofkleur
@clack/prompts
instead ofprompts
todo:
sv
console.log
as they look ugly inside the prompts and convert them to notes or information etc.npx sv migrate
#302I opted to not use our own
@sveltejs/clack-prompts
package and instead use the public one. Using our own package would either require us to publish the package, or includesvelte-migrate
inside our ownrollup
config to bundle it. Not a fan of both options, thus decided to use the public package instead.