Skip to content

[C3] Bump nuxi from 3.17.1 to 3.17.2 in /packages/create-cloudflare/src/frameworks#7646

Merged
edmundhung merged 2 commits intomainfrom
dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/nuxi-3.17.2
Dec 31, 2024
Merged

[C3] Bump nuxi from 3.17.1 to 3.17.2 in /packages/create-cloudflare/src/frameworks#7646
edmundhung merged 2 commits intomainfrom
dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/nuxi-3.17.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

Bumps nuxi from 3.17.1 to 3.17.2.

Release notes

Sourced from nuxi's releases.

v3.17.2

compare changes

🩹 Fixes

  • dev: Chain catch correctly on promise (4504a4c)

🏡 Chore

❤️ Contributors

Changelog

Sourced from nuxi's changelog.

v3.17.2

compare changes

🩹 Fixes

  • dev: Chain catch correctly on promise (4504a4c)

🏡 Chore

❤️ Contributors

Commits
  • 1831710 chore: lint
  • 4504a4c fix(dev): chain catch correctly on promise
  • d59f9f5 chore(deps): update devdependency vue-tsc to ^2.2.0 (#610)
  • 3fa9d3b chore(deps): update devdependency consola to ^3.3.1 (#609)
  • 8e7f868 chore(deps): update devdependency @​nuxt/eslint-config to ^0.7.4 (#608)
  • 1ec9847 chore(deps): update all non-major dependencies (#607)
  • See full diff 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 December 30, 2024 10:19
@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 Dec 30, 2024
@dependabot dependabot bot requested a review from a team December 30, 2024 10:19
@changeset-bot
Copy link

changeset-bot bot commented Dec 30, 2024

🦋 Changeset detected

Latest commit: e4965f2

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

@github-actions
Copy link
Contributor

github-actions bot commented Dec 30, 2024

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/12559051333/npm-package-wrangler-7646

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

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

Or you can use npx with this latest build directly:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12559051333/npm-package-wrangler-7646 dev path/to/script.js
Additional artifacts:
wget https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12559051333/npm-package-cloudflare-workers-bindings-extension-7646 -O ./cloudflare-workers-bindings-extension.0.0.0-v90a0b601a.vsix && code --install-extension ./cloudflare-workers-bindings-extension.0.0.0-v90a0b601a.vsix
npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12559051333/npm-package-create-cloudflare-7646 --no-auto-update
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12559051333/npm-package-cloudflare-kv-asset-handler-7646
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12559051333/npm-package-miniflare-7646
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12559051333/npm-package-cloudflare-pages-shared-7646
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12559051333/npm-package-cloudflare-unenv-preset-7646
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12559051333/npm-package-cloudflare-vitest-pool-workers-7646
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12559051333/npm-package-cloudflare-workers-editor-shared-7646
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12559051333/npm-package-cloudflare-workers-shared-7646
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12559051333/npm-package-cloudflare-workflows-shared-7646

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


wrangler@3.99.0 includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 3.20241218.0
workerd 1.20241218.0 1.20241218.0
workerd --version 1.20241218.0 2024-12-18

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

Copy link
Member

@dario-piotrowicz dario-piotrowicz left a comment

Choose a reason for hiding this comment

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

This should be fine to merge, but maybe it's worth waiting for #7648 to be merged first

@edmundhung
Copy link
Member

@dependabot recreate

Bumps [nuxi](https://github.com/nuxt/cli) from 3.17.1 to 3.17.2.
- [Release notes](https://github.com/nuxt/cli/releases)
- [Changelog](https://github.com/nuxt/cli/blob/main/CHANGELOG.md)
- [Commits](nuxt/cli@v3.17.1...v3.17.2)

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

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.17.2 branch from c1ac754 to 0ab3159 Compare December 31, 2024 11:29
The following dependency versions have been updated:

| Dependency | From   | To     |
| ---------- | ------ | ------ |
| nuxi       | 3.17.1 | 3.17.2 |
@edmundhung edmundhung merged commit b9533a3 into main Dec 31, 2024
30 checks passed
@edmundhung edmundhung deleted the dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/nuxi-3.17.2 branch December 31, 2024 11:41
@workers-devprod workers-devprod added the contribution [Holopin] Recognizes an open-source contribution, big or small label Dec 31, 2024
@holopin-bot
Copy link

holopin-bot bot commented Dec 31, 2024

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

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!

penalosa pushed a commit that referenced this pull request Jan 10, 2025
…rc/frameworks (#7646)

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

Bumps [nuxi](https://github.com/nuxt/cli) from 3.17.1 to 3.17.2.
- [Release notes](https://github.com/nuxt/cli/releases)
- [Changelog](https://github.com/nuxt/cli/blob/main/CHANGELOG.md)
- [Commits](nuxt/cli@v3.17.1...v3.17.2)

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

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

* chore: update dependencies of "create-cloudflare" package

The following dependency versions have been updated:

| Dependency | From   | To     |
| ---------- | ------ | ------ |
| nuxi       | 3.17.1 | 3.17.2 |

---------

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>
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 contribution [Holopin] Recognizes an open-source contribution, big or small dependencies Used by dependabot to mark PRs as updates to dependencies. skip-pr-description-validation Skip validation of the required PR description format

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants