chore(deps): update dependency concurrently to v9
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| concurrently | devDependencies | major | ^6.5.1 -> ^9.0.1 |
Release Notes
open-cli-tools/concurrently (concurrently)
v9.0.1
What's Changed
- Don't set up more than 1 abort signal listener by @gustavohenke in https://github.com/open-cli-tools/concurrently/pull/503
Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v9.0.0...v9.0.1
v9.0.0
💥 Breaking Changes
-
Dropped support for Node.js < 18.0.0. Older Node.js version have reached end-of-life, and certain features require new-ish JS APIs.
-
The
concurrentlyand default exports are now the same - #399 It's reasonable to expect thatimport { concurrently } from 'concurrently'would work the same asimport concurrently from 'concurrently', however this has not been the case. The former used to be an unconfigured version of concurrently, lacking all features that you'd get from the CLI, which was seen as a "footgun". Both are now the same function.If you'd like to access the unconfigured function, use
import { createConcurrently } from 'concurrently'instead.
✨ New Features
- Exponential back-off support for process restarting - #265, #462
Use
--restart-after exponential. Restarts happen at2^Nseconds. - Add prefix padding via new
--pad-prefixflag - #166, #417, #495 - Specify teardown commands via new
--teardownflag - #472, #500 - Expand
node:<script>commands tonode --run <script>- #475 - [API only] Inter-Process Communication (ipc) - #498
- [API only] Make it possible to use no colors at all - #466
-
[API only] Add a
statefield toCommand- #455
🐛 Bug Fixes
- Fix importing concurrently in ESM package - #454, #456, #494
- Make sure concurrently doesn't resolve when manually restarting commands through API - #463, #464
- Abort commands not running when max processes < N - #433, #452, #460
- Fix warning coming from
spawn-commandwhen running in Node 22 - #407, #477, #479, #492 - Make
--rawand--hidecompatible - #394, #486 - Ensure prefix is written when logging without a trailing LF - #467
Other Changes
-
--helpno longer shows examples due to there being too many. Refer to https://github.com/open-cli-tools/concurrently/tree/v9.0.0/docs instead, or to thenode_modules/concurrently/docsdirectory in your project. - Improve examples of
--passthrough-arguments- #490 - Replace
date-fnswith hand-rolled date formatting - #436, #443 This should make installing concurrently faster.
New Contributors
- @odeadglaz made their first contribution in https://github.com/open-cli-tools/concurrently/pull/464
- @mitchhentgesspotify made their first contribution in https://github.com/open-cli-tools/concurrently/pull/474
- @mark-monteiro made their first contribution in https://github.com/open-cli-tools/concurrently/pull/480
- @PoQuatre made their first contribution in https://github.com/open-cli-tools/concurrently/pull/486
Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v8.2.2...v9.0.0
v8.2.2
What's Changed
- fix(suggestion): prefixColors API type to embrace string type by @SeiwonPark in https://github.com/open-cli-tools/concurrently/pull/439
- Update dependencies by @paescuj in https://github.com/open-cli-tools/concurrently/pull/441
- Test against Node.js v20 instead of v19 by @paescuj in https://github.com/open-cli-tools/concurrently/pull/442
- Update dependencies by @paescuj in https://github.com/open-cli-tools/concurrently/pull/449
New Contributors
- @SeiwonPark made their first contribution in https://github.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
What's Changed
- Delay summary timings output until finished by @kayahr in https://github.com/open-cli-tools/concurrently/pull/431
- Replace deprecated RxJS code by @paescuj in https://github.com/open-cli-tools/concurrently/pull/343
New Contributors
- @kayahr made their first contribution in https://github.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
What's Changed
- Support REPL languages that use colons by @wyattades in https://github.com/open-cli-tools/concurrently/pull/393
- Update dependencies by @paescuj in https://github.com/open-cli-tools/concurrently/pull/427
New Contributors
- @wyattades made their first contribution in https://github.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
What's Changed
- fix: move
typescondition to the front by @Andarist in https://github.com/open-cli-tools/concurrently/pull/422 - Allow setting
rawper command when using the API by @chbiel in https://github.com/open-cli-tools/concurrently/pull/411
New Contributors
- @Andarist made their first contribution in https://github.com/open-cli-tools/concurrently/pull/422
- @chbiel made their first contribution in https://github.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
What's Changed
- Fix release workflow by @paescuj in https://github.com/open-cli-tools/concurrently/pull/408
- Update dependencies by @paescuj in https://github.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
What's Changed
- Breaking change: Drop support for Node.js v12 & add support for Node.js v18 by @paescuj in https://github.com/open-cli-tools/concurrently/pull/342
- Add support for Bun by @jakeboone02 in https://github.com/open-cli-tools/concurrently/pull/406
- Add
--kill-signaloption by @paulsmithkc in https://github.com/open-cli-tools/concurrently/pull/402 - Fixed broken link in the readme by @abstractpoint in https://github.com/open-cli-tools/concurrently/pull/390
New Contributors
- @abstractpoint made their first contribution in https://github.com/open-cli-tools/concurrently/pull/390
- @jakeboone02 made their first contribution in https://github.com/open-cli-tools/concurrently/pull/406
- @paulsmithkc made their first contribution in https://github.com/open-cli-tools/concurrently/pull/402
Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v7.6.0...v8.0.0
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-devby @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
onFinishsignature 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
--groupflag/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.