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

fix(deps): update dependency viem to ^2.9.20 #5288

Merged
merged 1 commit into from
Apr 20, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 20, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
viem (source) ^2.9.16 -> ^2.9.20 age adoption passing confidence

Release Notes

wevm/viem (viem)

v2.9.20

Compare Source

Patch Changes

v2.9.19

Compare Source

Patch Changes

v2.9.18

Compare Source

Patch Changes

v2.9.17

Compare Source

Patch Changes

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

codecov bot commented Apr 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.00%. Comparing base (3e729ce) to head (be8e8fb).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5288      +/-   ##
==========================================
- Coverage   86.01%   86.00%   -0.01%     
==========================================
  Files         746      746              
  Lines       30520    30520              
  Branches     5291     5291              
==========================================
- Hits        26252    26250       -2     
- Misses       4036     4038       +2     
  Partials      232      232              

see 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3e729ce...be8e8fb. Read the comment docs.

@renovate renovate bot added this pull request to the merge queue Apr 20, 2024
Merged via the queue into main with commit ae4b829 Apr 20, 2024
17 checks passed
shottah pushed a commit to zed-io/kolektivo that referenced this pull request May 15, 2024
[![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.16` ->
`^2.9.20`](https://renovatebot.com/diffs/npm/viem/2.9.16/2.9.20) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/viem/2.9.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/viem/2.9.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/viem/2.9.16/2.9.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/viem/2.9.16/2.9.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

##### Patch Changes

- [#&#8203;2140](https://togithub.com/wevm/viem/pull/2140)
[`461f99755889239f2c59b5e88baf9b81c60be49f`](https://togithub.com/wevm/viem/commit/461f99755889239f2c59b5e88baf9b81c60be49f)
Thanks [@&#8203;therealdannzor](https://togithub.com/therealdannzor)! -
Added PlayFi Albireo chain.

-
[`7d96364f3426adae99f66dad9203c7d6007b3122`](https://togithub.com/wevm/viem/commit/7d96364f3426adae99f66dad9203c7d6007b3122)
Thanks [@&#8203;jxom](https://togithub.com/jxom)! - Exported types
required for inference.

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

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

##### Patch Changes

- [#&#8203;2139](https://togithub.com/wevm/viem/pull/2139)
[`ee55a4e3ba632476d3249a7f85f687f6ff5110cb`](https://togithub.com/wevm/viem/commit/ee55a4e3ba632476d3249a7f85f687f6ff5110cb)
Thanks [@&#8203;michecode](https://togithub.com/michecode)! - Added
Mantle Sepolia chain.

-
[`581dc93fb5216ee910ac741af617f0c45edf582b`](https://togithub.com/wevm/viem/commit/581dc93fb5216ee910ac741af617f0c45edf582b)
Thanks [@&#8203;jxom](https://togithub.com/jxom)! - Fixed issue where a
request `dispatcher` wasn't being propagated to `fetch`.

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

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

##### Patch Changes

-
[`2158c1d76b7d1a18936c8718faf987a35ea2a14f`](https://togithub.com/wevm/viem/commit/2158c1d76b7d1a18936c8718faf987a35ea2a14f)
Thanks [@&#8203;jxom](https://togithub.com/jxom)! - Added ability to
override `RpcSchema` type on Client.

- [#&#8203;2135](https://togithub.com/wevm/viem/pull/2135)
[`f722ff7e207f64cd75c25a512fda31117e8d934e`](https://togithub.com/wevm/viem/commit/f722ff7e207f64cd75c25a512fda31117e8d934e)
Thanks [@&#8203;hamidroohi71](https://togithub.com/hamidroohi71)! -
Added Darwinia chain

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

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

##### Patch Changes

- [#&#8203;2128](https://togithub.com/wevm/viem/pull/2128)
[`90fdf8cb7e8dc66552a978061f59e7932b980d1b`](https://togithub.com/wevm/viem/commit/90fdf8cb7e8dc66552a978061f59e7932b980d1b)
Thanks [@&#8203;ezynda3](https://togithub.com/ezynda3)! - Updated Mode
block explorer URL.

- [#&#8203;2122](https://togithub.com/wevm/viem/pull/2122)
[`f020b48b6107855e62d09c2e3768f348c4c3af28`](https://togithub.com/wevm/viem/commit/f020b48b6107855e62d09c2e3768f348c4c3af28)
Thanks [@&#8203;abs3ntdev](https://togithub.com/abs3ntdev)! - Updated
Boba native currency from BOBA to ETH.

- [#&#8203;2119](https://togithub.com/wevm/viem/pull/2119)
[`4db7c996ee68f7d3fdeeac1227655692a3febb13`](https://togithub.com/wevm/viem/commit/4db7c996ee68f7d3fdeeac1227655692a3febb13)
Thanks [@&#8203;Imti](https://togithub.com/Imti)! - Updated Publicnode
RPC URLs to new format.

- [#&#8203;2124](https://togithub.com/wevm/viem/pull/2124)
[`d2f93e726df1ab1ff86098d68a4406f6fae315b8`](https://togithub.com/wevm/viem/commit/d2f93e726df1ab1ff86098d68a4406f6fae315b8)
Thanks [@&#8203;ITZSHOAIB](https://togithub.com/ITZSHOAIB)! - Exported
EON chain.

- [#&#8203;2132](https://togithub.com/wevm/viem/pull/2132)
[`8c3eb6a5c13f550dfde4fee6edd1e898bebf9f2e`](https://togithub.com/wevm/viem/commit/8c3eb6a5c13f550dfde4fee6edd1e898bebf9f2e)
Thanks [@&#8203;acedward](https://togithub.com/acedward)! - Fixed
`getAction` for cases where the bundler could change function names.

- [#&#8203;2129](https://togithub.com/wevm/viem/pull/2129)
[`d8345478fb469f43745e35e1e645f5d4c9ee40e8`](https://togithub.com/wevm/viem/commit/d8345478fb469f43745e35e1e645f5d4c9ee40e8)
Thanks [@&#8203;hungdoansy](https://togithub.com/hungdoansy)! - Added
Manta Pacific Sepolia Testnet chain.

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjMwMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJucG0iLCJyZW5vdmF0ZSJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants