bancorprotocol / webapp

Bancor Swap/Analytics webapp
https://app.bancor.network
MIT License
32 stars 45 forks source link

Bump bnc-onboard from 1.25.0 to 1.26.1 #1542

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps bnc-onboard from 1.25.0 to 1.26.1.

Release notes

Sourced from bnc-onboard's releases.

Torus Wallet RPC URL option

This release adds an option for Torus wallet to provide a custom RPC url.

Example:

{
  walletName: 'torus',
  rpcUrl: 'https://ethboston1.skalenodes.com:10062',
  ...
}

Changelog:

  • 1.26.0-0.1.0: [feature] Adds custom RPC url option for Torus (#565)

🎉 Gnosis Safe, Bitpie, & XDefi wallets + Security Updates

This release adds support for 3 new wallets: Gnosis Safe, Bitpie and XDefi. The Ledger provider now supports signing Typed data messages (See EIP712 for more information). Additionally, we include a number of vulnerability fixes to various Onboard.js dependancies.

Bitpie and XDefi

For Bitpie and XDefi add the following wallet init object to your wallets array when initializing Onboard:

{ walletName: 'bitpie' },
{ walletName: 'xdefi' }

Gnosis Safe

For Gnosis Safe add the following wallet init object to your wallets array when initializing Onboard:

{ walletName: 'gnosis' }

With Gnosis Safe if a user opens your dApp within the Safe Interface, Onboard.js will automatically select the Gnosis Safe for the user.

Changlog

  • 1.25.0-0.1.0: [feature] gnosis safe wallet (#551)
  • Bump lodash from 4.17.19 to 4.17.21 (#549)
  • Bump hosted-git-info from 2.8.8 to 2.8.9 (#550)
  • 1.25.0-0.2.2: [feature] Ledger EIP712 Support (#554)
  • 1.25.0-0.3.2: [feature] Adds bitpie wallet (#541)
  • 1.25.0-0.4.2: [chore] patch vulnerabilities (#553)
  • 1.25.0-0.5.2: [refactor] Adds autoselect for gnosis wallet (#555)
  • 1.25.0-0.5.3: [fix] Fixes issue when gnosis wallet is not found label is undefined (#557)
  • feat: add XDEFI (#540)
  • 1.25.0-0.5.4: [update] Updates the bnc-sdk to latest (#558)
  • 1.25.0-0.5.5: [fix] Add check for WalletConnect Initialization object (#560)
Commits
  • fa88d41 Merge pull request #566 from blocknative/release/1.26.1
  • 67c13f9 Release: 1.26.1
  • c276d95 1.26.0-0.1.0: [feature] Adds custom RPC url option for Torus (#565)
  • b34855a Merge pull request #561 from blocknative/release/1.26.0
  • ed08b6d Merge pull request #562 from blocknative/release/1.26.0
  • 105540d Merge develop
  • 3a9868f 1.25.0-0.5.5: [fix] Add check for WalletConnect Initialization object (#560)
  • 514a8bd Release 1.26.0
  • 0eab583 1.25.0-0.5.4: [update] Updates the bnc-sdk to latest (#558)
  • aa9bfee feat: add XDEFI (#540)
  • 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 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)
dependabot[bot] commented 3 years 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.