Skip to content

Update concurrently 7.6.0 → 10.0.4 (major) - #590

Open
depfu[bot] wants to merge 1 commit into
developfrom
depfu/update/develop/npm/concurrently-10.0.4
Open

Update concurrently 7.6.0 → 10.0.4 (major)#590
depfu[bot] wants to merge 1 commit into
developfrom
depfu/update/develop/npm/concurrently-10.0.4

Conversation

@depfu

@depfu depfu Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ concurrently (7.6.0 → 10.0.4) · Repo

Release Notes

10.0.4

What's Changed

New Contributors

Full Changelog: v10.0.3...v10.0.4

10.0.3

Republish of https://github.com/open-cli-tools/concurrently/releases/tag/v10.0.1 with Trusted Publishing enabled (see #595)

Full Changelog: v10.0.2...v10.0.3

10.0.1

  • Ensure FlowController type is exported - #594

Full Changelog: v10.0.0...v10.0.1

10.0.0

💥 Breaking Changes

  • Dropped support for Node.js <22.0.0.
    Older Node.js version have reached end-of-life, and certain features require new-ish JS APIs.
  • concurrently is now ESM-only.
    It's now possible to require(esm). See here for interoperability.
  • Prefix colors now default to automatic - #581
    The colors used to default to reset (which does nothing). Concurrently now automatically selects a color, out of the box.
    The list of colors used is not jarring nor carries semantic meaning, and reads well in both dark and light terminal backgrounds.
  • Removed deprecated flags and options
    • CLI flag --name-separator: use commas instead.
    • API option killOthers: use killOthersOn instead.

✨ New Features

  • Support applying modifiers to hex prefix colors (e.g. #ff0000.bold) - #450
  • Support chalk's color functions in prefixes (e.g. rgb(), hex(), bgRgb(), etc) - #578
  • Set prefix background color via bg#RRGGBB - #578
  • Allow shell override via --shell CLI flag/shell API option - #288, #589, #556
    concurrently distinguishes between cmd.exe, powershell, and POSIX-based shells.
  • Manual prefix coloring in templates e.g. [{color}{name}{/color}] - #583, #587

🐛 Bug fixes

  • Scope quote normalization to CLI input - #582, #585
    It should now also be possible to run commands like "/some/command" foo bar"
  • Don't throw when color doesn't exist - #580

🔐 Security

Other changes

  • Warn about running on Snap - #584

New Contributors

Full Changelog: v9.2.1...v10.0.0

9.2.3

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

🆕 @​emnapi/core (added, 1.10.0)

🆕 @​emnapi/runtime (added, 1.10.0)

🆕 @​emnapi/wasi-threads (added, 1.2.1)

🆕 @​napi-rs/wasm-runtime (added, 1.1.4)

🆕 @​tybys/wasm-util (added, 0.10.2)

🆕 get-east-asian-width (added, 1.6.0)

🆕 ansi-styles (added, 6.2.3)

🆕 supports-color (added, 10.2.2)

🆕 cliui (added, 9.0.1)

🆕 wrap-ansi (added, 9.0.2)

🆕 emoji-regex (added, 10.6.0)

🆕 yargs (added, 18.0.0)

🆕 yargs-parser (added, 22.0.0)

🆕 string-width (added, 7.2.0)

🗑️ spawn-command (removed)


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu
depfu Bot requested a review from a team as a code owner July 31, 2026 21:25
@depfu depfu Bot added the depfu label Jul 31, 2026
@codecov

codecov Bot commented Jul 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.60%. Comparing base (d4f4c37) to head (89efe28).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #590   +/-   ##
========================================
  Coverage    88.60%   88.60%           
========================================
  Files           78       78           
  Lines         2246     2246           
  Branches       437      437           
========================================
  Hits          1990     1990           
  Misses         174      174           
  Partials        82       82           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants