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

Update dependency concurrently to v8 #125

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 3, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
concurrently ^5.3.0 -> ^8.0.0 age adoption passing confidence

Release Notes

open-cli-tools/concurrently (concurrently)

v8.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.2.1...v8.2.2

v8.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.2.0...v8.2.1

v8.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.1.0...v8.2.0

v8.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.0.1...v8.1.0

v8.0.1

Compare Source

What's Changed

Full Changelog: open-cli-tools/concurrently@v8.0.0...v8.0.1

v8.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v7.6.0...v8.0.0

v7.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v7.5.0...v7.6.0

v7.5.0

Compare Source

What's Changed

Full Changelog: open-cli-tools/concurrently@v7.4.0...v7.5.0

v7.4.0

Compare Source

New Contributors

v7.3.0

Compare Source

What's Changed

  • Export package.json path - #​339

v7.2.2

Compare Source

What's Changed

  • Update rxjs to version 7.0.0 - #​326
  • Fix TypeScript not able to resolve types when on Node 16 - #​330

New Contributors

v7.2.1

Compare Source

What's Changed

  • Fix --success command- syntax when command name has dashes - #​324, #​325

v7.2.0

Compare Source

New Contributors

v7.1.0

Compare Source

  • 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

v7.0.0

Compare Source

🎉 🥂 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 --group flag/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 - #​209

New Contributors

v6.5.1

Compare Source

v6.5.0

Compare Source

  • Add support for configuring via environment variables that start with CONCURRENTLY_ prefix (#​289)
  • Add --timings flag to show when each process started and stopped, and how long they ran for (#​291, #​295)

v6.4.0

Compare Source

  • Add --hide flag to hide the output of specified commands (#​138, #​173)

v6.3.0

Compare Source

  • Distribute prefix colors correctly when using npm/yarn/pnpm script expansion (#​186, #​210, #​234, #​286)
  • Add new option to programmatic API, prefixColors, which serves as fallback for commands without a prefixColor (#​286)

v6.2.2

Compare Source

  • Remove read-pkg dependency which had a vulnerability issue (#​274)

v6.2.1

Compare Source

  • Fix hanging issue after using programmatic API to read from stdin (#​252, #​253)
    Big kudos to @​brandonchinn178 for finding and fixing this! 🏆 🎉
  • Correctly reexport flow controllers (#​278)

v6.2.0

Compare Source

  • Include killed in the command result in programmatic API (#​250)
  • Make --restart-tries restart forever with negative values (#​263)

v6.1.0

Compare Source

  • Change default color to reset (no color set), instead of gray.dim (#​259, #​275)

v6.0.2

Compare Source

  • Fix --handle-input when input contains a colon (#​269)
  • Update lodash to fix a vulnerability (#​270, #​271)

v6.0.1

Compare Source

  • Fix cwd option not overwriting per command if specified in programmatic API (#​266, #​268)

v6.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@ghost
Copy link

ghost commented Dec 3, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants