Commit 88667b6
Merge #600
600: Bump concurrently from 6.3.0 to 6.4.0 r=bidoubiwa a=dependabot[bot]
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 6.3.0 to 6.4.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.4.0</h2>
<ul>
<li>Add <code>--hide</code> flag to hide the output of specified commands (<a href="https://github-redirect.dependabot.com/open-cli-tools/concurrently/issues/138">#138</a>, <a href="https://github-redirect.dependabot.com/open-cli-tools/concurrently/issues/173">#173</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/open-cli-tools/concurrently/commit/0da5d93d7d801c9dfc2d30f4fd6d58eb2661d143"><code>0da5d93</code></a> 6.4.0</li>
<li><a href="https://github.com/open-cli-tools/concurrently/commit/66ed4bfea1b6c0f57e9a87d516a6520639708141"><code>66ed4bf</code></a> Simplify .gitignore</li>
<li><a href="https://github.com/open-cli-tools/concurrently/commit/475fb53d4094a1cd3a1d05d27483ecb928db228f"><code>475fb53</code></a> Optimise .editorconfig</li>
<li><a href="https://github.com/open-cli-tools/concurrently/commit/88b8d191ea39acbb0bf251364715fad14fccb6a7"><code>88b8d19</code></a> Add option and CLI flag to hide command output (<a href="https://github-redirect.dependabot.com/open-cli-tools/concurrently/issues/173">#173</a>)</li>
<li>See full diff in <a href="https://github.com/open-cli-tools/concurrently/compare/v6.3.0...v6.4.0">compare view</a></li>
</ul>
</details>
<br />
[](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>2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2526 | 2526 | | |
2527 | 2527 | | |
2528 | 2528 | | |
2529 | | - | |
2530 | | - | |
2531 | | - | |
2532 | | - | |
| 2529 | + | |
| 2530 | + | |
| 2531 | + | |
| 2532 | + | |
2533 | 2533 | | |
2534 | 2534 | | |
2535 | 2535 | | |
| |||
0 commit comments