Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 18 additions & 0 deletions packages/sv-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @sveltejs/sv-utils

## 1.0.0-next.5

### Minor Changes

- fix(sv-utils): detect pnpm version from the target project, and update `pnpm.allowBuilds` signature. ([#1320](https://github.com/sveltejs/cli/pull/1320))

```diff
-pnpm.allowBuilds('sharp')
+pnpm.allowBuilds({ cwd, packages: ['sharp'] })
```
- feat: add `@sveltejs/sv-utils/browser`, the environment-agnostic subset (parsers, transforms, language tooling) with no Node builtins, so it can be bundled for the browser ([#1331](https://github.com/sveltejs/cli/pull/1331))

### Patch Changes

- feat(sv-utils): add `commandExists` ([#1323](https://github.com/sveltejs/cli/pull/1323))

- fix: add zimmerframe types ([#1323](https://github.com/sveltejs/cli/pull/1323))

## 1.0.0-next.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sv-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/sv-utils",
"version": "1.0.0-next.4",
"version": "1.0.0-next.5",
"description": "Utility functions for sv",
"keywords": [
"sv",
Expand Down
22 changes: 22 additions & 0 deletions packages/sv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# sv

## 1.0.0-next.8

### Patch Changes

- fix(sv): clear a previously installed add-on before installing it again, and resolve `sv`'s `node_modules` from its own `package.json` ([#1313](https://github.com/sveltejs/cli/pull/1313))

- fix(migrate): update `@sveltejs/package` for SvelteKit 3 ([#1336](https://github.com/sveltejs/cli/pull/1336))

- fix: don't fail on a local add-on whose previous symlink target is gone ([#1326](https://github.com/sveltejs/cli/pull/1326))

- fix: remove the README adapter hint when a non-`auto` adapter is selected ([#1329](https://github.com/sveltejs/cli/pull/1329))

- feat(sv-utils): add `commandExists` ([#1323](https://github.com/sveltejs/cli/pull/1323))

- feat(cli): Add `@sveltejs/enhanced-img` as a new official addon ([#1300](https://github.com/sveltejs/cli/pull/1300))

- chore(cli): bump `vite` to 8.3 ([#1291](https://github.com/sveltejs/cli/pull/1291))

- fix: add zimmerframe types ([#1323](https://github.com/sveltejs/cli/pull/1323))
- Updated dependencies [[`7528887`](https://github.com/sveltejs/cli/commit/7528887b0a8e3375fc374199ec021b18d9577360), [`0c50d69`](https://github.com/sveltejs/cli/commit/0c50d693e32973b73c1f9acfe3f7043eb4ce5c3f), [`9b86f62`](https://github.com/sveltejs/cli/commit/9b86f62d08ac1854b8937295905b2e0cb706c01b), [`9b86f62`](https://github.com/sveltejs/cli/commit/9b86f62d08ac1854b8937295905b2e0cb706c01b)]:
- @sveltejs/sv-utils@1.0.0-next.5

## 1.0.0-next.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sv",
"version": "1.0.0-next.7",
"version": "1.0.0-next.8",
"description": "A command line interface (CLI) for creating and maintaining Svelte applications",
"keywords": [
"create",
Expand Down