build(deps-dev): bump concurrently from 9.2.1 to 10.0.3#212
build(deps-dev): bump concurrently from 9.2.1 to 10.0.3#212dependabot[bot] wants to merge 1 commit into
Conversation
Greptile SummaryBumps
Confidence Score: 5/5Safe 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
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 ✅)"]
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>
6db4198 to
a631002
Compare
|
Looks like concurrently is up-to-date now, so this is no longer needed. |
Bumps concurrently from 9.2.1 to 10.0.3.
Release notes
Sourced from concurrently's releases.
... (truncated)
Commits
435f61b10.0.35ea69c6ci: use node 24 in the release workflow18e128110.0.2e70686f10.0.1a95bcebRename flow-controller{.d -> }.tsced4245ci: configure trusted publisher flowcf2eaa210.0.01b9bae4deps: upgrade yargs to v18 (#593)b05ee75Bump min Node.js version to v22ae60bc4Scope quote normalization to CLI input (#585)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for concurrently since your current version.