Skip to content

Commit

Permalink
fix(deps): update dependency concurrently to v8.2.1 (#9183)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [concurrently](https://github.com/open-cli-tools/concurrently) |
[`8.2.0` ->
`8.2.1`](https://renovatebot.com/diffs/npm/concurrently/8.2.0/8.2.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/concurrently/8.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/concurrently/8.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/concurrently/8.2.0/8.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/concurrently/8.2.0/8.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>open-cli-tools/concurrently (concurrently)</summary>

###
[`v8.2.1`](https://github.com/open-cli-tools/concurrently/releases/tag/v8.2.1)

[Compare
Source](https://github.com/open-cli-tools/concurrently/compare/v8.2.0...v8.2.1)

#### What's Changed

- Delay summary timings output until finished by
[@&#8203;kayahr](https://github.com/kayahr) in
[https://github.com/open-cli-tools/concurrently/pull/431](https://github.com/open-cli-tools/concurrently/pull/431)
- Replace deprecated RxJS code by
[@&#8203;paescuj](https://github.com/paescuj) in
[https://github.com/open-cli-tools/concurrently/pull/343](https://github.com/open-cli-tools/concurrently/pull/343)

#### New Contributors

- [@&#8203;kayahr](https://github.com/kayahr) made their first
contribution in
[https://github.com/open-cli-tools/concurrently/pull/431](https://github.com/open-cli-tools/concurrently/pull/431)

**Full Changelog**:
open-cli-tools/concurrently@v8.2.0...v8.2.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dominic Saadi <dominiceliassaadi@gmail.com>
  • Loading branch information
renovate[bot] and jtoar committed Sep 16, 2023
1 parent 5195668 commit c150f17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"camelcase": "6.3.0",
"chalk": "4.1.2",
"ci-info": "3.8.0",
"concurrently": "8.2.0",
"concurrently": "8.2.1",
"configstore": "3.1.5",
"core-js": "3.32.2",
"cross-env": "7.0.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8471,7 +8471,7 @@ __metadata:
camelcase: 6.3.0
chalk: 4.1.2
ci-info: 3.8.0
concurrently: 8.2.0
concurrently: 8.2.1
configstore: 3.1.5
core-js: 3.32.2
cross-env: 7.0.3
Expand Down Expand Up @@ -16215,9 +16215,9 @@ __metadata:
languageName: node
linkType: hard

"concurrently@npm:8.2.0":
version: 8.2.0
resolution: "concurrently@npm:8.2.0"
"concurrently@npm:8.2.1":
version: 8.2.1
resolution: "concurrently@npm:8.2.1"
dependencies:
chalk: ^4.1.2
date-fns: ^2.30.0
Expand All @@ -16231,7 +16231,7 @@ __metadata:
bin:
conc: dist/bin/concurrently.js
concurrently: dist/bin/concurrently.js
checksum: e9d23be68c94ff1024347124facc751ac7b8dc52ac0321dce82077b5ee3f2f9c476c0d5c0b6e4e835b9965903f1016f2b4a5895e07795b6f830979ddf0cec4cf
checksum: cde6807839d41121c85f8a20064c9fc8a6c40737b42695db75a64ae1b840314cb63b3ba8c7462d33755b62d5ae5522120824015fcfa0714d773e0d839151f08a
languageName: node
linkType: hard

Expand Down

0 comments on commit c150f17

Please sign in to comment.