Skip to content

Commit

Permalink
fix(deps): update dependency concurrently to v8.2.2 (#9361)
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://togithub.com/open-cli-tools/concurrently) |
[`8.2.1` ->
`8.2.2`](https://renovatebot.com/diffs/npm/concurrently/8.2.1/8.2.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/concurrently/8.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/concurrently/8.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/concurrently/8.2.1/8.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/concurrently/8.2.1/8.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

#### What's Changed

- fix(suggestion): prefixColors API type to embrace string type by
[@&#8203;SeiwonPark](https://togithub.com/SeiwonPark) in
[open-cli-tools/concurrently#439
- Update dependencies by [@&#8203;paescuj](https://togithub.com/paescuj)
in
[open-cli-tools/concurrently#441
- Test against Node.js v20 instead of v19 by
[@&#8203;paescuj](https://togithub.com/paescuj) in
[open-cli-tools/concurrently#442
- Update dependencies by [@&#8203;paescuj](https://togithub.com/paescuj)
in
[open-cli-tools/concurrently#449

#### New Contributors

- [@&#8203;SeiwonPark](https://togithub.com/SeiwonPark) made their first
contribution in
[open-cli-tools/concurrently#439

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 1, 2023
1 parent f3cbcbd commit d7216e5
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.1",
"concurrently": "8.2.2",
"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 @@ -8486,7 +8486,7 @@ __metadata:
camelcase: 6.3.0
chalk: 4.1.2
ci-info: 3.8.0
concurrently: 8.2.1
concurrently: 8.2.2
configstore: 3.1.5
core-js: 3.32.2
cross-env: 7.0.3
Expand Down Expand Up @@ -16265,9 +16265,9 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down

0 comments on commit d7216e5

Please sign in to comment.