luniehq / lunie-light

22 stars 47 forks source link

fix(deps): bump @ledgerhq/hw-transport-webusb from 5.30.0 to 6.7.0 #469

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps @ledgerhq/hw-transport-webusb from 5.30.0 to 6.7.0.

Release notes

Sourced from @​ledgerhq/hw-transport-webusb's releases.

v6.7.0

  • update axios + build tools
  • LL-6794 Add ability to overrides plugins + be chainId ready (#658)
  • Add Songbird (SGB) (#657) thanks @​RareData
  • add filecoin cryptocurrency (#651) thanks @​emmanuelm41

v6.6.1

hw-app-tezos: throw an error on empty answer which seems to happen when device is locked and could produce static address related to pub key "".

v6.6.0

  • Fix an issue with ERC20 info when using EIP 1559 transactions (#654) thanks @​FrederikBolding
  • Upgraded libraries (patch bump)
    • ethers 5.4.4 -> 5.4.6
    • axios 0.21.1 -> 0.21.3
  • Upgraded our building libraries (typescript, eslint)

v6.5.0

hw-app-eth fixes

  • Fix invalid ChainID when it intersects with APDU boundary (#644) thanks @​hectorchu @​pscott
  • Fixes to allow same contractAddress on diff chainId/blockchains (#647)

crypto-assets update

  • LL-5718 Fix Stealthcoin explorer URL (#643)
  • Enable stETH countervalues for Ledger Live

v6.4.1

  • hw-app-eth: Fixes the support of chainID that are higher than 4-bytes long. (#641)
    • this is non breaking changes (still works with old or new Ethereum app)
      • ⚠️ it actually is breaking change for the usage of byContractAddress(addr) which became byContractAddressAndChainId(addr, chainId)
    • a new Etheruem app will be made available to come with this changes and make these chainID (e.g. Palm) fully functional.

v6.4.0

update ERC20 list.

v6.3.0

  • Add EIP1559 and EIP2930 support (#637) – thanks @​FrederikBolding
  • add missing axios dependency – thanks @​avsetsin
  • update ethers dependency
  • update utility libraries (typescript, linter, jest)

v6.2.1

dynamic plugin

hw-app-eth evolution that automatically retrieve plugins from https://cdn.live.ledger.com/plugins/ethereum.json so we can add more plugins over time and have less and less "blind signing" happening on the hw-app-eth app.

See talk: https://www.youtube.com/watch?v=ZVCsrgZ_jBU

... (truncated)

Commits


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

Superseded by #478.