Skip to content

Commit

Permalink
bump(deps): update dependency ethers to ^6.13.0 (#307)
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.12.1` ->
`^6.13.0`](https://renovatebot.com/diffs/npm/ethers/6.12.1/6.13.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/ethers/6.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ethers/6.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ethers/6.12.1/6.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ethers/6.12.1/6.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v6.13.0`](https://togithub.com/ethers-io/ethers.js/blob/HEAD/CHANGELOG.md#ethersv6130-2024-06-04-0101)

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

- Added Options for BrowserProvider
([#&#8203;4707](https://togithub.com/ethers-io/ethers.js/issues/4707);
[33bb0bf](https://togithub.com/ethers-io/ethers.js/commit/33bb0bf30e1e6a699c24415a1edf0fa4ed28b6aa)).
- Fix Result deep toObject when a parent is an Array
([#&#8203;4681](https://togithub.com/ethers-io/ethers.js/issues/4681);
[d8cb849](https://togithub.com/ethers-io/ethers.js/commit/d8cb84957078985f5449fa26c6fd8087dbd17aec)).
- Added consistent timeout and cancel behaviour to FetchRequest
([#&#8203;4122](https://togithub.com/ethers-io/ethers.js/issues/4122);
[a12a739](https://togithub.com/ethers-io/ethers.js/commit/a12a7391fba39b5c114fa658590fae305dcedd17)).

###
[`v6.12.2`](https://togithub.com/ethers-io/ethers.js/blob/HEAD/CHANGELOG.md#ethersv6122-2024-05-30-1724)

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

- Copy EIP-4844 properties during estimateGas and call
([#&#8203;4728](https://togithub.com/ethers-io/ethers.js/issues/4728);
[cebe5ee](https://togithub.com/ethers-io/ethers.js/commit/cebe5eed91de0db5931b7847e76ee27cb2ce9219)).
- Use non-capturing regex for data to prevent memory exhaustion for long
strings
([#&#8203;4741](https://togithub.com/ethers-io/ethers.js/issues/4741);
[5463aa0](https://togithub.com/ethers-io/ethers.js/commit/5463aa03eacde45322a1e05693ce90e4d7abcaa7)).
- Added Base endpointsto EtherscanProvider
([#&#8203;4729](https://togithub.com/ethers-io/ethers.js/issues/4729);
[7e1dc95](https://togithub.com/ethers-io/ethers.js/commit/7e1dc95ea2564c1eb0a9452b9a16002f3696765c)).

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 8, 2024
1 parent eff3b03 commit 41fc95e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.16.0",
"clipanion": "3.2.1",
"ethers": "^6.12.1",
"ethers": "^6.13.0",
"yaml": "^2.4.3"
},
"devDependencies": {
Expand Down

0 comments on commit 41fc95e

Please sign in to comment.