-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
svelte 5 #398
Comments
hours workedrequirement writing: 0.75 |
holding out for sveltejs/cli#341 |
Merged
Merged
❯ npm outdated
Package Current Wanted Latest Location Depended by
@eslint/compat 1.2.3 1.2.4 1.2.4 node_modules/@eslint/compat client
@fortawesome/fontawesome-common-types 6.7.1 6.7.2 6.7.2 node_modules/@fortawesome/fontawesome-common-types client
@fortawesome/free-solid-svg-icons 6.7.1 6.7.2 6.7.2 node_modules/@fortawesome/free-solid-svg-icons client
@playwright/test 1.49.0 1.49.1 1.49.1 node_modules/@playwright/test client
@sveltejs/kit 2.9.0 2.13.0 2.13.0 node_modules/@sveltejs/kit client
@sveltejs/vite-plugin-svelte 5.0.1 5.0.3 5.0.3 node_modules/@sveltejs/vite-plugin-svelte client
@types/node 22.10.1 22.10.2 22.10.2 node_modules/@types/node client
eslint 9.16.0 9.17.0 9.17.0 node_modules/eslint client
globals 15.13.0 15.14.0 15.14.0 node_modules/globals client
graphql 16.9.0 16.10.0 16.10.0 node_modules/graphql client
prettier 3.4.1 3.4.2 3.4.2 node_modules/prettier client
svelte 5.4.0 5.15.0 5.15.0 node_modules/svelte client
svelte-check 4.1.0 4.1.1 4.1.1 node_modules/svelte-check client
typescript-eslint 8.17.0 8.18.1 8.18.1 node_modules/typescript-eslint client
vite 6.0.3 6.0.4 6.0.4 node_modules/vite client |
hours worked31 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
current
the client uses svelte 3
expected
the client uses svelte 5
the migration script which is currently under development produces too many errors
and upgrading each npm dependency risks debugging outdated config and conflicts
similar to the previous upgrade, just re-init with
npx sv create client
hourly estimate
40
The text was updated successfully, but these errors were encountered: