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 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, concurrently, husky, rollup, semantic-release and stylelint to permit the latest version. Updates
@babel/core
to 7.25.2Release notes
Sourced from
@babel/core
's releases.Changelog
Sourced from
@babel/core
's changelog.... (truncated)
Commits
0f8f408
v7.25.26a15d7a
Ensure thatrequeueComputedKeyAndDecorators
is available (#16695)9f7e29a
chore: fix one suppressed eslint error (#16696)2413d1a
Add eslint-plugin-regexp (#16680)5dc3b44
Expose wether a module has TLA or not as.extra.async
(#16480)30aa644
v7.24.97d923b8
Avoidrequire()
call in@babel/standalone
bundle (#16639)889c58f
Revert "Pin CI to Node.js 22.1" (#16633)1f5af44
v7.24.8683c654
Enable some lint rules (#16605)Updates
@babel/plugin-transform-class-properties
to 7.25.4Release notes
Sourced from
@babel/plugin-transform-class-properties
's releases.Changelog
Sourced from
@babel/plugin-transform-class-properties
's changelog.... (truncated)
Commits
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)dba45d3
IgnoredevDependencies
when generatingtsconfig.json
(#16659)e774270
Improvesuper.x
output (#16374)e88dd9d
Simplify output for anonymous classes with no methods (#16656)Updates
@babel/preset-env
to 7.25.4Release notes
Sourced from
@babel/preset-env
's releases.Changelog
Sourced from
@babel/preset-env
's changelog.... (truncated)
Commits
cbf124c
v7.25.4b38b027
Update compat data (#16736)55dfde8
Updatebabel-plugin-polyfill-corejs3
(#16715)dba45d3
IgnoredevDependencies
when generatingtsconfig.json
(#16659)787c7cd
v7.25.3a0c8871
Test: Improve available-plugins compat-data check (#16693)0f8f408
v7.25.20b2cc25
Update compat-table (#16691)2413d1a
Add eslint-plugin-regexp (#16680)d2e3ee2
v7.25.0Updates
@commitlint/cli
to 19.4.1Release notes
Sourced from
@commitlint/cli
's releases.Changelog
Sourced from
@commitlint/cli
's changelog.... (truncated)
Commits
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.4.1Release notes
Sourced from
@commitlint/config-conventional
's releases.Changelog
Sourced from
@commitlint/config-conventional
's changelog.... (truncated)
Commits
249e6a2
v19.4.1Updates
concurrently
from 8.2.2 to 9.0.0Release notes
Sourced from concurrently's releases.
Commits
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 toofd2d140
Bump minimum Node version to 1837f98b2
deps: update several dev dependencies1b5df3a
deps: update everything eslint7fc4803
Make it possible to use no colors at all through APIf4fb4f7
bin: fix SIGINT test on Windowsbd6ac58
bin: fix tests failing due to compilation to different dirUpdates
husky
to 9.1.5Release notes
Sourced from husky's releases.
Commits
2fee8d2
9.1.5397e7f0
fixes #1494 support pre-merge-commit hookfc549e0
9.1.49891ace
clarify deprecation message712cb00
9.1.37d29633
fix: better handle spaces in PATH35fba84
9.1.22060317
show message instead of automatically remove deprecated codef6cc410
Update troubleshoot.md0c71e73
update package-lock.jsonUpdates
rollup
to 4.21.2Release notes
Sourced from rollup's releases.
Changelog
Sourced from rollup's changelog.
... (truncated)
Commits
f83b315
4.21.2608a8f0
fix: Wrong namespace property definition (#5605)16fe124
chore(deps): lock file maintenance (#5632)186706b
chore(deps): lock file maintenance (#5631)84b4ca4
chore(deps): lock file maintenance minor/patch updates (#5630)c33c6ce
4.21.1fadebcd
fix: get the right chunk name for preserve modules in Windows (#5625)eb07813
fix: add space for DOCUMENT_CURRENT_SCRIPT template (#5624)c1d25d6
Call and await closeWatcher hooks on exit signals (#5619)3eb8817
chore(deps): lock file maintenance minor/patch updates (#5622)Updates
semantic-release
to 24.1.0Release notes
Sourced from semantic-release's releases.
Commits
bcc663c
feat: addwarn
type to globalcontext.logger
(#3423)8002f72
chore(deps): update dependency ... _Description has been truncated_