ajv-keywords
ajv-keywords copied to clipboard
Additional JSON-Schema keywords for Ajv JSON validator
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 [](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...
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)...
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 [](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...
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...
**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...
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`:...