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.7.2 to 6.6.2 in /tests #48

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 2023

Bumps ethers from 5.7.2 to 6.6.2.

Release notes

Sourced from ethers's releases.

ethers/v6.6.2 (2023-06-27 23:60)

  • Wider error detection for call exceptions on certain backends (#4154, #4155; 9197f9f).
  • Added wider error deetection for JSON-RPC unsupported operation (#4162; 1dc8986).
  • Fixed formatUnits and parseUnits for values over 128 bits (#4037, #4133; 3d141b4).

ethers/v6.6.1 (2023-06-23 00:51)

ethers/v6.6.0 (2023-06-14 01:47)

  • Add exports for AbstractProviderOptions and for MulticoinProviderPlugin (203a759).
  • Add option to adjust perform cache timeout in AbstractProvider (de0f518).
  • Add full support for MultiCoin plugins and automatic detection for EVM-compatible coin types (#3888, #4081; 84375be).
  • Allow Interface instances where InterfaceAbi are allowed (#4142; 2318005).
  • Allow Numeric type for decimals in FixedNumber (#4141; 9055ef6).

ethers/v6.5.1 (2023-06-07 20:39)

  • Fix lost promise fulfillment when a batch has an error response (#4126; 8dd21f0).

ethers/v6.5.0 (2023-06-07 19:60)

  • Fix CJS browser bundling (#4033; 38ee319).
  • Fixed type guard for non-Typed instances (#4087; 20c3d1b).
  • Add confirmations to TransactionResponse (#4094; bb8685b).
  • Fix stray promises when a node returns invalid results (#4118; 3c1bad2).
  • Added support to detect and stop providers spinning on intitial network detection (#4015; f37a52d).

ethers/v6.4.2 (2023-06-05 23:02)

ethers/v6.4.1 (2023-06-01 20:05)

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

... (truncated)

Changelog

Sourced from ethers's changelog.

ethers/v6.6.2 (2023-06-27 23:30)

  • Wider error detection for call exceptions on certain backends (#4154, #4155; 9197f9f).
  • Added wider error deetection for JSON-RPC unsupported operation (#4162; 1dc8986).
  • Fixed formatUnits and parseUnits for values over 128 bits (#4037, #4133; 3d141b4).

ethers/v6.6.1 (2023-06-23 00:35)

ethers/v6.6.0 (2023-06-13 21:42)

  • Add exports for AbstractProviderOptions and for MulticoinProviderPlugin (203a759).
  • Add option to adjust perform cache timeout in AbstractProvider (de0f518).
  • Add full support for MultiCoin plugins and automatic detection for EVM-compatible coin types (#3888, #4081; 84375be).
  • Allow Interface instances where InterfaceAbi are allowed (#4142; 2318005).
  • Allow Numeric type for decimals in FixedNumber (#4141; 9055ef6).

ethers/v6.5.1 (2023-06-07 20:19)

  • Fix lost promise fulfillment when a batch has an error response (#4126; 8dd21f0).

ethers/v6.5.0 (2023-06-06 22:41)

  • Fix CJS browser bundling (#4033; 38ee319).
  • Fixed type guard for non-Typed instances (#4087; 20c3d1b).
  • Add confirmations to TransactionResponse (#4094; bb8685b).
  • Fix stray promises when a node returns invalid results (#4118; 3c1bad2).
  • Added support to detect and stop providers spinning on intitial network detection (#4015; f37a52d).

ethers/v6.4.2 (2023-06-05 22:41)

ethers/v6.4.1 (2023-06-01 17:52)

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

... (truncated)

Commits
  • 9197f9f Wider error detection for call exceptions on certain backends (#4154, #4155).
  • 1dc8986 Added wider error deetection for JSON-RPC unsupported operation (#4162).
  • 3d141b4 Fixed formatUnits and parseUnits for values over 128 bits (#4037, #4133).
  • d2b5f1d admin: updated dist files
  • 857aa8c Prevent CCIP-read flags being passed to EtherscanProvider (#4043)
  • 3df09fc admin: updated dist files
  • d51e3fb Fixed CCIP read in contract calls (#4043).
  • 5210b68 docs: fix typos
  • 31cc4ed admin: updated dist files
  • 203a759 Add exports for AbstractProviderOptions and for MulticoinProviderPlugin.
  • 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)

Bumps [ethers](https://github.com/ethers-io/ethers.js) from 5.7.2 to 6.6.2.
- [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.7.2...v6.6.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 11, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 17, 2023

Superseded by #54.

@dependabot dependabot bot closed this Jul 17, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tests/ethers-6.6.2 branch July 17, 2023 10:42
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.

None yet

0 participants