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.
Pending commands no longer run when --max-processes is set and an interruption/kill signal is sent - #433, #452, #460
Before v9.0.0, pressing Ctrl+C when --max-processes is set meant that only those commands would receive it. Once these stopped, the pending commands would start, which in turn meant that another Ctrl+C press would be necessary to stop them, and so on.
Similar situation applied to combining --max-processes with --kill-others/--kill-others-on-fail.
Starting with v9.0.0, this no longer happens, as these flags and/or key presses send a signal to stop the running commands in addition to preventing new commands from running.
The concurrently and default exports are now the same - #399
It's reasonable to expect that import { concurrently } from 'concurrently' would work the same as import 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 at 2^N seconds.
Add prefix padding via new --pad-prefix flag - #166, #417, #495
Specify teardown commands via new --teardown flag - #472, #500
Expand node:<script> commands to node --run <script> - #475
[API only] Inter-Process Communication (ipc) - #498
[API only] Make it possible to use no colors at all - #466
Updates the requirements on @babel/core, @babel/plugin-transform-class-properties, @babel/preset-env, @commitlint/cli, @commitlint/config-conventional, @rollup/plugin-node-resolve, concurrently, conventional-changelog-conventionalcommits, husky, rollup, rollup-plugin-license, semantic-release and stylelint to permit the latest version. Updates
@babel/core
to 7.26.0Release notes
Sourced from
@babel/core
's releases.Changelog
Sourced from
@babel/core
's changelog.... (truncated)
Commits
63d3038
v7.26.08b5b6bf
fix: CI with Node v23.1.0 (#16932)64fa466
Enable import attributes parsing by default (#16850)0216853
feat: support async plugin's pre/post (#16862)b8002e2
Workaround Node.js bug for parallel loading of TLA modules (#16928)56658ac
Fix loading of modules with TLA in Node.js 23 (#16926)fdc456a
Only parse # as comment in .babelignore at line start (#16925)79e50b2
test: add node 23 to ci matrix4360ee5
fix: path.resolve changes in node 23.0.0b07957e
v7.25.9Updates
@babel/plugin-transform-class-properties
to 7.25.9Release notes
Sourced from
@babel/plugin-transform-class-properties
's releases.Changelog
Sourced from
@babel/plugin-transform-class-properties
's changelog.... (truncated)
Commits
b07957e
v7.25.9af91759
fix: Accidentally publishing useless files (#16917)2533cfb
v7.25.769d65f1
[babel 8] Require Node.js^18.20.0 || ^20.17.0 || >=22.8.0
(#16800)b7dcfdd
Simplify test fixtures (#16793)341477b
Do not enforce printing space between(
and comments (#16780)cbf124c
v7.25.4575863c
Avoid unnecessary parens around sequence expressions (#16722)5174ad1
Clean all always enabled parser plugins (#16572)479b727
Avoid unnecessary parens around exported arrow functions (#16714)Updates
@babel/preset-env
to 7.26.0Release notes
Sourced from
@babel/preset-env
's releases.Changelog
Sourced from
@babel/preset-env
's changelog.... (truncated)
Commits
63d3038
v7.26.064fa466
Enable import attributes parsing by default (#16850)816b293
Addtransform-regexp-modifiers
topreset-env
(#16692)b07957e
v7.25.9af91759
fix: Accidentally publishing useless files (#16917)490a330
Update compat data (#16909)d658738
fix: support BROWSERSLIST{,_CONFIG} env (#16907)f9cb91a
v7.25.8a6b0f54
Inline one-line syntax plugins (#16824)2533cfb
v7.25.7Updates
@commitlint/cli
to 19.5.0Release notes
Sourced from
@commitlint/cli
's releases.Changelog
Sourced from
@commitlint/cli
's changelog.... (truncated)
Commits
7e79af1
v19.5.0d7070d8
feat(cli): use special errorCode for missing rules/config #4142 (#4143)3c4b0fd
chore: replaceexeca
withtinyexec
and Node'schild_process.spawnSync
(...249e6a2
v19.4.1bac2288
v19.4.04b204ec
feat: support linting from the last tag (#4110)a20e890
feat: support command line options from a file (#4109)Updates
@commitlint/config-conventional
to 19.5.0Release notes
Sourced from
@commitlint/config-conventional
's releases.Changelog
Sourced from
@commitlint/config-conventional
's changelog.... (truncated)
Commits
7e79af1
v19.5.0249e6a2
v19.4.1Updates
@rollup/plugin-node-resolve
to 15.3.0Changelog
Sourced from
@rollup/plugin-node-resolve
's changelog.... (truncated)
Commits
a8e326d
chore(release): node-resolve v15.3.0032055b
feat(node-resolve): allow preferBuiltins to be a function (#1694)6d4bb6b
chore(release): node-resolve v15.2.4190aa21
chore(node-resolve): remove is-builtin-module (#1735)dcd8da5
chore(repo): use@dot/versioner
for releases (#1612)1caee89
chore(release): node-resolve v15.2.3Updates
concurrently
from 8.2.2 to 9.1.0Release notes
Sourced from concurrently's releases.
... (truncated)
Commits
e3a76f7
9.1.0b358954
bin: show help when no args are passed (#513)64b7e2a
Add support for Deno shortcuts and wildcards (#508)3bcc9c9
Remove signal event listeners from process on finish (#512)79b3290
9.0.1041520b
Don't set up more than 1 abort signal listener (#503)a7a5894
9.0.0758ee7f
tests: update smoke tests lockfile710ee55
Replace date-fns for hand-rolled date formattingfe7b69c
deps: update@types/node
to 18.x.x tooUpdates
conventional-changelog-conventionalcommits
from 7.0.2 to 8.0.0Release notes
Sourced from conventional-changelog-conventionalcommits's releases.