Skip to content

Commit 324907a

Browse files
dependabot[bot]Wrangler automated PR updaterdario-piotrowicz
authored
[C3] Bump nuxi from 3.6.5 to 3.8.4 in /packages/create-cloudflare/src/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] <[email protected]> * [C3] Update frameworks cli dependencies * update c3 nuxt e2e test --------- 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: Dario Piotrowicz <[email protected]>
1 parent 46d9a6f commit 324907a

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-cloudflare": patch
3+
---
4+
5+
C3: Bumped `nuxi` from `3.6.5` to `3.8.4`

packages/create-cloudflare/e2e-tests/pages.test.ts

+9
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,15 @@ describe.concurrent(`E2E: Web frameworks`, () => {
175175
},
176176
nuxt: {
177177
expectResponseToContain: "Welcome to Nuxt!",
178+
promptHandlers: [
179+
{
180+
matcher: /Which package manager would you like to use\?/,
181+
input: [
182+
...(process.env.TEST_PM === "pnpm" ? [keys.down] : []),
183+
keys.enter,
184+
],
185+
},
186+
],
178187
overrides: {
179188
packageScripts: {
180189
build: "NITRO_PRESET=cloudflare-pages nuxt build",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"create-svelte": "5.0.6",
1919
"create-vue": "3.6.4",
2020
"gatsby": "5.11.0",
21-
"nuxi": "3.6.5"
21+
"nuxi": "3.8.4"
2222
},
2323
"frameworkCliMap": {
2424
"angular": "@angular/cli",

0 commit comments

Comments
 (0)