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
Bumps the js group with 12 updates in the /ember directory:
7.25.8
7.25.9
7.24.5
7.25.9
7.24.1
7.25.9
8.4.1
9.0.3
0.0.0-beta.4
0.0.0-beta.12
8.2.2
9.0.1
16.8.1
16.9.0
3.4.4
3.5.0
2.20.1
2.22.0
3.1.2
3.2.1
1.77.0
1.80.4
5.4.5
5.6.3
Updates
@babel/core
from 7.25.8 to 7.25.9Release notes
Sourced from
@babel/core
's releases.Changelog
Sourced from
@babel/core
's changelog.Commits
b07957e
v7.25.9af91759
fix: Accidentally publishing useless files (#16917)Updates
@babel/eslint-parser
from 7.24.5 to 7.25.9Release notes
Sourced from
@babel/eslint-parser
's releases.... (truncated)
Changelog
Sourced from
@babel/eslint-parser
's changelog.... (truncated)
Commits
b07957e
v7.25.9af91759
fix: Accidentally publishing useless files (#16917)33d705e
AnalyzeClassAccessorProperty
to prevent theno-undef
rule (#16884)f9cb91a
v7.25.8362b823
chore: Update lint deps (#16883)2533cfb
v7.25.776a4cbc
Add type definitions for eslint packages (#16854)63e8c44
[Babel 8] Removeminimal,smart
option of Pipeline Operator (#16801)c8362e3
Enableunicorn/prefer-set-has
rule (#16822)69d65f1
[babel 8] Require Node.js^18.20.0 || ^20.17.0 || >=22.8.0
(#16800)Updates
@babel/plugin-proposal-decorators
from 7.24.1 to 7.25.9Release notes
Sourced from
@babel/plugin-proposal-decorators
's releases.... (truncated)
Changelog
Sourced from
@babel/plugin-proposal-decorators
'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)575863c
Avoid unnecessary parens around sequence expressions (#16722)14308d3
fix: Decorator 2018-09 may throw an exception (#16755)deb400b
Avoid printing unnecessary parens around object destructuring (#16712)dba45d3
IgnoredevDependencies
when generatingtsconfig.json
(#16659)e774270
Improvesuper.x
output (#16374)bf1e9a3
v7.24.7Updates
@faker-js/faker
from 8.4.1 to 9.0.3Release notes
Sourced from
@faker-js/faker
's releases.... (truncated)
Changelog
Sourced from
@faker-js/faker
's changelog.... (truncated)
Commits
4a8499a
chore(release): 9.0.3 (#3146)78b2a3a
fix(image): fix dataUri with type svg-base64 in browsers (#3144)d6bceb6
refactor(locale): update french legal entity types (#3142)9537dfd
infra: update file structure for util/internal (#3141)424b120
chore(release): 9.0.2 (#3140)311f7b6
chore(deps): lock file maintenance (#3138)be0fd96
chore(deps): update eslint (#3136)d3a3e2c
chore(deps): update dependency@algolia/client-search
to v5.5.3 (#3135)e209c35
chore(deps): update devdependencies (#3134)6fd5d60
chore(deps): update mcr.microsoft.com/devcontainers/typescript-node:22 docker...Maintainer changes
This version was pushed to npm by st-ddt, a new releaser for
@faker-js/faker
since your current version.Updates
@warp-drive/core-types
from 0.0.0-beta.4 to 0.0.0-beta.12Release notes
Sourced from
@warp-drive/core-types
's releases.Commits
Updates
concurrently
from 8.2.2 to 9.0.1Release notes
Sourced from concurrently's releases.
Commits
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 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 APIUpdates
graphql
from 16.8.1 to 16.9.0Release notes
Sourced from graphql's releases.
Commits
556a01e
16.9.06a1614c
backport[v16]: Enable passing values configuration to GraphQLEnumType as a th...29144f7
backport[v16]: Implement OneOf Input Objects via@oneOf
directive (#4124)c35130e
Revert error extension symbol (#4123)29c1bff
feat: allow defining symbol error extensions (#3730)c985c27
backport[v16]: Introduce "recommended" validation rules (#4119)08779a0
16.8.2c82609e
Fix publish scripts (#4104)0d12b06
fix: removeglobalThis
check and align with what bundlers can accept (#4022)Maintainer changes
This version was pushed to npm by benjie, a new releaser for graphql since your current version.
Updates
luxon
from 3.4.4 to 3.5.0Changelog
Sourced from luxon's changelog.
Commits
a4044fe
bump to 3.5.0cea7b5f
Documented weekSettings opt in DateTime (#1640)2008075
Fixed duplicate word in comment in datetime.js (#1623)cafc4ee
Perf: Cache ts offset guesses for quickDT (#1579)73c4438
fix cutoff year docs895a749
Added some JS doc for time zones (#1499)080e813
Alias DateTime in documentation site (Superseded by #582.