Commit 23e6199
Merge #722
722: Bump concurrently from 7.0.0 to 7.1.0 r=bidoubiwa a=dependabot[bot]
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.0.0 to 7.1.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>v7.1.0</h2>
<ul>
<li><strong>Excluding pattern support added</strong>, e.g. <code>concurrently npm:lint:*(!fix)</code> (<a href="https://github-redirect.dependabot.com/open-cli-tools/concurrently/issues/305">#305</a>, <a href="https://github-redirect.dependabot.com/open-cli-tools/concurrently/issues/306">#306</a>)</li>
<li>Fixed programmatic API docs to resemble v7.0.0 changes (<a href="https://github-redirect.dependabot.com/open-cli-tools/concurrently/issues/303">#303</a>)</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/naxoc"><code>`@naxoc</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/open-cli-tools/concurrently/pull/303">open-cli-tools/concurrently#303</a></li>
<li><a href="https://github.com/NullVoxPopuli"><code>`@NullVoxPopuli</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/open-cli-tools/concurrently/pull/306">open-cli-tools/concurrently#306</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/open-cli-tools/concurrently/commit/1762f88bcf29744466515bf6900c26f697f4c45f"><code>1762f88</code></a> 7.1.0</li>
<li><a href="https://github.com/open-cli-tools/concurrently/commit/49b165516f0ac6c1f4536d32c5eafc1e31b81d19"><code>49b1655</code></a> Support Exclude patterns. (<a href="https://github-redirect.dependabot.com/open-cli-tools/concurrently/issues/306">#306</a>)</li>
<li><a href="https://github.com/open-cli-tools/concurrently/commit/025db2f3b23f8553ecab631d9eb2377b02107e50"><code>025db2f</code></a> docs: update example to reflect v7.x.x (<a href="https://github-redirect.dependabot.com/open-cli-tools/concurrently/issues/303">#303</a>)</li>
<li><a href="https://github.com/open-cli-tools/concurrently/commit/90c0da517c735099bdfc145dc94329072bb35294"><code>90c0da5</code></a> npm: don't pack *.spec.d.ts files</li>
<li>See full diff in <a href="https://github.com/open-cli-tools/concurrently/compare/v7.0.0...v7.1.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 | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2595 | 2595 | | |
2596 | 2596 | | |
2597 | 2597 | | |
2598 | | - | |
2599 | | - | |
2600 | | - | |
2601 | | - | |
| 2598 | + | |
| 2599 | + | |
| 2600 | + | |
| 2601 | + | |
2602 | 2602 | | |
2603 | 2603 | | |
2604 | 2604 | | |
| |||
0 commit comments