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

bitcoincore-rpc client is not async #48

Closed
thomaseizinger opened this issue Sep 30, 2019 · 1 comment · Fixed by #87
Closed

bitcoincore-rpc client is not async #48

thomaseizinger opened this issue Sep 30, 2019 · 1 comment · Fixed by #87
Assignees

Comments

@thomaseizinger
Copy link
Contributor

thomaseizinger commented Sep 30, 2019

Problem:

The bitcoincore-rpc client we are using is not async and hence blocks the current thread during execution. This is not good because the remaining code is based on futures and hence the executor cannot do its work.

Goal:

Don't block the executor thread.

Recommendation:

We only use the client to generate blocks and fund.

Remove the dependency on the client and handcraft the JSON-rpc request with an async HTTP client like reqwest.

Look into building an image on the fly using shiplift crate that:

  • Generate 101 blocks
  • Do the funding
  • Update contrab to do regular block generation
@D4nte
Copy link
Contributor

D4nte commented Oct 1, 2019

or ureq :)

@luckysori luckysori added this to the Sprint 23 🍩🍩🍩 milestone Oct 2, 2019
@luckysori luckysori self-assigned this Oct 11, 2019
@D4nte D4nte assigned D4nte and unassigned luckysori Oct 14, 2019
@D4nte D4nte closed this as completed in #87 Oct 17, 2019
bors bot added a commit that referenced this issue Nov 8, 2019
144: Bump comit-sdk from 0.3.2 to 0.5.6 in /new_project r=mergify[bot] a=dependabot-preview[bot]

Bumps [comit-sdk](https://github.com/comit-network/comit-js-sdk) from 0.3.2 to 0.5.6.
<details>
<summary>Release notes</summary>

*Sourced from [comit-sdk's releases](https://github.com/comit-network/comit-js-sdk/releases).*

> ## 0.5.6
> ### Fixed
> - Issue with generated files when publishing.
> 
> ### Added
> - `Swap.getEntity()` to get details of the swap.
> - `ComitClient.getPeerId()` to get peer id of cnd.
> - `ComitClient.getPeerListenAddresses()` to get addresses on which cnd is listening (comit-p2p protocol).
> - `EthereumWallet.getErc20Balance()` to retrieve any ERC20 balance.
> 
> ### Changed
> - Replace Siren types with Expect Swap types to improve interfaces accuracy.
> 
> ## 0.4.1
> Release version 0.4.1
> 
> ## 0.4.0
> Release version 0.4.0
</details>
<details>
<summary>Changelog</summary>

*Sourced from [comit-sdk's changelog](https://github.com/comit-network/comit-js-sdk/blob/master/CHANGELOG.md).*

> ## [0.5.6] - 2019-11-05
> 
> ### Fixed
> - Issue with generated files when publishing.
> 
> ### Added
> - `Swap.getEntity()` to get details of the swap.
> - `ComitClient.getPeerId()` to get peer id of cnd.
> - `ComitClient.getPeerListenAddresses()` to get addresses on which cnd is listening (comit-p2p protocol).
> - `EthereumWallet.getErc20Balance()` to retrieve any ERC20 balance.
> 
> ### Changed
> - Replace Siren types with Expect Swap types to improve interfaces accuracy.
> 
> ## [0.4.1] - 2019-10-29
> ### Changed
> - Allow creation of Ethereum wallet without HD key. Instead a random HD key is used.
> - Make field `self` on class `Swap` public to allow for logging of swap identifiers.
> 
> ## [0.4.0] - 2019-10-29
> ### Added
> - Facade class `ComitClient` that wraps communication with cnd to create and get swaps.
> - Class `Swap` that provides functions to interact with individual swaps, i.e. accept, decline, deploy, fund, redeem and refund.
> 
> ### Fixed
> - Function `postSwap` in class `Cnd` actually returns the URL of the swap.
> 
> ### Removed
> - Method `getSwap` which assumed on class `Cnd` which assumed a certain path structure that should not be publicly exposed.
</details>
<details>
<summary>Commits</summary>

- [`8d5a2ab`](https://github.com/comit-network/comit-js-sdk/commit/8d5a2ab60913f759eac4fe22dd9e2cea1683a77a) Release 0.5.6
- [`bf0dde0`](https://github.com/comit-network/comit-js-sdk/commit/bf0dde054204c3c2ec665a8139ce12b438916aea) Ensure siren types are included in dist/ ([#49](https://github-redirect.dependabot.com/comit-network/comit-js-sdk/issues/49))
- [`4b69d65`](https://github.com/comit-network/comit-js-sdk/commit/4b69d65d0bc93bc77f621cd9c260f28eb5d0fe0c) Ensure siren types are included in dist/
- [`59da00b`](https://github.com/comit-network/comit-js-sdk/commit/59da00bf7c322996de2995f7b3a540d9e2b12919) Release 0.5.5 ([#48](https://github-redirect.dependabot.com/comit-network/comit-js-sdk/issues/48))
- [`7e25b63`](https://github.com/comit-network/comit-js-sdk/commit/7e25b6305a42d70780fef93cf706c1f40cb53646) Release 0.5.5
- [`91c6da1`](https://github.com/comit-network/comit-js-sdk/commit/91c6da131fae814e384adb8d40f8418078393a9f) Move siren types to appropriate place ([#47](https://github-redirect.dependabot.com/comit-network/comit-js-sdk/issues/47))
- [`1b231b8`](https://github.com/comit-network/comit-js-sdk/commit/1b231b8f82548333ecb8291a9ac7bc739acb9ed4) Move siren types to appropriate place
- [`68423d2`](https://github.com/comit-network/comit-js-sdk/commit/68423d273d95df05ef5f0a124d8aa2c42fb8df36) Release 0.5.4 ([#46](https://github-redirect.dependabot.com/comit-network/comit-js-sdk/issues/46))
- [`1bdb9eb`](https://github.com/comit-network/comit-js-sdk/commit/1bdb9eb995db9383877408657c5dd9deca149df7) Release 0.5.4
- [`c75e03a`](https://github.com/comit-network/comit-js-sdk/commit/c75e03ae68a8f62aedca76d70b8a404245489461) Merge pull request [#45](https://github-redirect.dependabot.com/comit-network/comit-js-sdk/issues/45) from comit-network/fix-dist
- Additional commits viewable in [compare view](https://github.com/comit-network/comit-js-sdk/compare/0.3.2...0.5.6)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=comit-sdk&package-manager=npm_and_yarn&previous-version=0.3.2&new-version=0.5.6)](https://dependabot.com/compatibility-score.html?dependency-name=comit-sdk&package-manager=npm_and_yarn&previous-version=0.3.2&new-version=0.5.6)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>

145: Bump tslint from 5.20.0 to 5.20.1 in /new_project/examples/separate_apps r=mergify[bot] a=dependabot-preview[bot]

Bumps [tslint](https://github.com/palantir/tslint) from 5.20.0 to 5.20.1.
<details>
<summary>Release notes</summary>

*Sourced from [tslint's releases](https://github.com/palantir/tslint/releases).*

> ## v5.20.1
> No changes from v5.20.0, just re-released to correctly mark with the `latest` dist-tag on NPM.
</details>
<details>
<summary>Changelog</summary>

*Sourced from [tslint's changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md).*

> ## v5.20.1
> 
> No changes from v5.20.0, just re-released to correctly mark with the `latest` dist-tag on NPM.
</details>
<details>
<summary>Commits</summary>

- [`4e6d7a4`](https://github.com/palantir/tslint/commit/4e6d7a4ab95cffa82da7858065781ec76564e6b6) Prepare release v5.20.1
- See full diff in [compare view](https://github.com/palantir/tslint/compare/5.20.0...5.20.1)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=tslint&package-manager=npm_and_yarn&previous-version=5.20.0&new-version=5.20.1)](https://dependabot.com/compatibility-score.html?dependency-name=tslint&package-manager=npm_and_yarn&previous-version=5.20.0&new-version=5.20.1)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>

146: Bump typescript from 3.6.4 to 3.7.2 in /new_project/examples/erc20_btc r=mergify[bot] a=dependabot-preview[bot]

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.6.4 to 3.7.2.
<details>
<summary>Release notes</summary>

*Sourced from [typescript's releases](https://github.com/Microsoft/TypeScript/releases).*

> ## TypeScript 3.7.2
> For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-3-7-beta/).
> 
> For new features, check out the [What's new in TypeScript v3.7.2](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html).
> 
> For the complete list of fixed issues, check out the
> 
> * [fixed issues query for Typescript v3.7.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.0%22+is%3Aclosed+).
> * [fixed issues query for Typescript v3.7.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.1%22+is%3Aclosed+).
> * [fixed issues query for Typescript v3.7.2 (Final)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.2%22+is%3Aclosed+).
> 
> Downloads are available on:
> * [npm](https://www.npmjs.com/package/typescript)
> * [Visual Studio](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-372) ([Select new version in project options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017))
> * [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
> 
> ## TypeScript 3.7 Beta
> For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-3-7-beta).
> 
> * [fixed issues query for Typescript v3.7-beta](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.0%22+is%3Aclosed+).
> 
> Downloads are available on:
> * [npm](https://www.npmjs.com/package/typescript)
> * [Visual Studio 2019/2017](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.typescript-37beta) ([Select new version in project options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017))
> * [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
</details>
<details>
<summary>Commits</summary>

- [`7cf6c70`](https://github.com/microsoft/TypeScript/commit/7cf6c70d90b60e962db417d80290288eb786b5fd) Update user baselines ([#34837](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34837))
- [`2f876d9`](https://github.com/microsoft/TypeScript/commit/2f876d9532e16db67f33c0fdda613f9897374e82) Update LKG.
- [`88d867d`](https://github.com/microsoft/TypeScript/commit/88d867dc3986520cb72de6139c3472da676ff08f) 🤖 Cherry-pick PR [#34721](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34721) into release-3.7 ([#34811](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34811))
- [`da0c1f8`](https://github.com/microsoft/TypeScript/commit/da0c1f8755b81644ded99fc8d755ea7d7615254e) Cherry-pick PR [#34791](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34791) into release-3.7 ([#34834](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34834))
- [`068ae69`](https://github.com/microsoft/TypeScript/commit/068ae6973d47d51f09f84433c92b3f28d2e78fa9) Update user baselines ([#34835](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34835))
- [`60bf24d`](https://github.com/microsoft/TypeScript/commit/60bf24d1e506a9b2181edd6ee01d18f095c5ae16) Cherry-pick PR [#34786](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34786) into release-3.7 ([#34833](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34833))
- [`28050d5`](https://github.com/microsoft/TypeScript/commit/28050d5c47c6cd7627555f12cf13b1062f80322a) Cherry-pick PR [#34789](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34789) into release-3.7 ([#34812](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34812))
- [`7d77ecb`](https://github.com/microsoft/TypeScript/commit/7d77ecbcff52db885fe7b936891ac793c4b7714a) JSDoc type reference understands require with entity name ([#34804](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34804))
- [`787ff34`](https://github.com/microsoft/TypeScript/commit/787ff340c5281e72165078044db71ace0f6a2997) Update LKG.
- [`156ec62`](https://github.com/microsoft/TypeScript/commit/156ec62b1785dca49b779c4c8b9fdb4b8d1fa6c3) Update version number to '3.7.2'.
- Additional commits viewable in [compare view](https://github.com/Microsoft/TypeScript/compare/v3.6.4...v3.7.2)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=3.6.4&new-version=3.7.2)](https://dependabot.com/compatibility-score.html?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=3.6.4&new-version=3.7.2)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>

147: Bump tslint from 5.20.0 to 5.20.1 in /new_project/examples/btc_eth r=mergify[bot] a=dependabot-preview[bot]

Bumps [tslint](https://github.com/palantir/tslint) from 5.20.0 to 5.20.1.
<details>
<summary>Release notes</summary>

*Sourced from [tslint's releases](https://github.com/palantir/tslint/releases).*

> ## v5.20.1
> No changes from v5.20.0, just re-released to correctly mark with the `latest` dist-tag on NPM.
</details>
<details>
<summary>Changelog</summary>

*Sourced from [tslint's changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md).*

> ## v5.20.1
> 
> No changes from v5.20.0, just re-released to correctly mark with the `latest` dist-tag on NPM.
</details>
<details>
<summary>Commits</summary>

- [`4e6d7a4`](https://github.com/palantir/tslint/commit/4e6d7a4ab95cffa82da7858065781ec76564e6b6) Prepare release v5.20.1
- See full diff in [compare view](https://github.com/palantir/tslint/compare/5.20.0...5.20.1)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=tslint&package-manager=npm_and_yarn&previous-version=5.20.0&new-version=5.20.1)](https://dependabot.com/compatibility-score.html?dependency-name=tslint&package-manager=npm_and_yarn&previous-version=5.20.0&new-version=5.20.1)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>

148: Bump typescript from 3.6.4 to 3.7.2 in /new_project/examples/separate_apps r=mergify[bot] a=dependabot-preview[bot]

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.6.4 to 3.7.2.
<details>
<summary>Release notes</summary>

*Sourced from [typescript's releases](https://github.com/Microsoft/TypeScript/releases).*

> ## TypeScript 3.7.2
> For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-3-7-beta/).
> 
> For new features, check out the [What's new in TypeScript v3.7.2](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html).
> 
> For the complete list of fixed issues, check out the
> 
> * [fixed issues query for Typescript v3.7.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.0%22+is%3Aclosed+).
> * [fixed issues query for Typescript v3.7.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.1%22+is%3Aclosed+).
> * [fixed issues query for Typescript v3.7.2 (Final)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.2%22+is%3Aclosed+).
> 
> Downloads are available on:
> * [npm](https://www.npmjs.com/package/typescript)
> * [Visual Studio](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-372) ([Select new version in project options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017))
> * [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
> 
> ## TypeScript 3.7 Beta
> For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-3-7-beta).
> 
> * [fixed issues query for Typescript v3.7-beta](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.0%22+is%3Aclosed+).
> 
> Downloads are available on:
> * [npm](https://www.npmjs.com/package/typescript)
> * [Visual Studio 2019/2017](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.typescript-37beta) ([Select new version in project options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017))
> * [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
</details>
<details>
<summary>Commits</summary>

- [`7cf6c70`](https://github.com/microsoft/TypeScript/commit/7cf6c70d90b60e962db417d80290288eb786b5fd) Update user baselines ([#34837](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34837))
- [`2f876d9`](https://github.com/microsoft/TypeScript/commit/2f876d9532e16db67f33c0fdda613f9897374e82) Update LKG.
- [`88d867d`](https://github.com/microsoft/TypeScript/commit/88d867dc3986520cb72de6139c3472da676ff08f) 🤖 Cherry-pick PR [#34721](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34721) into release-3.7 ([#34811](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34811))
- [`da0c1f8`](https://github.com/microsoft/TypeScript/commit/da0c1f8755b81644ded99fc8d755ea7d7615254e) Cherry-pick PR [#34791](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34791) into release-3.7 ([#34834](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34834))
- [`068ae69`](https://github.com/microsoft/TypeScript/commit/068ae6973d47d51f09f84433c92b3f28d2e78fa9) Update user baselines ([#34835](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34835))
- [`60bf24d`](https://github.com/microsoft/TypeScript/commit/60bf24d1e506a9b2181edd6ee01d18f095c5ae16) Cherry-pick PR [#34786](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34786) into release-3.7 ([#34833](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34833))
- [`28050d5`](https://github.com/microsoft/TypeScript/commit/28050d5c47c6cd7627555f12cf13b1062f80322a) Cherry-pick PR [#34789](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34789) into release-3.7 ([#34812](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34812))
- [`7d77ecb`](https://github.com/microsoft/TypeScript/commit/7d77ecbcff52db885fe7b936891ac793c4b7714a) JSDoc type reference understands require with entity name ([#34804](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34804))
- [`787ff34`](https://github.com/microsoft/TypeScript/commit/787ff340c5281e72165078044db71ace0f6a2997) Update LKG.
- [`156ec62`](https://github.com/microsoft/TypeScript/commit/156ec62b1785dca49b779c4c8b9fdb4b8d1fa6c3) Update version number to '3.7.2'.
- Additional commits viewable in [compare view](https://github.com/Microsoft/TypeScript/compare/v3.6.4...v3.7.2)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=3.6.4&new-version=3.7.2)](https://dependabot.com/compatibility-score.html?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=3.6.4&new-version=3.7.2)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>

150: Bump tslint from 5.20.0 to 5.20.1 in /new_project/examples/erc20_btc r=mergify[bot] a=dependabot-preview[bot]

Bumps [tslint](https://github.com/palantir/tslint) from 5.20.0 to 5.20.1.
<details>
<summary>Release notes</summary>

*Sourced from [tslint's releases](https://github.com/palantir/tslint/releases).*

> ## v5.20.1
> No changes from v5.20.0, just re-released to correctly mark with the `latest` dist-tag on NPM.
</details>
<details>
<summary>Changelog</summary>

*Sourced from [tslint's changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md).*

> ## v5.20.1
> 
> No changes from v5.20.0, just re-released to correctly mark with the `latest` dist-tag on NPM.
</details>
<details>
<summary>Commits</summary>

- [`4e6d7a4`](https://github.com/palantir/tslint/commit/4e6d7a4ab95cffa82da7858065781ec76564e6b6) Prepare release v5.20.1
- See full diff in [compare view](https://github.com/palantir/tslint/compare/5.20.0...5.20.1)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=tslint&package-manager=npm_and_yarn&previous-version=5.20.0&new-version=5.20.1)](https://dependabot.com/compatibility-score.html?dependency-name=tslint&package-manager=npm_and_yarn&previous-version=5.20.0&new-version=5.20.1)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>

151: Bump ethers from 4.0.37 to 4.0.39 in /new_project/examples/btc_eth r=mergify[bot] a=dependabot-preview[bot]

Bumps [ethers](https://github.com/ethers-io/ethers.js) from 4.0.37 to 4.0.39.
<details>
<summary>Release notes</summary>

*Sourced from [ethers's releases](https://github.com/ethers-io/ethers.js/releases).*

> ## ethers/v4.0.39 (2019-10-30 19:15)
> - Fix filters by forcing a poll instantly when polling starts to capture the current block. ([#613](https://github-redirect.dependabot.com/ethers-io/ethers.js/issues/613); [d0e0e30](https://github.com/ethers-io/ethers.js/commit/d0e0e30532baf387df6b4a8efe0805986cc265f2))
> 
> ## ethers/v4.0.38 (2019-10-17 01:28)
> - Fixed TypeScript 3.7-beta import issue. ([#622](https://github-redirect.dependabot.com/ethers-io/ethers.js/issues/622); [0609ea9](https://github.com/ethers-io/ethers.js/commit/0609ea96519bf4afe6badc5f43c0d03ca91b8363))
</details>
<details>
<summary>Changelog</summary>

*Sourced from [ethers's changelog](https://github.com/ethers-io/ethers.js/blob/master/CHANGELOG.md).*

> ethers/v4.0.39 (2019-10-30 19:15)
> ---------------------------------
> 
>   - Fix filters by forcing a poll instantly when polling starts to capture the current block. ([#613](https://github-redirect.dependabot.com/ethers-io/ethers.js/issues/613); [d0e0e30](https://github.com/ethers-io/ethers.js/commit/d0e0e30532baf387df6b4a8efe0805986cc265f2))
> 
> ethers/v4.0.38 (2019-10-17 01:28)
> ---------------------------------
> 
>   - Fixed TypeScript 3.7-beta import issue. ([#622](https://github-redirect.dependabot.com/ethers-io/ethers.js/issues/622); [0609ea9](https://github.com/ethers-io/ethers.js/commit/0609ea96519bf4afe6badc5f43c0d03ca91b8363))
</details>
<details>
<summary>Commits</summary>

- [`76a8e50`](https://github.com/ethers-io/ethers.js/commit/76a8e503dd47b8da1961fb85a6ca28d007f49585) Updated dist files.
- [`d0e0e30`](https://github.com/ethers-io/ethers.js/commit/d0e0e30532baf387df6b4a8efe0805986cc265f2) Fix filters by forcing a poll instantly when polling starts to capture the cu...
- [`b3f5266`](https://github.com/ethers-io/ethers.js/commit/b3f5266e78a266bbaea25f1493428101cc36774f) Updated dist files.
- [`0609ea9`](https://github.com/ethers-io/ethers.js/commit/0609ea96519bf4afe6badc5f43c0d03ca91b8363) Fixed TypeScript 3.7-beta import issue ([#622](https://github-redirect.dependabot.com/ethers-io/ethers.js/issues/622)).
- [`4f88c5b`](https://github.com/ethers-io/ethers.js/commit/4f88c5ba6e180da7962a303d984aa82b99b2cd03) Added changelog.
- See full diff in [compare view](https://github.com/ethers-io/ethers.js/compare/v4.0.37...v4.0.39)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=ethers&package-manager=npm_and_yarn&previous-version=4.0.37&new-version=4.0.39)](https://dependabot.com/compatibility-score.html?dependency-name=ethers&package-manager=npm_and_yarn&previous-version=4.0.37&new-version=4.0.39)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>

153: Bump anyhow from 1.0.13 to 1.0.19 r=mergify[bot] a=dependabot-preview[bot]

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.13 to 1.0.19.
<details>
<summary>Release notes</summary>

*Sourced from [anyhow's releases](https://github.com/dtolnay/anyhow/releases).*

> ## 1.0.19
> - Export `anyhow!` also under the alias `format_err!` ([#37](https://github-redirect.dependabot.com/dtolnay/anyhow/issues/37))
> 
> ## 1.0.18
> - Support downcasting errors with context to the context's type `C` *or* to the underlying error type `E` ([#34](https://github-redirect.dependabot.com/dtolnay/anyhow/issues/34))
> 
>     That is, in codebases that rely on downcasting, Anyhow's context now supports both of the following use cases:
> 
>     - **Attaching context whose type is insignificant onto errors whose type is used in downcasts.**
> 
>       In other error libraries whose context is not designed this way, it can be risky to introduce context to existing code because new context might break existing working downcasts. In Anyhow, any downcast that worked before adding context will continue to work after you add a context, so you should freely add human-readable context to errors wherever it would be helpful.
> 
>       ```rust
>       use anyhow::{Context, Result};
> 
>       fn do_it() -> Result<()> {
>           helper().context("failed to complete the work")?;
>           ...
>       }
> 
>       fn main() {
>           let err = do_it().unwrap_err();
>           if let Some(e) = err.downcast_ref::<SuspiciousError>() {
>               // If helper() returned SuspiciousError, this downcast will
>               // correctly succeed even with the context in between.
>           }
>       }
>       ```
> 
>     - **Attaching context whose type is used in downcasts onto errors whose type is insignificant.**
> 
>       Some codebases prefer to use machine-readable context to categorize lower level errors in a way that will be actionable to higher levels of the application.
> 
>       ```rust
>       use anyhow::{Context, Result};
> 
>       fn do_it() -> Result<()> {
>           helper().context(HelperFailed)?;
>           ...
>       }
> 
>       fn main() {
>           let err = do_it().unwrap_err();
>           if let Some(e) = err.downcast_ref::<HelperFailed>() {
>               // If helper failed, this downcast will succeed because
>               // HelperFailed is the context that has been attached to
>               // that error.
>           }
>       }
>       ```
></tr></table> ... (truncated)
</details>
<details>
<summary>Commits</summary>

- [`360c93a`](https://github.com/dtolnay/anyhow/commit/360c93a1fd9a0576f4ef2a2127850bdd20207edf) Release 1.0.19
- [`d695999`](https://github.com/dtolnay/anyhow/commit/d6959993fa8b95fd14fba6b8bc87e999ab409d48) Merge pull request [#38](https://github-redirect.dependabot.com/dtolnay/anyhow/issues/38) from dtolnay/format_err
- [`bd0733f`](https://github.com/dtolnay/anyhow/commit/bd0733fe02108fdd575b7c161ca4e6173cad46bc) Provide format_err macro
- [`791754e`](https://github.com/dtolnay/anyhow/commit/791754e3c00357a4ab98a56c40da3d57c245d458) Add brief comparison with thiserror
- [`afa1a47`](https://github.com/dtolnay/anyhow/commit/afa1a47f7664a0d703f3d49f645faffcc62b1024) Release 1.0.18
- [`f721eec`](https://github.com/dtolnay/anyhow/commit/f721eec43808c9c45d4a4b03fa050eacb55dfea6) Remove fehler link
- [`8fcd8d0`](https://github.com/dtolnay/anyhow/commit/8fcd8d015ace0d3501c0ace14e4dd35a53b959a4) Merge pull request [#34](https://github-redirect.dependabot.com/dtolnay/anyhow/issues/34) from dtolnay/context
- [`61ad446`](https://github.com/dtolnay/anyhow/commit/61ad44679915703a1a8f6d8c5d6d055596182008) Document the interaction of context and downcast
- [`b9d69af`](https://github.com/dtolnay/anyhow/commit/b9d69af29ea3298097add7f702bb23a3891fffc3) Add tests for downcasting context
- [`b119f49`](https://github.com/dtolnay/anyhow/commit/b119f4997f60828314cc21de51fbe35d67a36e30) Remove unneeded object_is vtable method
- Additional commits viewable in [compare view](https://github.com/dtolnay/anyhow/compare/1.0.13...1.0.19)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=anyhow&package-manager=cargo&previous-version=1.0.13&new-version=1.0.19)](https://dependabot.com/compatibility-score.html?dependency-name=anyhow&package-manager=cargo&previous-version=1.0.13&new-version=1.0.19)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>

154: Bump typescript from 3.6.3 to 3.7.2 in /new_project/examples/btc_eth r=mergify[bot] a=dependabot-preview[bot]

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.6.3 to 3.7.2.
<details>
<summary>Release notes</summary>

*Sourced from [typescript's releases](https://github.com/Microsoft/TypeScript/releases).*

> ## TypeScript 3.7.2
> For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-3-7-beta/).
> 
> For new features, check out the [What's new in TypeScript v3.7.2](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html).
> 
> For the complete list of fixed issues, check out the
> 
> * [fixed issues query for Typescript v3.7.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.0%22+is%3Aclosed+).
> * [fixed issues query for Typescript v3.7.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.1%22+is%3Aclosed+).
> * [fixed issues query for Typescript v3.7.2 (Final)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.2%22+is%3Aclosed+).
> 
> Downloads are available on:
> * [npm](https://www.npmjs.com/package/typescript)
> * [Visual Studio](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-372) ([Select new version in project options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017))
> * [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
> 
> ## TypeScript 3.7 Beta
> For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-3-7-beta).
> 
> * [fixed issues query for Typescript v3.7-beta](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.0%22+is%3Aclosed+).
> 
> Downloads are available on:
> * [npm](https://www.npmjs.com/package/typescript)
> * [Visual Studio 2019/2017](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.typescript-37beta) ([Select new version in project options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017))
> * [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
> 
> ## TypeScript 3.6.4
> For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-3-6/).
> 
> For the complete list of fixed issues, check out the
> 
> * [fixed issues query for Typescript v3.6.4](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.6.4%22+is%3Aclosed+).
> * [fixed issues query for Typescript v3.6.3](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.6.3%22+is%3Aclosed+).
> * [fixed issues query for Typescript v3.6.2](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.6.2%22+is%3Aclosed+).
> * [fixed issues query for Typescript v3.6.1](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.6.1%22+is%3Aclosed+).
> * [fixed issues query for Typescript v3.6.0](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.6.0%22+is%3Aclosed+).
> 
> Downloads are available on:
> * [npm](https://www.npmjs.com/package/typescript)
> * [Visual Studio](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-364) ([Select new version in project options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017))
> * [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
</details>
<details>
<summary>Commits</summary>

- [`7cf6c70`](https://github.com/microsoft/TypeScript/commit/7cf6c70d90b60e962db417d80290288eb786b5fd) Update user baselines ([#34837](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34837))
- [`2f876d9`](https://github.com/microsoft/TypeScript/commit/2f876d9532e16db67f33c0fdda613f9897374e82) Update LKG.
- [`88d867d`](https://github.com/microsoft/TypeScript/commit/88d867dc3986520cb72de6139c3472da676ff08f) 🤖 Cherry-pick PR [#34721](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34721) into release-3.7 ([#34811](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34811))
- [`da0c1f8`](https://github.com/microsoft/TypeScript/commit/da0c1f8755b81644ded99fc8d755ea7d7615254e) Cherry-pick PR [#34791](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34791) into release-3.7 ([#34834](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34834))
- [`068ae69`](https://github.com/microsoft/TypeScript/commit/068ae6973d47d51f09f84433c92b3f28d2e78fa9) Update user baselines ([#34835](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34835))
- [`60bf24d`](https://github.com/microsoft/TypeScript/commit/60bf24d1e506a9b2181edd6ee01d18f095c5ae16) Cherry-pick PR [#34786](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34786) into release-3.7 ([#34833](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34833))
- [`28050d5`](https://github.com/microsoft/TypeScript/commit/28050d5c47c6cd7627555f12cf13b1062f80322a) Cherry-pick PR [#34789](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34789) into release-3.7 ([#34812](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34812))
- [`7d77ecb`](https://github.com/microsoft/TypeScript/commit/7d77ecbcff52db885fe7b936891ac793c4b7714a) JSDoc type reference understands require with entity name ([#34804](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34804))
- [`787ff34`](https://github.com/microsoft/TypeScript/commit/787ff340c5281e72165078044db71ace0f6a2997) Update LKG.
- [`156ec62`](https://github.com/microsoft/TypeScript/commit/156ec62b1785dca49b779c4c8b9fdb4b8d1fa6c3) Update version number to '3.7.2'.
- Additional commits viewable in [compare view](https://github.com/Microsoft/TypeScript/compare/v3.6.3...v3.7.2)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=3.6.3&new-version=3.7.2)](https://dependabot.com/compatibility-score.html?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=3.6.3&new-version=3.7.2)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
bors bot added a commit that referenced this issue Nov 8, 2019
144: Bump comit-sdk from 0.3.2 to 0.5.6 in /new_project r=mergify[bot] a=dependabot-preview[bot]

Bumps [comit-sdk](https://github.com/comit-network/comit-js-sdk) from 0.3.2 to 0.5.6.
<details>
<summary>Release notes</summary>

*Sourced from [comit-sdk's releases](https://github.com/comit-network/comit-js-sdk/releases).*

> ## 0.5.6
> ### Fixed
> - Issue with generated files when publishing.
> 
> ### Added
> - `Swap.getEntity()` to get details of the swap.
> - `ComitClient.getPeerId()` to get peer id of cnd.
> - `ComitClient.getPeerListenAddresses()` to get addresses on which cnd is listening (comit-p2p protocol).
> - `EthereumWallet.getErc20Balance()` to retrieve any ERC20 balance.
> 
> ### Changed
> - Replace Siren types with Expect Swap types to improve interfaces accuracy.
> 
> ## 0.4.1
> Release version 0.4.1
> 
> ## 0.4.0
> Release version 0.4.0
</details>
<details>
<summary>Changelog</summary>

*Sourced from [comit-sdk's changelog](https://github.com/comit-network/comit-js-sdk/blob/master/CHANGELOG.md).*

> ## [0.5.6] - 2019-11-05
> 
> ### Fixed
> - Issue with generated files when publishing.
> 
> ### Added
> - `Swap.getEntity()` to get details of the swap.
> - `ComitClient.getPeerId()` to get peer id of cnd.
> - `ComitClient.getPeerListenAddresses()` to get addresses on which cnd is listening (comit-p2p protocol).
> - `EthereumWallet.getErc20Balance()` to retrieve any ERC20 balance.
> 
> ### Changed
> - Replace Siren types with Expect Swap types to improve interfaces accuracy.
> 
> ## [0.4.1] - 2019-10-29
> ### Changed
> - Allow creation of Ethereum wallet without HD key. Instead a random HD key is used.
> - Make field `self` on class `Swap` public to allow for logging of swap identifiers.
> 
> ## [0.4.0] - 2019-10-29
> ### Added
> - Facade class `ComitClient` that wraps communication with cnd to create and get swaps.
> - Class `Swap` that provides functions to interact with individual swaps, i.e. accept, decline, deploy, fund, redeem and refund.
> 
> ### Fixed
> - Function `postSwap` in class `Cnd` actually returns the URL of the swap.
> 
> ### Removed
> - Method `getSwap` which assumed on class `Cnd` which assumed a certain path structure that should not be publicly exposed.
</details>
<details>
<summary>Commits</summary>

- [`8d5a2ab`](comit-network/comit-js-sdk@8d5a2ab) Release 0.5.6
- [`bf0dde0`](comit-network/comit-js-sdk@bf0dde0) Ensure siren types are included in dist/ ([#49](https://github-redirect.dependabot.com/comit-network/comit-js-sdk/issues/49))
- [`4b69d65`](comit-network/comit-js-sdk@4b69d65) Ensure siren types are included in dist/
- [`59da00b`](comit-network/comit-js-sdk@59da00b) Release 0.5.5 ([#48](https://github-redirect.dependabot.com/comit-network/comit-js-sdk/issues/48))
- [`7e25b63`](comit-network/comit-js-sdk@7e25b63) Release 0.5.5
- [`91c6da1`](comit-network/comit-js-sdk@91c6da1) Move siren types to appropriate place ([#47](https://github-redirect.dependabot.com/comit-network/comit-js-sdk/issues/47))
- [`1b231b8`](comit-network/comit-js-sdk@1b231b8) Move siren types to appropriate place
- [`68423d2`](comit-network/comit-js-sdk@68423d2) Release 0.5.4 ([#46](https://github-redirect.dependabot.com/comit-network/comit-js-sdk/issues/46))
- [`1bdb9eb`](comit-network/comit-js-sdk@1bdb9eb) Release 0.5.4
- [`c75e03a`](comit-network/comit-js-sdk@c75e03a) Merge pull request [#45](https://github-redirect.dependabot.com/comit-network/comit-js-sdk/issues/45) from comit-network/fix-dist
- Additional commits viewable in [compare view](comit-network/comit-js-sdk@0.3.2...0.5.6)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=comit-sdk&package-manager=npm_and_yarn&previous-version=0.3.2&new-version=0.5.6)](https://dependabot.com/compatibility-score.html?dependency-name=comit-sdk&package-manager=npm_and_yarn&previous-version=0.3.2&new-version=0.5.6)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>

145: Bump tslint from 5.20.0 to 5.20.1 in /new_project/examples/separate_apps r=mergify[bot] a=dependabot-preview[bot]

Bumps [tslint](https://github.com/palantir/tslint) from 5.20.0 to 5.20.1.
<details>
<summary>Release notes</summary>

*Sourced from [tslint's releases](https://github.com/palantir/tslint/releases).*

> ## v5.20.1
> No changes from v5.20.0, just re-released to correctly mark with the `latest` dist-tag on NPM.
</details>
<details>
<summary>Changelog</summary>

*Sourced from [tslint's changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md).*

> ## v5.20.1
> 
> No changes from v5.20.0, just re-released to correctly mark with the `latest` dist-tag on NPM.
</details>
<details>
<summary>Commits</summary>

- [`4e6d7a4`](palantir/tslint@4e6d7a4) Prepare release v5.20.1
- See full diff in [compare view](palantir/tslint@5.20.0...5.20.1)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=tslint&package-manager=npm_and_yarn&previous-version=5.20.0&new-version=5.20.1)](https://dependabot.com/compatibility-score.html?dependency-name=tslint&package-manager=npm_and_yarn&previous-version=5.20.0&new-version=5.20.1)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>

146: Bump typescript from 3.6.4 to 3.7.2 in /new_project/examples/erc20_btc r=mergify[bot] a=dependabot-preview[bot]

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.6.4 to 3.7.2.
<details>
<summary>Release notes</summary>

*Sourced from [typescript's releases](https://github.com/Microsoft/TypeScript/releases).*

> ## TypeScript 3.7.2
> For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-3-7-beta/).
> 
> For new features, check out the [What's new in TypeScript v3.7.2](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html).
> 
> For the complete list of fixed issues, check out the
> 
> * [fixed issues query for Typescript v3.7.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.0%22+is%3Aclosed+).
> * [fixed issues query for Typescript v3.7.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.1%22+is%3Aclosed+).
> * [fixed issues query for Typescript v3.7.2 (Final)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.2%22+is%3Aclosed+).
> 
> Downloads are available on:
> * [npm](https://www.npmjs.com/package/typescript)
> * [Visual Studio](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-372) ([Select new version in project options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017))
> * [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
> 
> ## TypeScript 3.7 Beta
> For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-3-7-beta).
> 
> * [fixed issues query for Typescript v3.7-beta](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.0%22+is%3Aclosed+).
> 
> Downloads are available on:
> * [npm](https://www.npmjs.com/package/typescript)
> * [Visual Studio 2019/2017](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.typescript-37beta) ([Select new version in project options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017))
> * [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
</details>
<details>
<summary>Commits</summary>

- [`7cf6c70`](microsoft/TypeScript@7cf6c70) Update user baselines ([#34837](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34837))
- [`2f876d9`](microsoft/TypeScript@2f876d9) Update LKG.
- [`88d867d`](microsoft/TypeScript@88d867d) 🤖 Cherry-pick PR [#34721](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34721) into release-3.7 ([#34811](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34811))
- [`da0c1f8`](microsoft/TypeScript@da0c1f8) Cherry-pick PR [#34791](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34791) into release-3.7 ([#34834](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34834))
- [`068ae69`](microsoft/TypeScript@068ae69) Update user baselines ([#34835](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34835))
- [`60bf24d`](microsoft/TypeScript@60bf24d) Cherry-pick PR [#34786](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34786) into release-3.7 ([#34833](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34833))
- [`28050d5`](microsoft/TypeScript@28050d5) Cherry-pick PR [#34789](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34789) into release-3.7 ([#34812](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34812))
- [`7d77ecb`](microsoft/TypeScript@7d77ecb) JSDoc type reference understands require with entity name ([#34804](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34804))
- [`787ff34`](microsoft/TypeScript@787ff34) Update LKG.
- [`156ec62`](microsoft/TypeScript@156ec62) Update version number to '3.7.2'.
- Additional commits viewable in [compare view](microsoft/TypeScript@v3.6.4...v3.7.2)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=3.6.4&new-version=3.7.2)](https://dependabot.com/compatibility-score.html?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=3.6.4&new-version=3.7.2)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>

147: Bump tslint from 5.20.0 to 5.20.1 in /new_project/examples/btc_eth r=mergify[bot] a=dependabot-preview[bot]

Bumps [tslint](https://github.com/palantir/tslint) from 5.20.0 to 5.20.1.
<details>
<summary>Release notes</summary>

*Sourced from [tslint's releases](https://github.com/palantir/tslint/releases).*

> ## v5.20.1
> No changes from v5.20.0, just re-released to correctly mark with the `latest` dist-tag on NPM.
</details>
<details>
<summary>Changelog</summary>

*Sourced from [tslint's changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md).*

> ## v5.20.1
> 
> No changes from v5.20.0, just re-released to correctly mark with the `latest` dist-tag on NPM.
</details>
<details>
<summary>Commits</summary>

- [`4e6d7a4`](palantir/tslint@4e6d7a4) Prepare release v5.20.1
- See full diff in [compare view](palantir/tslint@5.20.0...5.20.1)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=tslint&package-manager=npm_and_yarn&previous-version=5.20.0&new-version=5.20.1)](https://dependabot.com/compatibility-score.html?dependency-name=tslint&package-manager=npm_and_yarn&previous-version=5.20.0&new-version=5.20.1)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
bors bot added a commit that referenced this issue Nov 9, 2019
142: correct log output r=thomaseizinger a=da-kami

ERC20 in log was wrong. 
Made messages similar. 

144: Bump comit-sdk from 0.3.2 to 0.5.6 in /new_project r=mergify[bot] a=dependabot-preview[bot]

Bumps [comit-sdk](https://github.com/comit-network/comit-js-sdk) from 0.3.2 to 0.5.6.
<details>
<summary>Release notes</summary>

*Sourced from [comit-sdk's releases](https://github.com/comit-network/comit-js-sdk/releases).*

> ## 0.5.6
> ### Fixed
> - Issue with generated files when publishing.
> 
> ### Added
> - `Swap.getEntity()` to get details of the swap.
> - `ComitClient.getPeerId()` to get peer id of cnd.
> - `ComitClient.getPeerListenAddresses()` to get addresses on which cnd is listening (comit-p2p protocol).
> - `EthereumWallet.getErc20Balance()` to retrieve any ERC20 balance.
> 
> ### Changed
> - Replace Siren types with Expect Swap types to improve interfaces accuracy.
> 
> ## 0.4.1
> Release version 0.4.1
> 
> ## 0.4.0
> Release version 0.4.0
</details>
<details>
<summary>Changelog</summary>

*Sourced from [comit-sdk's changelog](https://github.com/comit-network/comit-js-sdk/blob/master/CHANGELOG.md).*

> ## [0.5.6] - 2019-11-05
> 
> ### Fixed
> - Issue with generated files when publishing.
> 
> ### Added
> - `Swap.getEntity()` to get details of the swap.
> - `ComitClient.getPeerId()` to get peer id of cnd.
> - `ComitClient.getPeerListenAddresses()` to get addresses on which cnd is listening (comit-p2p protocol).
> - `EthereumWallet.getErc20Balance()` to retrieve any ERC20 balance.
> 
> ### Changed
> - Replace Siren types with Expect Swap types to improve interfaces accuracy.
> 
> ## [0.4.1] - 2019-10-29
> ### Changed
> - Allow creation of Ethereum wallet without HD key. Instead a random HD key is used.
> - Make field `self` on class `Swap` public to allow for logging of swap identifiers.
> 
> ## [0.4.0] - 2019-10-29
> ### Added
> - Facade class `ComitClient` that wraps communication with cnd to create and get swaps.
> - Class `Swap` that provides functions to interact with individual swaps, i.e. accept, decline, deploy, fund, redeem and refund.
> 
> ### Fixed
> - Function `postSwap` in class `Cnd` actually returns the URL of the swap.
> 
> ### Removed
> - Method `getSwap` which assumed on class `Cnd` which assumed a certain path structure that should not be publicly exposed.
</details>
<details>
<summary>Commits</summary>

- [`8d5a2ab`](comit-network/comit-js-sdk@8d5a2ab) Release 0.5.6
- [`bf0dde0`](comit-network/comit-js-sdk@bf0dde0) Ensure siren types are included in dist/ ([#49](https://github-redirect.dependabot.com/comit-network/comit-js-sdk/issues/49))
- [`4b69d65`](comit-network/comit-js-sdk@4b69d65) Ensure siren types are included in dist/
- [`59da00b`](comit-network/comit-js-sdk@59da00b) Release 0.5.5 ([#48](https://github-redirect.dependabot.com/comit-network/comit-js-sdk/issues/48))
- [`7e25b63`](comit-network/comit-js-sdk@7e25b63) Release 0.5.5
- [`91c6da1`](comit-network/comit-js-sdk@91c6da1) Move siren types to appropriate place ([#47](https://github-redirect.dependabot.com/comit-network/comit-js-sdk/issues/47))
- [`1b231b8`](comit-network/comit-js-sdk@1b231b8) Move siren types to appropriate place
- [`68423d2`](comit-network/comit-js-sdk@68423d2) Release 0.5.4 ([#46](https://github-redirect.dependabot.com/comit-network/comit-js-sdk/issues/46))
- [`1bdb9eb`](comit-network/comit-js-sdk@1bdb9eb) Release 0.5.4
- [`c75e03a`](comit-network/comit-js-sdk@c75e03a) Merge pull request [#45](https://github-redirect.dependabot.com/comit-network/comit-js-sdk/issues/45) from comit-network/fix-dist
- Additional commits viewable in [compare view](comit-network/comit-js-sdk@0.3.2...0.5.6)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=comit-sdk&package-manager=npm_and_yarn&previous-version=0.3.2&new-version=0.5.6)](https://dependabot.com/compatibility-score.html?dependency-name=comit-sdk&package-manager=npm_and_yarn&previous-version=0.3.2&new-version=0.5.6)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>

146: Bump typescript from 3.6.4 to 3.7.2 in /new_project/examples/erc20_btc r=mergify[bot] a=dependabot-preview[bot]

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.6.4 to 3.7.2.
<details>
<summary>Release notes</summary>

*Sourced from [typescript's releases](https://github.com/Microsoft/TypeScript/releases).*

> ## TypeScript 3.7.2
> For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-3-7-beta/).
> 
> For new features, check out the [What's new in TypeScript v3.7.2](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html).
> 
> For the complete list of fixed issues, check out the
> 
> * [fixed issues query for Typescript v3.7.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.0%22+is%3Aclosed+).
> * [fixed issues query for Typescript v3.7.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.1%22+is%3Aclosed+).
> * [fixed issues query for Typescript v3.7.2 (Final)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.2%22+is%3Aclosed+).
> 
> Downloads are available on:
> * [npm](https://www.npmjs.com/package/typescript)
> * [Visual Studio](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-372) ([Select new version in project options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017))
> * [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
> 
> ## TypeScript 3.7 Beta
> For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-3-7-beta).
> 
> * [fixed issues query for Typescript v3.7-beta](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.0%22+is%3Aclosed+).
> 
> Downloads are available on:
> * [npm](https://www.npmjs.com/package/typescript)
> * [Visual Studio 2019/2017](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.typescript-37beta) ([Select new version in project options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017))
> * [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
</details>
<details>
<summary>Commits</summary>

- [`7cf6c70`](microsoft/TypeScript@7cf6c70) Update user baselines ([#34837](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34837))
- [`2f876d9`](microsoft/TypeScript@2f876d9) Update LKG.
- [`88d867d`](microsoft/TypeScript@88d867d) 🤖 Cherry-pick PR [#34721](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34721) into release-3.7 ([#34811](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34811))
- [`da0c1f8`](microsoft/TypeScript@da0c1f8) Cherry-pick PR [#34791](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34791) into release-3.7 ([#34834](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34834))
- [`068ae69`](microsoft/TypeScript@068ae69) Update user baselines ([#34835](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34835))
- [`60bf24d`](microsoft/TypeScript@60bf24d) Cherry-pick PR [#34786](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34786) into release-3.7 ([#34833](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34833))
- [`28050d5`](microsoft/TypeScript@28050d5) Cherry-pick PR [#34789](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34789) into release-3.7 ([#34812](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34812))
- [`7d77ecb`](microsoft/TypeScript@7d77ecb) JSDoc type reference understands require with entity name ([#34804](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34804))
- [`787ff34`](microsoft/TypeScript@787ff34) Update LKG.
- [`156ec62`](microsoft/TypeScript@156ec62) Update version number to '3.7.2'.
- Additional commits viewable in [compare view](microsoft/TypeScript@v3.6.4...v3.7.2)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=3.6.4&new-version=3.7.2)](https://dependabot.com/compatibility-score.html?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=3.6.4&new-version=3.7.2)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>

147: Bump tslint from 5.20.0 to 5.20.1 in /new_project/examples/btc_eth r=thomaseizinger a=dependabot-preview[bot]

Bumps [tslint](https://github.com/palantir/tslint) from 5.20.0 to 5.20.1.
<details>
<summary>Release notes</summary>

*Sourced from [tslint's releases](https://github.com/palantir/tslint/releases).*

> ## v5.20.1
> No changes from v5.20.0, just re-released to correctly mark with the `latest` dist-tag on NPM.
</details>
<details>
<summary>Changelog</summary>

*Sourced from [tslint's changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md).*

> ## v5.20.1
> 
> No changes from v5.20.0, just re-released to correctly mark with the `latest` dist-tag on NPM.
</details>
<details>
<summary>Commits</summary>

- [`4e6d7a4`](palantir/tslint@4e6d7a4) Prepare release v5.20.1
- See full diff in [compare view](palantir/tslint@5.20.0...5.20.1)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=tslint&package-manager=npm_and_yarn&previous-version=5.20.0&new-version=5.20.1)](https://dependabot.com/compatibility-score.html?dependency-name=tslint&package-manager=npm_and_yarn&previous-version=5.20.0&new-version=5.20.1)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>

148: Bump typescript from 3.6.4 to 3.7.2 in /new_project/examples/separate_apps r=thomaseizinger a=dependabot-preview[bot]

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.6.4 to 3.7.2.
<details>
<summary>Release notes</summary>

*Sourced from [typescript's releases](https://github.com/Microsoft/TypeScript/releases).*

> ## TypeScript 3.7.2
> For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-3-7-beta/).
> 
> For new features, check out the [What's new in TypeScript v3.7.2](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html).
> 
> For the complete list of fixed issues, check out the
> 
> * [fixed issues query for Typescript v3.7.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.0%22+is%3Aclosed+).
> * [fixed issues query for Typescript v3.7.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.1%22+is%3Aclosed+).
> * [fixed issues query for Typescript v3.7.2 (Final)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.2%22+is%3Aclosed+).
> 
> Downloads are available on:
> * [npm](https://www.npmjs.com/package/typescript)
> * [Visual Studio](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-372) ([Select new version in project options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017))
> * [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
> 
> ## TypeScript 3.7 Beta
> For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-3-7-beta).
> 
> * [fixed issues query for Typescript v3.7-beta](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.0%22+is%3Aclosed+).
> 
> Downloads are available on:
> * [npm](https://www.npmjs.com/package/typescript)
> * [Visual Studio 2019/2017](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.typescript-37beta) ([Select new version in project options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017))
> * [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
</details>
<details>
<summary>Commits</summary>

- [`7cf6c70`](microsoft/TypeScript@7cf6c70) Update user baselines ([#34837](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34837))
- [`2f876d9`](microsoft/TypeScript@2f876d9) Update LKG.
- [`88d867d`](microsoft/TypeScript@88d867d) 🤖 Cherry-pick PR [#34721](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34721) into release-3.7 ([#34811](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34811))
- [`da0c1f8`](microsoft/TypeScript@da0c1f8) Cherry-pick PR [#34791](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34791) into release-3.7 ([#34834](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34834))
- [`068ae69`](microsoft/TypeScript@068ae69) Update user baselines ([#34835](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34835))
- [`60bf24d`](microsoft/TypeScript@60bf24d) Cherry-pick PR [#34786](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34786) into release-3.7 ([#34833](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34833))
- [`28050d5`](microsoft/TypeScript@28050d5) Cherry-pick PR [#34789](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34789) into release-3.7 ([#34812](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34812))
- [`7d77ecb`](microsoft/TypeScript@7d77ecb) JSDoc type reference understands require with entity name ([#34804](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34804))
- [`787ff34`](microsoft/TypeScript@787ff34) Update LKG.
- [`156ec62`](microsoft/TypeScript@156ec62) Update version number to '3.7.2'.
- Additional commits viewable in [compare view](microsoft/TypeScript@v3.6.4...v3.7.2)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=3.6.4&new-version=3.7.2)](https://dependabot.com/compatibility-score.html?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=3.6.4&new-version=3.7.2)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>

Co-authored-by: Daniel Karzel <daniel.karzel@coblox.tech>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
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 a pull request may close this issue.

3 participants