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

Bump undici and wrangler #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 18, 2022

Bumps undici to 5.9.1 and updates ancestor dependency wrangler. These dependencies need to be updated together.

Updates undici from 4.13.0 to 5.9.1

Release notes

Sourced from undici's releases.

v5.9.1

What's Changed

New Contributors

Full Changelog: nodejs/undici@v5.8.2...v5.9.1

v5.8.2

⚠️ Security Release ⚠️

What's Changed

New Contributors

Full Changelog: nodejs/undici@v5.8.1...v5.8.2

v5.8.1

What's Changed

New Contributors

... (truncated)

Commits

Updates wrangler from 0.0.27 to 2.1.12

Release notes

Sourced from wrangler's releases.

[email protected]

Patch Changes

  • #2023 d6660ce3 Thanks @​caass! - Display a more helpful error when trying to publish to a route in use by another worker.

    Previously, when trying to publish a worker to a route that was in use by another worker, there would be a really unhelpful message about a failed API call. Now, there's a much nicer message that tells you what worker is running on that route, and gives you a link to the workers overview page so you can unassign it if you want.

     ⛅️ wrangler 2.1.11
    --------------------
    Total Upload: 0.20 KiB / gzip: 0.17 KiB
    

    ✘ [ERROR] Can't publish a worker to routes that are assigned to another worker.

    "test-custom-routes-redeploy" is already assigned to route test-custom-worker.swag.lgbt

    Unassign other workers from the routes you want to publish to, and then try again. Visit https://dash.cloudflare.com/<account_id>/workers/overview to unassign a worker from a route.

    Closes #1849

  • #2013 c63ca0a5 Thanks @​rozenmd! - fix: make d1 help print if a command is incomplete

    Prior to this change, d1's commands would return silently if wrangler wasn't supplied enough arguments to run the command.

    This change resolves this issue, and ensures help is always printed if the command couldn't run.

  • #2016 932fecc0 Thanks @​caass! - Offer to create a workers.dev subdomain if a user needs one

    Previously, when a user wanted to publish a worker to https://workers.dev by setting workers_dev = true in their wrangler.toml, but their account didn't have a subdomain registered, we would error out.

    Now, we offer to create one for them. It's not implemented for wrangler dev, which also expects you to have registered a workers.dev subdomain, but we now error correctly and tell them what the problem is.

  • #2003 3ed06b40 Thanks @​GregBrimble! - chore: Bump [email protected]

  • #2024 4ad48e4d Thanks @​rozenmd! - fix: make it possible for values in vars and defines to have colons (:)

... (truncated)

Changelog

Sourced from wrangler's changelog.

2.1.12

Patch Changes

  • #2023 d6660ce3 Thanks @​caass! - Display a more helpful error when trying to publish to a route in use by another worker.

    Previously, when trying to publish a worker to a route that was in use by another worker, there would be a really unhelpful message about a failed API call. Now, there's a much nicer message that tells you what worker is running on that route, and gives you a link to the workers overview page so you can unassign it if you want.

     ⛅️ wrangler 2.1.11
    --------------------
    Total Upload: 0.20 KiB / gzip: 0.17 KiB
    

    ✘ [ERROR] Can't publish a worker to routes that are assigned to another worker.

    "test-custom-routes-redeploy" is already assigned to route test-custom-worker.swag.lgbt

    Unassign other workers from the routes you want to publish to, and then try again. Visit https://dash.cloudflare.com/<account_id>/workers/overview to unassign a worker from a route.

    Closes #1849

  • #2013 c63ca0a5 Thanks @​rozenmd! - fix: make d1 help print if a command is incomplete

    Prior to this change, d1's commands would return silently if wrangler wasn't supplied enough arguments to run the command.

    This change resolves this issue, and ensures help is always printed if the command couldn't run.

  • #2016 932fecc0 Thanks @​caass! - Offer to create a workers.dev subdomain if a user needs one

    Previously, when a user wanted to publish a worker to https://workers.dev by setting workers_dev = true in their wrangler.toml, but their account didn't have a subdomain registered, we would error out.

    Now, we offer to create one for them. It's not implemented for wrangler dev, which also expects you to have registered a workers.dev subdomain, but we now error correctly and tell them what the problem is.

  • #2024 4ad48e4d Thanks @​rozenmd! - fix: make it possible for values in vars and defines to have colons (:)

    Prior to this change, passing --define someKey:https://some-value.com would result in an incomplete value being passed to the Worker.

    This change correctly handles colons for var and define in wrangler dev and wrangler publish.

... (truncated)

Commits
  • 6c8d013 Version Packages (#2005)
  • 4ad48e4 Fix colon for collectVars/collectDefine (#2024)
  • f33805d Error politely when the user is using an unsupported terminal (#2032)
  • 7072b7b Check git version before running tests (#2019)
  • d6660ce Display a more helpful error when publishing to a route in use by another wor...
  • 932fecc Offer to create a workers.dev subdomain on wrangler publish if necessary (#...
  • 7e11194 chore: move deprecated into a dedicated module (#2022)
  • 1a54080 chore: refactor kv (#2021)
  • 34df7f5 Refactor secret (#2014)
  • c63ca0a fix: d1 help should print (#2013)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by wrangler-publisher, a new releaser for wrangler since your current version.


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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [undici](https://github.com/nodejs/undici) to 5.9.1 and updates ancestor dependency [wrangler](https://github.com/cloudflare/wrangler2/tree/HEAD/packages/wrangler). These dependencies need to be updated together.


Updates `undici` from 4.13.0 to 5.9.1
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v4.13.0...v5.9.1)

Updates `wrangler` from 0.0.27 to 2.1.12
- [Release notes](https://github.com/cloudflare/wrangler2/releases)
- [Changelog](https://github.com/cloudflare/wrangler2/blob/main/packages/wrangler/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/wrangler2/commits/[email protected]/packages/wrangler)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
- dependency-name: wrangler
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants