This repository has been archived by the owner on Mar 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Bump comit-sdk from 0.10.1 to 0.11.1 in /create/new_project #445
Merged
bors
merged 1 commit into
master
from
dependabot/npm_and_yarn/create/new_project/comit-sdk-0.11.1
Feb 19, 2020
Merged
Bump comit-sdk from 0.10.1 to 0.11.1 in /create/new_project #445
bors
merged 1 commit into
master
from
dependabot/npm_and_yarn/create/new_project/comit-sdk-0.11.1
Feb 19, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [comit-sdk](https://github.com/comit-network/comit-js-sdk) from 0.10.1 to 0.11.1. - [Release notes](https://github.com/comit-network/comit-js-sdk/releases) - [Changelog](https://github.com/comit-network/comit-js-sdk/blob/master/CHANGELOG.md) - [Commits](comit-network/comit-js-sdk@0.10.1...0.11.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview
bot
added
the
dependencies
Pull requests that update a dependency file
label
Feb 19, 2020
bors r+ |
bors bot
added a commit
that referenced
this pull request
Feb 19, 2020
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>
Build succeeded
|
bors
bot
deleted the
dependabot/npm_and_yarn/create/new_project/comit-sdk-0.11.1
branch
February 19, 2020 14:36
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps comit-sdk from 0.10.1 to 0.11.1.
Changelog
Sourced from comit-sdk's changelog.
Commits
f471db5
Release 0.11.10857609
Merge pull request #127 from comit-network/do-not-ignore-dist-folder49e91c0
Do not ignore dist file12199e1
Add a check to ensure the dist/ folder is not ignored3e7b40d
Merge pull request #126 from comit-network/release/0.11.0baa0779
Release 0.11.0dd0ecf9
Merge pull request #125 from comit-network/builder5d59121
Use builder patterne448b3a
Merge pull request #124 from comit-network/absolute-logo-url5b493f5
Change logo url to be absoluteYou can trigger a rebase of this PR by commenting
@dependabot rebase
.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.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in the
.dependabot/config.yml
file in this repo: