Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency concurrently to v9 #356

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

tradeshift-renovate[bot]
Copy link
Contributor

@tradeshift-renovate tradeshift-renovate bot commented Oct 1, 2024

This PR contains the following updates:

Package Type Update Change
concurrently dependencies major ^8.2.2 -> ^9.1.0

Release Notes

open-cli-tools/concurrently (concurrently)

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 - "every weekday in 2125" (UTC).

🚦 Automerge: Enabled.

♻️ Rebasing: Never, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@tradeshift-renovate tradeshift-renovate bot requested a review from a team as a code owner October 1, 2024 01:22
@tradeshift-renovate tradeshift-renovate bot added the dependencies Pull requests that update a dependency file label Oct 1, 2024
@tradeshift-renovate tradeshift-renovate bot requested a review from a team as a code owner October 1, 2024 01:22
@tradeshift-renovate tradeshift-renovate bot force-pushed the renovate/concurrently-9.x branch from bf70e07 to 2d176a6 Compare October 1, 2024 01:22
@tradeshift-renovate tradeshift-renovate bot force-pushed the renovate/concurrently-9.x branch 2 times, most recently from 46b0a4b to 904484c Compare November 26, 2024 11:10
@tradeshift-renovate tradeshift-renovate bot force-pushed the renovate/concurrently-9.x branch from 904484c to 9bd3c40 Compare December 17, 2024 10:23
@tradeshift-renovate tradeshift-renovate bot force-pushed the renovate/concurrently-9.x branch from 9bd3c40 to 5a24216 Compare December 17, 2024 10:24
@doru2k6 doru2k6 merged commit c388aaf into master Dec 17, 2024
3 checks passed
@doru2k6 doru2k6 deleted the renovate/concurrently-9.x branch December 17, 2024 10:27
Copy link
Contributor

🎉 This issue has been resolved in version 6.0.59 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants