swagger-stats
swagger-stats copied to clipboard
Bump concurrently from 6.2.0 to 7.3.0
Bumps concurrently from 6.2.0 to 7.3.0.
Release notes
Sourced from concurrently's releases.
v7.3.0
What's Changed
- Export package.json path by
@gustavohenkein open-cli-tools/concurrently#339v7.2.2
What's Changed
New Contributors
@jsfix-updatermade their first contribution in open-cli-tools/concurrently#326@Baune8Dmade their first contribution in open-cli-tools/concurrently#330v7.2.1
What's Changed
v7.2.0
- Support passthrough of additional arguments to commands via placeholders - #33, #282, #307
- Add
command-{name|index}and!command-{name|index}to--success- #280, #281, #318New Contributors
v7.1.0
- Excluding pattern support added, e.g.
concurrently npm:lint:*(!fix)(#305, #306)- Fixed programmatic API docs to resemble v7.0.0 changes (#303)
New Contributors
@naxocmade their first contribution in open-cli-tools/concurrently#303@NullVoxPopulimade their first contribution in open-cli-tools/concurrently#306v7.0.0
🎉 🥂 Happy 2022!
Breaking changes
- Dropped support for Node 10. Minimum version is now 12.20.
concurrently()API now has a different return value. Please refer to the docs.Functional changes
- Added
--groupflag/option to run process in parallel but print output in sequence - #75, #79, #272- Codebase converted to TypeScript. Some bugs may arise due to this, but I hope not!
API Changes
- concurrently can now be imported as an ES Module! Just do
import concurrently from 'concurrently'.concurrently()now returns the commands alongside a promise for the result - #209New Contributors
@cdrinimade their first contribution in open-cli-tools/concurrently#272
... (truncated)
Commits
1220aeb7.3.0f94b456Export package.json path (#339)30ffed0Use full link for license badgedf632dfUpdate description of the badgesc6c5409Replaces badges in README02b9082Enhance tests (#335)cc05702Switch to new CI badge39beb72Fix branch for coverage badge06c83bcCode Style & Performance Optimizations (#334)0980e5bFix timeout issue when testing on macOS / Windows in CI (#333)- Additional commits viewable in compare view
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)