Skip to content

Commit 88667b6

Browse files
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=concurrently&package-manager=npm_and_yarn&previous-version=6.3.0&new-version=6.4.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 d8010f6 + 8e6935c commit 88667b6

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
@@ -70,7 +70,7 @@
7070
"algoliasearch": "^4.10.5",
7171
"babel-eslint": "^10.1.0",
7272
"babel-jest": "^27.2.2",
73-
"concurrently": "^6.3.0",
73+
"concurrently": "^6.4.0",
7474
"cssnano": "^4.1.10",
7575
"cypress": "^8.6.0",
7676
"eslint": "^7.21.0",

yarn.lock

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

2529-
concurrently@^6.3.0:
2530-
version "6.3.0"
2531-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.3.0.tgz#63128cb4a6ed54d3c0ed8528728590a5fe54582a"
2532-
integrity sha512-k4k1jQGHHKsfbqzkUszVf29qECBrkvBKkcPJEUDTyVR7tZd1G/JOfnst4g1sYbFvJ4UjHZisj1aWQR8yLKpGPw==
2529+
concurrently@^6.4.0:
2530+
version "6.4.0"
2531+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.4.0.tgz#5387ee86be435a0eb51c292ade8a00acf479f170"
2532+
integrity sha512-HZ3D0RTQMH3oS4gvtYj1P+NBc6PzE2McEra6yEFcQKrUQ9HvtTGU4Dbne083F034p+LRb7kWU0tPRNvSGs1UCQ==
25332533
dependencies:
25342534
chalk "^4.1.0"
25352535
date-fns "^2.16.1"

0 commit comments

Comments
 (0)