Update dependency concurrently to v7
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
concurrently | devDependencies | major | ^6.0.0 -> ^7.0.0 |
Release Notes
open-cli-tools/concurrently
v7.1.0
-
Excluding pattern support added, e.g.
concurrently npm:lint:*(!fix)
(#305, #306) - Fixed programmatic API docs to resemble v7.0.0 changes (#303)
New Contributors
- @naxoc made their first contribution in https://github.com/open-cli-tools/concurrently/pull/303
- @NullVoxPopuli made their first contribution in https://github.com/open-cli-tools/concurrently/pull/306
v7.0.0
Breaking changes
- Dropped support for Node 10. Minimum version is now 12.20.
-
concurrently()
API now has a different return value. Please refer to the docs.
Functional changes
- Added
--group
flag/option to run process in parallel but print output in sequence - #75, #79, #272 - Codebase converted to TypeScript. Some bugs may arise due to this, but I hope not!
API Changes
- concurrently can now be imported as an ES Module! Just do
import concurrently from 'concurrently'
. -
concurrently()
now returns the commands alongside a promise for the result - #209
New Contributors
- @cdrini made their first contribution in https://github.com/open-cli-tools/concurrently/pull/272
v6.5.1
v6.5.0
- Add support for configuring via environment variables that start with
CONCURRENTLY_
prefix (#289) - Add
--timings
flag to show when each process started and stopped, and how long they ran for (#291, #295)
v6.4.0
v6.3.0
- Distribute prefix colors correctly when using npm/yarn/pnpm script expansion (#186, #210, #234, #286)
- Add new option to programmatic API,
prefixColors
, which serves as fallback for commands without aprefixColor
(#286)
v6.2.2
- Remove
read-pkg
dependency which had a vulnerability issue (#274)
v6.2.1
-
Fix hanging issue after using programmatic API to read from stdin (#252, #253)
Big kudos to @brandonchinn178 for finding and fixing this!
🏆 🎉 - Correctly reexport flow controllers (#278)
v6.2.0
- Include
killed
in the command result in programmatic API (#250) - Make
--restart-tries
restart forever with negative values (#263)
v6.1.0
v6.0.2
- Fix
--handle-input
when input contains a colon (#269) - Update lodash to fix a vulnerability (#270, #271)
v6.0.1
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.