Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update dependency concurrently to v9#69

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
renovate wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromrenovate/concurrently-9.x

Conversation

@renovate
Copy link
Contributor

@renovaterenovatebot commentedSep 28, 2025
edited
Loading

This PR contains the following updates:

PackageChangeAgeConfidence
concurrently^8.2.2 ->^9.0.0ageconfidence

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, pressingCtrl+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 anotherCtrl+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.

  • Theconcurrently and 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, useimport { createConcurrently } from 'concurrently' instead.

✨ New Features

  • Exponential back-off support for process restarting -#​265,#​462
    Use--restart-after exponential. Restarts happen at2^N seconds.
  • Add prefix padding via new--pad-prefix flag -#​166,#​417,#​495
  • Specify teardown commands via new--teardown flag -#​472,#​500
  • Expandnode:<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 astate field toCommand -#​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 byMend Renovate. View therepository job log.

@renovaterenovatebotforce-pushed therenovate/concurrently-9.x branch 6 times, most recently from52258d2 tof92a459CompareOctober 6, 2025 08:50
@renovaterenovatebotforce-pushed therenovate/concurrently-9.x branch 6 times, most recently from5d39da1 to0dcb3d8CompareOctober 8, 2025 17:53
@renovaterenovatebot changed the titlechore(deps): update dependency concurrently to v9Update dependency concurrently to v9Oct 10, 2025
@renovaterenovatebot changed the titleUpdate dependency concurrently to v9chore(deps): update dependency concurrently to v9Oct 18, 2025
@renovaterenovatebot changed the titlechore(deps): update dependency concurrently to v9Update dependency concurrently to v9Oct 20, 2025
@renovaterenovatebotforce-pushed therenovate/concurrently-9.x branch from0dcb3d8 toc163bc4CompareOctober 21, 2025 11:56
@renovaterenovatebotforce-pushed therenovate/concurrently-9.x branch fromc163bc4 to25df40eCompareOctober 28, 2025 17:07
@renovaterenovatebot changed the titleUpdate dependency concurrently to v9chore(deps): update dependency concurrently to v9Oct 28, 2025
@renovaterenovatebot changed the titlechore(deps): update dependency concurrently to v9Update dependency concurrently to v9Nov 7, 2025
@renovaterenovatebotforce-pushed therenovate/concurrently-9.x branch from25df40e to97f5e9fCompareNovember 7, 2025 22:15
@renovaterenovatebotforce-pushed therenovate/concurrently-9.x branch from97f5e9f tob673a03CompareNovember 10, 2025 20:31
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp