Comparing version 5.0.2 to 5.0.3
@@ -5,2 +5,11 @@ # Changelog | ||
### [5.0.3](https://www.github.com/bcoe/c8/compare/v5.0.2...v5.0.3) (2019-09-06) | ||
### Bug Fixes | ||
* **deps:** update dependency rimraf to v3 ([#132](https://www.github.com/bcoe/c8/issues/132)) ([7601748](https://www.github.com/bcoe/c8/commit/7601748)) | ||
* **deps:** update dependency yargs to v14 ([#134](https://www.github.com/bcoe/c8/issues/134)) ([e49737f](https://www.github.com/bcoe/c8/commit/e49737f)) | ||
* **deps:** update deps to address warning in cross-spawn ([#141](https://www.github.com/bcoe/c8/issues/141)) ([4b66221](https://www.github.com/bcoe/c8/commit/4b66221)) | ||
### [5.0.2](https://www.github.com/bcoe/c8/compare/v5.0.1...v5.0.2) (2019-06-24) | ||
@@ -7,0 +16,0 @@ |
@@ -8,3 +8,3 @@ const Exclude = require('test-exclude') | ||
const configPath = findUp.sync(['.c8rc', '.c8rc.json', '.nycrc', `.nycrc.json`]) | ||
const configPath = findUp.sync(['.c8rc', '.c8rc.json', '.nycrc', '.nycrc.json']) | ||
const config = configPath ? JSON.parse(readFileSync(configPath)) : {} | ||
@@ -11,0 +11,0 @@ |
@@ -37,2 +37,3 @@ const Exclude = require('test-exclude') | ||
} | ||
async run () { | ||
@@ -39,0 +40,0 @@ const map = await this.getCoverageMapFromAllCoverageFiles() |
{ | ||
"name": "c8", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "output coverage reports using Node.js' built in coverage", | ||
@@ -37,20 +37,20 @@ "main": "index.js", | ||
"find-up": "^4.0.0", | ||
"foreground-child": "^1.5.6", | ||
"foreground-child": "^2.0.0", | ||
"furi": "^1.3.0", | ||
"istanbul-lib-coverage": "^2.0.1", | ||
"istanbul-lib-report": "^2.0.1", | ||
"istanbul-reports": "^2.2.4", | ||
"rimraf": "^2.6.2", | ||
"test-exclude": "^5.0.0", | ||
"istanbul-lib-coverage": "^2.0.5", | ||
"istanbul-lib-report": "^2.0.8", | ||
"istanbul-reports": "^2.2.6", | ||
"rimraf": "^3.0.0", | ||
"test-exclude": "^5.2.3", | ||
"v8-to-istanbul": "^3.2.3", | ||
"yargs": "^13.1.0", | ||
"yargs": "^14.0.0", | ||
"yargs-parser": "^13.0.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "4.2.0", | ||
"chai-jest-snapshot": "2.0.0", | ||
"coveralls": "3.0.4", | ||
"mocha": "6.1.4", | ||
"standard": "12.0.1", | ||
"standard-version": "6.0.1" | ||
"chai": "^4.2.0", | ||
"chai-jest-snapshot": "^2.0.0", | ||
"coveralls": "^3.0.6", | ||
"mocha": "^6.2.0", | ||
"standard": "^14.1.0", | ||
"standard-version": "^7.0.0" | ||
}, | ||
@@ -57,0 +57,0 @@ "engines": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26971
+ Addedcross-spawn@7.0.5(transitive)
+ Addedforeground-child@2.0.0(transitive)
+ Addedpath-key@3.1.1(transitive)
+ Addedrimraf@3.0.2(transitive)
+ Addedshebang-command@2.0.0(transitive)
+ Addedshebang-regex@3.0.0(transitive)
+ Addedwhich@2.0.2(transitive)
+ Addedyargs@14.2.3(transitive)
+ Addedyargs-parser@15.0.3(transitive)
- Removedcross-spawn@4.0.2(transitive)
- Removedforeground-child@1.5.6(transitive)
- Removedlru-cache@4.1.5(transitive)
- Removedpseudomap@1.0.2(transitive)
- Removedrimraf@2.7.1(transitive)
- Removedwhich@1.3.1(transitive)
- Removedyallist@2.1.2(transitive)
- Removedyargs@13.3.2(transitive)
Updatedforeground-child@^2.0.0
Updatedistanbul-lib-coverage@^2.0.5
Updatedistanbul-lib-report@^2.0.8
Updatedistanbul-reports@^2.2.6
Updatedrimraf@^3.0.0
Updatedtest-exclude@^5.2.3
Updatedyargs@^14.0.0