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

Bump @cloudflare/wrangler from 1.14.0 to 1.14.1 #77

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 8, 2021

Bumps @cloudflare/wrangler from 1.14.0 to 1.14.1.

Release notes

Sourced from @​cloudflare/wrangler's releases.

v1.14.1

1.14.1

  • Fixes

    • revert default install location change - xortive, pull/1798

      In 1.14.0, we changed the default install location from ~/.wrangler to node_modules, to allow npx wrangler to use the pinned version in a project's dependencies. It seems that this is causing issues, so we're rolling it back in favor of having folks who want this behavior, to specify a the install location in the config section of package.json. We'll document this soon.

1.14.0

  • Features

    • Display account ID's when possible - caass, pull/1786

      Previously, users had to log in to their dash to view their account IDs. This PR extracts some of the code used in whoami to log their account IDs to the terminal, instead. If for some reason that doesn't work, it'll fall back to telling them to look at the dashboard

    • Feature/monorepo support - thefill, pull/1748

      Improvement of the detection of node_modules dir - adds bottom-up traversing to find it in parent dirs.

      This should resolve some issues experienced with monorepos (e.g. with nx).

    • fix installer - xortive, pull/1780

      [email protected] broke semver, this PR changes our installer to use a cloudflare-owned version of binary-install with updated dependencies to resolve the previous vulnerability warnings from the old version of axios that was being used

      Wrangler will now also support setting the WRANGLER_INSTALL_PATH environment variable to choose where you install the wrangler binary. This environment variable must be set when running wrangler, as well as when installing it.

    • kv put with metadata - ags799, [pull/1740]

      Closes #1734

... (truncated)

Changelog

Sourced from @​cloudflare/wrangler's changelog.

1.14.1

  • Fixes

    • revert default install location change - xortive, pull/1798

      In 1.14.0, we changed the default install location from ~/.wrangler to node_modules, to allow npx wrangler to use the pinned version in a project's dependencies. It seems that this is causing issues, so we're rolling it back in favor of having folks who want this behavior, to specify a the install location in the config section of package.json. We'll document this soon.

Commits
Maintainer changes

This version was pushed to npm by xortive, a new releaser for @cloudflare/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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 8, 2021
@jacobwgillespie jacobwgillespie merged commit a6abf95 into main Mar 8, 2021
@jacobwgillespie jacobwgillespie deleted the dependabot/npm_and_yarn/cloudflare/wrangler-1.14.1 branch March 8, 2021 16:17
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.

RFC: KV put with metadata
1 participant