Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2023

Bumps nuxi from 3.9.1 to 3.10.0.

Release notes

Sourced from nuxi's releases.

v3.10.0

compare changes

🚀 Enhancements

  • build: Support --preset arg (#290)
  • dev: Return listener instance for programmatic usage (#278)
  • upgrade: Improve error message when package manager cannot be detected (#270)

🩹 Fixes

  • analyze: Don't override analyze options (#259)
  • init: Use absolute path for installing dependencies (#272)
  • dev: Pass programmatic args to sub process (#275)
  • analyze, cleanup, upgrade: Respect custom buildDir (#276)
  • analyze: Set path for client analyze results (#277)
  • test: Pass rootDir to runTests command (#284)

💅 Refactors

  • Use magicast .includes helper (#268)

❤️ Contributors

Changelog

Sourced from nuxi's changelog.

v3.10.0

compare changes

🚀 Enhancements

  • build: Support --preset arg (#290)
  • dev: Return listener instance for programmatic usage (#278)

🩹 Fixes

  • analyze: Don't override analyze options (#259)
  • init: Use absolute path for installing dependencies (#272)
  • dev: Pass programmatic args to sub process (#275)
  • analyze, cleanup, upgrade: Respect custom buildDir (#276)
  • analyze: Set path for client analyze results (#277)
  • test: Pass rootDir to runTests command (#284)

💅 Refactors

  • Use magicast .includes helper (#268)
  • upgrade: Improve error message when package manager cannot be detected (#270)

🏡 Chore

❤️ Contributors

Commits
  • 80566b2 feat(dev): return listener instance for programmatic usage (#278)
  • 2104cf8 chore: update citty and lockfile
  • 475563d chore(deps): update all non-major dependencies (#295)
  • ee41c52 chore(deps): update devdependency scule to ^1.1.0 (#293)
  • 98a02c1 feat(build): support --preset arg (#290)
  • 2bbb81b chore(deps): update autofix-ci/action digest to bee19d7 (#291)
  • 3b06776 chore(deps): update pnpm to v8.10.5 (#292)
  • 3e16f01 chore(deps): update all non-major dependencies (#285)
  • 6c8f043 chore(deps): update nuxt framework to ^3.8.1 (#282)
  • bf1b067 chore(deps): update all non-major dependencies (#280)
  • 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)

Bumps [nuxi](https://github.com/nuxt/cli) from 3.9.1 to 3.10.0.
- [Release notes](https://github.com/nuxt/cli/releases)
- [Changelog](https://github.com/nuxt/cli/blob/main/CHANGELOG.md)
- [Commits](nuxt/cli@v3.9.1...v3.10.0)

---
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 requested a review from a team November 21, 2023 10:33
@dependabot dependabot bot added the c3 Relating to C3 (create-cloudflare) package label Nov 21, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 21, 2023

The following labels could not be found: dependencies.

@changeset-bot
Copy link

changeset-bot bot commented Nov 21, 2023

🦋 Changeset detected

Latest commit: 5d239bf

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

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/6942530489/npm-package-wrangler-4472

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

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

Or you can use npx with this latest build directly:

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

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


wrangler@3.16.0 includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 3.20231030.0
workerd 1.20231030.0 1.20231030.0
workerd --version 1.20231030.0 2023-10-30

|

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

@codecov
Copy link

codecov bot commented Nov 23, 2023

Codecov Report

Merging #4472 (5d239bf) into main (c9b25cc) will decrease coverage by 0.02%.
Report is 15 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4472      +/-   ##
==========================================
- Coverage   75.27%   75.26%   -0.02%     
==========================================
  Files         226      226              
  Lines       12555    12559       +4     
  Branches     3256     3258       +2     
==========================================
+ Hits         9451     9452       +1     
- Misses       3104     3107       +3     

see 6 files with indirect coverage changes

@dario-piotrowicz dario-piotrowicz merged commit beed157 into main Nov 23, 2023
@dario-piotrowicz dario-piotrowicz deleted the dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/nuxi-3.10.0 branch November 23, 2023 19:03
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant