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

Update dependency @cloudflare/wrangler to v1.18.0 - autoclosed #843

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 15, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cloudflare/wrangler 1.17.0 -> 1.18.0 age adoption passing confidence

Release Notes

cloudflare/wrangler

v1.18.0

Compare Source

  • Features

    • feat: add test for kv sync for site projects - nilslice, pull/1996

      Adds test for quickfix made in #​1976.

      TODO: consider adding types for the Key / Value pairs used in this code. It's a bit confusing to rely the comparison of String types which have been considerably modified from the assumed original
      ... truncated

    • feat: add usage_model to metadata - taylorlee, pull/1961

      and remove toggling usage model after upload
      this shouldn't be merged until the upload api supports usage_model in
      metadata

    • Don't require an account_id in wrangler.toml - jyn514, pull/1966

      Helps with WIP RFC: Automatically configure account_id and zone_id cloudflare/wrangler-legacy#331. I recommend reviewing this commit-by-commit.

      Note that unlike the suggestion in the original issue, this actually never writes to the wrangler.toml at all, which will hopefull
      ... truncated

  • Fixes

    • fix: improve error message when no deployment info is provided - nilslice, pull/1997

      Fixes #​1694.

      Adds clarification and links to documentation on how the project must be configured in order to deploy it.

    • Fixed issue with tail not deserailzing event properly - jspspike, pull/1994

      Also added color to wrangler dev and wrangler tail -f pretty json outputs if deserialized properly
      Fixes #​1990

    • Temporary workaround to avoid dropping a tokio::runtime while another is running - jyn514, [pull/1991]

      This fixes the following error from wrangler tail:

      $ wrangler tail
      🦚  Setting up log streaming from Worker script "test-project". Using ports 8080 and 8081.
      This may take a few seconds...
      
      Oops! wrangler encountered an error.
      ... truncated
      
      [jyn514]: https://togithub.com/jyn514
      [pull/1991]: https://togithub.com/cloudflare/wrangler/pull/1991
      
      
    • Made config add target_type to type instead of "target_type" - jspspike, pull/1988

      Fixes #​1960

      We used serde to rename the target_type field to type but when making the toml ourselves we still used target_type

    • fix: use asset manifest for sync op - nilslice, pull/1976

      After #​1970, the vec of assets used in the sync operation no longer included the assets that were already uploaded. this diff of assets was re-used to determine remote assets to delete, which would in turn remove files that should have re
      ... truncated

    • Remove misleading rustup install and update rust-toolchain - jyn514, pull/1968

      Previously, CI ran rustup install stable just before running lints, but didn't
      actually use the new toolchain. This removes the unneeded download and updates
      rust-toolchain to the latest stable version.

      This also fixes a bunch of cli
      ... truncated

  • Maintenance

    • Cleanup code in socket.rs - jyn514, pull/2000

      This can just use ? instead of an explicit match.

    • Tell Dependabot to only make PRs for new major versions - jyn514, pull/1987

      This avoids constant small PRs which aren't necessary. Dependabot will still
      make PRs for security updates, which is good because we keep Cargo.lock checked
      into git and Cargo will keep using yanked versions until you update Cargo.lock.

      ... truncated


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@gitpod-io
Copy link

gitpod-io bot commented Jul 15, 2021

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jul 15, 2021

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 33f1208
Status:🚫  Build failed.

View logs

@renovate renovate bot changed the title Update dependency @cloudflare/wrangler to v1.18.0 Update dependency @cloudflare/wrangler to v1.18.0 - autoclosed Jul 16, 2021
@renovate renovate bot closed this Jul 16, 2021
@renovate renovate bot deleted the renovate/cloudflare-wrangler-1.x branch July 16, 2021 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant