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 #174

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

svc-secops
Copy link
Contributor

@svc-secops svc-secops commented Sep 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
concurrently ^6.3.0 -> ^9.0.0 age adoption passing confidence

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

v8.2.2

Compare Source

What's Changed
New Contributors

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

v8.2.1

Compare Source

What's Changed
New Contributors

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

v8.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: open-cli-tools/concurrently@v8.1.0...v8.2.0

v8.1.0

Compare Source

What's Changed
New Contributors

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

v8.0.1

Compare Source

What's Changed

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

v8.0.0

Compare Source

What's Changed
New Contributors

Full Changelog: open-cli-tools/concurrently@v7.6.0...v8.0.0

v7.6.0

Compare Source

What's Changed
New Contributors

Full Changelog: open-cli-tools/concurrently@v7.5.0...v7.6.0

v7.5.0

Compare Source

What's Changed

Full Changelog: open-cli-tools/concurrently@v7.4.0...v7.5.0

v7.4.0

Compare Source

New Contributors

v7.3.0

Compare Source

What's Changed
  • Export package.json path - #​339

v7.2.2

Compare Source

What's Changed
  • Update rxjs to version 7.0.0 - #​326
  • Fix TypeScript not able to resolve types when on Node 16 - #​330
New Contributors

v7.2.1

Compare Source

What's Changed
  • Fix --success command- syntax when command name has dashes - #​324, #​325

v7.2.0

Compare Source

New Contributors

v7.1.0

Compare Source

  • Excluding pattern support added, e.g. concurrently npm:lint:*(!fix) (#​305, #​306)
  • Fixed programmatic API docs to resemble v7.0.0 changes (#​303)
New Contributors

v7.0.0

Compare Source

🎉 🥂 Happy 2022!

Breaking changes
  • Dropped support for Node 10. Minimum version is now 12.20.
  • concurrently() API now has a different return value. Please refer to the docs.
Functional changes
  • Added --group flag/option to run process in parallel but print output in sequence - #​75, #​79, #​272
  • Codebase converted to TypeScript. Some bugs may arise due to this, but I hope not!
API Changes
  • concurrently can now be imported as an ES Module! Just do import concurrently from 'concurrently'.
  • concurrently() now returns the commands alongside a promise for the result - #​209
New Contributors

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 8am and before 4pm on tuesday" in timezone Etc/UTC.

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


This PR has been generated by Renovate Bot.

@svc-secops svc-secops requested a review from a team as a code owner September 12, 2024 11:24
@svc-secops svc-secops added the dependencies Pull requests that update a dependency file label Sep 12, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant