Releases: sveltejs/cli
[email protected]
Patch Changes
-
fix(cli): export types (#719)
-
chore(cli): improve
typescript
detection (#710) -
chore(cli): bump defaults versions (#722)
-
fix(cli):
--from-playground
will create projects withexperimental.async
enabled (if svelte version allows it) (#729) -
fix(cli):
--from-playground
option now works correctly from node 20 (#720)
[email protected]
Patch Changes
- fix(vitest): now import
defineConfig
fromvitest/config
(#703)
[email protected]
Patch Changes
-
feat(cli): create projects from the svelte playground with
npx sv create --from-playground <url>
(#662) -
chore(cli): speedup internal tests (#698)
-
chore(core): streamline object helpers (#685)
-
fix(eslint): update eslint to
^9.22.0
and usedefineConfig
fromeslint/config
(to fix a deprecation warning) (#712) -
fix(eslint): add
@types/node
in devDependencies (#711)
[email protected]
[email protected]
Patch Changes
[email protected]
Patch Changes
- fix(cli):
vite.config.*
file detection works for both .js and .ts variants (#673)
[email protected]
[email protected]
[email protected]
Patch Changes
-
feat:
vitest
require assertions (#647) -
fix: handle
satisfies
keyword forvite.addPlugin
(#653) -
chore: remove
git init
next step when creating a new project (#645) -
feat: improve minimal template (#643)
- move
favicon.svg
tosrc/lib/assets
folder (to show inline/immutable assets) - add
static/robots.txt
(to keep static folder) - add
routes/+layout.svelte
(to show layout)
- move
-
feat(drizzle): add
db:generate
script topackage.json
(#648)