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.26 #732

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps ethers from 4.0.48 to 5.0.26.

Release notes

Sourced from ethers's releases.

ethers/v5.0.26 (2021-01-13 14:47)


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-lx/bREQsHxBzGKC8y4tUIt1LZ/FkCnr/zRfrgW7H+1kJsJmMIFUtxi3FuTwDSQOf"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.0.26.umd.min.js">
</script>

ethers/v5.0.25 (2021-01-08 03:31)

  • Safety check on digest length for signing. (20335e9)
  • Fixed listenerCount for contract when requesting for all events. (#1205; a56a0a3)
  • Lock package versions for the ESM builds. (#1009; 0e6cc9a)

Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-OX1i+8u9+OeCQi+teohOKipUsePOtMdPgYMBGr8TPkcZJW7z/QeGLa0CTnRhDdkT"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.0.25.umd.min.js">
</script>

ethers/v5.0.24 (2020-12-08 01:43)

  • Fixed EIP-712 getPayload dropping EIP712Domain from types for JSON-RPC calls. (#687; d3b1ac0)
  • Remvoed dead files. (70c2b1b)

Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-VT2mW1/PG0ZIoeiylULC8gZ+HiMCZMGy13gjNzB51Fd6r3xjUHJQh3GvF1xvCdJ9"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.0.24.umd.min.js">
</script>

ethers/v5.0.23 (2020-11-25 15:25)

  • Fix BigNumber when passed something with a length property. (#1172; 45a2902)

... (truncated)

Changelog

Sourced from ethers's changelog.

ethers/v5.0.26 (2021-01-13 14:47)

ethers/v5.0.25 (2021-01-08 03:31)

  • Safety check on digest length for signing. (20335e9)
  • Fixed listenerCount for contract when requesting for all events. (#1205; a56a0a3)
  • Lock package versions for the ESM builds. (#1009; 0e6cc9a)

ethers/v5.0.24 (2020-12-08 01:43)

  • Fixed EIP-712 getPayload dropping EIP712Domain from types for JSON-RPC calls. (#687; d3b1ac0)
  • Remvoed dead files. (70c2b1b)

ethers/v5.0.23 (2020-11-25 15:25)

  • Fix BigNumber when passed something with a length property. (#1172; 45a2902)

ethers/v5.0.22 (2020-11-23 19:16)

  • Added directory to repo field for each package. (799896a)
  • Add ABI coder function to compute default values. (#1101; a8e3380)
  • Fix for new versions of Geth which return formatted data on revert rather than standard data. (#949; 4a8d579)
  • Addd missing sideEffects flag to some packages. (20defec)
  • Allow base-10 to be passed into BigNumbner.toString and improve errors for other radices. (#1164; c8bb77d, fbbe4ad)
  • Allow private keys to Wallet to omit the 0x prefix. (#1166; 29f6c34)

ethers/v5.0.21 (2020-11-19 18:52)

  • Force address to use bignumber package with base36 private functions. (#1163; c9e5480)
  • Remove stray console.log in hardware wallets. (#1136; cc63e61)
  • Added some funding links for the sponsor button. (2816850)
  • Remove invalid pkg.module reference. (#1133; cddc258)

ethers/v5.0.20 (2020-11-17 20:32)

ethers/v5.0.19 (2020-10-22 21:55)

... (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) - `@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 #735.