Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency concurrently to v8.2.2 (#312)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [concurrently](https://redirect.github.com/open-cli-tools/concurrently) | [`8.0.1` -> `8.2.2`](https://renovatebot.com/diffs/npm/concurrently/8.0.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.0.1/8.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/concurrently/8.0.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://redirect.github.com/open-cli-tools/concurrently/releases/tag/v8.2.2) [Compare Source](https://redirect.github.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 [@​SeiwonPark](https://redirect.github.com/SeiwonPark) in [https://github.com/open-cli-tools/concurrently/pull/439](https://redirect.github.com/open-cli-tools/concurrently/pull/439) - Update dependencies by [@​paescuj](https://redirect.github.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/441](https://redirect.github.com/open-cli-tools/concurrently/pull/441) - Test against Node.js v20 instead of v19 by [@​paescuj](https://redirect.github.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/442](https://redirect.github.com/open-cli-tools/concurrently/pull/442) - Update dependencies by [@​paescuj](https://redirect.github.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/449](https://redirect.github.com/open-cli-tools/concurrently/pull/449) #### New Contributors - [@​SeiwonPark](https://redirect.github.com/SeiwonPark) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/439](https://redirect.github.com/open-cli-tools/concurrently/pull/439) **Full Changelog**: open-cli-tools/concurrently@v8.2.1...v8.2.2 ### [`v8.2.1`](https://redirect.github.com/open-cli-tools/concurrently/releases/tag/v8.2.1) [Compare Source](https://redirect.github.com/open-cli-tools/concurrently/compare/v8.2.0...v8.2.1) #### What's Changed - Delay summary timings output until finished by [@​kayahr](https://redirect.github.com/kayahr) in [https://github.com/open-cli-tools/concurrently/pull/431](https://redirect.github.com/open-cli-tools/concurrently/pull/431) - Replace deprecated RxJS code by [@​paescuj](https://redirect.github.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/343](https://redirect.github.com/open-cli-tools/concurrently/pull/343) #### New Contributors - [@​kayahr](https://redirect.github.com/kayahr) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/431](https://redirect.github.com/open-cli-tools/concurrently/pull/431) **Full Changelog**: open-cli-tools/concurrently@v8.2.0...v8.2.1 ### [`v8.2.0`](https://redirect.github.com/open-cli-tools/concurrently/releases/tag/v8.2.0) [Compare Source](https://redirect.github.com/open-cli-tools/concurrently/compare/v8.1.0...v8.2.0) #### What's Changed - Support REPL languages that use colons by [@​wyattades](https://redirect.github.com/wyattades) in [https://github.com/open-cli-tools/concurrently/pull/393](https://redirect.github.com/open-cli-tools/concurrently/pull/393) - Update dependencies by [@​paescuj](https://redirect.github.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/427](https://redirect.github.com/open-cli-tools/concurrently/pull/427) #### New Contributors - [@​wyattades](https://redirect.github.com/wyattades) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/393](https://redirect.github.com/open-cli-tools/concurrently/pull/393) **Full Changelog**: open-cli-tools/concurrently@v8.1.0...v8.2.0 ### [`v8.1.0`](https://redirect.github.com/open-cli-tools/concurrently/releases/tag/v8.1.0) [Compare Source](https://redirect.github.com/open-cli-tools/concurrently/compare/v8.0.1...v8.1.0) #### What's Changed - fix: move `types` condition to the front by [@​Andarist](https://redirect.github.com/Andarist) in [https://github.com/open-cli-tools/concurrently/pull/422](https://redirect.github.com/open-cli-tools/concurrently/pull/422) - Allow setting `raw` per command when using the API by [@​chbiel](https://redirect.github.com/chbiel) in [https://github.com/open-cli-tools/concurrently/pull/411](https://redirect.github.com/open-cli-tools/concurrently/pull/411) #### New Contributors - [@​Andarist](https://redirect.github.com/Andarist) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/422](https://redirect.github.com/open-cli-tools/concurrently/pull/422) - [@​chbiel](https://redirect.github.com/chbiel) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/411](https://redirect.github.com/open-cli-tools/concurrently/pull/411) **Full Changelog**: open-cli-tools/concurrently@v8.0.1...v8.1.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/creatorsgarten/contentsgarten). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information