Skip to content

Commit 23e6199

Browse files
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=concurrently&package-manager=npm_and_yarn&previous-version=7.0.0&new-version=7.1.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>
2 parents 806668b + a43f97e commit 23e6199

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"algoliasearch": "^4.13.0",
7474
"babel-eslint": "^10.1.0",
7575
"babel-jest": "^27.2.2",
76-
"concurrently": "^7.0.0",
76+
"concurrently": "^7.1.0",
7777
"cssnano": "^4.1.10",
7878
"cypress": "^8.6.0",
7979
"eslint": "^7.21.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2595,10 +2595,10 @@ [email protected]:
25952595
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
25962596
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
25972597

2598-
concurrently@^7.0.0:
2599-
version "7.0.0"
2600-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.0.0.tgz#78d31b441cec338dab03316c221a2f9a67c529b0"
2601-
integrity sha512-WKM7PUsI8wyXpF80H+zjHP32fsgsHNQfPLw/e70Z5dYkV7hF+rf8q3D+ScWJIEr57CpkO3OWBko6hwhQLPR8Pw==
2598+
concurrently@^7.1.0:
2599+
version "7.1.0"
2600+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.1.0.tgz#477b49b8cfc630bb491f9b02e9ed7fb7bff02942"
2601+
integrity sha512-Bz0tMlYKZRUDqJlNiF/OImojMB9ruKUz6GCfmhFnSapXgPe+3xzY4byqoKG9tUZ7L2PGEUjfLPOLfIX3labnmw==
26022602
dependencies:
26032603
chalk "^4.1.0"
26042604
date-fns "^2.16.1"

0 commit comments

Comments
 (0)