Skip to content

Bump wrangler from 2.0.27 to 2.1.6#16

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 24, 2022

Bumps wrangler from 2.0.27 to 2.1.6.

Release notes

Sourced from wrangler's releases.

wrangler@2.1.6

Patch Changes

  • #1890 5a4c7113 Thanks @​rozenmd! - fix: add missing noBundle type to api/dev

  • #1895 1b53bf9d Thanks @​rozenmd! - fix: rename keep_bindings to keep_vars, and make it opt-in, to keep wrangler.toml compatible with being used for Infrastructure as Code

    By default, wrangler.toml is the source of truth for your environment configuration, like a terraform file.

    If you change your settings (particularly your vars) in the dashboard, wrangler will override them. If you want to disable this behavior, set this field to true.

    Between wrangler 2.0.28 and 2.1.5, by default wrangler would not delete your vars by default, breaking expected wrangler.toml behaviour.

  • #1889 98f756c7 Thanks @​penalosa! - fix: Correctly place the .wrangler/state local state directory in the same directory as wrangler.toml by default

  • #1886 8b647175 Thanks @​JacobMGEvans! - fix: potential missing compatibility_date in wrangler.toml when running wrangler init --from-dash Fixed a bug where compatibility_date wasn't being added to wrangler.toml when initializing a worker via wrangler init --from-dash

    fixes #1855

wrangler@2.1.5

Patch Changes

  • #1819 d8a18070 Thanks @​CarmenPopoviciu! - Adds support for custom _routes.json when running wrangler pages dev

  • #1815 d8fe95d2 Thanks @​cameron-robey! - feat: testing scheduled events with wrangler dev remote mode

    Using the new middleware (cloudflare/wrangler2#1735), we implement a way of testing scheduled workers from a fetch using wrangler dev in remote mode, by passing a new command line flag --test-scheduled. This exposes a route /__scheduled which will trigger the scheduled event.

    $ npx wrangler dev index.js --test-scheduled
    $ curl http://localhost:8787/__scheduled

    Closes cloudflare/wrangler2#570

  • #1801 07fc90d6 Thanks @​rozenmd! - feat: multi-worker testing

    This change introduces the ability to test multi-worker setups via the wrangler API's unstable_dev function.

    Usage:

    import { unstable_dev } from "wrangler";

... (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 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) from 2.0.27 to 2.1.6.
- [Release notes](https://github.com/cloudflare/wrangler2/releases)
- [Commits](https://github.com/cloudflare/wrangler2/compare/wrangler@2.0.27...wrangler@2.1.6)

---
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 Sep 24, 2022
@dependabot dependabot Bot requested a review from Victrid September 24, 2022 04:18
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Oct 1, 2022

Superseded by #18.

@dependabot dependabot Bot closed this Oct 1, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/wrangler-2.1.6 branch October 1, 2022 04:19
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