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.5.3 to 6.4.0 #9

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 22, 2023

Bumps ethers from 5.5.3 to 6.4.0.

Release notes

Sourced from ethers's releases.

ethers/v6.4.0 (2023-05-20 18:29)

  • Coerce value into BigInt when checking for value (83d7f43).
  • Better errors when junk passed as Contract target (#3947, #4053; 219b16d).
  • More robust message checking in socket providers (#4051; f58990b).
  • More robust defaultProvider start-up when a backend fails on bootstrap (#3979; 984f6fa).
  • Fix Result.map when Array contains zero elements (#4036, #4048; 2e5935b).
  • Fixed error handling for contracts with receive and non-payable fallback (6db7458).
  • Remove superfluous logging in defaultProvider (f87f6ef).
  • Removed superfluous logging (1bc8b55).
  • Fix receipt gas price when effectiveGasPrice is 0 on testnets (#4014; 2b0fe61).
  • Added error event to provider (#3970, #3982; af0291c).
  • Removed superfluous parameters for internal transaction functions (e848978).
  • More aggresive tree-shaking (076edad).
  • More flexible static network checking (#3834; 7c0465c).
  • Support transitive dependants that use non-node16 moduleResolution (#3920; df685b1).
  • Populate any missing log.removed with false (#3959; 4e478e6).

ethers/v6.3.0 (2023-04-07 01:40)

  • Added support for legacy ABI JSON fragments (#3932; 8c5973e).
  • Add in operator support for contract and contract.filters (#3901; c58ab3a).
  • Fixed TypedData unsigned value range (#3873; a851b24).
  • Added missing export for getIndexedAccountPath (#3875; 356ff2b).
  • Fixed TypedData payloads for JSON-restricted chainId field (#3836; 50b74b8).

ethers/v6.2.3 (2023-03-27 21:46)

ethers/v6.2.2 (2023-03-24 01:13)

  • Fixed FetchRequest when using credentials (#3897; 88e8124).

ethers/v6.2.1 (2023-03-23 18:23)

  • Stall block polling bootstrap when the network is down (#3924; 603d474).

ethers/v6.2.0 (2023-03-20 18:40)

  • Added extra details in the error info field for RPC errors (30ffa78).
  • Remove Ankr as a deafult for now as the provided API key is failing (6e01e54).
  • Fixed deferred filters after unsafe-eval changes (#3749, #3763; 2e3802a).
  • tests: updated ENS normalization tests to latest standard (0a9e4cd).
  • Remove use of Function sub-class to address unsafe-eval issues (#3749, #3763; 7d3af51).
  • tests: added contract integration tests and llocal Geth (5318b93).
  • Added verifyTypedData utility (reported on Farcaster) (f06a445).
  • Removed stray logging in IpcProvider (#3908, #3909; e11d4c1).
  • Fixed legacy serialization for implicit chainId transactions (#3898, #3899; fcf6c8f).
  • Fix Webpack issue (reported on discord) (3ad4273).
  • Fix some bundlers which cannot handle recursive pkg.exports (#3848; 6315e78).
  • Fixed typo in signature.s error (#3891; 47ef3eb).
  • Fixed stray unreachable code (#3890; c220fe2).
  • Move all wrapping to proper _wrap functions (#3818; 02a0aad).

ethers/v6.1.0 (2023-03-07 02:32)

... (truncated)

Changelog

Sourced from ethers's changelog.

ethers/v6.4.0 (2023-05-18 17:28)

  • Coerce value into BigInt when checking for value (83d7f43).
  • Better errors when junk passed as Contract target (#3947, #4053; 219b16d).
  • More robust message checking in socket providers (#4051; f58990b).
  • More robust defaultProvider start-up when a backend fails on bootstrap (#3979; 984f6fa).
  • Fix Result.map when Array contains zero elements (#4036, #4048; 2e5935b).
  • Fixed error handling for contracts with receive and non-payable fallback (6db7458).
  • Remove superfluous logging in defaultProvider (f87f6ef).
  • Removed superfluous logging (1bc8b55).
  • Fix receipt gas price when effectiveGasPrice is 0 on testnets (#4014; 2b0fe61).
  • Added error event to provider (#3970, #3982; af0291c).
  • Removed superfluous parameters for internal transaction functions (e848978).
  • More aggresive tree-shaking (076edad).
  • More flexible static network checking (#3834; 7c0465c).
  • Support transitive dependants that use non-node16 moduleResolution (#3920; df685b1).
  • Populate any missing log.removed with false (#3959; 4e478e6).

ethers/v6.3.0 (2023-04-06 04:35)

  • Added support for legacy ABI JSON fragments (#3932; 8c5973e).
  • Add in operator support for contract and contract.filters (#3901; c58ab3a).
  • Fixed TypedData unsigned value range (#3873; a851b24).
  • Added missing export for getIndexedAccountPath (#3875; 356ff2b).
  • Fixed TypedData payloads for JSON-restricted chainId field (#3836; 50b74b8).

ethers/v6.2.3 (2023-03-27 21:22)

ethers/v6.2.2 (2023-03-24 00:49)

  • Fixed FetchRequest when using credentials (#3897; 88e8124).

ethers/v6.2.1 (2023-03-23 17:33)

  • Stall block polling bootstrap when the network is down (#3924; 603d474).

ethers/v6.2.0 (2023-03-20 15:53)

  • Added extra details in the error info field for RPC errors (30ffa78).
  • Remove Ankr as a deafult for now as the provided API key is failing (6e01e54).
  • Fixed deferred filters after unsafe-eval changes (#3749, #3763; 2e3802a).
  • Remove use of Function sub-class to address unsafe-eval issues (#3749, #3763; 7d3af51).

... (truncated)

Commits
  • 83d7f43 Coerce value into BigInt when checking for value.
  • 50ffd59 admin: updated rollup config for explicit ESM order
  • c845357 admin: tweaked gitignore for misc files
  • bcca632 docs: fixed typo in example ABI
  • 219b16d Better errors when junk passed as Contract target (#3947, #4053).
  • f58990b More robust message checking in socket providers (#4051).
  • 984f6fa More robust defaultProvider start-up when a backend fails on bootstrap (#3979).
  • 2e5935b Fix Result.map when Array contains zero elements (#4036, #4048).
  • 6db7458 Fixed error handling for contracts with receive and non-payable fallback.
  • f87f6ef Remove superfluous logging in defaultProvider.
  • Additional commits viewable in compare view

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 the dependencies Pull requests that update a dependency file label May 22, 2023
Bumps [ethers](https://github.com/ethers-io/ethers.js) from 5.5.3 to 6.4.0.
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/main/CHANGELOG.md)
- [Commits](ethers-io/ethers.js@v5.5.3...v6.4.0)

---
updated-dependencies:
- dependency-name: ethers
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ethers-6.4.0 branch from a65c322 to 3f3566c Compare May 25, 2023 22:05
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants