Skip to content

[C3] Bump nuxi from 3.33.1 to 3.34.0 in /packages/create-cloudflare/src/frameworks#12905

Merged
edmundhung merged 2 commits intomainfrom
dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/nuxi-3.34.0
Mar 16, 2026
Merged

[C3] Bump nuxi from 3.33.1 to 3.34.0 in /packages/create-cloudflare/src/frameworks#12905
edmundhung merged 2 commits intomainfrom
dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/nuxi-3.34.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2026

Bumps nuxi from 3.33.1 to 3.34.0.

Release notes

Sourced from nuxi's releases.

v3.34.0

3.34.0 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements

  • build,dev: Add --profile support (#1243)

🔥 Performance

  • Use tinyclip instead of copy-paste (#1238)

📖 Documentation

  • Revise README for Nuxt CLI usage and commands (827e016)

🏡 Chore

🤖 CI

  • Pin github actions to full-length commit shas (cc12548)

❤️ Contributors

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Open with Devin

Bumps [nuxi](https://github.com/nuxt/cli/tree/HEAD/packages/nuxi) from 3.33.1 to 3.34.0.
- [Release notes](https://github.com/nuxt/cli/releases)
- [Commits](https://github.com/nuxt/cli/commits/v3.34.0/packages/nuxi)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added c3 Relating to C3 (create-cloudflare) package dependencies Used by dependabot to mark PRs as updates to dependencies. skip-pr-description-validation Skip validation of the required PR description format labels Mar 15, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 15, 2026 06:04
@dependabot dependabot bot added c3 Relating to C3 (create-cloudflare) package dependencies Used by dependabot to mark PRs as updates to dependencies. skip-pr-description-validation Skip validation of the required PR description format labels Mar 15, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 15, 2026

🦋 Changeset detected

Latest commit: 962e414

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@workers-devprod
Copy link
Copy Markdown
Contributor

workers-devprod commented Mar 15, 2026

Codeowners approval required for this PR:

  • ✅ @cloudflare/wrangler
Show detailed file reviewers

The following dependency versions have been updated:

| Dependency | From   | To     |
| ---------- | ------ | ------ |
| nuxi       | 3.33.1 | 3.34.0 |
@github-actions
Copy link
Copy Markdown
Contributor

⚠️ Issues found

File: .changeset/c3-frameworks-update-12905.md

Issue: Dependabot exemption does not apply

The review guidelines state: "Do not validate dependency update changesets for create-cloudflare" — however, this changeset is not a Dependabot-generated changeset. It is a manually authored dependency update changeset (the filename pattern c3-frameworks-update-12905.md and the prose description are hand-written, not the standard Dependabot format). The Dependabot exemption therefore does not apply here, and the changeset must meet normal quality standards.

Issue: Changelog description quality is poor

Per the README guidelines and the explicit bad-example list:

"update dependency" - Which one? Why? Any user impact?

The current description is essentially that bad example:

Update dependencies of "create-cloudflare"

The following dependency versions have been updated:
| Dependency | From | To |
| nuxi | 3.33.1 | 3.34.0 |

The title is generic and the body only lists a version bump with no context. A good changeset should explain why the dependency was updated (e.g., bug fix, new framework feature, security patch) and whether there is any user-facing impact. Even for routine dependency bumps, a brief sentence about the motivation is expected.

Suggested improvement:

---
"create-cloudflare": patch
---

Update nuxi from 3.33.1 to 3.34.0

This update picks up [brief reason, e.g., "upstream bug fixes and improvements in the Nuxt CLI"].

Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Mar 15, 2026

create-cloudflare

npm i https://pkg.pr.new/create-cloudflare@12905

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/@cloudflare/kv-asset-handler@12905

miniflare

npm i https://pkg.pr.new/miniflare@12905

@cloudflare/pages-shared

npm i https://pkg.pr.new/@cloudflare/pages-shared@12905

@cloudflare/unenv-preset

npm i https://pkg.pr.new/@cloudflare/unenv-preset@12905

@cloudflare/vite-plugin

npm i https://pkg.pr.new/@cloudflare/vite-plugin@12905

@cloudflare/vitest-pool-workers

npm i https://pkg.pr.new/@cloudflare/vitest-pool-workers@12905

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/@cloudflare/workers-editor-shared@12905

wrangler

npm i https://pkg.pr.new/wrangler@12905

commit: 962e414

@github-project-automation github-project-automation bot moved this from Untriaged to Approved in workers-sdk Mar 16, 2026
@edmundhung edmundhung merged commit e7ef325 into main Mar 16, 2026
39 of 41 checks passed
@github-project-automation github-project-automation bot moved this from Approved to Done in workers-sdk Mar 16, 2026
@edmundhung edmundhung deleted the dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/nuxi-3.34.0 branch March 16, 2026 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c3 Relating to C3 (create-cloudflare) package dependencies Used by dependabot to mark PRs as updates to dependencies. skip-pr-description-validation Skip validation of the required PR description format

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants