jest-schema-matcher
Advanced tools
Comparing version 1.7.12 to 1.7.13
# Changelog | ||
## [1.7.13](https://github.com/ryparker/jest-schema-matcher/compare/v1.7.12...v1.7.13) (2020-12-23) | ||
### Bug Fixes | ||
* **package.json, ajv:** updated deps and upgraded use of AJV to v7 ([abb2894](https://github.com/ryparker/jest-schema-matcher/commit/abb2894a1f655193dedfad8ae6188af00fbd7326)) | ||
* **package.json, yarn.lock:** upgraded deps ([883ba89](https://github.com/ryparker/jest-schema-matcher/commit/883ba890f3302aaf98875696335e448a1bd8f8ae)) | ||
## [1.7.12](https://github.com/ryparker/jest-schema-matcher/compare/v1.7.11...v1.7.12) (2020-11-20) | ||
@@ -4,0 +12,0 @@ |
@@ -136,3 +136,3 @@ "use strict"; | ||
function createSchemaValidator(schema) { | ||
return new ajv_1.default({ schemaId: 'auto', allErrors: true }).compile(schema); | ||
return new ajv_1.default({ allErrors: true }).compile(schema); | ||
} | ||
@@ -139,0 +139,0 @@ function validateAgainstSchema(schema, object) { |
{ | ||
"name": "jest-schema-matcher", | ||
"version": "1.7.12", | ||
"version": "1.7.13", | ||
"license": "MIT", | ||
@@ -74,3 +74,3 @@ "files": [ | ||
"dependencies": { | ||
"ajv": "^6.12.6", | ||
"ajv": "^7.0.2", | ||
"chalk": "^4.1.0", | ||
@@ -80,3 +80,3 @@ "jest-matcher-utils": "^26.6.2", | ||
"pretty-format": "^26.6.2", | ||
"schematized": "^1.8.7", | ||
"schematized": "^1.8.8", | ||
"variable-diff": "^2.0.2" | ||
@@ -87,20 +87,20 @@ }, | ||
"@semantic-release/git": "^9.0.0", | ||
"@types/jest": "^26.0.15", | ||
"@types/jest": "^26.0.19", | ||
"@types/lodash": "^4.14.165", | ||
"@types/node": "^14.14.9", | ||
"@types/node": "^14.14.14", | ||
"commitizen": "^4.2.2", | ||
"conventional-changelog-conventionalcommits": "^4.5.0", | ||
"cz-conventional-changelog": "3.3.0", | ||
"eslint-config-xo-typescript": "^0.36.0", | ||
"eslint-config-xo-typescript": "^0.37.0", | ||
"eslint-plugin-jest": "^24.1.3", | ||
"husky": "^4.3.0", | ||
"husky": "^4.3.6", | ||
"jest": "^26.6.3", | ||
"lint-staged": "^10.5.1", | ||
"lint-staged": "^10.5.3", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.2.0", | ||
"prettier": "^2.2.1", | ||
"rimraf": "^3.0.2", | ||
"semantic-release": "^17.2.4", | ||
"semantic-release": "^17.3.0", | ||
"ts-jest": "^26.4.4", | ||
"typescript": "^4.1.2", | ||
"xo": "^0.35.0" | ||
"typescript": "^4.1.3", | ||
"xo": "^0.36.1" | ||
}, | ||
@@ -107,0 +107,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
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
21730
+ Addedajv@7.2.4(transitive)
+ Addedjson-schema-traverse@1.0.0(transitive)
+ Addedrequire-from-string@2.0.2(transitive)
- Removedajv@6.12.6(transitive)
- Removedfast-json-stable-stringify@2.1.0(transitive)
- Removedjson-schema-traverse@0.4.1(transitive)
Updatedajv@^7.0.2
Updatedschematized@^1.8.8