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

⬆️ deps: Bump @ethersproject/solidity from 5.4.0 to 5.5.0 #3

Open
wants to merge 19 commits into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 18, 2021

Bumps @ethersproject/solidity from 5.4.0 to 5.5.0.

Release notes

Sourced from @​ethersproject/solidity's releases.

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)

Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-B0/+vAZvVIFYnN5Jy/sN0OJZd7ai9oCi69Xw8kjMkRDDHPoQpGMYOwcN+fp8OLSw"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.5.0.umd.min.js">
</script>

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


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-sZE9Fv4ksabiit2R12RbENLCRop5vpbBt6dZPJwM6l+1L0fAm8Q45psc7tmp7mi/"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.4.7.umd.min.js">
</script>

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)

... (truncated)

Changelog

Sourced from @​ethersproject/solidity's changelog.

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)
  • Removed temporary code for better errors needed until Alchemy added EIP-1559 support. (#1893; accb852)

ethers/v5.4.5 (2021-08-18 03:05)

ethers/v5.4.4 (2021-08-04 01:37)

  • Fixed Etherscan API key in default provider. (#1807; 1d27d95)
  • Adjust default masPriorityFeePerGas to account for MEV-heavy blocks. (#1817; 7175e2e)

ethers/v5.4.3 (2021-07-29 23:26)

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

bigint and others added 19 commits December 15, 2021 03:49
* move computed web3Account to useWeb3 composable

* removed unused import of computed
* chore: update vue to v3.2.26

* update: vite

Co-authored-by: Fabien <[email protected]>
* Take user to space on click space name

* Group hover and link to avatar

* Disabled linking if user is in same route

* Removed link to space

Co-authored-by: mkt <[email protected]>
Co-authored-by: Sam <[email protected]>
* Add strategy generated form

* Add TextareaJson and refactor

* Update Number.vue

* Add focus border and refactor

* Refactor plugins and validation using TextareaJson

* Fix single root node warning

* Import form components dynamically

* Fix input glitches

Co-authored-by: bonustrack <[email protected]>
Co-authored-by: Fabien <[email protected]>
* Create dependabot.yml

* Update .github/dependabot.yml

* Update .github/dependabot.yml

Co-authored-by: Sam <[email protected]>
…pshot-labs#1272)

* feat: use preview icon

* feat: add preview icon

* fix: remove pb-1
Bumps [graphql](https://github.com/graphql/graphql-js) from 15.5.1 to 15.8.0.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v15.5.1...v15.8.0)

---
updated-dependencies:
- dependency-name: graphql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fabien <[email protected]>
Bumps [@ethersproject/solidity](https://github.com/ethers-io/ethers.js/tree/HEAD/packages/solidity) from 5.4.0 to 5.5.0.
- [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.5.0/packages/solidity)

---
updated-dependencies:
- dependency-name: "@ethersproject/solidity"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

5 participants