donmccurdy / three-pathfinding

Navigation mesh utilities for three.js, based on PatrolJS.
https://three-pathfinding.donmccurdy.com/
MIT License
1.2k stars 135 forks source link

Update dependency concurrently to v7 #124

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
concurrently 6.5.1 -> 7.0.0 age adoption passing confidence

Release Notes

open-cli-tools/concurrently ### [`v7.0.0`](https://togithub.com/open-cli-tools/concurrently/releases/v7.0.0) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v6.5.1...v7.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](https://togithub.com/open-cli-tools/concurrently/blob/v7.0.0/README.md#concurrentlycommands-options). ##### Functional changes - Added `--group` flag/option to run process in parallel but print output in sequence - [#​75](https://togithub.com/open-cli-tools/concurrently/issues/75), [#​79](https://togithub.com/open-cli-tools/concurrently/issues/79), [#​272](https://togithub.com/open-cli-tools/concurrently/issues/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](https://togithub.com/open-cli-tools/concurrently/issues/209) ##### New Contributors - [@​cdrini](https://togithub.com/cdrini) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/272](https://togithub.com/open-cli-tools/concurrently/pull/272)

Configuration

πŸ“… Schedule: "after 1am and before 7am on monday" in timezone America/Los_Angeles.

🚦 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.



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