MoralisWeb3 / Moralis-JS-SDK-v1

Moralis Official Javascript SDK v1 (see https://github.com/MoralisWeb3/Moralis-JS-SDK for the latest version)
Other
8 stars 6 forks source link

fix(deps): bump ethers from 5.6.0 to 5.6.9 #3

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps ethers from 5.6.0 to 5.6.9.

Release notes

Sourced from ethers's releases.

ethers/v5.6.9 (2022-06-17 14:44)

  • Removed Ankr for Ropsten default provider; the merge seems to have broke it. (3790671)
  • Fix NonceManager for increment 0 and provided nonce. (#3062, #3085; 0a28679)
  • Fixed topic filters for numeric types with string values. (#3013; 0078e02)

Embedding UMD with SRI:

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

ethers/v5.6.8 (2022-05-24 11:50)


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-HylgU+iVrVfHivfdkJGhzBJmBxfXLECLZzB2HEiL6bU7GwQH+Xnf/lEDZpNbWs9C"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.6.8.umd.min.js">
</script>

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)

... (truncated)

Changelog

Sourced from ethers's changelog.

ethers/v5.6.9 (2022-06-17 14:44)

  • Removed Ankr for Ropsten default provider; the merge seems to have broke it. (3790671)
  • Fix NonceManager for increment 0 and provided nonce. (#3062, #3085; 0a28679)
  • Fixed topic filters for numeric types with string values. (#3013; 0078e02)

ethers/v5.6.8 (2022-05-24 11:50)

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)

... (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 #6.