trends.stumason.dev
TypeScript
Pull Request Merged
PR #145 merged: chore(deps): bump concurrently from 9.2.1 to 10.0.1
Bumps concurrently from 9.2.1 to 10.0.1.
▶Release notes
Sourced from concurrently's releases.
v10.0.1
- Ensure
FlowControllertype is exported - #594Full Changelog: https://github.com/open-cli-tools/concurrently/compare/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: usekillOthersOninstead.✨ 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
--shellCLI flag/shellAPI 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
- Address vulnerability in
shellquote- #591Other changes
- Warn about running on Snap - #584
New Contributors
@philfreomade their first contribution in open-cli-tools/concurrently#566@garretmhmade their first contribution in open-cli-tools/concurrently#450@CodeF53made their first contribution in open-cli-tools/concurrently#574@nkapplermade their first contribution in open-cli-tools/concurrently#577@stephanschubertmade their first contribution in open-cli-tools/concurrently#578@GermanJablomade their first contribution in open-cli-tools/concurrently#581@y-nkmade their first contribution in open-cli-tools/concurrently#587@samchungymade their first contribution in open-cli-tools/concurrently#591@saito-netartzmade their first contribution in open-cli-tools/concurrently#590@jeffrey-takumamade their first contribution in open-cli-tools/concurrently#585Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v9.2.1...v10.0.0
▶Commits
e70686f10.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)2822c28docs: update outdated Node.js doc links and fix null code formatting (#590)42f3829deps: upgrade shell-quote to 1.8.4 (#591)cb04cbfRemove deprecated flags/options- Additional commits viewable in compare view
▶Attestation changes
This version has no provenance attestation, while the previous version (9.2.1) was attested. Review the package versions before updating.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
▶Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
+114
additions
-85
deletions
2
files changed