Skip to content

Commit

Permalink
chore(deps): update dependency viem to ^2.21.5 (#6003)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [viem](https://viem.sh)
([source](https://redirect.github.com/wevm/viem)) | [`^2.21.4` ->
`^2.21.5`](https://renovatebot.com/diffs/npm/viem/2.21.4/2.21.5) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/viem/2.21.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/viem/2.21.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/viem/2.21.4/2.21.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/viem/2.21.4/2.21.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>wevm/viem (viem)</summary>

###
[`v2.21.5`](https://redirect.github.com/wevm/viem/releases/tag/viem%402.21.5)

[Compare
Source](https://redirect.github.com/wevm/viem/compare/[email protected]@2.21.5)

##### Patch Changes

-
[`175e90b3`](https://redirect.github.com/wevm/viem/commit/175e90b33487017108af7563f030a54cd427c7c3)
Thanks [@&#8203;jxom](https://redirect.github.com/jxom)! - Restructured
exports for wordlists.

-
[`4e9ea723`](https://redirect.github.com/wevm/viem/commit/4e9ea723d87aebd9c02dbe28ed85e862e537d757)
Thanks [@&#8203;jxom](https://redirect.github.com/jxom)! - Improved
performance of `parseEventLogs`

- [#&#8203;2712](https://redirect.github.com/wevm/viem/pull/2712)
[`aa57cf1a`](https://redirect.github.com/wevm/viem/commit/aa57cf1ad36554f3c50d3b2c88ee0b58410ccbf3)
Thanks [@&#8203;RareData](https://redirect.github.com/RareData)! -
Updated naming for Flare chains.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 5pm,every weekend" in timezone
America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone
America/Los_Angeles.

🚦 **Automerge**: Enabled.

♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/valora-inc/wallet).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsibnBtIiwicmVub3ZhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 14, 2024
1 parent 7cce5f2 commit afffc72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
"typed-redux-saga": "^1.5.0",
"uuid": "^9.0.1",
"victory-native": "^36.9.2",
"viem": "^2.21.4",
"viem": "^2.21.5",
"web3-utils": "^4.3.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15651,10 +15651,10 @@ victory@^36.9.2:
victory-voronoi-container "^36.9.2"
victory-zoom-container "^36.9.2"

viem@^2.21.4:
version "2.21.4"
resolved "https://registry.yarnpkg.com/viem/-/viem-2.21.4.tgz#b413330f5e05d2ab9ed01bf6e6fe12bcb71788dd"
integrity sha512-4E61XWhErjuXh5ObEoosKSy4iMvYnkuQq9jGLW5Isod68dNrENnyNV0QlVpn0LB3qunJ4ZMFMhYdfTjETqe7cQ==
viem@^2.21.5:
version "2.21.6"
resolved "https://registry.yarnpkg.com/viem/-/viem-2.21.6.tgz#741f9e579e069335d1540051dde19aea272ee1d7"
integrity sha512-YX48IVl6nZ4FRsY4ypv2RrxtQVWysIY146/lBW53tma8u32h8EsiA7vecw9ZbrueNUy/asHR4Egu68Z6FOvDzQ==
dependencies:
"@adraffy/ens-normalize" "1.10.0"
"@noble/curves" "1.4.0"
Expand Down

0 comments on commit afffc72

Please sign in to comment.