ajv-cli icon indicating copy to clipboard operation
ajv-cli copied to clipboard

Command-line interface for Ajv JSON Validator

Results 95 ajv-cli issues
Sort by recently updated
recently updated
newest added

I ran: `ajv migrate -s schema.json --spec draft2019 -o schema2019.json` And I get the following error: ``` ajv-cli\node_modules\ajv\dist\core.js:127 throw new Error(`no schema with key or ref "${schemaKeyRef}"`); ^ Error: no...

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.17.7 to 16.4.10. Commits See full diff in compare view [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=14.17.7&new-version=16.4.10)](https://dependabot.com/compatibility-score/?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=14.17.7&new-version=16.4.10) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [mocha](https://github.com/mochajs/mocha) from 8.4.0 to 9.0.3. Release notes Sourced from mocha's releases. v9.0.3 9.0.3 / 2021-07-25 :bug: Fixes #4702: Error rethrow from cwd-relative path while loading .mocharc.js (@​kirill-golovan) #4688: Usage...

dependencies

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.5.4 to 11.1.1. Release notes Sourced from lint-staged's releases. v11.1.1 11.1.1 (2021-07-24) Bug Fixes the shell option value should be optional instead of required (#996) (f7302f4), closes...

dependencies

Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 8.2.3 to 9.0.0. Commits See full diff in compare view [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@types/mocha&package-manager=npm_and_yarn&previous-version=8.2.3&new-version=9.0.0)](https://dependabot.com/compatibility-score/?dependency-name=@types/mocha&package-manager=npm_and_yarn&previous-version=8.2.3&new-version=9.0.0) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 9.1.1 to 10.1.0. Release notes Sourced from ts-node's releases. v10.1.0 Questions about this release? Ask in the official discussion thread: #1390 Added Add "moduleType" option to override...

dependencies

Bumps [@types/js-yaml](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/js-yaml) from 3.12.7 to 4.0.2. Commits See full diff in compare view [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@types/js-yaml&package-manager=npm_and_yarn&previous-version=3.12.7&new-version=4.0.2)](https://dependabot.com/compatibility-score/?dependency-name=@types/js-yaml&package-manager=npm_and_yarn&previous-version=3.12.7&new-version=4.0.2) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [husky](https://github.com/typicode/husky) from 5.2.0 to 7.0.1. Release notes Sourced from husky's releases. v7.0.1 Fix gracefully fail if Git command is not found #1003 (same as in v6) v7.0.0 Improve .husky/...

dependencies

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Hello, I've just installed `ajv-cli` with `npm install -g ajv-cli` and trying to validate a file named e.g. `foo.bar` fails with ``` error: Unexpected token ':' ``` Renaming the file...