Update dependency concurrently to v7
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
concurrently | devDependencies | major | ^6.5.1 -> ^7.0.0 |
Release Notes
open-cli-tools/concurrently
v7.6.0
What's Changed
- Support percent values in maxProcesses by @lynxtaa in https://github.com/open-cli-tools/concurrently/pull/375
- Enable TypeScript strict mode by @gustavohenke in https://github.com/open-cli-tools/concurrently/pull/374
- update install command to use
--save-dev
by @DetachHead in https://github.com/open-cli-tools/concurrently/pull/376 - Correct wildcard naming as described in README by @paescuj in https://github.com/open-cli-tools/concurrently/pull/385
New Contributors
- @lynxtaa made their first contribution in https://github.com/open-cli-tools/concurrently/pull/375
- @DetachHead made their first contribution in https://github.com/open-cli-tools/concurrently/pull/376
Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v7.5.0...v7.6.0
v7.5.0
What's Changed
- Add auto colors functionality by @eliasm307, @paescuj, @gustavohenke in https://github.com/open-cli-tools/concurrently/pull/296
- Fix
onFinish
signature when using exactOptionalPropertyTypes by @Baune8D in https://github.com/open-cli-tools/concurrently/pull/372
Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v7.4.0...v7.5.0
v7.4.0
New Contributors
- @kecrily made their first contribution in https://github.com/open-cli-tools/concurrently/pull/358
v7.3.0
What's Changed
- Export package.json path - #339
v7.2.2
What's Changed
- Update rxjs to version 7.0.0 - #326
- Fix TypeScript not able to resolve types when on Node 16 - #330
New Contributors
- @jsfix-updater made their first contribution in https://github.com/open-cli-tools/concurrently/pull/326
- @Baune8D made their first contribution in https://github.com/open-cli-tools/concurrently/pull/330
v7.2.1
What's Changed
v7.2.0
- Support passthrough of additional arguments to commands via placeholders - #33, #282, #307
- Add
command-{name|index}
and!command-{name|index}
to--success
- #280, #281, #318
New Contributors
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
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.