rollup-jest-boilerplate
rollup-jest-boilerplate copied to clipboard
Update dependency concurrently to v7
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
concurrently | 4.1.2 -> 7.5.0 |
Release Notes
open-cli-tools/concurrently
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
- @βpaescuj made their first contribution in #β317 and #β307
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
π π₯ Happy 2022!
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
v6.0.0
- BREAKING CHANGE: Dropped support for Node 8 (#β244)
-
prefixColors
option now accepts HEX colors (#β260, #β261) - Added
cwd
option to programmatic API (#β216, #β246)
v5.3.0
- Added support for pnpm alongside npm and yarn (#β225)
- Don't trim prefixes (#β231)
- Included command info and index in the programmatic API (#β181, #β228)
v5.2.0
- Support limit of processes at once (#β159, #β175, #β214)
- Allow different env vars for each command in the programmatic API (#β184)
v5.1.0
- Return exit codes in the programmatic API (#β213)
v5.0.2
- Update dependencies to get rid of vulnerability in
tree-kill
v5.0.1
- Upgrade dependencies to get rid of vulnerability in
os-locale
(#β204, #β205) - bin: remove duplicate entries from usage docs (#β192)
v5.0.0
Breaking changes
- Timestamp formatting library
date-fns
was upgraded to v2.0.0 (#β196)
Other changes
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 has been generated by Mend Renovate. View repository job log here.