Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C3] Bump nuxi from 3.6.5 to 3.8.4 in /packages/create-cloudflare/src/frameworks #3973

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

Bumps nuxi from 3.6.5 to 3.8.4.

Release notes

Sourced from nuxi's releases.

v3.8.4

compare changes

🩹 Fixes

  • Pass logLevel when running prepare (#170)
  • Allow layers to define devServer config (#166)
  • dev: Use dedicated signal for restart (#174)
  • dev: Default host should be undefined (#182)

🏡 Chore

❤️ Contributors

v3.8.3

compare changes

🩹 Fixes

  • Allow overriding internal dev server port via _PORT (#165)

v3.8.2

compare changes

🏡 Chore

v3.8.1

compare changes

🩹 Fixes

v3.8.0

compare changes

🚀 Enhancements

  • Add --sourcemap support to build-module (#129)

... (truncated)

Changelog

Sourced from nuxi's changelog.

v3.8.4

compare changes

🩹 Fixes

  • Pass logLevel when running prepare (#170)
  • Allow layers to define devServer config (#166)
  • dev: Use dedicated signal for restart (#174)
  • dev: Default host should be undefined (#182)

🏡 Chore

❤️ Contributors

v3.8.3

compare changes

🩹 Fixes

  • Allow overriding internal dev server error via _PORT (#165)

❤️ Contributors

v3.8.2

compare changes

🏡 Chore

❤️ Contributors

v3.8.1

compare changes

... (truncated)

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 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 review from a team as code owners September 18, 2023 20:26
@dependabot dependabot bot added c3 Relating to C3 (create-cloudflare) package dependency Relating to dependency updates labels Sep 18, 2023
@changeset-bot
Copy link

changeset-bot bot commented Sep 18, 2023

🦋 Changeset detected

Latest commit: 326e71c

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 Sep 18, 2023

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/6241166279/npm-package-wrangler-3973

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

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

Or you can use npx with this latest build directly:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/6241166279/npm-package-wrangler-3973 dev path/to/script.js
Additional artifacts:
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/6241166279/npm-package-cloudflare-pages-shared-3973

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


[email protected] includes the following runtime dependencies:

Package Constraint Resolved
miniflare 3.20230918.0 3.20230918.0
workerd 1.20230904.0 1.20230904.0
workerd --version 1.20230904.0 2023-09-04

|

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

@codecov
Copy link

codecov bot commented Sep 18, 2023

Codecov Report

Merging #3973 (c56bc55) into main (34f7f4d) will increase coverage by 0.01%.
Report is 9 commits behind head on main.
The diff coverage is n/a.

❗ Current head c56bc55 differs from pull request most recent head 326e71c. Consider uploading reports for the commit 326e71c to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3973      +/-   ##
==========================================
+ Coverage   75.08%   75.10%   +0.01%     
==========================================
  Files         195      195              
  Lines       11533    11533              
  Branches     3054     3054              
==========================================
+ Hits         8660     8662       +2     
+ Misses       2873     2871       -2     

see 1 file with indirect coverage changes

@dario-piotrowicz
Copy link
Member

@dependabot recreate

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]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/nuxi-3.8.4 branch from 48a29c0 to c56bc55 Compare September 18, 2023 22:17
@dario-piotrowicz dario-piotrowicz merged commit 324907a into main Sep 19, 2023
23 checks passed
@dario-piotrowicz dario-piotrowicz deleted the dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/nuxi-3.8.4 branch September 19, 2023 21:52
@github-actions github-actions bot mentioned this pull request Sep 19, 2023
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 dependency Relating to dependency updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants