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 ethers from 5.6.2 to 5.6.9 #2308

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 20, 2022

Bumps ethers from 5.6.2 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)
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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 20, 2022
@cla-bot cla-bot bot added the cla-signed label Jun 20, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/ethers-5.6.9 branch from ff1317c to 56e7bcc Compare July 8, 2022 09:50
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/ethers-5.6.9 branch from 56e7bcc to 870f7ec Compare July 27, 2022 17:27
Bumps [ethers](https://github.com/ethers-io/ethers.js/tree/HEAD/packages/ethers) from 5.6.2 to 5.6.9.
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ethers-io/ethers.js/commits/v5.6.9/packages/ethers)

---
updated-dependencies:
- dependency-name: ethers
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/ethers-5.6.9 branch from 870f7ec to 0453134 Compare August 11, 2022 10:35
@codecov
Copy link

codecov bot commented Aug 11, 2022

Codecov Report

Merging #2308 (0453134) into master (0ec9e60) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #2308      +/-   ##
==========================================
- Coverage   42.64%   42.64%   -0.01%     
==========================================
  Files         199      199              
  Lines       23133    23134       +1     
  Branches      487      487              
==========================================
  Hits         9866     9866              
- Misses      12870    12871       +1     
  Partials      397      397              

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 22, 2022

Superseded by #2473.

@dependabot dependabot bot closed this Aug 22, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/master/ethers-5.6.9 branch August 22, 2022 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed 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.

0 participants