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

Additional JSON-Schema keywords for Ajv JSON validator

Results 58 ajv-keywords issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 8.3.4 to 9.0.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/uuid&package-manager=npm_and_yarn&previous-version=8.3.4&new-version=9.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.5.0 to 13.1.2. Release notes Sourced from lint-staged's releases. v13.1.2 13.1.2 (2023-02-13) Bug Fixes disable stash by default when using diff option (#1259) (142c6f2) v13.1.1 13.1.1 (2023-02-07)...

dependencies

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.5.2 to 29.4.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=27.5.2&new-version=29.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 8.0.3. Release notes Sourced from husky's releases. v8.0.3 fix: add git not installed message #1208 v8.0.2 docs: remove deprecated npm set-script v8.0.1 fix: use POSIX...

dependencies

**Description** I want to use the "transform"-keyword to perform a trim on certain string fields. But as soon as I want to add the ajv-keywords library and call addKeyword, I...

limitation

I was looking in `ajv-keywords` and `ajv-formats` in their `node_modules/..../dist/` folders, as pulled from `npm install`, and it appears that they are made for Node.js only, and are not currently...

In our legacy old project, we disable peerDeps by enabling `legacyPeerDeps`, similar to the situation described here: https://github.com/ajv-validator/ajv-keywords/issues/385. When multiple versions of ajv exist in the project, ajv fails to...

Dependencies of the project dependencies using `ajv-keywords@^3.5.2`. But on building using `react-scripts build` it is getting failed with error. [![enter image description here][1]][1] Here's the list of projects utilising `ajv-keywords`:...