Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 4, 2021

Bumps concurrently from 6.2.1 to 6.3.0.

Release notes

Sourced from concurrently's releases.

v6.3.0

  • Distribute prefix colors correctly when using npm/yarn/pnpm script expansion (#186, #210, #234, #286)
  • Add new option to programmatic API, prefixColors, which serves as fallback for commands without a prefixColor (#286)

v6.2.2

  • Remove read-pkg dependency which had a vulnerability issue (#274)
Commits

Dependabot compatibility score

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


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 dependabot bot added dependencies Improvements or additions to documentation skip-changelog The PR will not appear in the release changelogs labels Oct 4, 2021
@bidoubiwa
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/concurrently-6.3.0 branch from bdba23f to c87590c Compare October 5, 2021 10:46
@bidoubiwa
Copy link
Contributor

bors merge

bidoubiwa
bidoubiwa previously approved these changes Oct 5, 2021
bors bot added a commit that referenced this pull request Oct 5, 2021
540: Bump concurrently from 6.2.1 to 6.3.0 r=bidoubiwa a=dependabot[bot]

Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 6.2.1 to 6.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/open-cli-tools/concurrently/releases">concurrently's releases</a>.</em></p>
<blockquote>
<h2>v6.3.0</h2>
<ul>
<li>Distribute prefix colors correctly when using npm/yarn/pnpm script expansion (<a href="https://github-redirect.dependabot.com/open-cli-tools/concurrently/issues/186">#186</a>, <a href="https://github-redirect.dependabot.com/open-cli-tools/concurrently/issues/210">#210</a>, <a href="https://github-redirect.dependabot.com/open-cli-tools/concurrently/issues/234">#234</a>, <a href="https://github-redirect.dependabot.com/open-cli-tools/concurrently/issues/286">#286</a>)</li>
<li>Add new option to programmatic API, <code>prefixColors</code>, which serves as fallback for commands without a <code>prefixColor</code> (<a href="https://github-redirect.dependabot.com/open-cli-tools/concurrently/issues/286">#286</a>)</li>
</ul>
<h2>v6.2.2</h2>
<ul>
<li>Remove <code>read-pkg</code> dependency which had a vulnerability issue (<a href="https://github-redirect.dependabot.com/open-cli-tools/concurrently/issues/274">#274</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/open-cli-tools/concurrently/commit/08eda4f14a99dc637bdb76a66b3719a07d002788"><code>08eda4f</code></a> 6.3.0</li>
<li><a href="https://github.com/open-cli-tools/concurrently/commit/ed8d7926afa92eebbe50b3f47b465a67e471b2f2"><code>ed8d792</code></a> Fix colors option when using wildcard commands (<a href="https://github-redirect.dependabot.com/open-cli-tools/concurrently/issues/286">#286</a>)</li>
<li><a href="https://github.com/open-cli-tools/concurrently/commit/105445c08494474e90d32e215401fd921b75b471"><code>105445c</code></a> 6.2.2</li>
<li><a href="https://github.com/open-cli-tools/concurrently/commit/875d37565339a7435cf470c47ded64f15fb54534"><code>875d375</code></a> Fix linting</li>
<li><a href="https://github.com/open-cli-tools/concurrently/commit/7263ffed77e4f2316c42ae7def501e36fe79f788"><code>7263ffe</code></a> Remove read-pkg</li>
<li><a href="https://github.com/open-cli-tools/concurrently/commit/8bcdf7f9f44977eff737de4257f2974498ed611e"><code>8bcdf7f</code></a> ci: add missing parallel coverage reporting step</li>
<li><a href="https://github.com/open-cli-tools/concurrently/commit/24e51ad93f64db690f016a9bb073bb698d51b2e9"><code>24e51ad</code></a> Add coveralls badge to readme</li>
<li><a href="https://github.com/open-cli-tools/concurrently/commit/b16585fbd9d76e573078696c2f38cbf42417b064"><code>b16585f</code></a> ci: readd coveralls reporting</li>
<li>See full diff in <a href="https://github.com/open-cli-tools/concurrently/compare/v6.2.1...v6.3.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=concurrently&package-manager=npm_and_yarn&previous-version=6.2.1&new-version=6.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)


</details>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@bors
Copy link
Contributor

bors bot commented Oct 5, 2021

This PR was included in a batch that successfully built, but then failed to merge into main (it was a non-fast-forward update). It will be automatically retried.

bors bot added a commit that referenced this pull request Oct 5, 2021
540: Bump concurrently from 6.2.1 to 6.3.0 r=bidoubiwa a=dependabot[bot]

Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 6.2.1 to 6.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/open-cli-tools/concurrently/releases">concurrently's releases</a>.</em></p>
<blockquote>
<h2>v6.3.0</h2>
<ul>
<li>Distribute prefix colors correctly when using npm/yarn/pnpm script expansion (<a href="https://github-redirect.dependabot.com/open-cli-tools/concurrently/issues/186">#186</a>, <a href="https://github-redirect.dependabot.com/open-cli-tools/concurrently/issues/210">#210</a>, <a href="https://github-redirect.dependabot.com/open-cli-tools/concurrently/issues/234">#234</a>, <a href="https://github-redirect.dependabot.com/open-cli-tools/concurrently/issues/286">#286</a>)</li>
<li>Add new option to programmatic API, <code>prefixColors</code>, which serves as fallback for commands without a <code>prefixColor</code> (<a href="https://github-redirect.dependabot.com/open-cli-tools/concurrently/issues/286">#286</a>)</li>
</ul>
<h2>v6.2.2</h2>
<ul>
<li>Remove <code>read-pkg</code> dependency which had a vulnerability issue (<a href="https://github-redirect.dependabot.com/open-cli-tools/concurrently/issues/274">#274</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/open-cli-tools/concurrently/commit/08eda4f14a99dc637bdb76a66b3719a07d002788"><code>08eda4f</code></a> 6.3.0</li>
<li><a href="https://github.com/open-cli-tools/concurrently/commit/ed8d7926afa92eebbe50b3f47b465a67e471b2f2"><code>ed8d792</code></a> Fix colors option when using wildcard commands (<a href="https://github-redirect.dependabot.com/open-cli-tools/concurrently/issues/286">#286</a>)</li>
<li><a href="https://github.com/open-cli-tools/concurrently/commit/105445c08494474e90d32e215401fd921b75b471"><code>105445c</code></a> 6.2.2</li>
<li><a href="https://github.com/open-cli-tools/concurrently/commit/875d37565339a7435cf470c47ded64f15fb54534"><code>875d375</code></a> Fix linting</li>
<li><a href="https://github.com/open-cli-tools/concurrently/commit/7263ffed77e4f2316c42ae7def501e36fe79f788"><code>7263ffe</code></a> Remove read-pkg</li>
<li><a href="https://github.com/open-cli-tools/concurrently/commit/8bcdf7f9f44977eff737de4257f2974498ed611e"><code>8bcdf7f</code></a> ci: add missing parallel coverage reporting step</li>
<li><a href="https://github.com/open-cli-tools/concurrently/commit/24e51ad93f64db690f016a9bb073bb698d51b2e9"><code>24e51ad</code></a> Add coveralls badge to readme</li>
<li><a href="https://github.com/open-cli-tools/concurrently/commit/b16585fbd9d76e573078696c2f38cbf42417b064"><code>b16585f</code></a> ci: readd coveralls reporting</li>
<li>See full diff in <a href="https://github.com/open-cli-tools/concurrently/compare/v6.2.1...v6.3.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=concurrently&package-manager=npm_and_yarn&previous-version=6.2.1&new-version=6.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)


</details>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@bidoubiwa
Copy link
Contributor

@dependabot recreate

Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 6.2.1 to 6.3.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](open-cli-tools/concurrently@v6.2.1...v6.3.0)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/concurrently-6.3.0 branch from c87590c to 463ea5b Compare October 5, 2021 10:57
@bors
Copy link
Contributor

bors bot commented Oct 5, 2021

Canceled.

@bidoubiwa bidoubiwa merged commit 0fb0509 into main Oct 5, 2021
@bidoubiwa bidoubiwa deleted the dependabot/npm_and_yarn/concurrently-6.3.0 branch October 5, 2021 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Improvements or additions to documentation skip-changelog The PR will not appear in the release changelogs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants