Skip to content

Bump wrangler from 2.0.27 to 2.1.13#28

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/wrangler-2.1.13
Closed

Bump wrangler from 2.0.27 to 2.1.13#28
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/wrangler-2.1.13

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 22, 2022

Bumps wrangler from 2.0.27 to 2.1.13.

Release notes

Sourced from wrangler's releases.

wrangler@2.1.13

Patch Changes

wrangler@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

... (truncated)

Changelog

Sourced from wrangler's changelog.

2.1.13

Patch Changes

  • #2035 76a66fc2 Thanks @​penalosa! - Warn when opening a tail on workers for which a restart could be disruptive (i.e. Workers which use Durable Objects in conjunction with WebSockets)
  • #2045 c2d3286f Thanks @​threepointone! - feat: implement a basic wrangler delete

    This PR adds a simple (but useful!) implementation for wrangler delete. Of note, it'll delete a given service, including all it's bindings. It uses the same api as the dashboard.

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

... (truncated)

Commits
Maintainer changes

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


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 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 [wrangler](https://github.com/cloudflare/wrangler2/tree/HEAD/packages/wrangler) from 2.0.27 to 2.1.13.
- [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/wrangler@2.1.13/packages/wrangler)

---
updated-dependencies:
- dependency-name: wrangler
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 22, 2022
@dependabot dependabot Bot requested a review from Victrid October 22, 2022 04:22
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Nov 5, 2022

Superseded by #29.

@dependabot dependabot Bot closed this Nov 5, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/wrangler-2.1.13 branch November 5, 2022 04:01
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants