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/types from 2.13.0 to 2.13.1 #157

Closed dependabot[bot] closed 4 weeks ago

dependabot[bot] commented 1 month ago

Bumps @walletconnect/types from 2.13.0 to 2.13.1.

Release notes

Sourced from @​walletconnect/types'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'. Types of property 'opts' are incompatible. Type 'import("/runner/_work/hedera-wallet-connect/hedera-wallet-connect/node_modules/@walletconnect/core/node_modules/@walletconnect/types/dist/types/sign-client/client").SignClientTypes.Options | undefined' is not assignable to type 'import("/runner/_work/hedera-wallet-connect/hedera-wallet-connect/node_modules/@walletconnect/types/dist/types/sign-client/client").SignClientTypes.Options | undefined'. Type 'import("/runner/_work/hedera-wallet-connect/hedera-wallet-connect/node_modules/@walletconnect/core/node_modules/@walletconnect/types/dist/types/sign-client/client").SignClientTypes.Options' is not assignable to type 'import("/runner/_work/hedera-wallet-connect/hedera-wallet-connect/node_modules/@walletconnect/types/dist/types/sign-client/client").SignClientTypes.Options'. Types of property 'metadata' are incompatible. Type 'Metadata | undefined' is not assignable to type 'Metadata'. Type 'undefined' is not assignable to type 'Metadata'. 339 this.walletConnectClient!, ~~~~~~~~~~~~~~~~~~~~~~~~~ ``` --- ``` ● 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'. Types of property 'opts' are incompatible. Type 'import("/runner/_work/hedera-wallet-connect/hedera-wallet-connect/node_modules/@walletconnect/core/node_modules/@walletconnect/types/dist/types/sign-client/client").SignClientTypes.Options | undefined' is not assignable to type 'import("/runner/_work/hedera-wallet-connect/hedera-wallet-connect/node_modules/@walletconnect/types/dist/types/sign-client/client").SignClientTypes.Options | undefined'. Type 'import("/runner/_work/hedera-wallet-connect/hedera-wallet-connect/node_modules/@walletconnect/core/node_modules/@walletconnect/types/dist/types/sign-client/client").SignClientTypes.Options' is not assignable to type 'import("/runner/_work/hedera-wallet-connect/hedera-wallet-connect/node_modules/@walletconnect/types/dist/types/sign-client/client").SignClientTypes.Options'. Types of property 'metadata' are incompatible. Type 'Metadata | undefined' is not assignable to type 'Metadata'. Type 'undefined' is not assignable to type 'Metadata'. 339 this.walletConnectClient!, ~~~~~~~~~~~~~~~~~~~~~~~~~ ```

Report generated by 🧪jest coverage report action from 5240d1ee9b7ed2cbd1edc5915fef73b64f88833d

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.

hgraphql commented 4 weeks ago

closing based on failed tests