Bump ajv from 6.12.6 to 8.12.0 by dependabot[bot] · Pull Request #213 · flowbased/fbp-client
v8.12.0
- fix JTD serialisation (remove leading comma in objects with only optional properties) (#2190,
@piliugin-anton) - empty JTD "values" schema (#2191)
- empty object to work with JTD utility type (#2158,
@erikbrinkman) - fix JTD "discriminator" schema for objects with more than 8 properties (#2194)
- correctly narrow "number" type to "integer" (#2192,
@JacobLey) - update Node.js versions in CI to 14, 16, 18 and 19
v8.11.2
Update dependencies
Export ValidationError and MissingRefError (ajv-validator/ajv#1840, @dannyb648)
v8.11.1
Update dependencies
Export ValidationError and MissingRefError (#1840, @dannyb648)
v8.11.0
Use root schemaEnv when resolving references in oneOf (#1901, @asprouse)
Only use equal function in generated code when it is used (#1922, @bhvngt)
v8.10.0
uriResolver option (@zekth, #1862)
v8.9.0
Option code.esm to generate ESM exports for standalone validation functions (@rehanvdm, #1861)
Support discriminator keyword with $ref in oneOf subschemas (@dfeufel, #1815)
v8.8.2
Use full RegExp string (with flags) as cache key, related to ajv-validator/ajv-keywords#220
v8.8.1
Fix minContains: 0 (#1819)
v8.8.0
Fix browser bundles in cdnjs
regExp option allowing to specify alternative RegExp engine, e.g. re2 (@efebarlas)
v8.7.1
Publish Ajv bundle for JSON Schema 2020-12 to cdnjs.com
v8.7.0
Update JSON Schema Test Suite.
Change minContains: 0 now correctly allows empty array.
v8.6.3
Fix $ref resolution for schemas without $id (@rbuckton, #1725)
Support standalone module import from ESM modules without using .default property (@bhvngt, #1757)
... (truncated)