Skip to content

Commit

Permalink
[C3] Bump nuxi from 3.6.5 to 3.8.4 in /packages/create-cloudflare/src…
Browse files Browse the repository at this point in the history
…/frameworks (#3973)

* [C3] Bump nuxi in /packages/create-cloudflare/src/frameworks

Bumps [nuxi](https://github.com/nuxt/cli) from 3.6.5 to 3.8.4.
- [Release notes](https://github.com/nuxt/cli/releases)
- [Changelog](https://github.com/nuxt/cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nuxt/cli/commits/v3.8.4)

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

Signed-off-by: dependabot[bot] <support@github.com>

* [C3] Update frameworks cli dependencies

* update c3 nuxt e2e test

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Wrangler automated PR updater <wrangler@cloudflare.com>
Co-authored-by: Dario Piotrowicz <dario@cloudflare.com>
  • Loading branch information
3 people authored Sep 19, 2023
1 parent 46d9a6f commit 324907a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/c3-frameworks-update-3973.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-cloudflare": patch
---

C3: Bumped `nuxi` from `3.6.5` to `3.8.4`
9 changes: 9 additions & 0 deletions packages/create-cloudflare/e2e-tests/pages.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,15 @@ describe.concurrent(`E2E: Web frameworks`, () => {
},
nuxt: {
expectResponseToContain: "Welcome to Nuxt!",
promptHandlers: [
{
matcher: /Which package manager would you like to use\?/,
input: [
...(process.env.TEST_PM === "pnpm" ? [keys.down] : []),
keys.enter,
],
},
],
overrides: {
packageScripts: {
build: "NITRO_PRESET=cloudflare-pages nuxt build",
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 @@ -18,7 +18,7 @@
"create-svelte": "5.0.6",
"create-vue": "3.6.4",
"gatsby": "5.11.0",
"nuxi": "3.6.5"
"nuxi": "3.8.4"
},
"frameworkCliMap": {
"angular": "@angular/cli",
Expand Down

0 comments on commit 324907a

Please sign in to comment.