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

[Snyk] Upgrade ethers from 5.6.2 to 5.7.1 #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Jamie-Jaworski
Copy link

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade ethers from 5.6.2 to 5.7.1.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 9 versions ahead of your current version.
  • The recommended version was released 23 days ago, on 2022-09-14.
Release notes
Package name: ethers
  • 5.7.1 - 2022-09-14
    • Fixed message signing errors that clobbered critical Error properties. (#3356; b14cb0f)
    • Add support for all data URL formats. (#3341; 4c86dc9)
    • Added Sepolia network. (#3325; d083522)

    Embedding UMD with SRI:

    <script type="text/javascript"
            integrity="sha384-RG8QV/8Pwe52alIcSWxFpA7GbD1/mIxUAQA5PeEDh5EnTyJiWhIvYfw5RYBIz8DQ"
            crossorigin="anonymous"
            src="https://cdn-cors.ethers.io/lib/ethers-5.7.1.umd.min.js">
    </script>
  • 5.7.0 - 2022-08-19
    • Update PocketProvider to newer URL format. (#2980; 10d07ca)
    • Add new ENS normalization specification for wider UTF-8 support. (#42, #2376, #2754; 14bf407, fce9aaa, f274104)
    • Added ACTION_REJECTED error for UI-based Signers. (d9897e0)
    • Include current baseFee in feeData for easier custom fee calculation. (8314236)
    • Add restrictions for new UTF-8 specification ENS names. (#42, #2376, #2754; e52fbfb)
    • Expand the definition of a WebSocketLike. (#2843; 00114d7)
    • Expanded type for queryFitler to allow string. (#2882; 60da870)
    • Added finalized and safe blockTags. (#3091; 549168c)
    • Added arbitrum-goerli to Networks and AlchemyProvider. (#3246; e72d13e)
    • Add EIP-712 type exports. (#221; 7ce41cd)
    • Added optimism-goerli to AlchemyProvider. (#3246; f1cb0d2)
    • Updated EtherscanProvider for new CommunityResource API throttling. (6bd13c3)
    • Fix old events from being emitted at the beginning of a filter. (#3069, #3094; ea2d245)
    • Fixed Interface signautres missing strings as eventFragments. (#3157; c004ae5)
    • Fix bug in EIP1193Bridge forwarding to the wrong method. (#3166; 17676e9)
    • Use updated Web3 Secret Storage format for JSON wallets. (#3075; 6f57e8b)
    • Relaxed nameprep length requirement dropping RFC-5891 section 4.2.4. (#3161; abdf2e3)
    • Switch to hash.js for ripemd160 on node as it was removed from the default crypto provider in node 17. (#3082; 450694e)
    • Add optimism-kovan to EtherscanProvider. (#3135; 4d3e586)
    • Forward any blockTag along in the FallbackProvider during call. (#3168; ab43e7d)
    • Allow browser fetch option overrides. (#3096; c309df8)

    Embedding UMD with SRI:

    <script type="text/javascript"
            integrity="sha384-EQi5ynMqKKWGuwfjllsutXzvDo0ubfkYMhKrz5WJJB7PUXnkSo5qxWSy80hu/Zh9"
            crossorigin="anonymous"
            src="https://cdn-cors.ethers.io/lib/ethers-5.7.0.umd.min.js">
    </script>
  • 5.6.9 - 2022-06-18
    • 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>
  • 5.6.8 - 2022-05-24

    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>
  • 5.6.7 - 2022-05-21

    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>
  • 5.6.6 - 2022-05-14
    • 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>
  • 5.6.5 - 2022-05-03
    • 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>
  • 5.6.4 - 2022-04-14

    Embedding UMD with SRI:

    <script type="text/javascript"
            integrity="sha384-Y3akzp1SirJeIbvoXIqJpwsCXex0qqH9sYkn3YBk5V+eFg6UjDOL3+SuzFDBoehq"
            crossorigin="anonymous"
            src="https://cdn-cors.ethers.io/lib/ethers-5.6.4.umd.min.js">
    </script>
  • 5.6.3 - 2022-04-13
    Read more
  • 5.6.2 - 2022-03-26
    Read more
from ethers GitHub release notes
Commit messages
Package name: ethers
  • 44cbc7f admin: updated dist files
  • b14cb0f Fixed message signing errors that clobbered critical Error properties (#3356).
  • 4c86dc9 Add support for all data URL formats (#3341).
  • d083522 Added Sepolia network (#3325).
  • 01b5bad admin: update dist files
  • 7357dd2 tests: remove old Pocket tests
  • d3592ef admin: update dist files
  • 9f21b6b tests: fix namehash matcher
  • ec1b958 admin: updated dist files
  • 9ccdd17 tests: updated pocket to normal API key.
  • 10d07ca Update PocketProvider to newer URL format (#2980).
  • f274104 Applied lastest changes from ens-normalize (#42, #2376, #2754).
  • fce9aaa Relax ENS normalize for double-hyphen to only throw on punycode conflicts (#42, #2376, #2754).
  • d9897e0 Added ACTION_REJECTED error for UI-based Signers.
  • 8314236 Include current baseFee in feeData for easier custom fee calculation.
  • e52fbfb Add restrictions for new UTF-8 specification ENS names (#42, #2376, #2754).
  • 00114d7 Expand the definition of a WebSocketLikg (#2843).
  • 60da870 Expanded type for queryFitler to allow string (#2882).
  • 14bf407 Add new ENS normalization specification for wider UTF-8 support (#42, #2376, #2754).
  • 549168c Added finalized and safe blockTags (#3091).
  • e72d13e Added arbitrum-goerli to Networks and AlchemyProvider (#3246).
  • 7ce41cd Add EIP-712 type exports (#221).
  • f1cb0d2 Added optimism-goerli to AlchemyProvider (#3246).
  • 7645cb0 admin: added date to contributors

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants