Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update devdependencies (#53)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [knip](https://knip.dev) ([source](https://togithub.com/webpro-nl/knip/tree/HEAD/packages/knip)) | [`^5.27.2` -> `^5.27.3`](https://renovatebot.com/diffs/npm/knip/5.27.2/5.27.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.27.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/5.27.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/5.27.2/5.27.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.27.2/5.27.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [semantic-release](https://togithub.com/semantic-release/semantic-release) | [`^24.0.0` -> `^24.1.0`](https://renovatebot.com/diffs/npm/semantic-release/24.0.0/24.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/semantic-release/24.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/semantic-release/24.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/semantic-release/24.0.0/24.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/semantic-release/24.0.0/24.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [viem](https://viem.sh) ([source](https://togithub.com/wevm/viem)) | [`^2.19.6` -> `^2.20.0`](https://renovatebot.com/diffs/npm/viem/2.19.7/2.20.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/viem/2.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/viem/2.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/viem/2.19.7/2.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/viem/2.19.7/2.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>webpro-nl/knip (knip)</summary> ### [`v5.27.3`](https://togithub.com/webpro-nl/knip/compare/5.27.2...23526a9f1e9a76900f14a966cd97b8ef2a90d7f1) [Compare Source](https://togithub.com/webpro-nl/knip/compare/5.27.2...5.27.3) </details> <details> <summary>semantic-release/semantic-release (semantic-release)</summary> ### [`v24.1.0`](https://togithub.com/semantic-release/semantic-release/compare/v24.0.0...bcc663ccf02165bae93e278cf230919e53a97ee7) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v24.0.0...v24.1.0) </details> <details> <summary>wevm/viem (viem)</summary> ### [`v2.20.0`](https://togithub.com/wevm/viem/releases/tag/viem%402.20.0) [Compare Source](https://togithub.com/wevm/viem/compare/[email protected]@2.20.0) ##### Minor Changes - [#​2641](https://togithub.com/wevm/viem/pull/2641) [`89d11ed`](https://togithub.com/wevm/viem/commit/89d11edb558656bc3c97f0c410a448f99f92a1f4) Thanks [@​jxom](https://togithub.com/jxom)! - **Experimental:** Deprecated `writeContracts`. Use `sendCalls` instead. - [#​2641](https://togithub.com/wevm/viem/pull/2641) [`89d11ed`](https://togithub.com/wevm/viem/commit/89d11edb558656bc3c97f0c410a448f99f92a1f4) Thanks [@​jxom](https://togithub.com/jxom)! - **Experimental:** Updated `sendCalls` to match the updated EIP-5792 spec (`chainId` per call). - [#​2641](https://togithub.com/wevm/viem/pull/2641) [`89d11ed`](https://togithub.com/wevm/viem/commit/89d11edb558656bc3c97f0c410a448f99f92a1f4) Thanks [@​jxom](https://togithub.com/jxom)! - **Experimental:** Updated `sendCalls` to also accept contract function interface. ##### Patch Changes - [#​2638](https://togithub.com/wevm/viem/pull/2638) [`9cbd082`](https://togithub.com/wevm/viem/commit/9cbd0820533c278bb4e40ff390a7091a607152b3) Thanks [@​jxom](https://togithub.com/jxom)! - Added \`nonceKeyManager\` as a property to \`toSmartAccount\`. - [#​2638](https://togithub.com/wevm/viem/pull/2638) [`9cbd082`](https://togithub.com/wevm/viem/commit/9cbd0820533c278bb4e40ff390a7091a607152b3) Thanks [@​jxom](https://togithub.com/jxom)! - Added ability to pass full-formed User Operations to `sendUserOperation` and `estimateUserOperationGas`. - [#​2639](https://togithub.com/wevm/viem/pull/2639) [`9a1c6ab`](https://togithub.com/wevm/viem/commit/9a1c6abe6c89c444c8fc28cea1fc6ef9759ae53b) Thanks [@​jxom](https://togithub.com/jxom)! - **OP Stack:** Tweaked proof submitter logic. ### [`v2.19.9`](https://togithub.com/wevm/viem/releases/tag/viem%402.19.9) [Compare Source](https://togithub.com/wevm/viem/compare/[email protected]@2.19.9) ##### Patch Changes - [#​2598](https://togithub.com/wevm/viem/pull/2598) [`627274b`](https://togithub.com/wevm/viem/commit/627274b0cf70906d6d521f53e3290a87bcaee2b3) Thanks [@​jxom](https://togithub.com/jxom)! - Added ZKsync `toSmartAccount`. - [#​2636](https://togithub.com/wevm/viem/pull/2636) [`5f60093`](https://togithub.com/wevm/viem/commit/5f6009360eaa41caf7318deb832dae7484190b5b) Thanks [@​saeta-eth](https://togithub.com/saeta-eth)! - Added support for `'evm_setAccountCode'` to `setCode` action. ### [`v2.19.8`](https://togithub.com/wevm/viem/releases/tag/viem%402.19.8) [Compare Source](https://togithub.com/wevm/viem/compare/[email protected]@2.19.8) ##### Patch Changes - [#​2631](https://togithub.com/wevm/viem/pull/2631) [`b36cb2db`](https://togithub.com/wevm/viem/commit/b36cb2dbe7c83c36c54810839506399cf2882945) Thanks [@​jxom](https://togithub.com/jxom)! - **OP Stack:** Handled case for `InvalidGameType` error on `getWithdrawalStatus` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone UTC, Automerge - "after 8:00 before 23:00 every weekday except on Friday" in timezone UTC. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/valora-inc/viem-account-hsm-gcp). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsibnBtIiwicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information