Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Update dependency nyc to v11 #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update dependency nyc to v11 #43

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 30, 2018

This Pull Request updates dependency nyc from v10.2.0 to v11.4.1

Release Notes

v10.3.0

Bug Fixes
  • source-maps were not being cached in the parent process when --all was being used (#​556) (ff73b18)
Features
  • add support for --no-clean, to disable deleting raw coverage output (#​558) (1887d1c)

v11.0.0

Bug Fixes
  • add support for ES6 modules (f18f780)
Features
  • allow .nycrc.json (#​580) (a1a457f)
  • upgrade to version of yargs with support for presets (33829b8)
BREAKING CHANGES
  • new version of find-up requires dropping 0.10/0.12 support (which we had already been planning).

10.3.2 (2017-05-05)

Bug Fixes
  • we should not create a cache folder if cache is false (#​567) (213206f)

10.3.1 (2017-05-04)

Bug Fixes
  • introduced a bug that resulted in source-maps not being loaded approriately on second test run (#​566) (1bf74fd)

v11.1.0

Features
  • add support for per file coverage checking (#​591) (bbadc1f)
  • upgrade to version of spawn-wrap that supports .EXE (#​626) (8768afe)

11.0.3 (2017-06-25)

Bug Fixes
  • update help link to list of reporters (#​601) (b1eb4d6)
  • upgrade to spawn-wrap version that works with babel-register (#​617) (923b062)

11.0.2 (2017-06-02)

11.0.1 (2017-06-01)


v11.2.0

Bug Fixes
  • remove excluded files from coverage before writing (#​649) (658dba4)
Features
  • add possibility to filter coverage-maps (#​637) (dd40dc5)
  • allow cwd to be configured see #​620 (0dcceda)

v11.3.0

Features
  • add --exclude-after-remap option for users who pre-instrument their codebase (#​697) (cdfdff3)
  • add option to hook vm.runInContext (#​680) (f04b7a9)
  • allow instrument-only to produce sourcemaps (#​674) (f31d7a6)

11.2.1 (2017-09-06)

Bug Fixes
  • apply exclude logic before remapping coverage (#​667) (a10d478)
  • create temp directory when --no-clean flag is set #​663 (#​664) (3bd1527)

v11.4.0

Bug Fixes
  • always invoke instrumenter callback, set appropriate exit-code (#​703) (7ea96ba)
Features
  • allow alternate path for .nycrc to be specified (#​724) (785fccb)

Commits

v10.2.1

  • 9f2d45f docs(readme): link to available reporters (#​546)
  • fdf3e97 docs: switch to conventional commits badge
  • 3c0d81f docs(readme): move advanced features to docs site (#​551)
  • 2ff8f3b chore: test node 6 on travis (#​553)

v10.3.1

  • 1bf74fd fix: introduced a bug that resulted in source-maps not being loaded approriately on second test run (#​566)
  • 75713d8 chore(release): 10.3.1

v11.0.0

  • 33829b8 feat: upgrade to version of yargs with support for presets
  • 80ef0a3 docs: mention the ability to publish configuration in docs
  • 0e6b277 chore: formatting nit
  • f18f780 fix: add support for ES6 modules
  • 2f68559 chore: hack to prevent SIGPROF warning, until new spawn-wrap is available
  • d90aed6 chore(release): 11.0.0
  • 8662357 chore: hack to fix SIGPROF binding issue on node 8

v11.0.1

  • fa1097a chore: acutally swap in new copy of signals.js
  • 9d47986 chore(release): 11.0.1

v11.0.2

  • 0c2ef43 chore: upgrade to newer version of spawn-wrap (#​592)
  • e4eff12 chore(release): 11.0.2

v11.1.0

  • bbadc1f feat: add support for per file coverage checking (#​591)
  • 2d92501 chore: attempt to fix appveyor (#​623)
  • 8768afe feat: upgrade to version of spawn-wrap that supports .EXE (#​626)
  • a076951 chore: upgrade to latest version of istanbul-lib-instrument
  • a3f033f chore(release): 11.1.0

v11.2.0

  • fb3ab92 docs: add link to community slack (#​639)
  • dd40dc5 feat: add possibility to filter coverage-maps (#​637)
  • 658dba4 fix: remove excluded files from coverage before writing (#​649)
  • 0fc6d8f chore: add support for --cwd (#​542) (#​620)
  • 0dcceda feat: allow cwd to be configured see #​620
  • 97b962e chore: explicit update of istanbul-lib-instrument (#​662)
  • b2ff72d chore(release): 11.2.0

v11.2.1

  • a10d478 fix: apply exclude logic before remapping coverage (#​667)
  • 3bd1527 fix: create temp directory when --no-clean flag is set #​663 (#​664)
  • 87281f9 chore(release): 11.2.1

v11.3.0

  • 425c0fd chore: ignore package-lock.json (#​683)
  • f31d7a6 feat: allow instrument-only to produce sourcemaps (#​674)
  • a685f7c docs: missing options prefix -- in front of check-coverage (#​695)
  • af281e7 chore: update spawn-wrap to 1.4.0 (#​692)
  • f5089ca docs: added examples of coverage reports (#​656)
  • 10125aa docs: fix reporters link
  • a413f6a chore: upgrade to yargs 10 (#​694)
  • cdfdff3 feat: add --exclude-after-remap option for users who pre-instrument their codebase (#​697)
  • f04b7a9 feat: add option to hook vm.runInContext (#​680)
  • 222a3d0 chore: slight difference in pinning logic, based on @​ljharb's advice
  • 7792733 chore: explicitly update istanbul dependencies (#​698)
  • d85118c chore(release): 11.3.0

v11.4.0

  • 6286bf8 docs: update exclude defaults (#​701)
  • 7294308 docs: Correct examples in README.md (#​702)
  • 7ea96ba fix: always invoke instrumenter callback, set appropriate exit-code (#​703)
  • 2dee543 docs: correct check-coverage shorthand example (#​715)
  • 9f2894f chore: babel-preset-es2015 => babel-preset-env (#​705)
  • 4ff7a38 docs: fix package.json examples: s/script/scripts (#​722)
  • 785fccb feat: allow alternate path for .nycrc to be specified (#​724)
  • 879631a refactor: slight tweak to how we extract the --nycrc-path
  • 93efc55 chore: upgrading to newer spawn-wrap (#​730)
  • e8225d5 chore(release): 11.4.0

v11.4.1

  • 456fa20 docs: hide the header in the issue template on render [skip ci] (#​731)
  • 4e4f428 fix: explicitly update spawn-wrap (#​748)
  • b473820 chore(release): 11.4.1

This PR has been generated by Renovate Bot.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 6ac7610 on renovate/nyc-11.x into 14facc5 on master.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 6ac7610 on renovate/nyc-11.x into 14facc5 on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 6ac7610 on renovate/nyc-11.x into 14facc5 on master.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants