hashgraph / hedera-wallet-connect

This package is a messaging relay between decentralized applications and wallets in Hedera network based on Wallet Connect relays.
Apache License 2.0
7 stars 15 forks source link

Bump @walletconnect/sign-client from 2.13.0 to 2.13.1 #155

Closed dependabot[bot] closed 4 weeks ago

dependabot[bot] commented 1 month ago

Bumps @walletconnect/sign-client from 2.13.0 to 2.13.1.

Release notes

Sourced from @​walletconnect/sign-client's releases.

2.13.1

What's Changed

New Contributors

Full Changelog: https://github.com/WalletConnect/walletconnect-monorepo/compare/2.13.0...2.13.1

Commits
  • 297afc6 Merge branch 'v2.0' into chore/2.13.1
  • c1751c0 Merge pull request #4573 from WalletConnect/fix/error-msg-on-metadata-validation
  • c21a7d5 feat: adds test
  • b37c81c fix: url validation message
  • 89dbe9e Merge branch 'v2.0' into chore/2.13.1
  • 8c447a9 Merge pull request #4554 from WalletConnect/chore/metadata-validation
  • 54f1d46 fix: tests
  • ca5a2d0 feat: makes metadata required type
  • 1178bc0 Merge branch 'v2.0' into chore/metadata-validation
  • 92ed3fd Merge pull request #4553 from WalletConnect/chore/pairing-topic-setter
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
github-actions[bot] commented 1 month ago

Coverage report

[!CAUTION] Test run failed

St.:grey_question:
Category Percentage Covered / Total
🟢 Statements
100% (+53.73% 🔼)
0/0
🟢 Branches
100% (+71.24% 🔼)
0/0
🟢 Functions
100% (+72.26% 🔼)
0/0
🟢 Lines
100% (+53.7% 🔼)
0/0

Test suite run failed

Failed tests: 0/0. Failed suites: 2/2.
``` ● Test suite failed to run src/lib/dapp/index.ts:339:11 - error TS2345: Argument of type 'SignClient' is not assignable to parameter of type 'ISignClient'. The types of 'events.emit' are incompatible between these types. Type '(event: E, args: import("/runner/_work/hedera-wallet-connect/hedera-wallet-connect/node_modules/@walletconnect/s...' is not assignable to type '(event: E, args: import("/runner/_work/hedera-wallet-connect/hedera-wallet-connect/node_modules/@walletconnect/types/dist/types/sign-client/client").Sig...'. Types of parameters 'args' and 'args' are incompatible. Type 'import("/runner/_work/hedera-wallet-connect/hedera-wallet-connect/node_modules/@walletconnect/types/dist/types/sign-client/client").SignClientTypes.EventArguments[E]' is not assignable to type 'import("/runner/_work/hedera-wallet-connect/hedera-wallet-connect/node_modules/@walletconnect/sign-client/node_modules/@walletconnect/types/dist/types/sign-client/client").SignClientTypes.EventArguments[E]'. Type '{ verifyContext: import("/runner/_work/hedera-wallet-connect/hedera-wallet-connect/node_modules/@walletconnect/types/dist/types/core/verify").Verify.Context; } & Omit'. Type '{ verifyContext: Context; } & Omit, "topic">' is not assignable to type 'Omit, "topic">'. The types of 'params.pairingTopic' are incompatible between these types. Type 'string | undefined' is not assignable to type 'string'. Type 'undefined' is not assignable to type 'string'. 339 this.walletConnectClient!, ~~~~~~~~~~~~~~~~~~~~~~~~~ node_modules/@walletconnect/sign-client/node_modules/@walletconnect/types/dist/types/sign-client/client.d.ts:20:13 20 verifyContext: Verify.Context; ~~~~~~~~~~~~~ 'verifyContext' is declared here. ``` --- ``` ● Test suite failed to run src/lib/dapp/index.ts:339:11 - error TS2345: Argument of type 'SignClient' is not assignable to parameter of type 'ISignClient'. The types of 'events.emit' are incompatible between these types. Type '(event: E, args: import("/runner/_work/hedera-wallet-connect/hedera-wallet-connect/node_modules/@walletconnect/s...' is not assignable to type '(event: E, args: import("/runner/_work/hedera-wallet-connect/hedera-wallet-connect/node_modules/@walletconnect/types/dist/types/sign-client/client").Sig...'. Types of parameters 'args' and 'args' are incompatible. Type 'import("/runner/_work/hedera-wallet-connect/hedera-wallet-connect/node_modules/@walletconnect/types/dist/types/sign-client/client").SignClientTypes.EventArguments[E]' is not assignable to type 'import("/runner/_work/hedera-wallet-connect/hedera-wallet-connect/node_modules/@walletconnect/sign-client/node_modules/@walletconnect/types/dist/types/sign-client/client").SignClientTypes.EventArguments[E]'. Type '{ verifyContext: import("/runner/_work/hedera-wallet-connect/hedera-wallet-connect/node_modules/@walletconnect/types/dist/types/core/verify").Verify.Context; } & Omit'. Type '{ verifyContext: Context; } & Omit, "topic">' is not assignable to type 'Omit, "topic">'. The types of 'params.pairingTopic' are incompatible between these types. Type 'string | undefined' is not assignable to type 'string'. Type 'undefined' is not assignable to type 'string'. 339 this.walletConnectClient!, ~~~~~~~~~~~~~~~~~~~~~~~~~ node_modules/@walletconnect/sign-client/node_modules/@walletconnect/types/dist/types/sign-client/client.d.ts:15:9 15 topic: string; ~~~~~ 'topic' is declared here. ```

Report generated by 🧪jest coverage report action from 20eaf2adae5e74994c542d9e8b2cd3daebba5de4

hgraphql commented 4 weeks ago

closing on failed tests

dependabot[bot] commented 4 weeks ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.