ajv-keywords
ajv-keywords copied to clipboard
Additional JSON-Schema keywords for Ajv JSON validator
Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.22.0. Release notes Sourced from eslint's releases. v8.22.0 Features 2b97607 feat: Implement caching for FlatESLint (#16190) (Nicholas C. Zakas) fd5d3d3 feat: add methodsIgnorePattern option to...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.45 to 18.7.3. 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...
https://docs.npmjs.com/cli/v7/using-npm/scripts#life-cycle-scripts prepublish is run before `npm ci` and `npm install` ( but not before `npm publish`). This makes `npm ci --production` fail, since in this case npm will not install...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.5.2 to 28.1.6. 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.0.3. Release notes Sourced from lint-staged's releases. v13.0.3 13.0.3 (2022-06-24) Bug Fixes correctly handle git stash when using MSYS2 (#1178) (0d627a5) v13.0.2 13.0.2 (2022-06-16) Bug...
EDIT: a simpler schema ```json { "type": "object", "properties": { "email": { "type": "string", "transform": ["trim"] } } } ``` gives `SyntaxError: Unexpected token ':'`. ```js const schema43 = scope.schema[23];const...
Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 8.0.1. Release notes Sourced from husky's releases. v8.0.0 What's Changed Feats feat: add husky - prefix to logged global error messages by @joshbalfour in typicode/husky#1092...
Closes #99 And might close #66 , so users-developers customize `transform` in their repos in any way they want. @epoberezkin Please let me know, if you are okay with this...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 7.2.0 to 8.5.0. Changelog Sourced from eslint-config-prettier's changelog. Version 8.5.0 (2022-03-02) Added: [@typescript-eslint/space-before-blocks]. Thanks to Masafumi Koba (@ybiquitous)! Version 8.4.0 (2022-02-19) Added: [vue/quote-props]. Thanks to @xcatliu! Version...