Skip to content

build(deps-dev): bump concurrently from 9.2.1 to 10.0.3#212

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/concurrently-10.0.3
Closed

build(deps-dev): bump concurrently from 9.2.1 to 10.0.3#212
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/concurrently-10.0.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown
Contributor

Bumps concurrently from 9.2.1 to 10.0.3.

Release notes

Sourced from concurrently's releases.

v10.0.3

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

Full Changelog: open-cli-tools/concurrently@v10.0.2...v10.0.3

v10.0.2

Test version to restore Trusted Publishing. Not published to npm.

v10.0.1

  • Ensure FlowController type is exported - #594

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

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

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for concurrently since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 10, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 10, 2026 17:35
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 10, 2026
@greptile-apps

greptile-apps Bot commented Jun 10, 2026

Copy link
Copy Markdown

Greptile Summary

Bumps concurrently from 9.2.1 to 10.0.3 in both packages/cli and packages/core as a dev dependency, picking up a security fix for the shell-quote vulnerability and several new features.

  • The v10 major bump drops Node.js <22 support and becomes ESM-only; both packages already declare "type": "module" and require node >= 24, so there are no compatibility concerns.
  • Neither package uses the deprecated --name-separator CLI flag or the killOthers API option that were removed in v10 — the only concurrently usage is concurrently --group "npm:..." in the check:ci script, which remains fully supported.
  • Transitive deps are updated to shell-quote 1.8.4 (security patch), chalk 5, yargs 18, and supports-color 10.

Confidence Score: 5/5

Safe to merge — dev-only version bump with no breaking changes affecting this project's usage patterns

All v10 breaking changes (Node ≥22, ESM-only, removed deprecated flags) are already satisfied by the project's existing constraints and usage. The only concurrently invocations use --group with npm:* patterns, which are unchanged. The update also brings a security patch for shell-quote.

No files require special attention

Important Files Changed

Filename Overview
packages/cli/package.json Dev dependency concurrently bumped from ^9.2.1 to ^10.0.3; only usage is the check:ci script with compatible flags
packages/core/package.json Dev dependency concurrently bumped from ^9.2.1 to ^10.0.3; only usage is the check:ci script with compatible flags
package-lock.json Lockfile updated to reflect concurrently 10.0.3 and its updated transitive deps (chalk 5, shell-quote 1.8.4, yargs 18, supports-color 10)

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["concurrently 9.2.1 → 10.0.3"] --> B["Breaking changes in v10"]
    B --> C["Node ≥22 required\n(project requires ≥24 ✅)"]
    B --> D["ESM-only\n(both pkgs use type:module ✅)"]
    B --> E["--name-separator removed\n(not used in scripts ✅)"]
    B --> F["killOthers API removed\n(not used ✅)"]
    A --> G["Security fix\nshell-quote 1.8.3 → 1.8.4"]
    A --> H["Usage: concurrently --group\nnpm:lint npm:typecheck …\n(flag still supported ✅)"]
Loading

Reviews (2): Last reviewed commit: "build(deps-dev): bump concurrently from ..." | Re-trigger Greptile

Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 9.2.1 to 10.0.3.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](open-cli-tools/concurrently@v9.2.1...v10.0.3)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-version: 10.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/concurrently-10.0.3 branch from 6db4198 to a631002 Compare June 10, 2026 17:39
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Looks like concurrently is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 15, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/concurrently-10.0.3 branch June 15, 2026 08:30
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants