@jest/console
Advanced tools
Comparing version 25.5.0 to 26.0.0-alpha.0
@@ -21,3 +21,3 @@ /** | ||
private _logError; | ||
assert(value: unknown, message?: string | Error): void; | ||
assert(value: unknown, message?: string | Error): asserts value; | ||
count(label?: string): void; | ||
@@ -24,0 +24,0 @@ countReset(label?: string): void; |
@@ -112,3 +112,3 @@ 'use strict'; | ||
); | ||
} // use `asserts` when https://github.com/sandersn/downlevel-dts/issues/32 is fixed | ||
} | ||
@@ -115,0 +115,0 @@ assert(value, message) { |
{ | ||
"name": "@jest/console", | ||
"version": "25.5.0", | ||
"version": "26.0.0-alpha.0", | ||
"repository": { | ||
@@ -12,14 +12,7 @@ "type": "git", | ||
"types": "build/index.d.ts", | ||
"typesVersions": { | ||
"<3.8": { | ||
"build/*": [ | ||
"build/ts3.4/*" | ||
] | ||
} | ||
}, | ||
"dependencies": { | ||
"@jest/types": "^25.5.0", | ||
"chalk": "^3.0.0", | ||
"jest-message-util": "^25.5.0", | ||
"jest-util": "^25.5.0", | ||
"@jest/types": "^26.0.0-alpha.0", | ||
"chalk": "^4.0.0", | ||
"jest-message-util": "^26.0.0-alpha.0", | ||
"jest-util": "^26.0.0-alpha.0", | ||
"slash": "^3.0.0" | ||
@@ -31,3 +24,3 @@ }, | ||
"engines": { | ||
"node": ">= 8.3" | ||
"node": ">= 10.14.2" | ||
}, | ||
@@ -37,3 +30,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "ddd73d18adfb982b9b0d94bad7d41c9f78567ca7" | ||
"gitHead": "ba962e7e9669a4a2f723c2536c97462c8ddfff2d" | ||
} |
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
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
19690
14
637
2
+ Added@jest/types@26.6.2(transitive)
+ Added@types/istanbul-reports@3.0.4(transitive)
+ Added@types/node@22.9.0(transitive)
+ Added@types/stack-utils@2.0.3(transitive)
+ Addedansi-regex@5.0.1(transitive)
+ Addedchalk@4.1.2(transitive)
+ Addedjest-message-util@26.6.2(transitive)
+ Addedjest-util@26.6.2(transitive)
+ Addedpretty-format@26.6.2(transitive)
+ Addedreact-is@17.0.2(transitive)
+ Addedstack-utils@2.0.6(transitive)
+ Addedundici-types@6.19.8(transitive)
- Removed@jest/types@25.5.0(transitive)
- Removed@types/istanbul-reports@1.1.2(transitive)
- Removed@types/stack-utils@1.0.1(transitive)
- Removedchalk@3.0.0(transitive)
- Removedjest-message-util@25.5.0(transitive)
- Removedjest-util@25.5.0(transitive)
- Removedmake-dir@3.1.0(transitive)
- Removedsemver@6.3.1(transitive)
- Removedstack-utils@1.0.5(transitive)
Updated@jest/types@^26.0.0-alpha.0
Updatedchalk@^4.0.0
Updatedjest-util@^26.0.0-alpha.0