c3js / c3

:bar_chart: A D3-based reusable chart library
http://c3js.org
MIT License
9.33k stars 1.39k forks source link

Update nodemon to the latest version 🚀 #2728

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The devDependency nodemon was updated from 1.19.4 to 2.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: remy License: MIT

Release Notes for v2.0.0

2.0.0 (2019-11-20)

Bug Fixes

  • wait for all subprocesses to terminate (fixes issue #1476) (0e6ba3c)

Features

BREAKING CHANGES

  • Massive CPU & RAM consumption improvements. 17x package & deps size reduction.
Commits

The new version differs by 7 commits.

  • 9a67f36 feat: update chokidar to v3
  • 6781b40 docs: add license file
  • 0e6ba3c fix: wait for all subprocesses to terminate (fixes issue #1476)
  • b58cf7d chore: Merge branch 'master'
  • 95a4c09 docs: add to faq
  • 3a2eaf7 choe: merge master
  • 3d90879 chore: add logo to site

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 #2728 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2728   +/-   ##
=======================================
  Coverage   82.85%   82.85%           
=======================================
  Files          59       59           
  Lines        4748     4748           
=======================================
  Hits         3934     3934           
  Misses        814      814

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 b3d03ea...43bf360. Read the comment docs.