Skip to content

Commit

Permalink
bump(deps): update dependency ethers to ^6.11.1 (#202)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ethers](https://ethers.org)
([source](https://togithub.com/ethers-io/ethers.js)) | [`^6.10.0` ->
`^6.11.1`](https://renovatebot.com/diffs/npm/ethers/6.10.0/6.11.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/ethers/6.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ethers/6.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ethers/6.10.0/6.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ethers/6.10.0/6.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ethers-io/ethers.js (ethers)</summary>

###
[`v6.11.1`](https://togithub.com/ethers-io/ethers.js/blob/HEAD/CHANGELOG.md#ethersv6111-2024-02-14-1313)

[Compare
Source](https://togithub.com/ethers-io/ethers.js/compare/v6.11.0...v6.11.1)

- Throw an error when attempting to derive from a master path from a
non-master node
([#&#8203;4551](https://togithub.com/ethers-io/ethers.js/issues/4551);
[556fdd9](https://togithub.com/ethers-io/ethers.js/commit/556fdd91d9b6bf7db4041bb099e66b2080e1a985)).
- Allow ENS wildcards with labels up to 255 bytes wide; discussed with
ENS and deemed safe
([#&#8203;4543](https://togithub.com/ethers-io/ethers.js/issues/4543);
[7f14bde](https://togithub.com/ethers-io/ethers.js/commit/7f14bdebf1aef6760462a1c2437c31f002b984fe)).
- Enforce string is passed to toUtf8Bytes
([#&#8203;4583](https://togithub.com/ethers-io/ethers.js/issues/4583);
[f45bb87](https://togithub.com/ethers-io/ethers.js/commit/f45bb87aefaf2c6c3a4991f6e30a81c227ae83c0)).
- Fix transaction.index not being populated on some backends
([#&#8203;4591](https://togithub.com/ethers-io/ethers.js/issues/4591);
[7f0e140](https://togithub.com/ethers-io/ethers.js/commit/7f0e140d5e3925a42e8bb2ac9eb1ba3fbd939864)).

###
[`v6.11.0`](https://togithub.com/ethers-io/ethers.js/blob/HEAD/CHANGELOG.md#ethersv6110-2024-02-08-2026)

[Compare
Source](https://togithub.com/ethers-io/ethers.js/compare/v6.10.0...v6.11.0)

- Allow transaction encoding for inferred type transactions
([f02211d](https://togithub.com/ethers-io/ethers.js/commit/f02211d055567b51373b5faa2c3dc6efe0523618)).
- Added EIP-4788, receipts root and state root fields to Block
([#&#8203;4570](https://togithub.com/ethers-io/ethers.js/issues/4570);
[c5f126f](https://togithub.com/ethers-io/ethers.js/commit/c5f126faf7d826b6a99df0ee578ff3d0ef409381)).
- Added EIP-4844 fields to Provider classes and formatter
([#&#8203;4570](https://togithub.com/ethers-io/ethers.js/issues/4570);
[7b4f2c1](https://togithub.com/ethers-io/ethers.js/commit/7b4f2c1a74db411829b5e8ef758bfa2ee21e5890)).
- Assert BrowserProvider receives an EIP-1193 provider to fail early
when passing undefined ethereum object
([b69f43b](https://togithub.com/ethers-io/ethers.js/commit/b69f43bc6f35da881ca7a0c8ccc5fda92edd076d)).
- Add timeout to ContractTransactionResponse wait
([#&#8203;4497](https://togithub.com/ethers-io/ethers.js/issues/4497);
[095de51](https://togithub.com/ethers-io/ethers.js/commit/095de51e605a9b88576e5e34fd55a6e32befa4eb)).
- Allow override keyword in human-readable ABI and improve error
messages
([#&#8203;4514](https://togithub.com/ethers-io/ethers.js/issues/4514),
[#&#8203;4548](https://togithub.com/ethers-io/ethers.js/issues/4548);
[be5ec2d](https://togithub.com/ethers-io/ethers.js/commit/be5ec2d327a503b2e5fc0f37c47eee9e828f8e23)).
- Expand Contract sub-class to accept BaseContract super-class
constructor arguments
([#&#8203;4538](https://togithub.com/ethers-io/ethers.js/issues/4538);
[98496bc](https://togithub.com/ethers-io/ethers.js/commit/98496bc48ec23ce0d9c21d3c6c87e5b1b796a610)).
- Allow network for default provider to be null to select mainnet
([#&#8203;4501](https://togithub.com/ethers-io/ethers.js/issues/4501);
[b6bf7ab](https://togithub.com/ethers-io/ethers.js/commit/b6bf7aba62fb38839cd01858432b801cc5c28a11)).
- Allow long dnsEncode names with optional length parameter
([#&#8203;4543](https://togithub.com/ethers-io/ethers.js/issues/4543);
[a136348](https://togithub.com/ethers-io/ethers.js/commit/a1363483a56b0dee342595c8f44ed8fcce7ecca9)).
- Fix parseLog signature when receiving read-only array for topics
([#&#8203;4029](https://togithub.com/ethers-io/ethers.js/issues/4029),
[#&#8203;4459](https://togithub.com/ethers-io/ethers.js/issues/4459);
[20cd8a2](https://togithub.com/ethers-io/ethers.js/commit/20cd8a23eaf8e8a14e2b51f7f64da4cb3e32fccb)).
- Use Secure endpoints for BNB on Etherscan
([#&#8203;4525](https://togithub.com/ethers-io/ethers.js/issues/4525);
[1f6e188](https://togithub.com/ethers-io/ethers.js/commit/1f6e1882515195bd67f0bce9fe347ec05107324b)).
- Added holesky network and related end-points for supporting providers
([c6e6c43](https://togithub.com/ethers-io/ethers.js/commit/c6e6c432574a0b7e55c300ab3e470aafdace28b3)).
- Added EIP-4844 BLOb transactions
([#&#8203;4554](https://togithub.com/ethers-io/ethers.js/issues/4554);
[9c1e82e](https://togithub.com/ethers-io/ethers.js/commit/9c1e82e1230526ebcd62902890c4f24b1f7f7d79)).
- Normalize EIP-712 types before computing the payload
([#&#8203;4541](https://togithub.com/ethers-io/ethers.js/issues/4541);
[56c1361](https://togithub.com/ethers-io/ethers.js/commit/56c1361ee83db8b68859caf0850c95ff70e7e306)).
- Updated thrid-part provider URLs for QuickNode
([2b4891d](https://togithub.com/ethers-io/ethers.js/commit/2b4891d86e72e849079cb1dc98b18e158b0c0620)).
- Fixed normalization and abstracted EIP-712 Array parsing
([#&#8203;4541](https://togithub.com/ethers-io/ethers.js/issues/4541);
[8f99601](https://togithub.com/ethers-io/ethers.js/commit/8f99601df1f26a8ba4d6d9dea5e033e7f688107e)).
- Updated third-party provider network URLs
([#&#8203;4542](https://togithub.com/ethers-io/ethers.js/issues/4542);
[84ca14f](https://togithub.com/ethers-io/ethers.js/commit/84ca14f1ffc5afbdd7f4c26a9b734ec5951eee3c)).
- Added additional sepolia testnets
([4efef76](https://togithub.com/ethers-io/ethers.js/commit/4efef76e8cab0acaf1b2ba231a0148f9381bb1ee)).
- Fix EIP-712 type aliases for uint and int
([#&#8203;4541](https://togithub.com/ethers-io/ethers.js/issues/4541);
[43fb9c2](https://togithub.com/ethers-io/ethers.js/commit/43fb9c233696aeaa80b1c2b0e5fafce90e0ad508)).
- Fixed typo in Error string
([#&#8203;4539](https://togithub.com/ethers-io/ethers.js/issues/4539);
[7882905](https://togithub.com/ethers-io/ethers.js/commit/78829050853093bc5291ae78fc5a904044759aa0)).
- Better debugging output on fetch errors
([bee07a0](https://togithub.com/ethers-io/ethers.js/commit/bee07a0750b448a9d13c2d57014bcf27f43e2ed7)).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/fuxingloh/crypto-frontmatter).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzguMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 14, 2024
1 parent 1b54620 commit cdc966b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion workspace/sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"ajv": "^8.12.0",
"clipanion": "3.2.1",
"ethers": "^6.10.0",
"ethers": "^6.11.1",
"yaml": "^2.4.1"
},
"devDependencies": {
Expand Down

0 comments on commit cdc966b

Please sign in to comment.