Skip to content

Commit 33b39a6

Browse files
build(deps-dev): Bump concurrently from 9.2.1 to 10.0.0 in /playground (#73)
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 9.2.1 to 10.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-cli-tools/concurrently/releases">concurrently's releases</a>.</em></p> <blockquote> <h2>v10.0.0</h2> <h2>💥 Breaking Changes</h2> <ul> <li><strong>Dropped support for Node.js &lt;22.0.0.</strong> Older Node.js version have reached end-of-life, and certain features require new-ish JS APIs.</li> <li><strong>concurrently is now ESM-only.</strong> It's now possible to <code>require(esm)</code>. See <a href="https://socket.dev/blog/require-esm-backported-to-node-js-20">here for interoperability</a>.</li> <li><strong>Prefix colors now default to automatic</strong> - <a href="https://redirect.github.com/open-cli-tools/concurrently/issues/581">#581</a> The colors used to default to <code>reset</code> (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.</li> <li><strong>Removed deprecated flags and options</strong> <ul> <li>CLI flag <code>--name-separator</code>: use commas instead.</li> <li>API option <code>killOthers</code>: use <code>killOthersOn</code> instead.</li> </ul> </li> </ul> <h2>✨ New Features</h2> <ul> <li>Support applying modifiers to hex prefix colors (e.g. <code>#ff0000.bold</code>) - <a href="https://redirect.github.com/open-cli-tools/concurrently/issues/450">#450</a></li> <li>Support chalk's color functions in prefixes (e.g. <code>rgb()</code>, <code>hex()</code>, <code>bgRgb()</code>, etc) - <a href="https://redirect.github.com/open-cli-tools/concurrently/issues/578">#578</a></li> <li>Set prefix background color via <code>bg#RRGGBB</code> - <a href="https://redirect.github.com/open-cli-tools/concurrently/issues/578">#578</a></li> <li>Allow shell override via <code>--shell</code> CLI flag/<code>shell</code> API option - <a href="https://redirect.github.com/open-cli-tools/concurrently/issues/288">#288</a>, <a href="https://redirect.github.com/open-cli-tools/concurrently/issues/589">#589</a>, <a href="https://redirect.github.com/open-cli-tools/concurrently/issues/556">#556</a> concurrently distinguishes between cmd.exe, powershell, and POSIX-based shells.</li> <li>Manual prefix coloring in templates e.g. <code>[{color}{name}{/color}]</code> - <a href="https://redirect.github.com/open-cli-tools/concurrently/issues/583">#583</a>, <a href="https://redirect.github.com/open-cli-tools/concurrently/issues/587">#587</a></li> </ul> <h2>🐛 Bug fixes</h2> <ul> <li>Scope quote normalization to CLI input - <a href="https://redirect.github.com/open-cli-tools/concurrently/issues/582">#582</a>, <a href="https://redirect.github.com/open-cli-tools/concurrently/issues/585">#585</a> It should now also be possible to run commands like <code>&quot;/some/command&quot; foo bar&quot;</code></li> <li>Don't throw when color doesn't exist - <a href="https://redirect.github.com/open-cli-tools/concurrently/issues/580">#580</a></li> </ul> <h2>🔐 Security</h2> <ul> <li>Address <a href="https://app.snyk.io/vuln/SNYK-JS-SHELLQUOTE-16799355">vulnerability in <code>shellquote</code></a> - <a href="https://redirect.github.com/open-cli-tools/concurrently/issues/591">#591</a></li> </ul> <h2>Other changes</h2> <ul> <li>Warn about running on Snap - <a href="https://redirect.github.com/open-cli-tools/concurrently/issues/584">#584</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/philfreo"><code>@​philfreo</code></a> made their first contribution in <a href="https://redirect.github.com/open-cli-tools/concurrently/pull/566">open-cli-tools/concurrently#566</a></li> <li><a href="https://github.com/garretmh"><code>@​garretmh</code></a> made their first contribution in <a href="https://redirect.github.com/open-cli-tools/concurrently/pull/450">open-cli-tools/concurrently#450</a></li> <li><a href="https://github.com/CodeF53"><code>@​CodeF53</code></a> made their first contribution in <a href="https://redirect.github.com/open-cli-tools/concurrently/pull/574">open-cli-tools/concurrently#574</a></li> <li><a href="https://github.com/nkappler"><code>@​nkappler</code></a> made their first contribution in <a href="https://redirect.github.com/open-cli-tools/concurrently/pull/577">open-cli-tools/concurrently#577</a></li> <li><a href="https://github.com/stephanschubert"><code>@​stephanschubert</code></a> made their first contribution in <a href="https://redirect.github.com/open-cli-tools/concurrently/pull/578">open-cli-tools/concurrently#578</a></li> <li><a href="https://github.com/GermanJablo"><code>@​GermanJablo</code></a> made their first contribution in <a href="https://redirect.github.com/open-cli-tools/concurrently/pull/581">open-cli-tools/concurrently#581</a></li> <li><a href="https://github.com/y-nk"><code>@​y-nk</code></a> made their first contribution in <a href="https://redirect.github.com/open-cli-tools/concurrently/pull/587">open-cli-tools/concurrently#587</a></li> <li><a href="https://github.com/samchungy"><code>@​samchungy</code></a> made their first contribution in <a href="https://redirect.github.com/open-cli-tools/concurrently/pull/591">open-cli-tools/concurrently#591</a></li> <li><a href="https://github.com/saito-netartz"><code>@​saito-netartz</code></a> made their first contribution in <a href="https://redirect.github.com/open-cli-tools/concurrently/pull/590">open-cli-tools/concurrently#590</a></li> <li><a href="https://github.com/jeffrey-takuma"><code>@​jeffrey-takuma</code></a> made their first contribution in <a href="https://redirect.github.com/open-cli-tools/concurrently/pull/585">open-cli-tools/concurrently#585</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/open-cli-tools/concurrently/compare/v9.2.1...v10.0.0">https://github.com/open-cli-tools/concurrently/compare/v9.2.1...v10.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-cli-tools/concurrently/commit/cf2eaa2b0fd36cc9f1eaf1f8c56de8d21bd0a42c"><code>cf2eaa2</code></a> 10.0.0</li> <li><a href="https://github.com/open-cli-tools/concurrently/commit/1b9bae47a9d966cc13c3da4a4dab5d0c40a16ded"><code>1b9bae4</code></a> deps: upgrade yargs to v18 (<a href="https://redirect.github.com/open-cli-tools/concurrently/issues/593">#593</a>)</li> <li><a href="https://github.com/open-cli-tools/concurrently/commit/b05ee750cafde7b10b544c0153ad56c53571b422"><code>b05ee75</code></a> Bump min Node.js version to v22</li> <li><a href="https://github.com/open-cli-tools/concurrently/commit/ae60bc4ef10d4292b44af42f26d1ab20bad2484c"><code>ae60bc4</code></a> Scope quote normalization to CLI input (<a href="https://redirect.github.com/open-cli-tools/concurrently/issues/585">#585</a>)</li> <li><a href="https://github.com/open-cli-tools/concurrently/commit/2822c2816a730b4fa80eaa322cc9ddd9784b61c5"><code>2822c28</code></a> docs: update outdated Node.js doc links and fix null code formatting (<a href="https://redirect.github.com/open-cli-tools/concurrently/issues/590">#590</a>)</li> <li><a href="https://github.com/open-cli-tools/concurrently/commit/42f38292b7b5d5707668e320892baa086b107c30"><code>42f3829</code></a> deps: upgrade shell-quote to 1.8.4 (<a href="https://redirect.github.com/open-cli-tools/concurrently/issues/591">#591</a>)</li> <li><a href="https://github.com/open-cli-tools/concurrently/commit/cb04cbf130de1e88925c0e6f91cf2c77a5a7bd8e"><code>cb04cbf</code></a> Remove deprecated flags/options</li> <li><a href="https://github.com/open-cli-tools/concurrently/commit/0e50ac3170022913620fa7e67c00997b15f6698a"><code>0e50ac3</code></a> Partial prefix coloring (<a href="https://redirect.github.com/open-cli-tools/concurrently/issues/587">#587</a>)</li> <li><a href="https://github.com/open-cli-tools/concurrently/commit/efb315304391b70109698d70c86ccb30be77b3dc"><code>efb3153</code></a> Fix test failures within VS Code</li> <li><a href="https://github.com/open-cli-tools/concurrently/commit/b229c8c0c5030ba11717034af66b9e413e53a2fa"><code>b229c8c</code></a> Allow shell overrides (<a href="https://redirect.github.com/open-cli-tools/concurrently/issues/589">#589</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-cli-tools/concurrently/compare/v9.2.1...v10.0.0">compare view</a></li> </ul> </details> <details> <summary>Install script changes</summary> <p>This version adds <code>prepare</code> script that runs during installation. Review the package contents before updating.</p> </details> <details> <summary>Attestation changes</summary> <p>This version has no provenance attestation, while the previous version (9.2.1) was attested. Review the <a href="https://www.npmjs.com/package/concurrently?activeTab=versions">package versions</a> before updating.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=concurrently&package-manager=npm_and_yarn&previous-version=9.2.1&new-version=10.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
1 parent 871d449 commit 33b39a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"rescript": "^12.0.0"
1818
},
1919
"devDependencies": {
20-
"concurrently": "^9.0.0",
20+
"concurrently": "^10.0.0",
2121
"esbuild": "^0.28.0"
2222
}
2323
}

0 commit comments

Comments
 (0)