Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 23, 2025

Bumps sv from 0.9.14 to 0.10.2.

Release notes

Sourced from sv's releases.

[email protected]

Patch Changes

  • fix(cli): printed args now also display path used during directory prompt (#805)

  • fix(mcp): use consistent wording for setup question (#806)

[email protected]

Patch Changes

  • fix(cli): avoid printing duplicated --no-install flag (#803)

[email protected]

Minor Changes

  • feat(cli): npx sv create now supports a new argument --add to add add-ons to the project in the same command. (#695)

Patch Changes

  • feat(cli): show args used so that you can run the cli without any prompt next time (#695)

[email protected]

Patch Changes

  • fix(tailwind): update vscode setting files.associations to tailwindcss (#796)

  • feat(cli): add --no-dir-check option to sv create. With this flag, even if the folder is not empty, no prompt will be shown (#785)

  • feat(mcp): include an AGENTS.md or similar when using the mcp addon (#777)

  • feat(vitest): when add vitest is used within a project that uses vitest@3, the addon will display some next steps to finalize the migration to vitest@4 (#797)

  • fix(demo): rewrite relative import extensions to JavaScript equivalents (tsconfig.json update) (#801)

Changelog

Sourced from sv's changelog.

0.10.2

Patch Changes

  • fix(cli): printed args now also display path used during directory prompt (#805)

  • fix(mcp): use consistent wording for setup question (#806)

0.10.1

Patch Changes

  • fix(cli): avoid printing duplicated --no-install flag (#803)

0.10.0

Minor Changes

  • feat(cli): npx sv create now supports a new argument --add to add add-ons to the project in the same command. (#695)

Patch Changes

  • feat(cli): show args used so that you can run the cli without any prompt next time (#695)

0.9.15

Patch Changes

  • fix(tailwind): update vscode setting files.associations to tailwindcss (#796)

  • feat(cli): add --no-dir-check option to sv create. With this flag, even if the folder is not empty, no prompt will be shown (#785)

  • feat(mcp): include an AGENTS.md or similar when using the mcp addon (#777)

  • feat(vitest): when add vitest is used within a project that uses vitest@3, the addon will display some next steps to finalize the migration to vitest@4 (#797)

  • fix(demo): rewrite relative import extensions to JavaScript equivalents (tsconfig.json update) (#801)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added c3 Relating to C3 (create-cloudflare) package dependencies Used by dependabot to mark PRs as updates to dependencies. skip-pr-description-validation Skip validation of the required PR description format labels Nov 23, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 23, 2025 06:04
@dependabot dependabot bot added c3 Relating to C3 (create-cloudflare) package dependencies Used by dependabot to mark PRs as updates to dependencies. skip-pr-description-validation Skip validation of the required PR description format labels Nov 23, 2025
@changeset-bot
Copy link

changeset-bot bot commented Nov 23, 2025

🦋 Changeset detected

Latest commit: 3747751

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@dario-piotrowicz
Copy link
Member

@dependabot recreate

Bumps [sv](https://github.com/sveltejs/cli/tree/HEAD/packages/cli) from 0.9.14 to 0.10.2.
- [Release notes](https://github.com/sveltejs/cli/releases)
- [Changelog](https://github.com/sveltejs/cli/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/cli/commits/[email protected]/packages/cli)

---
updated-dependencies:
- dependency-name: sv
  dependency-version: 0.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/sv-0.10.2 branch from b1f2961 to aff3cc0 Compare November 24, 2025 12:26
The following dependency versions have been updated:

| Dependency | From   | To     |
| ---------- | ------ | ------ |
| sv         | 0.9.14 | 0.10.3 |
@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 24, 2025

create-cloudflare

npm i https://pkg.pr.new/create-cloudflare@11386

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/@cloudflare/kv-asset-handler@11386

miniflare

npm i https://pkg.pr.new/miniflare@11386

@cloudflare/pages-shared

npm i https://pkg.pr.new/@cloudflare/pages-shared@11386

@cloudflare/unenv-preset

npm i https://pkg.pr.new/@cloudflare/unenv-preset@11386

@cloudflare/vite-plugin

npm i https://pkg.pr.new/@cloudflare/vite-plugin@11386

@cloudflare/vitest-pool-workers

npm i https://pkg.pr.new/@cloudflare/vitest-pool-workers@11386

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/@cloudflare/workers-editor-shared@11386

@cloudflare/workers-utils

npm i https://pkg.pr.new/@cloudflare/workers-utils@11386

wrangler

npm i https://pkg.pr.new/wrangler@11386

commit: 3747751

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c3 Relating to C3 (create-cloudflare) package dependencies Used by dependabot to mark PRs as updates to dependencies. skip-pr-description-validation Skip validation of the required PR description format

Projects

Status: Untriaged

Development

Successfully merging this pull request may close these issues.

1 participant