IOTA-Ledger / hw-app-iota.js

IOTA Ledger Nano S / Blue JavaScript APIs for Node.js and browsers
Apache License 2.0
4 stars 5 forks source link

Bump @ledgerhq/hw-transport-mocker from 5.51.1 to 6.0.2 #133

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps @ledgerhq/hw-transport-mocker from 5.51.1 to 6.0.2.

Release notes

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

v6.0.2

Migrated to TypeScript!

our libraries have migrated from FlowType to TypeScript!

These are still JavaScript libraries and you will be able to still use them in vanilla js or flowtype. But now you will also benefit from type system. NB: we still need to refine more and more our types over the next weeks. Please tell us if you reached any problems with these.

The work happened in this PR: LedgerHQ/ledgerjs#619

Other updates

v5.53.1

See LedgerHQ/ledgerjs#607

revert of 5.53.0 's attempt to fix webusb for Mac OS on Chrome 91.

v5.53.0

@​ledgerhq/hw-transport-webusb

@​ledgerhq/cryptoassets & @​ledgerhq/hw-app-eth

  • update ERC20 list (generated) 2502bfeac29d75132deec251af82bc50342d6b27

v5.52.1

hw-app-eth update

  • #606 Fix chunksize bug in case of long VRS value
  • upgrade minor version of ethers.js

v5.52.0

@ledgerhq/hw-app-eth automatized provide ERC20 and "plugin"

had an important rework that will make it automatically do provideERC20Information for you so you no longer need to do provideERC20Information yourself for simple ERC20 transfers (for instance).

We also are preparing an important future release of our Ethereum nano app and this version makes it future proof.

The important changes of this also have this library dependency changes:

-    "rlp": "^2.2.6"
+    "ethers": "^5.1.4"

... (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)