Skip to content

Commit 2053392

Browse files
dependabot[bot]Wrangler automated PR updateremily-shen
authored
[C3] Bump sv from 0.6.23 to 0.8.0 in /packages/create-cloudflare/src/frameworks (#8820)
* [C3] Bump sv in /packages/create-cloudflare/src/frameworks Bumps [sv](https://github.com/sveltejs/cli/tree/HEAD/packages/cli) from 0.6.23 to 0.8.0. - [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.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore: update dependencies of "create-cloudflare" package The following dependency versions have been updated: | Dependency | From | To | | ---------- | ------ | ----- | | sv | 0.6.23 | 0.8.0 | * fix prompt matcher, use ts * use ci flags instead of prompts --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Wrangler automated PR updater <[email protected]> Co-authored-by: emily-shen <[email protected]>
1 parent 618d052 commit 2053392

File tree

3 files changed

+26
-37
lines changed

3 files changed

+26
-37
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"create-cloudflare": patch
3+
---
4+
5+
chore: update dependencies of "create-cloudflare" package
6+
7+
The following dependency versions have been updated:
8+
9+
| Dependency | From | To |
10+
| ---------- | ------ | ----- |
11+
| sv | 0.6.23 | 0.8.0 |

packages/create-cloudflare/e2e-tests/frameworks/framework-test-config.ts

Lines changed: 14 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -561,24 +561,13 @@ export default function getFrameworkTestConfig(pm: string) {
561561
},
562562
"svelte:pages": {
563563
argv: ["--platform", "pages"],
564-
promptHandlers: [
565-
{
566-
matcher: /Which template would you like/,
567-
input: [keys.enter],
568-
},
569-
{
570-
matcher: /Add type checking with Typescript/,
571-
input: [keys.down, keys.enter],
572-
},
573-
{
574-
matcher: /What would you like to add to your project/,
575-
input: [keys.enter],
576-
},
577-
{
578-
matcher:
579-
/Which package manager do you want to install dependencies with/,
580-
input: [keys.enter],
581-
},
564+
flags: [
565+
"--no-install",
566+
"--no-add-ons",
567+
"--template",
568+
"minimal",
569+
"--types",
570+
"ts",
582571
],
583572
testCommitMessage: true,
584573
unsupportedOSs: ["win32"],
@@ -600,24 +589,13 @@ export default function getFrameworkTestConfig(pm: string) {
600589
},
601590
"svelte:workers": {
602591
argv: ["--platform", "workers"],
603-
promptHandlers: [
604-
{
605-
matcher: /Which template would you like/,
606-
input: [keys.enter],
607-
},
608-
{
609-
matcher: /Add type checking with Typescript/,
610-
input: [keys.down, keys.enter],
611-
},
612-
{
613-
matcher: /What would you like to add to your project/,
614-
input: [keys.enter],
615-
},
616-
{
617-
matcher:
618-
/Which package manager do you want to install dependencies with/,
619-
input: [keys.enter],
620-
},
592+
flags: [
593+
"--no-install",
594+
"--no-add-ons",
595+
"--template",
596+
"minimal",
597+
"--types",
598+
"ts",
621599
],
622600
testCommitMessage: true,
623601
unsupportedOSs: ["win32"],

packages/create-cloudflare/src/frameworks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"create-solid": "0.6.2",
1919
"create-vue": "3.16.4",
2020
"gatsby": "5.14.1",
21-
"sv": "0.6.23",
21+
"sv": "0.8.0",
2222
"nuxi": "3.24.1"
2323
}
2424
}

0 commit comments

Comments
 (0)