open-cli-tools/concurrently (concurrently)
### [`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 [@SeiwonPark](https://togithub.com/SeiwonPark) in [https://github.com/open-cli-tools/concurrently/pull/439](https://togithub.com/open-cli-tools/concurrently/pull/439)
- Update dependencies by [@paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/441](https://togithub.com/open-cli-tools/concurrently/pull/441)
- Test against Node.js v20 instead of v19 by [@paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/442](https://togithub.com/open-cli-tools/concurrently/pull/442)
- Update dependencies by [@paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/449](https://togithub.com/open-cli-tools/concurrently/pull/449)
#### New Contributors
- [@SeiwonPark](https://togithub.com/SeiwonPark) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/439](https://togithub.com/open-cli-tools/concurrently/pull/439)
**Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v8.2.1...v8.2.2
### [`v8.2.1`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v8.2.1)
[Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v8.2.0...v8.2.1)
#### What's Changed
- Delay summary timings output until finished by [@kayahr](https://togithub.com/kayahr) in [https://github.com/open-cli-tools/concurrently/pull/431](https://togithub.com/open-cli-tools/concurrently/pull/431)
- Replace deprecated RxJS code by [@paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/343](https://togithub.com/open-cli-tools/concurrently/pull/343)
#### New Contributors
- [@kayahr](https://togithub.com/kayahr) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/431](https://togithub.com/open-cli-tools/concurrently/pull/431)
**Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v8.2.0...v8.2.1
### [`v8.2.0`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v8.2.0)
[Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v8.1.0...v8.2.0)
#### What's Changed
- Support REPL languages that use colons by [@wyattades](https://togithub.com/wyattades) in [https://github.com/open-cli-tools/concurrently/pull/393](https://togithub.com/open-cli-tools/concurrently/pull/393)
- Update dependencies by [@paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/427](https://togithub.com/open-cli-tools/concurrently/pull/427)
#### New Contributors
- [@wyattades](https://togithub.com/wyattades) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/393](https://togithub.com/open-cli-tools/concurrently/pull/393)
**Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v8.1.0...v8.2.0
### [`v8.1.0`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v8.1.0)
[Compare Source](https://togithub.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://togithub.com/Andarist) in [https://github.com/open-cli-tools/concurrently/pull/422](https://togithub.com/open-cli-tools/concurrently/pull/422)
- Allow setting `raw` per command when using the API by [@chbiel](https://togithub.com/chbiel) in [https://github.com/open-cli-tools/concurrently/pull/411](https://togithub.com/open-cli-tools/concurrently/pull/411)
#### New Contributors
- [@Andarist](https://togithub.com/Andarist) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/422](https://togithub.com/open-cli-tools/concurrently/pull/422)
- [@chbiel](https://togithub.com/chbiel) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/411](https://togithub.com/open-cli-tools/concurrently/pull/411)
**Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v8.0.1...v8.1.0
### [`v8.0.1`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v8.0.1)
[Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v8.0.0...v8.0.1)
#### What's Changed
- Fix release workflow by [@paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/408](https://togithub.com/open-cli-tools/concurrently/pull/408)
- Update dependencies by [@paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/409](https://togithub.com/open-cli-tools/concurrently/pull/409)
**Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v8.0.0...v8.0.1
### [`v8.0.0`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v8.0.0)
[Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v7.6.0...v8.0.0)
#### What's Changed
- **Breaking change:** Drop support for Node.js v12 & add support for Node.js v18 by [@paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/342](https://togithub.com/open-cli-tools/concurrently/pull/342)
- Add support for Bun by [@jakeboone02](https://togithub.com/jakeboone02) in [https://github.com/open-cli-tools/concurrently/pull/406](https://togithub.com/open-cli-tools/concurrently/pull/406)
- Add `--kill-signal` option by [@paulsmithkc](https://togithub.com/paulsmithkc) in [https://github.com/open-cli-tools/concurrently/pull/402](https://togithub.com/open-cli-tools/concurrently/pull/402)
- Fixed broken link in the readme by [@abstractpoint](https://togithub.com/abstractpoint) in [https://github.com/open-cli-tools/concurrently/pull/390](https://togithub.com/open-cli-tools/concurrently/pull/390)
#### New Contributors
- [@abstractpoint](https://togithub.com/abstractpoint) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/390](https://togithub.com/open-cli-tools/concurrently/pull/390)
- [@jakeboone02](https://togithub.com/jakeboone02) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/406](https://togithub.com/open-cli-tools/concurrently/pull/406)
- [@paulsmithkc](https://togithub.com/paulsmithkc) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/402](https://togithub.com/open-cli-tools/concurrently/pull/402)
**Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v7.6.0...v8.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
7.6.0
->8.2.2
Release Notes
open-cli-tools/concurrently (concurrently)
### [`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 [@SeiwonPark](https://togithub.com/SeiwonPark) in [https://github.com/open-cli-tools/concurrently/pull/439](https://togithub.com/open-cli-tools/concurrently/pull/439) - Update dependencies by [@paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/441](https://togithub.com/open-cli-tools/concurrently/pull/441) - Test against Node.js v20 instead of v19 by [@paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/442](https://togithub.com/open-cli-tools/concurrently/pull/442) - Update dependencies by [@paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/449](https://togithub.com/open-cli-tools/concurrently/pull/449) #### New Contributors - [@SeiwonPark](https://togithub.com/SeiwonPark) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/439](https://togithub.com/open-cli-tools/concurrently/pull/439) **Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v8.2.1...v8.2.2 ### [`v8.2.1`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v8.2.1) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v8.2.0...v8.2.1) #### What's Changed - Delay summary timings output until finished by [@kayahr](https://togithub.com/kayahr) in [https://github.com/open-cli-tools/concurrently/pull/431](https://togithub.com/open-cli-tools/concurrently/pull/431) - Replace deprecated RxJS code by [@paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/343](https://togithub.com/open-cli-tools/concurrently/pull/343) #### New Contributors - [@kayahr](https://togithub.com/kayahr) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/431](https://togithub.com/open-cli-tools/concurrently/pull/431) **Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v8.2.0...v8.2.1 ### [`v8.2.0`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v8.2.0) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v8.1.0...v8.2.0) #### What's Changed - Support REPL languages that use colons by [@wyattades](https://togithub.com/wyattades) in [https://github.com/open-cli-tools/concurrently/pull/393](https://togithub.com/open-cli-tools/concurrently/pull/393) - Update dependencies by [@paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/427](https://togithub.com/open-cli-tools/concurrently/pull/427) #### New Contributors - [@wyattades](https://togithub.com/wyattades) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/393](https://togithub.com/open-cli-tools/concurrently/pull/393) **Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v8.1.0...v8.2.0 ### [`v8.1.0`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v8.1.0) [Compare Source](https://togithub.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://togithub.com/Andarist) in [https://github.com/open-cli-tools/concurrently/pull/422](https://togithub.com/open-cli-tools/concurrently/pull/422) - Allow setting `raw` per command when using the API by [@chbiel](https://togithub.com/chbiel) in [https://github.com/open-cli-tools/concurrently/pull/411](https://togithub.com/open-cli-tools/concurrently/pull/411) #### New Contributors - [@Andarist](https://togithub.com/Andarist) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/422](https://togithub.com/open-cli-tools/concurrently/pull/422) - [@chbiel](https://togithub.com/chbiel) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/411](https://togithub.com/open-cli-tools/concurrently/pull/411) **Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v8.0.1...v8.1.0 ### [`v8.0.1`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v8.0.1) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v8.0.0...v8.0.1) #### What's Changed - Fix release workflow by [@paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/408](https://togithub.com/open-cli-tools/concurrently/pull/408) - Update dependencies by [@paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/409](https://togithub.com/open-cli-tools/concurrently/pull/409) **Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v8.0.0...v8.0.1 ### [`v8.0.0`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v8.0.0) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v7.6.0...v8.0.0) #### What's Changed - **Breaking change:** Drop support for Node.js v12 & add support for Node.js v18 by [@paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/342](https://togithub.com/open-cli-tools/concurrently/pull/342) - Add support for Bun by [@jakeboone02](https://togithub.com/jakeboone02) in [https://github.com/open-cli-tools/concurrently/pull/406](https://togithub.com/open-cli-tools/concurrently/pull/406) - Add `--kill-signal` option by [@paulsmithkc](https://togithub.com/paulsmithkc) in [https://github.com/open-cli-tools/concurrently/pull/402](https://togithub.com/open-cli-tools/concurrently/pull/402) - Fixed broken link in the readme by [@abstractpoint](https://togithub.com/abstractpoint) in [https://github.com/open-cli-tools/concurrently/pull/390](https://togithub.com/open-cli-tools/concurrently/pull/390) #### New Contributors - [@abstractpoint](https://togithub.com/abstractpoint) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/390](https://togithub.com/open-cli-tools/concurrently/pull/390) - [@jakeboone02](https://togithub.com/jakeboone02) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/406](https://togithub.com/open-cli-tools/concurrently/pull/406) - [@paulsmithkc](https://togithub.com/paulsmithkc) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/402](https://togithub.com/open-cli-tools/concurrently/pull/402) **Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v7.6.0...v8.0.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.