Skip to content

Commit 80f78da

Browse files
dependabot[bot]Wrangler automated PR updaterjculvey
authored
[C3] Bump create-astro from 4.1.0 to 4.2.0 in /packages/create-cloudflare/src/frameworks (#3991)
* [C3] Bump create-astro in /packages/create-cloudflare/src/frameworks Bumps [create-astro](https://github.com/withastro/astro/tree/HEAD/packages/create-astro) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/create-astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/[email protected]/packages/create-astro) --- updated-dependencies: - dependency-name: create-astro dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * [C3] Update frameworks cli dependencies * Adjusting port for devserver * Fixing test flags for astro --------- 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: James <[email protected]>
1 parent 8ee46b0 commit 80f78da

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-cloudflare": patch
3+
---
4+
5+
C3: Bumped `create-astro` from `4.1.0` to `4.2.0`

packages/create-cloudflare/src/frameworks/astro/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,11 @@ const config: FrameworkConfig = {
4040
configure,
4141
displayName: "Astro",
4242
packageScripts: {
43-
"pages:dev": `wrangler pages dev ${compatDateFlag()} --proxy 3000 -- astro dev`,
43+
"pages:dev": `wrangler pages dev ${compatDateFlag()} -- astro dev`,
4444
"pages:deploy": `astro build && wrangler pages deploy ./dist`,
4545
},
4646
testFlags: [
4747
"--skip-houston",
48-
"--yes",
4948
"--no-install",
5049
"--no-git",
5150
"--template",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"dependencies": {
99
"@angular/cli": "16.2.2",
10-
"create-astro": "4.1.0",
10+
"create-astro": "4.2.0",
1111
"create-docusaurus": "2.4.3",
1212
"create-hono": "0.2.6",
1313
"create-next-app": "13.4.19",

0 commit comments

Comments
 (0)