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

fix(deps): update dependency @perawallet/connect to v1.3.5 #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 4, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@perawallet/connect 1.2.3 -> 1.3.5 age adoption passing confidence

Release Notes

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
  }
}

v1.3.4

Compare Source

What's Changed

Full Changelog: perawallet/connect@1.3.3...1.3.4

v1.3.3

Compare Source

  • Converted arbitrary data to base64 to communicate better with mobile wallet

What's Changed

Full Changelog: perawallet/connect@1.3.2...1.3.3

v1.3.2

Compare Source

  • Removed the embedded web wallet temporarily
  • Made dynamic wallet options

Full Changelog: perawallet/connect@1.3.1...1.3.2

v1.3.1

Compare Source

  • Compact mode is added for widgets, small screens or containers.

What's Changed

Full Changelog: perawallet/connect@1.2.4...1.3.1

v1.3.0

Compare Source

v1.2.4

Compare Source

  • Arbitrary data signing flow has been added
  • Package version number has been added to the modal header

What's Changed

Full Changelog: perawallet/connect@1.2.3...1.2.4


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@vercel
Copy link

vercel bot commented Jul 4, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
next-use-wallet ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 7, 2024 4:20pm

@renovate renovate bot changed the title fix(deps): update dependency @perawallet/connect to v1.2.4 fix(deps): update dependency @perawallet/connect to v1.3.0 Jul 13, 2023
@renovate renovate bot force-pushed the renovate/perawallet-connect-1.x-lockfile branch from 5679325 to 6dfd632 Compare July 13, 2023 15:07
@renovate renovate bot changed the title fix(deps): update dependency @perawallet/connect to v1.3.0 fix(deps): update dependency @perawallet/connect to v1.3.1 Jul 14, 2023
@renovate renovate bot force-pushed the renovate/perawallet-connect-1.x-lockfile branch from 6dfd632 to c66b929 Compare July 14, 2023 15:53
@renovate renovate bot changed the title fix(deps): update dependency @perawallet/connect to v1.3.1 fix(deps): update dependency @perawallet/connect to v1.3.2 Sep 19, 2023
@renovate renovate bot force-pushed the renovate/perawallet-connect-1.x-lockfile branch from c66b929 to 48c202e Compare September 19, 2023 10:47
@renovate renovate bot force-pushed the renovate/perawallet-connect-1.x-lockfile branch from 48c202e to b644fbc Compare September 27, 2023 14:52
@renovate renovate bot changed the title fix(deps): update dependency @perawallet/connect to v1.3.2 fix(deps): update dependency @perawallet/connect to v1.3.3 Sep 27, 2023
@renovate renovate bot force-pushed the renovate/perawallet-connect-1.x-lockfile branch from b644fbc to a648a77 Compare October 6, 2023 01:51
@renovate renovate bot force-pushed the renovate/perawallet-connect-1.x-lockfile branch from a648a77 to 8aba6c2 Compare November 28, 2023 11:52
@renovate renovate bot changed the title fix(deps): update dependency @perawallet/connect to v1.3.3 fix(deps): update dependency @perawallet/connect to v1.3.4 Nov 28, 2023
@renovate renovate bot changed the title fix(deps): update dependency @perawallet/connect to v1.3.4 fix(deps): update dependency @perawallet/connect to v1.3.5 Oct 7, 2024
@renovate renovate bot force-pushed the renovate/perawallet-connect-1.x-lockfile branch from 8aba6c2 to 457cf40 Compare October 7, 2024 16:19
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.

0 participants