openlawteam / tribute-ui

Tribute - A modular DAO framework developed and coordinated by its members
https://demo.tributedao.com
Apache License 2.0
45 stars 40 forks source link

Bump ethers from 5.4.1 to 5.5.2 #521

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps ethers from 5.4.1 to 5.5.2.

Release notes

Sourced from ethers's releases.

ethers/v5.5.2 (2021-11-30 19:16)

  • Fixed test case for getAvatar; url has moved (617714d)
  • Added basic redirect support. (42784b8)
  • Added arbitrum and optimism to networks and providers. (#2335; 0844de4)
  • Added support for data URLs for avatar metadata. (b8391b0)
  • Fixed getAvatar for unconfigured ENS names. (1e1c93e)

Embedding UMD with SRI:

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

ethers/v5.5.1 (2021-10-20 03:59)


Embedding UMD with SRI:

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

ethers/v5.5.0 (2021-10-19 00:01)

  • Added ENS avatar support to provider. (#2185; ecce861)
  • Fixed splitSignature logic for verifying EIP-2930 and EIP-1559 v. (#2084; 3de1b81)
  • Include events on ContractFactory deployment transactions. (#1334; ab319f2)
  • admin: fixed alias script. (#1494; 8f3d71d)
  • Better errors when non-string address or ENS name is passed into Contracts or provider methods. (#1051; a5c6a46)
  • Use personal_sign instead of eth_sign for message signing with JsonRpcSigner; added _legacySignMessage for legacy support. (#1542, #1840; 8947fd4)
  • Removed extra wordlists from the dist files. (#2058, #2077; cb43a99)
  • Fix issue when Solidity method collises with JavaScript prototype. (#1432, #2054, #2120; 0a8be37)
  • Add support for Cloudflare Workers. (#1886; 6582ede)
  • Added more information to some invalid argument errors. (#1130; f3c6d81)
  • Fix compile-time error in new TypeScript version. (bee76a4)
  • Adding customData support to transactions to assist L2 chains. (#1761; 68095a4)
  • Added some explicit null results to previously implicit null results for ENS. (#1850; 0e5419e)
  • Added BigNumber _difficulty to Block results. (#2001, #2036; a48552a)
  • Removed redundant call to normalizing blockTag (1838). (d5b41ce)
  • Fixed isBytes check for invalid length or elements. (#1964; 7a404fb)
  • Fixed randomBytes not rejecting NaN as a length. (#1977; f8adf82)

... (truncated)

Changelog

Sourced from ethers's changelog.

ethers/v5.5.2 (2021-11-30 19:16)

  • Fixed test case for getAvatar; url has moved (617714d)
  • Added basic redirect support. (42784b8)
  • Added arbitrum and optimism to networks and providers. (#2335; 0844de4)
  • Added support for data URLs for avatar metadata. (b8391b0)
  • Fixed getAvatar for unconfigured ENS names. (1e1c93e)

ethers/v5.5.1 (2021-10-20 03:59)

ethers/v5.5.0 (2021-10-19 00:01)

  • Added ENS avatar support to provider. (#2185; ecce861)
  • Fixed splitSignature logic for verifying EIP-2930 and EIP-1559 v. (#2084; 3de1b81)
  • Include events on ContractFactory deployment transactions. (#1334; ab319f2)
  • admin: fixed alias script. (#1494; 8f3d71d)
  • Better errors when non-string address or ENS name is passed into Contracts or provider methods. (#1051; a5c6a46)
  • Use personal_sign instead of eth_sign for message signing with JsonRpcSigner; added _legacySignMessage for legacy support. (#1542, #1840; 8947fd4)
  • Removed extra wordlists from the dist files. (#2058, #2077; cb43a99)
  • Fix issue when Solidity method collises with JavaScript prototype. (#1432, #2054, #2120; 0a8be37)
  • Add support for Cloudflare Workers. (#1886; 6582ede)
  • Added more information to some invalid argument errors. (#1130; f3c6d81)
  • Fix compile-time error in new TypeScript version. (bee76a4)
  • Adding customData support to transactions to assist L2 chains. (#1761; 68095a4)
  • Added some explicit null results to previously implicit null results for ENS. (#1850; 0e5419e)
  • Added BigNumber _difficulty to Block results. (#2001, #2036; a48552a)
  • Removed redundant call to normalizing blockTag (1838). (d5b41ce)
  • Fixed isBytes check for invalid length or elements. (#1964; 7a404fb)
  • Fixed randomBytes not rejecting NaN as a length. (#1977; f8adf82)
  • Allow any Networkish for getDefaultProvider. (#2031; cc250b2)
  • Stop allowing commas in fixed numbers; left over from legacy comma support. (#2083; 45f3675)
  • Export FallbackProviderConfig. (#2121; 48c9e0b)

ethers/v5.4.7 (2021-09-16 13:17)

ethers/v5.4.6 (2021-08-27 15:34)

  • Temporarily remove the block miner for clique-based networks from CI testing. (#1967; 8320d53)
  • More readable errors involving Uint8Arrays. (b6a061e)
  • Added Deferred Error support to Description objects to extent Interface parse methods. (#1894; a662490)
  • Fix address coder to prepare non-hexdatastring addresses as hexdatastring. (#1906; 017b1fe)

... (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)