From ed350564fdc474fda4389e7a37d3e9d44e8f5ef2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 01:36:36 +0000 Subject: [PATCH] chore(deps): update devdependencies (#53) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
webpro-nl/knip (knip) ### [`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)
semantic-release/semantic-release (semantic-release) ### [`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)
wevm/viem (viem) ### [`v2.20.0`](https://togithub.com/wevm/viem/releases/tag/viem%402.20.0) [Compare Source](https://togithub.com/wevm/viem/compare/viem@2.19.9...viem@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/viem@2.19.8...viem@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/viem@2.19.7...viem@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`
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 6 +++--- yarn.lock | 24 ++++++++++++------------ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 4b97eeb..3991d44 100644 --- a/package.json +++ b/package.json @@ -61,14 +61,14 @@ "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-native": "^4.1.0", "jest": "^29.7.0", - "knip": "^5.27.2", + "knip": "^5.27.3", "prettier": "^3.3.3", - "semantic-release": "^24.0.0", + "semantic-release": "^24.1.0", "shelljs": "^0.8.5", "ts-jest": "^29.2.4", "ts-node": "^10.9.2", "typescript": "^5.5.4", - "viem": "^2.19.6" + "viem": "^2.20.0" }, "prettier": "@valora/prettier-config", "release": { diff --git a/yarn.lock b/yarn.lock index 142f8e8..157c80c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4698,10 +4698,10 @@ kleur@^3.0.3: resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e" integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== -knip@^5.27.2: - version "5.27.2" - resolved "https://registry.yarnpkg.com/knip/-/knip-5.27.2.tgz#8a5a569a5baac0ab2e06dbd5454f07608ccb1952" - integrity sha512-Mya1XEDq1oygibQf0uocQd02Fil8RtvNVhcFAcxypjcc6zakT7wsJtS0xvuwEitilfI0tiFC9PghmJQ3DMKuTg== +knip@^5.27.3: + version "5.27.4" + resolved "https://registry.yarnpkg.com/knip/-/knip-5.27.4.tgz#37442bacd88520ef1af2c2429e0e5d1be127ee68" + integrity sha512-7t1yqIKxaVGYD1cLI4raVLWi9cNqv+JNbngc8mgvTVJbomnxOg1pjxgCGEztB7eVgD+6VEwf7Jg5WHXzk+Kbpw== dependencies: "@nodelib/fs.walk" "1.2.8" "@snyk/github-codeowners" "1.1.0" @@ -6243,10 +6243,10 @@ safe-regex-test@^1.0.3: resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== -semantic-release@^24.0.0: - version "24.0.0" - resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-24.0.0.tgz#779493f1426469ce0ef60cf74e50aba6e7a0af16" - integrity sha512-v46CRPw+9eI3ZuYGF2oAjqPqsfbnfFTwLBgQsv/lch4goD09ytwOTESMN4QIrx/wPLxUGey60/NMx+ANQtWRsA== +semantic-release@^24.1.0: + version "24.1.0" + resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-24.1.0.tgz#da799e6def44a0c3708fa1cfc2685d20e29b0f83" + integrity sha512-FwaE2hKDHQn9G6GA7xmqsc9WnsjaFD/ppLM5PUg56Do9oKSCf+vH6cPeb3hEBV/m06n8Sh9vbVqPjHu/1onzQw== dependencies: "@semantic-release/commit-analyzer" "^13.0.0-beta.1" "@semantic-release/error" "^4.0.0" @@ -7169,10 +7169,10 @@ validate-npm-package-name@^5.0.0: dependencies: builtins "^5.0.0" -viem@^2.19.6: - version "2.19.7" - resolved "https://registry.yarnpkg.com/viem/-/viem-2.19.7.tgz#719006feb0e7f57c790242f62629737f4518752a" - integrity sha512-zoaBWnI6vf7MVRn4lAbuKd25hR31088yrMqONMHU8RjHTY4nqf+O589BPODwJak1LkfpbawyGyCY2tRFwZCWgw== +viem@^2.20.0: + version "2.20.0" + resolved "https://registry.yarnpkg.com/viem/-/viem-2.20.0.tgz#abff4c2cf733bcc20978e662ea17db117a2881ef" + integrity sha512-cM4vs81HnSNbfceI1MLkx4pCVzbVjl9xiNSv5SCutYjUyFFOVSPDlEyhpg2iHinxx1NM4Qne3END5eLT8rvUdg== dependencies: "@adraffy/ens-normalize" "1.10.0" "@noble/curves" "1.4.0"