Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update wallet dependencies #298

Merged
merged 1 commit into from
Oct 21, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@magic-ext/algorand 23.11.0 -> 23.13.0 age adoption passing confidence
@magic-ext/algorand ^23.11.0 -> ^23.13.0 age adoption passing confidence
@magic-sdk/provider (source) 28.11.0 -> 28.13.0 age adoption passing confidence
@perawallet/connect ^1.3.4 -> ^1.3.5 age adoption passing confidence
@perawallet/connect 1.3.4 -> 1.3.5 age adoption passing confidence
@walletconnect/sign-client ^2.17.0 -> ^2.17.1 age adoption passing confidence
@walletconnect/sign-client 2.17.0 -> 2.17.1 age adoption passing confidence
@walletconnect/types 2.17.0 -> 2.17.1 age adoption passing confidence
magic-sdk (source) 28.11.0 -> 28.13.0 age adoption passing confidence
magic-sdk (source) ^28.11.0 -> ^28.13.0 age adoption passing confidence

Release Notes

magiclabs/magic-js (@​magic-ext/algorand)

v23.13.0

Compare Source

🐛 Bug Fix
Authors: 1

v23.12.0

Compare Source

perawallet/connect (@​perawallet/connect)

v1.3.5

Compare Source

What's Changed
New
  • Added the isPeraDiscoverBrowser flag to enable auto-connection in the Pera Discover Browser. This flag checks if the app is opened in the Pera Discover Browser and returns a boolean.
Before
<button onClick={handleClickConnectWallet}>Connect wallet</button>

function handleClickConnectWallet() {
  openWalletOptions();
  // Display wallet options
}
After
<button onClick={handleClickConnectWallet}>Connect wallet</button>

async function handleClickConnectWallet() {
  if (peraWallet.isPeraDiscoverBrowser) {
    const accounts = await peraWallet.connect();
    // Handle connection success
  } else {
    openWalletOptions();
    // Display wallet options
  }
}
walletconnect/walletconnect-monorepo (@​walletconnect/sign-client)

v2.17.1

Compare Source

What's Changed

Full Changelog: WalletConnect/walletconnect-monorepo@2.17.0...2.17.1


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/wallet-dependencies branch 2 times, most recently from 4f5f2f7 to cf7553f Compare October 21, 2024 17:13
@renovate renovate bot force-pushed the renovate/wallet-dependencies branch from cf7553f to ed3c224 Compare October 21, 2024 19:31
@drichar drichar merged commit 9727826 into main Oct 21, 2024
2 checks passed
@drichar drichar deleted the renovate/wallet-dependencies branch October 21, 2024 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant