ArkEcosystem / typescript-client

A simple TypeScript API client for the ARK Blockchain.
MIT License
7 stars 20 forks source link

fix(deps): update dependency ky to ^0.20.0 #118

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
ky dependencies minor ^0.19.0 -> ^0.20.0

Release Notes

sindresorhus/ky ### [`v0.20.0`](https://togithub.com/sindresorhus/ky/releases/v0.20.0) [Compare Source](https://togithub.com/sindresorhus/ky/compare/v0.19.1...v0.20.0) - Add ability to remove headers using `ky.extend()` ([#​235](https://togithub.com/sindresorhus/ky/issues/235)) [`70826b2`](https://togithub.com/sindresorhus/ky/commit/70826b2)

Renovate configuration

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

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

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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



This PR has been generated by WhiteSource Renovate. View repository job log here.

codecov[bot] commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@da7f099). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #118   +/-   ##
=========================================
  Coverage          ?   77.85%           
=========================================
  Files             ?       18           
  Lines             ?      149           
  Branches          ?       10           
=========================================
  Hits              ?      116           
  Misses            ?       33           
  Partials          ?        0           
Impacted Files Coverage Δ
src/resources/wallets.ts 100.00% <0.00%> (ø)
src/connection-manager.ts 11.11% <0.00%> (ø)
src/resourcesTypes/businesses.ts 100.00% <0.00%> (ø)
src/resources/votes.ts 100.00% <0.00%> (ø)
src/resources/businesses.ts 100.00% <0.00%> (ø)
src/errors.ts 14.28% <0.00%> (ø)
src/resourcesTypes/index.ts 100.00% <0.00%> (ø)
src/resources/delegates.ts 85.71% <0.00%> (ø)
src/resources/transactions.ts 100.00% <0.00%> (ø)
src/resources/bridgechains.ts 100.00% <0.00%> (ø)
... and 8 more

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 da7f099...014d92d. Read the comment docs.