Skip to content

Bump wrangler from 2.0.27 to 2.1.9#18

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps wrangler from 2.0.27 to 2.1.9.

Release notes

Sourced from wrangler's releases.

wrangler@2.1.9

Patch Changes

  • #1937 905fce4f Thanks @​JacobMGEvans! - fix: fails to publish due to empty migrations After this change, wrangler init --from-dash will not attempt to add durable object migrations to wrangler.toml for Workers that don't have durable objects.

    fixes #1854

  • #1943 58a430f2 Thanks @​cameron-robey! - chore: add env and ctx params to fetch in javascript example template

    Just like in the typescript templates, and the javascript template for scheduled workers, we include env and ctx as parameters to the fetch export. This makes it clearer where environment variables live.

  • #1934 7ebaec1a Thanks @​mrbbot! - Allow --experimental-local to be used with module workers

  • #1939 5854cb69 Thanks @​rozenmd! - fix: respect variable binding type when printing

    After this change, when printing the bindings it has access to, wrangler will correctly only add quotes around string variables, and serialize objects via JSON.stringify (rather than printing "[object Object]").

  • #1953 20195479 Thanks @​mrbbot! - Add --experimental-local support to unstable_dev

  • #1930 56798155 Thanks @​rozenmd! - fix: use node http instead of faye-websocket in proxy server

    We change how websockets are handled in the proxy server, fixing multiple issues of websocket behaviour, particularly to do with headers.

    In particular this fixes:

    • the protocol passed between the client and the worker was being stripped out by wrangler
    • wrangler was discarding additional headesr from websocket upgrade response
    • websocket close code and reason was not being propagated by wrangler

wrangler@2.1.8

Patch Changes

  • #1894 ed646cf9 Thanks @​mrbbot! - Add experimental support for using the open-source Workers runtime workerd in wrangler dev. Use wrangler dev --experimental-local to try it out! 🚀 Note this feature is still under active development.

wrangler@2.1.7

Patch Changes

... (truncated)

Commits
  • 27784fb Version Packages (#1936)
  • 2019547 Add --experimental-local support to unstable_dev changeset (#1953)
  • 905fce4 fix: fails to publish due to empty migrations (#1937)
  • b88ccf4 Add --experimental-local support to unstable_dev (#1940)
  • 58a430f chore: add env and ctx params to fetch in javascript example template (...
  • 5854cb6 fix: respect variable binding type when printing (#1939)
  • 5679815 fix: use node http instead of faye-websocket in proxy server (#1930)
  • 7ebaec1 Allow --experimental-local to be used with module workers (#1934)
  • 452b84b Fix snapshot test (#1933)
  • e305903 Version Packages (#1931)
  • 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 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.9.
- [Release notes](https://github.com/cloudflare/wrangler2/releases)
- [Commits](https://github.com/cloudflare/wrangler2/compare/wrangler@2.0.27...wrangler@2.1.9)

---
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 1, 2022
@dependabot dependabot Bot requested a review from Victrid October 1, 2022 04:19
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Oct 8, 2022

Superseded by #21.

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