che-plugin-registry
che-plugin-registry copied to clipboard
chore(deps-dev): bump concurrently from 8.2.2 to 9.0.0
Bumps concurrently from 8.2.2 to 9.0.0.
Release notes
Sourced from concurrently's releases.
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
@odeadglazmade their first contribution in open-cli-tools/concurrently#464@mitchhentgesspotifymade their first contribution in open-cli-tools/concurrently#474@mark-monteiromade their first contribution in open-cli-tools/concurrently#480@PoQuatremade their first contribution in open-cli-tools/concurrently#486Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v8.2.2...v9.0.0
Commits
a7a58949.0.0758ee7ftests: update smoke tests lockfile710ee55Replace date-fns for hand-rolled date formattingfe7b69cdeps: update@types/nodeto 18.x.x toofd2d140Bump minimum Node version to 1837f98b2deps: update several dev dependencies1b5df3adeps: update everything eslint7fc4803Make it possible to use no colors at all through APIf4fb4f7bin: fix SIGINT test on Windowsbd6ac58bin: fix tests failing due to compilation to different dir- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: dependabot[bot]
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
Hi @dependabot[bot]. Thanks for your PR.
I'm waiting for a eclipse-che member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
I understand the commands that are listed here.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
A newer version of concurrently exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.