Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump concurrently from 3.6.1 to 5.3.0 #308

Merged
merged 1 commit into from
Sep 17, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 10, 2020

Bumps concurrently from 3.6.1 to 5.3.0.

Release notes

Sourced from concurrently's releases.

v5.3.0

  • Added support for pnpm alongside npm and yarn (#225)
  • Don't trim prefixes (#231)
  • Included command info and index in the programmatic API (#181, #228)

v5.2.0

  • Support limit of processes at once (#159, #175, #214)
  • Allow different env vars for each command in the programmatic API (#184)

v5.1.0

  • Return exit codes in the programmatic API (#213)

v5.0.2

v5.0.1

v5.0.0

Breaking changes

Other changes

  • Kill child processes on SIGHUP (#193, #195)

v4.1.2

  • Don't strip quotes if they are impaired (#118, #194)

v4.1.1

  • bin: pass --prefix-length argument through (#189)

v4.1.0

  • Add yarn support (#171 -- big thanks to @igrayson!)
  • bin: fix concurrently --version
  • docs: clarify API's successCondition option (#176)

v4.0.1

  • Make success condition respect exiting order (as per docs), instead of command spec order

v4.0.0

More than anything, v4 is just a big refactor to allow changes to be made faster and more reliably.
It does feature some small breaking changes, and maybe even fixes some longstanding bugs.

Breaking changes

  • The CLI option --allow-restarts is no more. Instead, just set --restart-tries to something greater than 0.
  • Input handling is now opt-in via --handle-input flag. (#147)
    It does come with some specific input parsing that would make it difficult for you to use it with some tools.
  • Setting prefix to none will now actually not prefix commands' outputs.
Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 10, 2020
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/concurrently-5.3.0 branch from dba8d1e to 690a22b Compare September 11, 2020 04:59
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/concurrently-5.3.0 branch from 690a22b to b621e16 Compare September 12, 2020 12:55
@mantariksh mantariksh merged commit e1be172 into develop Sep 17, 2020
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/concurrently-5.3.0 branch September 17, 2020 01:28
@tshuli tshuli mentioned this pull request Sep 22, 2020
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant