aurora-is-near / rainbow-bridge-frontend

🌈 Send ERC20 tokens from Ethereum to NEAR
https://rainbowbridge.app
69 stars 31 forks source link

build(deps): bump ethers from 5.5.1 to 5.6.7 #391

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps ethers from 5.5.1 to 5.6.7.

Release notes

Sourced from ethers's releases.

ethers/v5.6.7 (2022-05-20 19:11)


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-YUSWh0CQ0Ck2wXgObj8tXJeOqe0QLhmeONEcw5N3OIBknCB4kZxHB5pHvhrLRSFB"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.6.7.umd.min.js">
</script>

ethers/v5.6.6 (2022-05-12 17:29)

  • Ensure gas estimate errors are not call exceptions in disguise. (#2954; 2c3dae0)
  • Added optimism to EtherscanProvider. (#2968; c6eebf9)
  • Remove pedantic check for new keyword which broke some platforms for inheritance. (#2860, #2861; 32b7373)

Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-aYbelA/Ptk4xbBWv+CrZGR4bFtfdsUgXeWNCIKloTT769EAtwGS81FYbgbnbRP3r"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.6.6.umd.min.js">
</script>

ethers/v5.6.5 (2022-05-01 02:10)

  • Added testnets for AnkrProvider. (#2949, #2950; d9f45b3)
  • Better error coalescing for OpenEthereum nodes. (#2846; bebd669)
  • Enforce 32-byte private key length (2926). (7b299dd)
  • Fixed decimal strings as value-type properties for JsonRpcSigner. (#2948; 9bf17fa)

Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-HDtKXW/WGUPp3+NyVJAJ7Uocm4RHhHnupa1pgV6m+G8JSFlL5wCphMFvwkPhdaTo"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.6.5.umd.min.js">
</script>
</tr></table> 

... (truncated)

Changelog

Sourced from ethers's changelog.

ethers/v5.6.7 (2022-05-20 19:11)

ethers/v5.6.6 (2022-05-12 17:29)

  • Ensure gas estimate errors are not call exceptions in disguise. (#2954; 2c3dae0)
  • Added optimism to EtherscanProvider. (#2968; c6eebf9)
  • Remove pedantic check for new keyword which broke some platforms for inheritance. (#2860, #2861; 32b7373)

ethers/v5.6.5 (2022-05-01 02:10)

  • Added testnets for AnkrProvider. (#2949, #2950; d9f45b3)
  • Better error coalescing for OpenEthereum nodes. (#2846; bebd669)
  • Enforce 32-byte private key length (2926). (7b299dd)
  • Fixed decimal strings as value-type properties for JsonRpcSigner. (#2948; 9bf17fa)

ethers/v5.6.4 (2022-04-13 16:56)

ethers/v5.6.3 (2022-04-13 00:23)

  • Mimic Hardhard error strings in CALL_EXCEPTION for popular matchers. (#2849, #2862; dab6ede)
  • Fix pocket API key not being passed in for default provider. (#2890; 056d7c8)

ethers/v5.6.2 (2022-03-25 17:56)

  • Fixed left-padding in arrayify. (#2833; e192903)
  • More robust JSON-RPC error handling for reverted executions. (#2603; 9d9b14b)
  • Added IPNS support for ENS contenthash. (e70f3fe)
  • Added initial AnkrProvider (96de581)

ethers/v5.6.1 (2022-03-16 01:25)

ethers/v5.6.0 (2022-03-09 14:57)

... (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[bot] commented 2 years ago

Superseded by #392.