Releases: sveltejs/cli
[email protected]
[email protected]
Patch Changes
-
fix(cli): export types (#719)
-
chore(cli): improve
typescriptdetection (#710) -
chore(cli): bump defaults versions (#722)
-
fix(cli):
--from-playgroundwill create projects withexperimental.asyncenabled (if svelte version allows it) (#729) -
fix(cli):
--from-playgroundoption now works correctly from node 20 (#720)
[email protected]
Patch Changes
- fix(vitest): now import
defineConfigfromvitest/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.0and usedefineConfigfromeslint/config(to fix a deprecation warning) (#712) -
fix(eslint): add
@types/nodein 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:
vitestrequire assertions (#647) -
fix: handle
satisfieskeyword forvite.addPlugin(#653) -
chore: remove
git initnext step when creating a new project (#645) -
feat: improve minimal template (#643)
- move
favicon.svgtosrc/lib/assetsfolder (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:generatescript topackage.json(#648)