Skip to content

Bump wrangler from 2.0.27 to 2.1.4#14

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps wrangler from 2.0.27 to 2.1.4.

Release notes

Sourced from wrangler's releases.

wrangler@2.1.4

Patch Changes

  • #1843 c5ee6dee Thanks @​rozenmd! - feat: teach wrangler init how to write js tests

  • #1856 6aae958a Thanks @​rozenmd! - feat: add vitest as a test runner option

  • #1839 2660872a Thanks @​cameron-robey! - feat: make it possible to specify a path for unstable_dev()'s fetch method

    const worker = await unstable_dev(
      "script.js"
    );
    const res = await worker.fetch(req);
    

    where req can be anything from RequestInfo: string | URL | Request.

  • #1851 afca1b6c Thanks @​cameron-robey! - feat: summary output for secret:bulk

    When wrangler secret:bulk <json> is run, a summary is outputted at the end with the number of secrets successfully / unsuccessfully created.

  • #1847 5726788f Thanks @​rozenmd! - chore: add instructions as part of wrangler init for testing

  • #1846 f450e387 Thanks @​rozenmd! - fix: when running wrangler init, add a test script to package.json when the user asks us to write their first test

  • #1837 aa5ede62 Thanks @​rozenmd! - fix: explicitly export UnstableDevWorker type

  • #1779 974f3311 Thanks @​WalshyDev! - Add debug outputs to the exchange request

wrangler@2.1.3

Patch Changes

  • #1836 3583f313 Thanks @​rozenmd! - fix: wrangler publish for CI after a manual deployment

    Prior to this change, if you edited your Worker via the Cloudflare Dashboard, then used CI to deploy your script, wrangler publish would fail.

    This change logs a warning that your manual changes are going to be overriden, but doesn't require user input to proceed.

    Closes #1832

  • #1644 dc1c9595 Thanks @​geelen! - Deprecated --experimental-enable-local-persistence.

    Added --persist and --persist-to in its place. Changed the default persistence directory to .wrangler/state, relative to wrangler.toml.

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

---
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 17, 2022
@dependabot dependabot Bot requested a review from Victrid September 17, 2022 05:28
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Sep 24, 2022

Superseded by #16.

@dependabot dependabot Bot closed this Sep 24, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/wrangler-2.1.4 branch September 24, 2022 04:18
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