test-exclude
Advanced tools
Comparing version 4.2.2 to 5.0.0
@@ -6,2 +6,16 @@ # Change Log | ||
<a name="5.0.0"></a> | ||
# [5.0.0](https://github.com/istanbuljs/istanbuljs/compare/test-exclude@4.2.2...test-exclude@5.0.0) (2018-06-26) | ||
* test-exclude: bump read-pkg-up dependency (#184) ([bb58139](https://github.com/istanbuljs/istanbuljs/commit/bb58139)), closes [#184](https://github.com/istanbuljs/istanbuljs/issues/184) | ||
### BREAKING CHANGES | ||
* Support for Node.js 4.x is dropped. | ||
<a name="4.2.2"></a> | ||
@@ -8,0 +22,0 @@ ## [4.2.2](https://github.com/istanbuljs/istanbuljs/compare/test-exclude@4.2.1...test-exclude@4.2.2) (2018-06-06) |
{ | ||
"name": "test-exclude", | ||
"version": "4.2.2", | ||
"version": "5.0.0", | ||
"description": "test for inclusion or exclusion of paths using pkg-conf and globs", | ||
@@ -38,5 +38,8 @@ "main": "index.js", | ||
"minimatch": "^3.0.4", | ||
"read-pkg-up": "^3.0.0", | ||
"read-pkg-up": "^4.0.0", | ||
"require-main-filename": "^1.0.1" | ||
}, | ||
"engines": { | ||
"node": ">=6" | ||
} | ||
} |
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
14311
+ Addedfind-up@3.0.0(transitive)
+ Addedlocate-path@3.0.0(transitive)
+ Addedp-limit@2.3.0(transitive)
+ Addedp-locate@3.0.0(transitive)
+ Addedp-try@2.2.0(transitive)
+ Addedread-pkg-up@4.0.0(transitive)
- Removedfind-up@2.1.0(transitive)
- Removedlocate-path@2.0.0(transitive)
- Removedp-limit@1.3.0(transitive)
- Removedp-locate@2.0.0(transitive)
- Removedp-try@1.0.0(transitive)
- Removedread-pkg-up@3.0.0(transitive)
Updatedread-pkg-up@^4.0.0