[Snyk] Upgrade concurrently from 8.2.2 to 9.0.1 #32
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade concurrently from 8.2.2 to 9.0.1.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 2 versions ahead of your current version.
The recommended version was released on 21 days ago.
Release notes
Package name: concurrently
-
9.0.1 - 2024-09-12
- Don't set up more than 1 abort signal listener by @ gustavohenke in #503
-
9.0.0 - 2024-09-08
-
-
- Exponential back-off support for process restarting - #265, #462
- Add prefix padding via new
- Specify teardown commands via new
- Expand
- [API only] Inter-Process Communication (ipc) - #498
- [API only] Make it possible to use no colors at all - #466
- [API only] Add a
- 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
- Make
- Ensure prefix is written when logging without a trailing LF - #467
- Improve examples of
- Replace
- @ odeadglaz made their first contribution in #464
- @ mitchhentgesspotify made their first contribution in #474
- @ mark-monteiro made their first contribution in #480
- @ PoQuatre made their first contribution in #486
-
8.2.2 - 2023-10-19
- fix(suggestion): prefixColors API type to embrace string type by @ SeiwonPark in #439
- Update dependencies by @ paescuj in #441
- Test against Node.js v20 instead of v19 by @ paescuj in #442
- Update dependencies by @ paescuj in #449
- @ SeiwonPark made their first contribution in #439
from concurrently GitHub release notesWhat's Changed
Full Changelog: v9.0.0...v9.0.1
💥 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 - #399It's reasonable to expect that
import { 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
Use
--restart-after exponential. Restarts happen at2^Nseconds.--pad-prefixflag - #166, #417, #495--teardownflag - #472, #500node:<script>commands tonode --run <script>- #475statefield toCommand- #455🐛 Bug Fixes
spawn-commandwhen running in Node 22 - #407, #477, #479, #492--rawand--hidecompatible - #394, #486Other 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 the
node_modules/concurrently/docsdirectory in your project.--passthrough-arguments- #490date-fnswith hand-rolled date formatting - #436, #443This should make installing concurrently faster.
New Contributors
Full Changelog: v8.2.2...v9.0.0
What's Changed
New Contributors
Full Changelog: v8.2.1...v8.2.2
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: