@stylable/core-test-kit
Advanced tools
Comparing version 2.5.3 to 3.0.0
{ | ||
"name": "@stylable/core-test-kit", | ||
"version": "2.5.3", | ||
"version": "3.0.0", | ||
"description": "Stylable core test-kit", | ||
@@ -14,6 +14,6 @@ "main": "./cjs/index.js", | ||
"dependencies": { | ||
"@stylable/core": "^2.5.3", | ||
"@stylable/core": "^3.0.0", | ||
"chai": "^4.2.0", | ||
"flat": "^5.0.0", | ||
"postcss": "^7.0.23" | ||
"postcss": "^7.0.24" | ||
}, | ||
@@ -25,3 +25,3 @@ "files": [ | ||
"engines": { | ||
"node": ">=8" | ||
"node": ">=10" | ||
}, | ||
@@ -35,3 +35,3 @@ "publishConfig": { | ||
"license": "BSD-3-Clause", | ||
"gitHead": "34fda1233d815a4b6729c56f8fccec749335d5e8" | ||
"gitHead": "91b92e8380ec81e5ad6ae4d96625f8d9e972c50d" | ||
} |
@@ -105,3 +105,3 @@ import { Diagnostics, process, safeParse, StylableMeta, StylableResults } from '@stylable/core'; | ||
expect(report.message).to.equal(expectedWarning.message); | ||
if (!expectedWarning.skipLocationCheck) { | ||
@@ -108,0 +108,0 @@ expect(report.node.source!.start).to.eql(locations[path].start); |
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
50101
+ Added@stylable/core@3.13.2(transitive)
+ Addeddetect-newline@3.1.0(transitive)
+ Addedis-url-superb@5.0.0(transitive)
+ Addedis-vendor-prefixed@4.0.0(transitive)
+ Addedjest-docblock@26.0.0(transitive)
+ Addedmurmurhash@1.0.0(transitive)
+ Addednanoid@3.3.8(transitive)
+ Addedpicocolors@1.1.1(transitive)
+ Addedpostcss@8.4.49(transitive)
+ Addedpostcss-js@3.0.3(transitive)
+ Addedpostcss-nested@5.0.6(transitive)
+ Addedpostcss-safe-parser@5.0.2(transitive)
+ Addedsource-map-js@1.2.1(transitive)
+ Addedtoky@0.1.0(transitive)
- Removed@stylable/core@2.5.3(transitive)
- Removeddetect-newline@2.1.0(transitive)
- Removedip-regex@4.3.0(transitive)
- Removedis-vendor-prefixed@3.5.0(transitive)
- Removedjest-docblock@24.9.0(transitive)
- Removedmurmurhash@0.0.2(transitive)
- Removedpostcss-js@2.0.3(transitive)
- Removedpostcss-nested@4.2.3(transitive)
- Removedpostcss-safe-parser@4.0.2(transitive)
- Removedtlds@1.255.0(transitive)
- Removedurl-regex@5.0.0(transitive)
Updated@stylable/core@^3.0.0
Updatedpostcss@^7.0.24