-
Notifications
You must be signed in to change notification settings - Fork 97
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 dependency @walletconnect/web3wallet to ^1.15.0 (#…
…5955) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@walletconnect/web3wallet](https://redirect.github.com/walletconnect/walletconnect-monorepo) | [`^1.14.2` -> `^1.15.0`](https://renovatebot.com/diffs/npm/@walletconnect%2fweb3wallet/1.14.2/1.15.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@walletconnect%2fweb3wallet/1.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@walletconnect%2fweb3wallet/1.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@walletconnect%2fweb3wallet/1.14.2/1.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@walletconnect%2fweb3wallet/1.14.2/1.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>walletconnect/walletconnect-monorepo (@​walletconnect/web3wallet)</summary> ### [`v1.15.0`](https://redirect.github.com/walletconnect/walletconnect-monorepo/compare/fb43315b8c88ddc65238c93d1000a10ce10cfbf8...1997488064e2ad431e14f81d63777cb7f9a450c6) [Compare Source](https://redirect.github.com/walletconnect/walletconnect-monorepo/compare/fb43315b8c88ddc65238c93d1000a10ce10cfbf8...1997488064e2ad431e14f81d63777cb7f9a450c6) ### [`v1.14.3`](https://redirect.github.com/walletconnect/walletconnect-monorepo/compare/3b2c6057bc6baa3be726af77974c54871a1d7685...fb43315b8c88ddc65238c93d1000a10ce10cfbf8) [Compare Source](https://redirect.github.com/walletconnect/walletconnect-monorepo/compare/3b2c6057bc6baa3be726af77974c54871a1d7685...fb43315b8c88ddc65238c93d1000a10ce10cfbf8) </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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsibnBtIiwicmVub3ZhdGUiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jean Regisser <[email protected]>
- Loading branch information
1 parent
3af19d4
commit 59aa2ca
Showing
3 changed files
with
28 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4898,10 +4898,10 @@ | |
events "^3.3.0" | ||
isomorphic-unfetch "^3.1.0" | ||
|
||
"@walletconnect/core@2.15.2", "@walletconnect/core@^2.10.1": | ||
version "2.15.2" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/core/-/core-2.15.2.tgz#12d9da8c4e32a6c3713f421ca65cd0605f43a080" | ||
integrity sha512-u4BGuazSNAQ48QBY7EphanBuBN6EJWyD5MXi83n1wXwfPQWAu0XNvmOjjF+xmMI5TsYH9N6Y78O6HP/VX9EOvg== | ||
"@walletconnect/core@2.16.1", "@walletconnect/core@^2.10.1": | ||
version "2.16.1" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/core/-/core-2.16.1.tgz#019b181387792e0d284e75074b961b48193d9b6a" | ||
integrity sha512-UlsnEMT5wwFvmxEjX8s4oju7R3zadxNbZgsFeHEsjh7uknY2zgmUe1Lfc5XU6zyPb1Jx7Nqpdx1KN485ee8ogw== | ||
dependencies: | ||
"@walletconnect/heartbeat" "1.2.2" | ||
"@walletconnect/jsonrpc-provider" "1.0.14" | ||
|
@@ -4914,8 +4914,8 @@ | |
"@walletconnect/relay-auth" "1.0.4" | ||
"@walletconnect/safe-json" "1.0.2" | ||
"@walletconnect/time" "1.0.2" | ||
"@walletconnect/types" "2.15.2" | ||
"@walletconnect/utils" "2.15.2" | ||
"@walletconnect/types" "2.16.1" | ||
"@walletconnect/utils" "2.16.1" | ||
events "3.3.0" | ||
lodash.isequal "4.5.0" | ||
uint8arrays "3.1.0" | ||
|
@@ -5039,19 +5039,19 @@ | |
dependencies: | ||
tslib "1.14.1" | ||
|
||
"@walletconnect/sign-client@2.15.2", "@walletconnect/sign-client@^2.13.3": | ||
version "2.15.2" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/sign-client/-/sign-client-2.15.2.tgz#4568f71f6daebc6405d86278c78b64ef646c266b" | ||
integrity sha512-Yp4/z3IdTMngbjr7Zy7Qi1X6EZDH4nxY91X6K2KpA3MjLW0yPTGalEJgJ4p9WH7fmHRlwvfR4hjwM5eQcLo5Zg== | ||
"@walletconnect/sign-client@2.16.1", "@walletconnect/sign-client@^2.13.3": | ||
version "2.16.1" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/sign-client/-/sign-client-2.16.1.tgz#94a2f630ba741bd180f540c53576c5ceaace4857" | ||
integrity sha512-s2Tx2n2duxt+sHtuWXrN9yZVaHaYqcEcjwlTD+55/vs5NUPlISf+fFmZLwSeX1kUlrSBrAuxPUcqQuRTKcjLOA== | ||
dependencies: | ||
"@walletconnect/core" "2.15.2" | ||
"@walletconnect/core" "2.16.1" | ||
"@walletconnect/events" "1.0.1" | ||
"@walletconnect/heartbeat" "1.2.2" | ||
"@walletconnect/jsonrpc-utils" "1.0.8" | ||
"@walletconnect/logger" "2.1.2" | ||
"@walletconnect/time" "1.0.2" | ||
"@walletconnect/types" "2.15.2" | ||
"@walletconnect/utils" "2.15.2" | ||
"@walletconnect/types" "2.16.1" | ||
"@walletconnect/utils" "2.16.1" | ||
events "3.3.0" | ||
|
||
"@walletconnect/[email protected]", "@walletconnect/time@^1.0.2": | ||
|
@@ -5061,18 +5061,6 @@ | |
dependencies: | ||
tslib "1.14.1" | ||
|
||
"@walletconnect/[email protected]": | ||
version "2.15.2" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-2.15.2.tgz#b9e1746d8c7b9c7b08ed8f6696c86e44b645fe52" | ||
integrity sha512-TGnQZYWZJJ3I8dqgpMPwhO1IRXDuY8/tWPI0nNWJDyTK7b3E9prDGugnPmDDjpTYVoETnUTgW/jQaHNTq4yV7Q== | ||
dependencies: | ||
"@walletconnect/events" "1.0.1" | ||
"@walletconnect/heartbeat" "1.2.2" | ||
"@walletconnect/jsonrpc-types" "1.0.4" | ||
"@walletconnect/keyvaluestorage" "1.1.1" | ||
"@walletconnect/logger" "2.1.2" | ||
events "3.3.0" | ||
|
||
"@walletconnect/[email protected]", "@walletconnect/types@^2.13.3": | ||
version "2.16.1" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-2.16.1.tgz#6583d458d3f7b1919d482ba516ccb7878ec8c91f" | ||
|
@@ -5085,29 +5073,7 @@ | |
"@walletconnect/logger" "2.1.2" | ||
events "3.3.0" | ||
|
||
"@walletconnect/[email protected]": | ||
version "2.15.2" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.15.2.tgz#6fba3e28d00afe15b499409d609e3faafcef1887" | ||
integrity sha512-H+fNH9cHDezdaEiEsO7/3URSIzqhumuacwB/+0PX0sSCoktmU9AfTqA8fJGG43zOPixleBqOymzO6owB1Y7jtQ== | ||
dependencies: | ||
"@stablelib/chacha20poly1305" "1.0.1" | ||
"@stablelib/hkdf" "1.0.1" | ||
"@stablelib/random" "1.0.2" | ||
"@stablelib/sha256" "1.0.1" | ||
"@stablelib/x25519" "1.0.3" | ||
"@walletconnect/relay-api" "1.0.11" | ||
"@walletconnect/relay-auth" "1.0.4" | ||
"@walletconnect/safe-json" "1.0.2" | ||
"@walletconnect/time" "1.0.2" | ||
"@walletconnect/types" "2.15.2" | ||
"@walletconnect/window-getters" "1.0.1" | ||
"@walletconnect/window-metadata" "1.0.1" | ||
detect-browser "5.3.0" | ||
elliptic "^6.5.7" | ||
query-string "7.1.3" | ||
uint8arrays "3.1.0" | ||
|
||
"@walletconnect/utils@^2.10.1", "@walletconnect/utils@^2.16.0": | ||
"@walletconnect/[email protected]", "@walletconnect/utils@^2.10.1", "@walletconnect/utils@^2.16.0": | ||
version "2.16.1" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.16.1.tgz#2099cc2bd16b0edc32022f64aa2c2c323b45d1d4" | ||
integrity sha512-aoQirVoDoiiEtYeYDtNtQxFzwO/oCrz9zqeEEXYJaAwXlGVTS34KFe7W3/Rxd/pldTYKFOZsku2EzpISfH8Wsw== | ||
|
@@ -5129,19 +5095,19 @@ | |
query-string "7.1.3" | ||
uint8arrays "3.1.0" | ||
|
||
"@walletconnect/web3wallet@^1.14.2": | ||
version "1.14.2" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/web3wallet/-/web3wallet-1.14.2.tgz#cace0f3b662c08183f60e79b5f491e116e1ec9fd" | ||
integrity sha512-SN1uBW0oRMZHFe8ZKS9EDcqsn0Z1Iac8unKA+60SLQRlZKjyOQ++BTpEsIkJWfPE/WNDZKV8axK+8VI8xxybCA== | ||
"@walletconnect/web3wallet@^1.15.0": | ||
version "1.15.1" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/web3wallet/-/web3wallet-1.15.1.tgz#47d041c07e2b12824ade85e53ed50c89536ef37b" | ||
integrity sha512-EgtdZUgtf0diU98x8Q8tiZslE0Z5comnxv3SqmAIgkdhpXDxaM/goo7BC1yC+Wey/IHOOVYg2SW+La2Txk+6hQ== | ||
dependencies: | ||
"@walletconnect/auth-client" "2.1.2" | ||
"@walletconnect/core" "2.15.2" | ||
"@walletconnect/core" "2.16.1" | ||
"@walletconnect/jsonrpc-provider" "1.0.14" | ||
"@walletconnect/jsonrpc-utils" "1.0.8" | ||
"@walletconnect/logger" "2.1.2" | ||
"@walletconnect/sign-client" "2.15.2" | ||
"@walletconnect/types" "2.15.2" | ||
"@walletconnect/utils" "2.15.2" | ||
"@walletconnect/sign-client" "2.16.1" | ||
"@walletconnect/types" "2.16.1" | ||
"@walletconnect/utils" "2.16.1" | ||
|
||
"@walletconnect/[email protected]", "@walletconnect/window-getters@^1.0.1": | ||
version "1.0.1" | ||
|