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 - "every weekend" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 requested a review from a team as a code owner September 8, 2024 15:59
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch 2 times, most recently from 7e9a62b to 4d03aac Compare September 21, 2024 08:20
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch from 4d03aac to a33acfa Compare November 9, 2024 10:07
@svc-apollo-docs
Copy link

svc-apollo-docs commented Nov 9, 2024

⚠️ Docs preview not attached to branch

The preview was not built because the PR's base branch main is not in the list of sources.

An Apollo team member can comment one of the following commands to dictate which branch to attach the preview to:

Build ID: a569658be9495925965a297e

@renovate renovate bot force-pushed the renovate/concurrently-9.x branch 2 times, most recently from 89986c4 to f92f65a Compare November 17, 2024 22:06
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch 2 times, most recently from 4f3b461 to 5b6ab8e Compare December 28, 2024 09:53
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch from 5b6ab8e to 14c2a6a Compare January 4, 2025 09:36
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch from 14c2a6a to ccf23f7 Compare January 19, 2025 09:16
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch from ccf23f7 to cf323d3 Compare February 8, 2025 09:50
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch 2 times, most recently from 595fe28 to ffd2753 Compare March 2, 2025 02:07
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch from ffd2753 to 6ed1e36 Compare March 9, 2025 20:46
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch 2 times, most recently from c34e4c0 to 6eef40d Compare April 12, 2025 10:13
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch from 6eef40d to c9d434e Compare April 19, 2025 11:09
@renovate renovate bot requested a review from a team as a code owner April 19, 2025 11:09
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch from c9d434e to c771ed2 Compare June 22, 2025 08:29
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch from c771ed2 to 5ddce4e Compare August 9, 2025 08:35
@renovate renovate bot force-pushed the renovate/concurrently-9.x branch from 5ddce4e to aeed9d9 Compare August 31, 2025 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant