Skip to content

Commit

Permalink
chore(deps): update dependency @walletconnect/utils to ^2.16.2 (#6065)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v2.16.2`](https://redirect.github.com/WalletConnect/walletconnect-monorepo/releases/tag/2.16.2)

[Compare
Source](https://redirect.github.com/walletconnect/walletconnect-monorepo/compare/2.16.1...2.16.2)

##### What's Changed

- feat: init event by
[@&#8203;ganchoradkov](https://redirect.github.com/ganchoradkov) in
[WalletConnect/walletconnect-monorepo#5343
- feat: fetch call status via bundler url by
[@&#8203;ganchoradkov](https://redirect.github.com/ganchoradkov) in
[WalletConnect/walletconnect-monorepo#5171
- fix: sets domain if available else sets `sp` by
[@&#8203;ganchoradkov](https://redirect.github.com/ganchoradkov) in
[WalletConnect/walletconnect-monorepo#5370

**Full Changelog**:
WalletConnect/walletconnect-monorepo@2.16.1...2.16.2

</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 committed Sep 22, 2024
1 parent 993f86b commit 83c8319
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"@toruslabs/fetch-node-details": "^14.0.1",
"@toruslabs/torus.js": "^15.0.4",
"@walletconnect/react-native-compat": "^2.16.2",
"@walletconnect/utils": "^2.16.1",
"@walletconnect/utils": "^2.16.2",
"@walletconnect/web3wallet": "^1.15.1",
"bignumber.js": "^9.1.2",
"clevertap-react-native": "^2.2.1",
Expand Down
82 changes: 77 additions & 5 deletions test/RootStateSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,51 @@
],
"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 @@ -3240,14 +3285,26 @@
"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 @@ -3261,7 +3318,7 @@
"type": "number"
},
"optionalNamespaces": {
"$ref": "#/definitions/ProposalTypes.OptionalNamespaces"
"$ref": "#/definitions/ProposalTypes.OptionalNamespaces_1"
},
"pairingTopic": {
"type": "string"
Expand All @@ -3270,7 +3327,7 @@
"additionalProperties": false,
"properties": {
"metadata": {
"$ref": "#/definitions/CoreTypes.Metadata"
"$ref": "#/definitions/CoreTypes.Metadata_1"
},
"publicKey": {
"type": "string"
Expand All @@ -3284,15 +3341,15 @@
},
"relays": {
"items": {
"$ref": "#/definitions/RelayerTypes.ProtocolOptions"
"$ref": "#/definitions/RelayerTypes.ProtocolOptions_1"
},
"type": "array"
},
"requiredNamespaces": {
"$ref": "#/definitions/ProposalTypes.RequiredNamespaces"
"$ref": "#/definitions/ProposalTypes.RequiredNamespaces_1"
},
"sessionProperties": {
"$ref": "#/definitions/ProposalTypes.SessionProperties"
"$ref": "#/definitions/ProposalTypes.SessionProperties_1"
}
},
"required": [
Expand Down Expand Up @@ -3440,6 +3497,21 @@
],
"type": "object"
},
"RelayerTypes.ProtocolOptions_1": {
"additionalProperties": false,
"properties": {
"data": {
"type": "string"
},
"protocol": {
"type": "string"
}
},
"required": [
"protocol"
],
"type": "object"
},
"Screens": {
"enum": [
"AccounSetupFailureScreen",
Expand Down
38 changes: 36 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5061,7 +5061,7 @@
dependencies:
tslib "1.14.1"

"@walletconnect/types@2.16.1", "@walletconnect/types@^2.13.3":
"@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==
Expand All @@ -5073,7 +5073,19 @@
"@walletconnect/logger" "2.1.2"
events "3.3.0"

"@walletconnect/utils@2.16.1", "@walletconnect/utils@^2.10.1", "@walletconnect/utils@^2.16.1":
"@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"
integrity sha512-IIV9kQh6b/WpwhfgPixpziE+8XK/FtdnfvN1oOMs5h+lgwr46OJknPY2p7eS6vvdvEP3xMEc1Kbu1i4tlnroiw==
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/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==
Expand All @@ -5095,6 +5107,28 @@
query-string "7.1.3"
uint8arrays "3.1.0"

"@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==
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.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/web3wallet@^1.15.1":
version "1.15.1"
resolved "https://registry.yarnpkg.com/@walletconnect/web3wallet/-/web3wallet-1.15.1.tgz#47d041c07e2b12824ade85e53ed50c89536ef37b"
Expand Down

0 comments on commit 83c8319

Please sign in to comment.