Comparing version 29.0.0-alpha.6 to 29.0.0
@@ -192,7 +192,2 @@ 'use strict'; | ||
}, | ||
collectCoverageOnlyFrom: { | ||
description: 'Explicit list of paths coverage will be restricted to.', | ||
string: true, | ||
type: 'array' | ||
}, | ||
color: { | ||
@@ -199,0 +194,0 @@ description: |
{ | ||
"name": "jest-cli", | ||
"description": "Delightful JavaScript Testing.", | ||
"version": "29.0.0-alpha.6", | ||
"version": "29.0.0", | ||
"main": "./build/index.js", | ||
@@ -16,5 +16,5 @@ "types": "./build/index.d.ts", | ||
"dependencies": { | ||
"@jest/core": "^29.0.0-alpha.6", | ||
"@jest/test-result": "^29.0.0-alpha.6", | ||
"@jest/types": "^29.0.0-alpha.6", | ||
"@jest/core": "^29.0.0", | ||
"@jest/test-result": "^29.0.0", | ||
"@jest/types": "^29.0.0", | ||
"chalk": "^4.0.0", | ||
@@ -24,5 +24,5 @@ "exit": "^0.1.2", | ||
"import-local": "^3.0.2", | ||
"jest-config": "^29.0.0-alpha.6", | ||
"jest-util": "^29.0.0-alpha.6", | ||
"jest-validate": "^29.0.0-alpha.6", | ||
"jest-config": "^29.0.0", | ||
"jest-util": "^29.0.0", | ||
"jest-validate": "^29.0.0", | ||
"prompts": "^2.0.1", | ||
@@ -90,3 +90,3 @@ "yargs": "^17.3.1" | ||
}, | ||
"gitHead": "4def94b073cad300e99de378ba900e6ba9b7032f" | ||
"gitHead": "75006e46c76f6fda14bbc0548f86edb2ba087cd2" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
47776
1450
Updated@jest/core@^29.0.0
Updated@jest/test-result@^29.0.0
Updated@jest/types@^29.0.0
Updatedjest-config@^29.0.0
Updatedjest-util@^29.0.0
Updatedjest-validate@^29.0.0