This repository has been archived by the owner on Mar 23, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
444: Bump @types/node from 13.7.1 to 13.7.2 in /create/new_project/demos/btc_eth r=mergify[bot] a=dependabot-preview[bot] Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.7.1 to 13.7.2. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=13.7.1&new-version=13.7.2)](https://dependabot.com/compatibility-score/?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=13.7.1&new-version=13.7.2) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <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> 445: Bump comit-sdk from 0.10.1 to 0.11.1 in /create/new_project r=mergify[bot] a=dependabot-preview[bot] Bumps [comit-sdk](https://github.com/comit-network/comit-js-sdk) from 0.10.1 to 0.11.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/comit-network/comit-js-sdk/blob/master/CHANGELOG.md">comit-sdk's changelog</a>.</em></p> <blockquote> <h2>[0.11.1] - 2020-02-19</h2> <h3>Fixed</h3> <ul> <li>Do not gitignore the <code>dist/</code> folder to ensure it is included in the published package, add a CI test to test it.</li> </ul> <h2>[0.11.0] - 2020-02-19</h2> <h3>Changed</h3> <ul> <li>Set all files names to snake_case.</li> <li><code>Order</code> interface renamed to <code>OrderParams</code>, <code>Order</code> is now a class that allows the taker to check it against criteria.</li> <li>Replaced <code>TakerNegotiator.getOrderByTradingPair()</code> with <code>TakerNegotiator.getOrder()</code>.</li> <li>Internal split of <code>negotiation</code> module in <code>taker</code> and <code>maker</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/comit-network/comit-js-sdk/commit/f471db54e57dcd6c2327e480eab3d279742f7f0f"><code>f471db5</code></a> Release 0.11.1</li> <li><a href="https://github.com/comit-network/comit-js-sdk/commit/0857609733316d8b121f5cecf9ce821894d4344d"><code>0857609</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/comit-network/comit-js-sdk/issues/127">#127</a> from comit-network/do-not-ignore-dist-folder</li> <li><a href="https://github.com/comit-network/comit-js-sdk/commit/49e91c0e7f679da20adc95b9fbb50a88454b98b8"><code>49e91c0</code></a> Do not ignore dist file</li> <li><a href="https://github.com/comit-network/comit-js-sdk/commit/12199e13ade3f04fa71d50c286e639aaa0d15897"><code>12199e1</code></a> Add a check to ensure the dist/ folder is not ignored</li> <li><a href="https://github.com/comit-network/comit-js-sdk/commit/3e7b40d866a18b0e36925ebb40a803a102e68a00"><code>3e7b40d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/comit-network/comit-js-sdk/issues/126">#126</a> from comit-network/release/0.11.0</li> <li><a href="https://github.com/comit-network/comit-js-sdk/commit/baa0779deeda3f1d7a02544b63647e07822178ae"><code>baa0779</code></a> Release 0.11.0</li> <li><a href="https://github.com/comit-network/comit-js-sdk/commit/dd0ecf91f4b9a898061968b2d764883095622bba"><code>dd0ecf9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/comit-network/comit-js-sdk/issues/125">#125</a> from comit-network/builder</li> <li><a href="https://github.com/comit-network/comit-js-sdk/commit/5d59121d073913f0b078dad43cf81f2ed9e4b710"><code>5d59121</code></a> Use builder pattern</li> <li><a href="https://github.com/comit-network/comit-js-sdk/commit/e448b3a9d2596b7d99460eebc2405211426936d3"><code>e448b3a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/comit-network/comit-js-sdk/issues/124">#124</a> from comit-network/absolute-logo-url</li> <li><a href="https://github.com/comit-network/comit-js-sdk/commit/5b493f522f6cac62d6dd42e4b413f7f7554e957d"><code>5b493f5</code></a> Change logo url to be absolute</li> <li>Additional commits viewable in <a href="https://github.com/comit-network/comit-js-sdk/compare/0.10.1...0.11.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=comit-sdk&package-manager=npm_and_yarn&previous-version=0.10.1&new-version=0.11.1)](https://dependabot.com/compatibility-score/?dependency-name=comit-sdk&package-manager=npm_and_yarn&previous-version=0.10.1&new-version=0.11.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>
- Loading branch information