fusionjs / fusion-plugin-rpc-redux-react

Migrated to https://github.com/fusionjs/fusionjs
MIT License
4 stars 17 forks source link

Update dependency nyc to v12 #130

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates devDependency nyc from ^11.8.0 to ^12.0.0


Release Notes

v12.0.2

Compare Source

Bug Fixes
  • source was being instrumented twice, due to upstream fix in ista… (#​853) (d0f654c)
Features
  • allow rows with 100% statement, branch, and function coverage to be skipped in text report (#​859) (893345a)
BREAKING CHANGES
  • --hook-run-in-context, and --hook-run-in-this-context are no longer true by default (they should be enabled if you're using a library like requirejs).

12.0.2 (2018-06-03)

Bug Fixes
  • don't bundle istanbul-lib-instrument due to Node 6 issues (b4c325b)
  • stop bundling istanbul-lib-instrument due to npm issue on Node 6 (#​854) (ddc9331)

12.0.1 (2018-05-31)


v12.0.1

Compare Source

Bug Fixes
  • don't bundle istanbul-lib-instrument due to Node 6 issues (b4c325b)
  • stop bundling istanbul-lib-instrument due to npm issue on Node 6 (#​854) (ddc9331)

v12.0.0

Compare Source

Chores
BREAKING CHANGES
  • babel@​7 drops Node.js 4 support


This PR has been generated by Renovate Bot.

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #130   +/-   ##
=======================================
  Coverage   96.29%   96.29%           
=======================================
  Files           2        2           
  Lines          27       27           
  Branches        4        4           
=======================================
  Hits           26       26           
  Partials        1        1

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 3edc864...36878bb. Read the comment docs.

KevinGrandon commented 6 years ago

!merge