rahafoundation / raha-homepage

Static, explanatory website for Raha.
https://raha.app
Apache License 2.0
1 stars 2 forks source link

Bump concurrently from 3.5.1 to 4.1.1 #64

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps concurrently from 3.5.1 to 4.1.1.

Release notes *Sourced from [concurrently's releases](https://github.com/kimmobrunfeldt/concurrently/releases).* > ## v4.1.1 > - bin: pass `--prefix-length` argument through ([#189](https://github-redirect.dependabot.com/kimmobrunfeldt/concurrently/issues/189)) > > ## v4.1.0 > - Add yarn support ([#171](https://github-redirect.dependabot.com/kimmobrunfeldt/concurrently/issues/171) -- big thanks to [@​igrayson](https://github.com/igrayson)!) > - bin: fix `concurrently --version` > - docs: clarify API's `successCondition` option ([#176](https://github-redirect.dependabot.com/kimmobrunfeldt/concurrently/issues/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](https://github-redirect.dependabot.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://github-redirect.dependabot.com/kimmobrunfeldt/concurrently/issues/150)) > No more exiting with code `1` or tweaking `--success` flag. > > ## No more `null` exit codes ([#133](https://github-redirect.dependabot.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://github-redirect.dependabot.com/kimmobrunfeldt/concurrently/issues/101), [#112](https://github-redirect.dependabot.com/kimmobrunfeldt/concurrently/issues/112). Maybe even [#103](https://github-redirect.dependabot.com/kimmobrunfeldt/concurrently/issues/103). > > ```js > const concurrently = require('concurrently'); > await concurrently([ > 'npm:watch-*', > { name: 'server', command: 'nodemon' } > ], { > prefix: 'name', > ... (truncated)
Commits - [`9181965`](https://github.com/kimmobrunfeldt/concurrently/commit/918196510ad41e6edcf86dd5fab4c5050f467a5a) 4.1.1 - [`9529c5e`](https://github.com/kimmobrunfeldt/concurrently/commit/9529c5e3d2ec4d88393c8a6d5611eea04d50594b) Use prefixLength ([#189](https://github-redirect.dependabot.com/kimmobrunfeldt/concurrently/issues/189)) - [`313de53`](https://github.com/kimmobrunfeldt/concurrently/commit/313de5305f74f99c8c1215860473890ae1f1cc28) 4.1.0 - [`13b20fd`](https://github.com/kimmobrunfeldt/concurrently/commit/13b20fd90a47dacd6b2c3c3308b43f482ebf9e4f) docs: clarify successCondition ([#176](https://github-redirect.dependabot.com/kimmobrunfeldt/concurrently/issues/176)) - [`3173b36`](https://github.com/kimmobrunfeldt/concurrently/commit/3173b36b1a96009048907dab9cc93d55ba9c6f48) Add support for yarn ([#171](https://github-redirect.dependabot.com/kimmobrunfeldt/concurrently/issues/171)) - [`e24a025`](https://github.com/kimmobrunfeldt/concurrently/commit/e24a025dca3e9d41c1111ae9b24083613b2be020) Update CONTRIBUTING.md ([#172](https://github-redirect.dependabot.com/kimmobrunfeldt/concurrently/issues/172)) - [`5a1f56f`](https://github.com/kimmobrunfeldt/concurrently/commit/5a1f56f94f0bf5dff54af9c81ac7c18c2e4b5c23) npm: update rxjs to ^6.3.3 ([#170](https://github-redirect.dependabot.com/kimmobrunfeldt/concurrently/issues/170)) - [`a96b9cf`](https://github.com/kimmobrunfeldt/concurrently/commit/a96b9cf8f698ef6e291af595965f36d24c6bd083) Test streams returned by flow controllers - [`4b5bfa3`](https://github.com/kimmobrunfeldt/concurrently/commit/4b5bfa3fd011fbbb611d8d517096fb9fcd621f2f) bin: fix version command - [`455ed3e`](https://github.com/kimmobrunfeldt/concurrently/commit/455ed3ee52f9d91dd9d011bbe67b1d9605fd180b) ci: report coverage results to Coveralls after success - Additional commits viewable in [compare view](https://github.com/kimmobrunfeldt/concurrently/compare/3.5.1...v4.1.1)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.