Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2024

This PR contains the following updates:

Package Change Age Confidence
concurrently 8.2.2 -> 9.2.1 age confidence

Release Notes

open-cli-tools/concurrently (concurrently)

v9.2.1

Compare Source

What's Changed

Full Changelog: open-cli-tools/concurrently@v9.2.0...v9.2.1

v9.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.1.2...v9.2.0

v9.1.2

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.1.1...v9.1.2

v9.1.1

Compare Source

What's Changed

Full Changelog: open-cli-tools/concurrently@v9.1.0...v9.1.1

v9.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.0.1...v9.1.0

v9.0.1

Compare Source

What's Changed

Full Changelog: open-cli-tools/concurrently@v9.0.0...v9.0.1

v9.0.0

Compare Source

💥 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.

  • 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
  • [API only] Add a state field to Command - #​455

🐛 Bug Fixes

Other Changes

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.2.2...v9.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/concurrently-9.x branch 2 times, most recently from 52cf023 to 03e9b09 Compare September 16, 2024 16:21
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch from 03e9b09 to 8dc681f Compare September 20, 2024 22:51
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch from 8dc681f to 22f1e78 Compare October 7, 2024 03:51
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch 2 times, most recently from d24a86e to 3b96b9a Compare October 30, 2024 21:05
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch 2 times, most recently from 3950ec4 to ed939da Compare November 5, 2024 20:18
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch from ed939da to 69ec15c Compare December 9, 2024 03:52
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch 2 times, most recently from e3f0c6d to 1829296 Compare December 31, 2024 06:03
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch from 1829296 to 6c0ed30 Compare January 27, 2025 05:54
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch from 6c0ed30 to 4b1c28f Compare February 17, 2025 07:24
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch from 4b1c28f to ae58659 Compare March 17, 2025 07:46
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch from ae58659 to 0f377e9 Compare March 31, 2025 07:08
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch from 0f377e9 to 7aa2fe6 Compare May 5, 2025 07:37
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch 2 times, most recently from 49f5cab to 52cd68d Compare June 2, 2025 19:30
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch from 52cd68d to 0ce24fd Compare June 9, 2025 07:05
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch from 0ce24fd to 0dd5319 Compare June 22, 2025 08:37
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch from 0dd5319 to b98dde8 Compare July 28, 2025 05:49
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch 2 times, most recently from e5baa87 to 0b0f2bd Compare August 13, 2025 17:12
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch 2 times, most recently from c8d4da5 to 8defef8 Compare August 19, 2025 13:04
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch 2 times, most recently from d331f64 to 17c4cdc Compare August 31, 2025 10:20
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch from 17c4cdc to bdf3e11 Compare September 8, 2025 05:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants