Skip to content

Commit

Permalink
chore(deps): update dependency @walletconnect/web3wallet to ^1.15.2 (#…
Browse files Browse the repository at this point in the history
…6066)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@walletconnect/web3wallet](https://redirect.github.com/walletconnect/walletconnect-monorepo)
| [`^1.15.1` ->
`^1.15.2`](https://renovatebot.com/diffs/npm/@walletconnect%2fweb3wallet/1.15.1/1.15.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@walletconnect%2fweb3wallet/1.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@walletconnect%2fweb3wallet/1.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@walletconnect%2fweb3wallet/1.15.1/1.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@walletconnect%2fweb3wallet/1.15.1/1.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>walletconnect/walletconnect-monorepo
(@&#8203;walletconnect/web3wallet)</summary>

###
[`v1.15.2`](https://redirect.github.com/walletconnect/walletconnect-monorepo/compare/720b72e5e5eb1066d91271062f972d30f6c0e0ef...d9362bff4f82befb1d63f6b62aad44147bb31777)

[Compare
Source](https://redirect.github.com/walletconnect/walletconnect-monorepo/compare/720b72e5e5eb1066d91271062f972d30f6c0e0ef...d9362bff4f82befb1d63f6b62aad44147bb31777)

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

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Satish Ravi <satish.ravi@valoraapp.com>
  • Loading branch information
renovate[bot] and satish-ravi authored Sep 22, 2024
1 parent 83c8319 commit fdee159
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 134 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"@toruslabs/torus.js": "^15.0.4",
"@walletconnect/react-native-compat": "^2.16.2",
"@walletconnect/utils": "^2.16.2",
"@walletconnect/web3wallet": "^1.15.1",
"@walletconnect/web3wallet": "^1.15.2",
"bignumber.js": "^9.1.2",
"clevertap-react-native": "^2.2.1",
"country-data": "^0.0.31",
Expand Down
82 changes: 5 additions & 77 deletions test/RootStateSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1036,51 +1036,6 @@
],
"type": "object"
},
"CoreTypes.Metadata_1": {
"additionalProperties": false,
"properties": {
"description": {
"type": "string"
},
"icons": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"redirect": {
"additionalProperties": false,
"properties": {
"linkMode": {
"type": "boolean"
},
"native": {
"type": "string"
},
"universal": {
"type": "string"
}
},
"type": "object"
},
"url": {
"type": "string"
},
"verifyUrl": {
"type": "string"
}
},
"required": [
"description",
"icons",
"name",
"url"
],
"type": "object"
},
"CreateWalletClaimHistory": {
"additionalProperties": false,
"properties": {
Expand Down Expand Up @@ -3285,26 +3240,14 @@
"additionalProperties": false,
"type": "object"
},
"ProposalTypes.OptionalNamespaces_1": {
"additionalProperties": false,
"type": "object"
},
"ProposalTypes.RequiredNamespaces": {
"additionalProperties": false,
"type": "object"
},
"ProposalTypes.RequiredNamespaces_1": {
"additionalProperties": false,
"type": "object"
},
"ProposalTypes.SessionProperties": {
"additionalProperties": false,
"type": "object"
},
"ProposalTypes.SessionProperties_1": {
"additionalProperties": false,
"type": "object"
},
"ProposalTypes.Struct": {
"additionalProperties": false,
"properties": {
Expand All @@ -3318,7 +3261,7 @@
"type": "number"
},
"optionalNamespaces": {
"$ref": "#/definitions/ProposalTypes.OptionalNamespaces_1"
"$ref": "#/definitions/ProposalTypes.OptionalNamespaces"
},
"pairingTopic": {
"type": "string"
Expand All @@ -3327,7 +3270,7 @@
"additionalProperties": false,
"properties": {
"metadata": {
"$ref": "#/definitions/CoreTypes.Metadata_1"
"$ref": "#/definitions/CoreTypes.Metadata"
},
"publicKey": {
"type": "string"
Expand All @@ -3341,15 +3284,15 @@
},
"relays": {
"items": {
"$ref": "#/definitions/RelayerTypes.ProtocolOptions_1"
"$ref": "#/definitions/RelayerTypes.ProtocolOptions"
},
"type": "array"
},
"requiredNamespaces": {
"$ref": "#/definitions/ProposalTypes.RequiredNamespaces_1"
"$ref": "#/definitions/ProposalTypes.RequiredNamespaces"
},
"sessionProperties": {
"$ref": "#/definitions/ProposalTypes.SessionProperties_1"
"$ref": "#/definitions/ProposalTypes.SessionProperties"
}
},
"required": [
Expand Down Expand Up @@ -3497,21 +3440,6 @@
],
"type": "object"
},
"RelayerTypes.ProtocolOptions_1": {
"additionalProperties": false,
"properties": {
"data": {
"type": "string"
},
"protocol": {
"type": "string"
}
},
"required": [
"protocol"
],
"type": "object"
},
"Screens": {
"enum": [
"AccounSetupFailureScreen",
Expand Down
78 changes: 22 additions & 56 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4898,10 +4898,10 @@
events "^3.3.0"
isomorphic-unfetch "^3.1.0"

"@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==
"@walletconnect/core@2.16.2", "@walletconnect/core@^2.10.1":
version "2.16.2"
resolved "https://registry.yarnpkg.com/@walletconnect/core/-/core-2.16.2.tgz#49c471d0e1cc4e0326165c8c7d7178aee56d7e6a"
integrity sha512-Xf1SqLSB8KffNsgUGDE/CguAcKMD+3EKfqfqNhWpimxe1QDZDUw8xq+nnxfx6MAb8fdx9GYe6Lvknx2SAAeAHw==
dependencies:
"@walletconnect/heartbeat" "1.2.2"
"@walletconnect/jsonrpc-provider" "1.0.14"
Expand All @@ -4914,8 +4914,8 @@
"@walletconnect/relay-auth" "1.0.4"
"@walletconnect/safe-json" "1.0.2"
"@walletconnect/time" "1.0.2"
"@walletconnect/types" "2.16.1"
"@walletconnect/utils" "2.16.1"
"@walletconnect/types" "2.16.2"
"@walletconnect/utils" "2.16.2"
events "3.3.0"
lodash.isequal "4.5.0"
uint8arrays "3.1.0"
Expand Down Expand Up @@ -5039,19 +5039,19 @@
dependencies:
tslib "1.14.1"

"@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==
"@walletconnect/sign-client@2.16.2", "@walletconnect/sign-client@^2.13.3":
version "2.16.2"
resolved "https://registry.yarnpkg.com/@walletconnect/sign-client/-/sign-client-2.16.2.tgz#2356c3418bce0b867a661a2bddafd6b8bb02214a"
integrity sha512-R/hk2P3UN5u3FV22E7h9S/Oy8IbDwaBGH7St/BzOpJCjFmf6CF5S3GZVjrXPBesvRF94CROkqMF89wz5HkZepA==
dependencies:
"@walletconnect/core" "2.16.1"
"@walletconnect/core" "2.16.2"
"@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.16.1"
"@walletconnect/utils" "2.16.1"
"@walletconnect/types" "2.16.2"
"@walletconnect/utils" "2.16.2"
events "3.3.0"

"@walletconnect/time@1.0.2", "@walletconnect/time@^1.0.2":
Expand All @@ -5061,18 +5061,6 @@
dependencies:
tslib "1.14.1"

"@walletconnect/types@2.16.1":
version "2.16.1"
resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-2.16.1.tgz#6583d458d3f7b1919d482ba516ccb7878ec8c91f"
integrity sha512-9P4RG4VoDEF+yBF/n2TF12gsvT/aTaeZTVDb/AOayafqiPnmrQZMKmNCJJjq1sfdsDcHXFcZWMGsuCeSJCmrXA==
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/types@2.16.2", "@walletconnect/types@^2.13.3":
version "2.16.2"
resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-2.16.2.tgz#a8bd9d09e6248f72c79686881e4aae46306e6ea0"
Expand All @@ -5085,29 +5073,7 @@
"@walletconnect/logger" "2.1.2"
events "3.3.0"

"@walletconnect/utils@2.16.1":
version "2.16.1"
resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.16.1.tgz#2099cc2bd16b0edc32022f64aa2c2c323b45d1d4"
integrity sha512-aoQirVoDoiiEtYeYDtNtQxFzwO/oCrz9zqeEEXYJaAwXlGVTS34KFe7W3/Rxd/pldTYKFOZsku2EzpISfH8Wsw==
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.16.1"
"@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.2":
"@walletconnect/utils@2.16.2", "@walletconnect/utils@^2.10.1", "@walletconnect/utils@^2.16.2":
version "2.16.2"
resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.16.2.tgz#e7afbec7bf7ad7a4e86b2c5de233df3865d8cd23"
integrity sha512-CEMxMCIqvwXd8YIEXfBoCiWY8DtUevJ/w14Si+cmTHWHBDWKRZll7+QUXgICIBx5kyX3GMAKNABaTlg2A2CPSg==
Expand All @@ -5129,19 +5095,19 @@
query-string "7.1.3"
uint8arrays "3.1.0"

"@walletconnect/web3wallet@^1.15.1":
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==
"@walletconnect/web3wallet@^1.15.2":
version "1.15.2"
resolved "https://registry.yarnpkg.com/@walletconnect/web3wallet/-/web3wallet-1.15.2.tgz#61c60bf71f430bbd45a4393d0090862bbb6b4486"
integrity sha512-7U2G/GA6zgsTzqdQOV0MEcj7CSZdvP/URKITWF45hkhlxscQg0N+TqFWGcPkym8t4kI4mqa5QnY5K5I+HhWTPA==
dependencies:
"@walletconnect/auth-client" "2.1.2"
"@walletconnect/core" "2.16.1"
"@walletconnect/core" "2.16.2"
"@walletconnect/jsonrpc-provider" "1.0.14"
"@walletconnect/jsonrpc-utils" "1.0.8"
"@walletconnect/logger" "2.1.2"
"@walletconnect/sign-client" "2.16.1"
"@walletconnect/types" "2.16.1"
"@walletconnect/utils" "2.16.1"
"@walletconnect/sign-client" "2.16.2"
"@walletconnect/types" "2.16.2"
"@walletconnect/utils" "2.16.2"

"@walletconnect/window-getters@1.0.1", "@walletconnect/window-getters@^1.0.1":
version "1.0.1"
Expand Down

0 comments on commit fdee159

Please sign in to comment.