svelte-loading-spinners
svelte-loading-spinners copied to clipboard
Modernize toolchain
Modernize and update the Svelte tool chain to reduce the occurrence of problems like #52 and #54. Specifically, the changes include
- Update Dependencies
| package | version |
|---|---|
| @sveltejs/adapter-auto | next => 3.x |
| @sveltejs/kit | next => 2.x |
| @sveltejs/package | next => 2.x |
| prettier | 2.x => 3.x |
| svelte | 3.x => 4.x |
| svelte-check | 2.x => 3.x |
| vite | 3.x => 5.x |
- New Dependencies
@jill64/eslint-config-svelte- for ESLint flat config
@sveltejs/vite-plugin-svelte- for svelte pre-process
- Update
npm run build
- Remove temporary patch script
- Add
publintstep
- Add
exportsandfilesfields topackage.json.
There are no changes to the library's public content. These reduce the burden for future updates.
Also, after updating, library publication to npm is completed only with npm publish.