Skip to content
This repository has been archived by the owner on Aug 5, 2019. It is now read-only.

Update nyc to 11.8.0-abandoned #12

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 21, 2018

This Pull Request updates dependency nyc from v10.3.2 to v11.8.0

Release Notes

v11.8.0

Compare Source

Features
  • merge together multiple istanbul format reports (#​840) (9def3eb)

11.7.3 (2018-05-10)

11.7.2 (2018-05-08)

11.7.1 (2018-04-17)


v11.7.3

Compare Source

Features
  • merge together multiple istanbul format reports (#​840) (9def3eb)

11.7.3 (2018-05-10)

11.7.2 (2018-05-08)

11.7.1 (2018-04-17)


v11.7.2

Compare Source

11.7.3 (2018-05-10)


v11.7.1

Compare Source

11.7.2 (2018-05-08)


v11.7.0

Compare Source

Features
  • allow 0-line files to be ignored in coverage output (#​808) (24e5979)
  • load coverage files individually instead of all at once, addressing memory issues (#​806) (05fea60)

v11.6.0

Compare Source

Features
  • allow 0-line files to be ignored in coverage output (#​808) (24e5979)
  • load coverage files individually instead of all at once, addressing memory issues (#​806) (05fea60)

v11.5.0

Compare Source

Bug Fixes
  • removes unused split-lines dependency. (#​787) (b4032ce)
  • update to yargs version that allows extending configs with no extension (#​790) (2d51562)
Features
  • allow usage of ignoreClassMethods from istanbul (#​785) (c6b30ba)

v11.4.1

Compare Source

Bug Fixes
  • coverage reportDir should respect --cwd (#​764) (b0d6dae)
  • typo in option definition (#​758) (6a734b6)
Features
  • add command line options to control compacting and comment removal (#​754) (2030e0c)
  • resolve custom cache directory to absolute path (#​766) (dd48707)

11.4.1 (2017-12-14)

Bug Fixes
  • explicitly update spawn-wrap (#​748) (4e4f428)

v11.4.0

Compare Source

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

v11.3.0

Compare Source

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

v11.2.1

Compare Source

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.2.0

Compare Source

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.1.0

Compare Source

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.0.3

Compare Source

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.0.2

Compare Source

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

v11.0.1

Compare Source

11.0.2 (2017-06-02)


v11.0.0

Compare Source

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)


This PR has been generated by Renovate Bot.

@renovate
Copy link
Author

renovate bot commented Mar 21, 2018

PR has been edited

As this PR has been edited, Renovate will stop updating it in order to not cause any conflicts or other problems. If you wish to abandon your edits and have Renovate recreate this PR then you should rename this PR and then close it.

@renovate renovate bot changed the title Update dependency nyc to v11 Update nyc to 11.6.0 Apr 17, 2018
@renovate renovate bot force-pushed the renovate/nyc-11.x branch from 6ff9df8 to 65bac31 Compare April 18, 2018 21:56
@renovate renovate bot changed the title Update nyc to 11.6.0 Update nyc to 11.7.1 Apr 18, 2018
@renovate renovate bot force-pushed the renovate/nyc-11.x branch from 65bac31 to 0511e28 Compare May 9, 2018 09:08
@renovate renovate bot changed the title Update nyc to 11.7.1 Update nyc to 11.7.2 May 9, 2018
@renovate renovate bot force-pushed the renovate/nyc-11.x branch from 0511e28 to 9721b68 Compare May 16, 2018 20:36
@renovate renovate bot changed the title Update nyc to 11.7.2 Update nyc to 11.8.0 May 16, 2018
@renovate renovate bot force-pushed the renovate/nyc-11.x branch from 9721b68 to 25b3fd6 Compare May 16, 2018 21:04
@renovate renovate bot force-pushed the renovate/nyc-11.x branch from 25b3fd6 to b97e699 Compare May 17, 2018 18:54
@sbardian sbardian changed the title Update nyc to 11.8.0 Update nyc to 11.8.0-abandoned May 17, 2018
@sbardian sbardian closed this May 17, 2018
@renovate renovate bot deleted the renovate/nyc-11.x branch May 17, 2018 19:06
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