danibram / mocker-data-generator

A simplified way to generate masive mock data based on a schema, you can use the awesome fake/random data generators like (FakerJs, ChanceJs, CasualJs and RandExpJs)
https://danibram.github.io/mocker-data-generator/
MIT License
426 stars 45 forks source link

Update multiview to the latest version 🚀 #98

Closed greenkeeper[bot] closed 3 years ago

greenkeeper[bot] commented 4 years ago

The devDependency multiview was updated from 2.5.3 to 3.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: arjunmehta License: MIT

Release Notes for 3.0.0 - Improve management of subprocesses

This release changes the way Multiview kills its subprocesses and their subprocesses when it exits. See #10

This may be a breaking change for some people in that it is a little more aggressive in killing subprocesses and their children that might have previously been left running.

Commits

The new version differs by 5 commits.

  • fa11aeb Bump version to 3.0.0 (#16)
  • 3637c28 Update eslint (#15)
  • e192b79 Use tree-kill on exit to kill process trees spawned by children (#12)
  • f536ec0 Require passing eslint to pass test (#14)
  • 5376026 Fix test config (#13)

See the full diff


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

codecov-io commented 4 years ago

Codecov Report

Merging #98 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #98   +/-   ##
=======================================
  Coverage   90.72%   90.72%           
=======================================
  Files           5        5           
  Lines         388      388           
  Branches       79       79           
=======================================
  Hits          352      352           
  Misses         11       11           
  Partials       25       25

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 13d75e3...de08587. Read the comment docs.