Skip to content

[C3] Bump nuxi from 3.21.1 to 3.23.1 in /packages/create-cloudflare/src/frameworks#8733

Merged
petebacondarwin merged 3 commits into
mainfrom
dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/nuxi-3.23.1
Apr 4, 2025
Merged

[C3] Bump nuxi from 3.21.1 to 3.23.1 in /packages/create-cloudflare/src/frameworks#8733
petebacondarwin merged 3 commits into
mainfrom
dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/nuxi-3.23.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 31, 2025

Bumps nuxi from 3.21.1 to 3.23.1.

Release notes

Sourced from nuxi's releases.

v3.23.1

3.23.1 is the next patch release.

Timetable: to be announced.

👉 Changelog

compare changes

🩹 Fixes

  • dev: Use nitro to render errors thrown while loading (#794)
  • dev: Allow overriding inferred cors/allowedHosts config (#795)

🏡 Chore

  • Remove nitropack-nightly resolution (00aa479)

❤️ Contributors

v3.23.0

3.23.0 is the next minor release.

Timetable: to be announced.

👉 Changelog

compare changes

🚀 Enhancements

  • init: Add interactive modules selector (#781)

🩹 Fixes

  • init: Improve interactive modules selector (#785)

🏡 Chore

  • Update README (#778)

... (truncated)

Commits
  • 2147058 v3.23.1
  • d5606a8 chore(deps): update dependency consola to ^3.4.2 (#796)
  • b38656f fix(dev): allow overriding inferred cors/allowedHosts config (#795)
  • f7399db chore(deps): update all non-major dependencies (#791)
  • aa02649 fix(dev): use nitro to render errors thrown while loading (#794)
  • 692e6a9 v3.23.0
  • 8412f17 fix(init): improve interactive modules selector (#785)
  • 13a6662 chore(deps): update devdependency @​nuxt/test-utils to ^3.17.2 (#788)
  • 0401ded chore(deps): update all non-major dependencies (#786)
  • 6262c95 feat(init): add interactive modules selector (#781)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot Bot requested a review from a team as a code owner March 31, 2025 10:21
@dependabot dependabot Bot requested a review from a team March 31, 2025 10:21
@dependabot dependabot Bot added package:c3 Relating to C3 (create-cloudflare) package dependencies Used by dependabot to mark PRs as updates to dependencies. ci:skip-pr-description-validation Skip validation of the required PR description format labels Mar 31, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 31, 2025

Assignees

The following users could not be added as assignees: @cloudflare/c3. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Mar 31, 2025

🦋 Changeset detected

Latest commit: 9b88164

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

This PR includes changesets to release 1 package
Name Type
create-cloudflare Patch

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 workers-devprod added the ci:c3-e2e Run C3 E2E tests on a pull request label Mar 31, 2025
@github-project-automation github-project-automation Bot moved this to Untriaged in workers-sdk Mar 31, 2025
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 31, 2025

A wrangler prerelease is available for testing. You can install this latest build in your project with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14263422232/npm-package-wrangler-8733

You can reference the automatically updated head of this PR with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/8733/npm-package-wrangler-8733

Or you can use npx with this latest build directly:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14263422232/npm-package-wrangler-8733 dev path/to/script.js
Additional artifacts:

cloudflare-workers-bindings-extension:

wget https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14263422232/npm-package-cloudflare-workers-bindings-extension-8733 -O ./cloudflare-workers-bindings-extension.0.0.0-v0a80ac6b1.vsix && code --install-extension ./cloudflare-workers-bindings-extension.0.0.0-v0a80ac6b1.vsix

create-cloudflare:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14263422232/npm-package-create-cloudflare-8733 --no-auto-update

@cloudflare/kv-asset-handler:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14263422232/npm-package-cloudflare-kv-asset-handler-8733

miniflare:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14263422232/npm-package-miniflare-8733

@cloudflare/pages-shared:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14263422232/npm-package-cloudflare-pages-shared-8733

@cloudflare/unenv-preset:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14263422232/npm-package-cloudflare-unenv-preset-8733

@cloudflare/vite-plugin:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14263422232/npm-package-cloudflare-vite-plugin-8733

@cloudflare/vitest-pool-workers:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14263422232/npm-package-cloudflare-vitest-pool-workers-8733

@cloudflare/workers-editor-shared:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14263422232/npm-package-cloudflare-workers-editor-shared-8733

@cloudflare/workers-shared:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14263422232/npm-package-cloudflare-workers-shared-8733

@cloudflare/workflows-shared:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14263422232/npm-package-cloudflare-workflows-shared-8733

Note that these links will no longer work once the GitHub Actions artifact expires.


wrangler@4.7.1 includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 4.20250321.2
workerd 1.20250321.0 1.20250321.0
workerd --version 1.20250321.0 2025-03-21

Please ensure constraints are pinned, and miniflare/workerd minor versions match.

@CarmenPopoviciu
Copy link
Copy Markdown
Contributor

@dependabot recreate

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/nuxi-3.23.1 branch from 8569fd5 to a3bff28 Compare March 31, 2025 11:18
Wrangler automated PR updater and others added 2 commits March 31, 2025 11:19
The following dependency versions have been updated:

| Dependency | From   | To     |
| ---------- | ------ | ------ |
| nuxi       | 3.21.1 | 3.23.1 |
@github-project-automation github-project-automation Bot moved this from Untriaged to Approved in workers-sdk Apr 4, 2025
@petebacondarwin petebacondarwin merged commit 857a550 into main Apr 4, 2025
@petebacondarwin petebacondarwin deleted the dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/nuxi-3.23.1 branch April 4, 2025 11:20
@github-project-automation github-project-automation Bot moved this from Approved to Done in workers-sdk Apr 4, 2025
@workers-devprod workers-devprod mentioned this pull request Apr 4, 2025
@workers-devprod workers-devprod added the contribution [Holopin] Recognizes an open-source contribution, big or small label Apr 4, 2025
@holopin-bot
Copy link
Copy Markdown

holopin-bot Bot commented Apr 4, 2025

Congratulations @dependabot[bot], the maintainer of this repository has issued you a holobyte! Here it is: https://holopin.io/holobyte/cm92p9f2u53460cl7cr5ppzjk

This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account.
Or if you're new to Holopin, you can simply sign up with GitHub, which will do the trick!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:c3-e2e Run C3 E2E tests on a pull request ci:skip-pr-description-validation Skip validation of the required PR description format contribution [Holopin] Recognizes an open-source contribution, big or small dependencies Used by dependabot to mark PRs as updates to dependencies. package:c3 Relating to C3 (create-cloudflare) package

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

4 participants