Skip to content

Commit

Permalink
fix(deps): update dependency viem to ^2.9.25 (#5344)
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 |
|---|---|---|---|---|---|
| [viem](https://viem.sh) ([source](https://togithub.com/wevm/viem)) |
[`^2.9.23` ->
`^2.9.25`](https://renovatebot.com/diffs/npm/viem/2.9.23/2.9.25) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/viem/2.9.25?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/viem/2.9.25?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/viem/2.9.23/2.9.25?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/viem/2.9.23/2.9.25?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v2.9.25`](https://togithub.com/wevm/viem/releases/tag/viem%402.9.25)

[Compare
Source](https://togithub.com/wevm/viem/compare/viem@2.9.24...viem@2.9.25)

##### Patch Changes

-
[`1593cac27556a83bf111529fc2bc799d9bb9db02`](https://togithub.com/wevm/viem/commit/1593cac27556a83bf111529fc2bc799d9bb9db02)
Thanks [@&#8203;jxom](https://togithub.com/jxom)! - Fixed
`HasTransportType` type.

###
[`v2.9.24`](https://togithub.com/wevm/viem/releases/tag/viem%402.9.24)

[Compare
Source](https://togithub.com/wevm/viem/compare/viem@2.9.23...viem@2.9.24)

##### Patch Changes

-
[`0b0df527f7e8ff3fde8b15db93eae06653b8da86`](https://togithub.com/wevm/viem/commit/0b0df527f7e8ff3fde8b15db93eae06653b8da86)
Thanks [@&#8203;jxom](https://togithub.com/jxom)! - Fixed issue where
fallback transports with a webSocket transport would not utilize
`eth_subscribe` in watcher actions.

- [#&#8203;2161](https://togithub.com/wevm/viem/pull/2161)
[`601ed60d6c570bba0e88d9d26a322db4f8e605d6`](https://togithub.com/wevm/viem/commit/601ed60d6c570bba0e88d9d26a322db4f8e605d6)
Thanks [@&#8203;PengDeng-Cyber](https://togithub.com/PengDeng-Cyber)! -
Added Cyber testnet.

</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/valora-inc/wallet).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 26, 2024
1 parent 18e9321 commit 05b9ef2
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 @@ -203,7 +203,7 @@
"utf8": "^3.0.0",
"uuid": "^9.0.1",
"victory-native": "^36.9.2",
"viem": "^2.9.23",
"viem": "^2.9.25",
"vm-browserify": "^1.1.2",
"web3": "1.10.4"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18656,10 +18656,10 @@ victory@^36.9.2:
victory-voronoi-container "^36.9.2"
victory-zoom-container "^36.9.2"

viem@^2.9.23:
version "2.9.23"
resolved "https://registry.yarnpkg.com/viem/-/viem-2.9.23.tgz#43a286779bc68b974794e3673175734b92d5db3b"
integrity sha512-KolNI8H8tNkOA6xkC5UnlQjoorJxk4F1F9h42pHnH9/CtrWG9Ka4xmAWwhO2xKNPA2sNsAsJLmedBsz2uvaQow==
viem@^2.9.25:
version "2.9.28"
resolved "https://registry.yarnpkg.com/viem/-/viem-2.9.28.tgz#75b6bd110801a4340fee2daa3eb0bffbe9cc990e"
integrity sha512-/1iTg8yQlCNJ+7wSmdsBNB/vhjWqFJtTH6XZXHjGXrZnlBxAtHR5ZAr5TvTJc/2nhVIVE4BkCe5JCrIiSuZodg==
dependencies:
"@adraffy/ens-normalize" "1.10.0"
"@noble/curves" "1.2.0"
Expand Down

0 comments on commit 05b9ef2

Please sign in to comment.