3box / 3box-dapp

3Box Hub App: User profiles and storage drive
https://3box.io/hub
MIT License
40 stars 28 forks source link

Bump ethers from 4.0.48 to 5.0.14 #707

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps ethers from 4.0.48 to 5.0.14.

Release notes

Sourced from ethers's releases.

ethers/v5.0.14 (2020-09-16 02:39)

  • More robust blockchain error detection (#1047; 49f7157)
  • Forward blockchain errors from Signer during gas estimation. (#1047; 9ee685d)
  • Improve fetch errors with looser mime-type detection. (#1047; 263bfe5)

ethers/v5.0.13 (2020-09-11 02:10)

  • Force content-length in web fetching. (be92339)
  • Better error forwarding from FallbackProvider. (#1021; bc3eeec)
  • Add clamping functions to FixedNumber. (#1037; 042b74e)

ethers/v5.0.12 (2020-09-07 19:54)

  • Allow events to use compact bytes ABI coded data for Solidity 0.4 external events. (#891, #992; 4e394fc)

ethers/v5.0.11 (2020-09-05 23:51)

  • Synced unorm in shims to most recent version. (bdccf7b)
  • Fixed LedgerSigner sendTransaction. (#936; cadb28d)
  • Added BrainWallet to experimental exports. (72385c2)
  • More readable server errors. (201e5ce)

ethers/v5.0.10 (2020-09-05 01:21)

ethers/v5.0.9 (2020-08-25 01:45)

  • Updated docs for all packages on npm pages. (#1013; cb8f4a3)
  • Added JSON support to BigNumber. (#1010; 8facc1a)
  • Updated packages for security audit. (5b5904e)
  • Fix emitted error for ABI code array count mismatch. (#1004; b0c082d)

ethers/v5.0.8 (2020-08-04 20:55)

ethers/v5.0.7 (2020-07-20 02:22)

ethers/v5.0.6 (2020-07-16 05:54)

  • Removed unnecessary dependency from BigNumber. (#951; 78b350b)
  • Longer Etherscan throttle slot interval. (9f20258)
  • Fixed ENS overrides for the default provider. (#959; 63dd3d4)
  • Added Retry-After support and adjustable slot interval to fetchJson. (7d43545)
  • Added initial throttling support. (#139, #904, #926; 88c7eae)
  • Use status code 1000 on WebSocket hangup for compatibility. (588f64c)
  • Updated WebSocketProvider to use web-style event listener API. (57fd6f0)
Changelog

Sourced from ethers's changelog.

ethers/v5.0.14 (2020-09-16 02:39)

  • More robust blockchain error detection (#1047; 49f7157)
  • Forward blockchain errors from Signer during gas estimation. (#1047; 9ee685d)
  • Improve fetch errors with looser mime-type detection. (#1047; 263bfe5)

ethers/v5.0.13 (2020-09-11 02:10)

  • Force content-length in web fetching. (be92339)
  • Better error forwarding from FallbackProvider. (#1021; bc3eeec)
  • Add clamping functions to FixedNumber. (#1037; 042b74e)

ethers/v5.0.12 (2020-09-07 19:54)

  • Allow events to use compact bytes ABI coded data for Solidity 0.4 external events. (#891, #992; 4e394fc)

ethers/v5.0.11 (2020-09-05 23:51)

  • Synced unorm in shims to most recent version. (bdccf7b)
  • Fixed LedgerSigner sendTransaction. (#936; cadb28d)
  • Added BrainWallet to experimental exports. (72385c2)
  • More readable server errors. (201e5ce)

ethers/v5.0.10 (2020-09-05 01:21)

ethers/v5.0.9 (2020-08-25 01:45)

  • Updated docs for all packages on npm pages. (#1013; cb8f4a3)
  • Added JSON support to BigNumber. (#1010; 8facc1a)
  • Updated packages for security audit. (5b5904e)
  • Fix emitted error for ABI code array count mismatch. (#1004; b0c082d)

ethers/v5.0.8 (2020-08-04 20:55)

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #710.