Skip to content

Commit

Permalink
[C3] Bump create-astro from 4.1.0 to 4.2.0 in /packages/create-cloudf…
Browse files Browse the repository at this point in the history
…lare/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]>
  • Loading branch information
3 people authored Oct 3, 2023
1 parent 8ee46b0 commit 80f78da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/c3-frameworks-update-3991.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-cloudflare": patch
---

C3: Bumped `create-astro` from `4.1.0` to `4.2.0`
3 changes: 1 addition & 2 deletions packages/create-cloudflare/src/frameworks/astro/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,11 @@ const config: FrameworkConfig = {
configure,
displayName: "Astro",
packageScripts: {
"pages:dev": `wrangler pages dev ${compatDateFlag()} --proxy 3000 -- astro dev`,
"pages:dev": `wrangler pages dev ${compatDateFlag()} -- astro dev`,
"pages:deploy": `astro build && wrangler pages deploy ./dist`,
},
testFlags: [
"--skip-houston",
"--yes",
"--no-install",
"--no-git",
"--template",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-cloudflare/src/frameworks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"dependencies": {
"@angular/cli": "16.2.2",
"create-astro": "4.1.0",
"create-astro": "4.2.0",
"create-docusaurus": "2.4.3",
"create-hono": "0.2.6",
"create-next-app": "13.4.19",
Expand Down

0 comments on commit 80f78da

Please sign in to comment.