Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

[Snyk] Upgrade @ethersproject/abi from 5.6.1 to 5.7.0#5

Open
snyk-bot wants to merge 1 commit intomainfrom
snyk-upgrade-6fd38faa845c9f57b9377fc572e09cca
Open

[Snyk] Upgrade @ethersproject/abi from 5.6.1 to 5.7.0#5
snyk-bot wants to merge 1 commit intomainfrom
snyk-upgrade-6fd38faa845c9f57b9377fc572e09cca

Conversation

@snyk-bot
Copy link
Copy Markdown

@snyk-bot snyk-bot commented Oct 7, 2022

Snyk has created this PR to upgrade @ethersproject/abi from 5.6.1 to 5.7.0.

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 4 versions ahead of your current version.
  • The recommended version was released 2 months ago, on 2022-08-19.
Release notes
Package name: @ethersproject/abi
  • 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.4 - 2022-06-18

    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-05-24
    • 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)

    Embedding UMD with SRI:

    <script type="text/javascript"
            integrity="sha384-FdKjh3/99hRuPi1kjKQCoVDxcqDyadFCzn+0eGRqlRDfCfu34dUIvARvD1GetdRk"
            crossorigin="anonymous"
            src="https://cdn-cors.ethers.io/lib/ethers-5.6.3.umd.min.js">
    </script>
  • 5.6.2 - 2022-05-14
    • 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)

    Embedding UMD with SRI:

    <script type="text/javascript"
            integrity="sha384-qs2vsqAFA8HemUN26W9rQk9FbPhRSx8Nom/DUpdKIyoiRhE5KX9hPgWhX5X4baBB"
            crossorigin="anonymous"
            src="https://cdn-cors.ethers.io/lib/ethers-5.6.2.umd.min.js">
    </script>
  • 5.6.1 - 2022-04-13
from @ethersproject/abi GitHub release notes
Commit messages
Package name: @ethersproject/abi
  • 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
  • 6bd13c3 Updated EtherscanProvider for new CommunityResource API throttling.
  • ea2d245 Fix old events from being emitted at the beginning of a filter (#3069, #3094).
  • c004ae5 Fixed Interface signautres missing strings as eventFragments (#3157).
  • 17676e9 Fix bug in EIP1193Bridge forwarding to the wrong method (#3166).
  • 6f57e8b Use updated Web3 Secret Storage format for JSON wallets (#3075).
  • abdf2e3 Relaxed nameprep length requirement dropping RFC-5891 section 4.2.4 (#3161).
  • 450694e Switch to hash.js for ripemd160 on node as it was removed from the default crypto provider in node 17 (#3082).
  • 4d3e586 Add optimism-kovan to EtherscanProvider (#3135).

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant