Financial-Times / n-ui

❌ DEPRECATED Server, build and client side bootstrapping for FT.com's user-facing applications.
7 stars 5 forks source link

Update dependency concurrently to v5 #1502

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
concurrently dependencies major ^3.6.0 -> ^5.0.0

:information_source: Find our documentation at https://github.com/Financial-Times/next/wiki/Renovate.


Release Notes

kimmobrunfeldt/concurrently ### [`v5.0.0`](https://togithub.com/kimmobrunfeldt/concurrently/releases/v5.0.0) [Compare Source](https://togithub.com/kimmobrunfeldt/concurrently/compare/v4.1.2...v5.0.0) ### Breaking changes - Timestamp formatting library [`date-fns` was upgraded to v2.0.0](https://togithub.com/date-fns/date-fns/blob/master/CHANGELOG.md#​200---2019-08-20) ([#​196](https://togithub.com/kimmobrunfeldt/concurrently/issues/196)) ### Other changes - Kill child processes on `SIGHUP` ([#​193](https://togithub.com/kimmobrunfeldt/concurrently/issues/193), [#​195](https://togithub.com/kimmobrunfeldt/concurrently/issues/195)) ### [`v4.1.2`](https://togithub.com/kimmobrunfeldt/concurrently/releases/v4.1.2) [Compare Source](https://togithub.com/kimmobrunfeldt/concurrently/compare/v4.1.1...v4.1.2) - Don't strip quotes if they are impaired ([#​118](https://togithub.com/kimmobrunfeldt/concurrently/issues/118), [#​194](https://togithub.com/kimmobrunfeldt/concurrently/issues/194)) ### [`v4.1.1`](https://togithub.com/kimmobrunfeldt/concurrently/releases/v4.1.1) [Compare Source](https://togithub.com/kimmobrunfeldt/concurrently/compare/v4.1.0...v4.1.1) - bin: pass `--prefix-length` argument through ([#​189](https://togithub.com/kimmobrunfeldt/concurrently/issues/189)) ### [`v4.1.0`](https://togithub.com/kimmobrunfeldt/concurrently/releases/v4.1.0) [Compare Source](https://togithub.com/kimmobrunfeldt/concurrently/compare/v4.0.1...v4.1.0) - Add yarn support ([#​171](https://togithub.com/kimmobrunfeldt/concurrently/issues/171) -- big thanks to [@​igrayson](https://togithub.com/igrayson)!) - bin: fix `concurrently --version` - docs: clarify API's `successCondition` option ([#​176](https://togithub.com/kimmobrunfeldt/concurrently/issues/176)) ### [`v4.0.1`](https://togithub.com/kimmobrunfeldt/concurrently/releases/v4.0.1) [Compare Source](https://togithub.com/kimmobrunfeldt/concurrently/compare/v4.0.0...v4.0.1) - Make success condition respect exiting order (as per docs), instead of command spec order ### [`v4.0.0`](https://togithub.com/kimmobrunfeldt/concurrently/releases/v4.0.0) [Compare Source](https://togithub.com/kimmobrunfeldt/concurrently/compare/3.6.1...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](https://togithub.com/kimmobrunfeldt/concurrently/issues/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.** Previously, it would prefix with `[]`. - **`SIGINT`s/Ctrl+C will now be handled gracefully.** ([#​150](https://togithub.com/kimmobrunfeldt/concurrently/issues/150)) No more exiting with code `1` or tweaking `--success` flag. #### No more `null` exit codes ([#​133](https://togithub.com/kimmobrunfeldt/concurrently/issues/133)) That's a pretty bad bug that existed till now. You won't see a log like this anymore: [1] npm run lint-watch exited with code null What you will see going forward is the **actual exit signal**: [1] npm run lint-watch exited with code SIGTERM For Windows users, this will invariably still be exit code `1`. #### concurrently finally gets a shiny ✨ programmatic API! Closes [#​101](https://togithub.com/kimmobrunfeldt/concurrently/issues/101), [#​112](https://togithub.com/kimmobrunfeldt/concurrently/issues/112). Maybe even [#​103](https://togithub.com/kimmobrunfeldt/concurrently/issues/103). ```js const concurrently = require('concurrently'); await concurrently([ 'npm:watch-*', { name: 'server', command: 'nodemon' } ], { prefix: 'name', killOthers: ['failure'], restartTries: 3 }); ``` Check the docs [here](https://togithub.com/kimmobrunfeldt/concurrently/blob/v4.0.0/README.md#programmatic-usage) for some info on how to use it.

Renovate configuration

:date: Schedule: At any time (no schedule defined).

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

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

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



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

edds commented 4 years ago

This PR is being closed due to inactivity as part of a Pull Request Bankruptcy. If you feel it’s still useful or relevant please feel free to re-open it.

renovate[bot] commented 4 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 5.x releases. However, if you upgrade to 5.x manually then Renovate will then reenable updates for minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.