Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

fix(deps): update dependency @ledgerhq/hw-transport-node-hid-singleton to v5 #1588

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 17, 2019

This PR contains the following updates:

Package Type Update Change
@ledgerhq/hw-transport-node-hid-singleton dependencies major ^4.68.4 -> ^5.0.0

Release Notes

LedgerHQ/ledgerjs

v5.7.0

Compare Source

  • hw-app-eth: updated the ERC20 list (see #​449)
  • hw-transport (all transports impacted): the error thrown when you access to a method while a previous call was not finished, used to be a TransportError. It's now a TransportRaceCondition error with a clearer message. This error is for developer to address: you need to prevent user to do an action twice (that might includes potentially blocking your UI when the device have a blocking action waiting for the user).

also internally:

  • updated Jest

v5.6.0

Compare Source

  • hw-app-btc: add a onDeviceStreaming callback. (see release notes of 5.6.3)
  • hw-transport-mocker: add a way to automatically skip the APDU that doesn't match instead of erroring (useful in some circumstance, like some apdu were dropped and you want to replay with previous series of apdus)
  • heavily test the mocker (mocker is used mostly for tests)

v5.5.0

Compare Source

  • internal update of some deps (babel, events,..)
  • adding some internal errors for Ledger Live

v5.3.0

Compare Source

Update deps: rxjs and dev deps: eslint, flow-bin, lerna, uglify-js

hw-app-btc: big refactoring of the library

More detail: #​437

  • signature of createPaymentTransactionNew and signP2SHTransaction is changing. The previous signature is still working but deprecated.
  • hw-app-btc: added a way to track progress events of signing a transaction (onDeviceStreaming, onDeviceSignatureRequested, onDeviceSignatureGranted)
  • Code is more modular and uses async/await.
hw-transport-node-hid-singleton
  • Fixes #​434 . usbDetect.stopMonitoring() is now called on 'exit' to allow the process to ends on a SIGINT.

v5.2.0

Compare Source

  • add ES module target. (in libraries, there is another entrypoint generated under lib-es)
  • update web3 related lib deps
  • Use Jest to write tests in each package
  • drop support of hw-hid-cli and hw-http-proxy-devserver ( recommended way https://www.npmjs.com/package/ledger-live )

v5.0.0

Compare Source

  • Upgrade Babel 6 to Babel 7.
  • Rework completely our babel configuration (lighter transpilation target). You no longer need to do babel-polyfill
  • Upgrade dependencies (including node-hid v1.1.0) – typically to support Node 13.

Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

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

🔕 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 has been generated by WhiteSource Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Dec 17, 2019

Codecov Report

Merging #1588 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1588   +/-   ##
========================================
  Coverage    59.95%   59.95%           
========================================
  Files          128      128           
  Lines         3049     3049           
  Branches       624      624           
========================================
  Hits          1828     1828           
  Misses        1028     1028           
  Partials       193      193

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f2f5fbe...247f39a. Read the comment docs.

@renovate renovate bot force-pushed the renovate/ledgerhq-hw-transport-node-hid-singleton-5.x branch from 717d81b to ca4ea49 Compare December 20, 2019 18:06
@renovate renovate bot force-pushed the renovate/ledgerhq-hw-transport-node-hid-singleton-5.x branch 4 times, most recently from 5050df0 to c1d7438 Compare January 8, 2020 17:53
@renovate renovate bot force-pushed the renovate/ledgerhq-hw-transport-node-hid-singleton-5.x branch from c1d7438 to 90e0d7e Compare January 14, 2020 12:23
@renovate renovate bot force-pushed the renovate/ledgerhq-hw-transport-node-hid-singleton-5.x branch from 90e0d7e to da9d175 Compare January 22, 2020 04:14
@renovate renovate bot force-pushed the renovate/ledgerhq-hw-transport-node-hid-singleton-5.x branch from da9d175 to 247f39a Compare January 29, 2020 12:55
@alexbarnsley
Copy link
Member

This is being done in #1511 so will close

@renovate
Copy link
Contributor Author

renovate bot commented Jan 31, 2020

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 5.x releases. However, if you upgrade to 5.x manually then Renovate will then reenable updates for minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants