comit-network / comit-rs

Reference implementation of COMIT, an open protocol facilitating trustless cross-blockchain applications.
GNU General Public License v3.0
191 stars 33 forks source link

Bump ajv from 6.12.6 to 7.2.0 in /tests #3520

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps ajv from 6.12.6 to 7.2.0.

Release notes

Sourced from ajv's releases.

v7.2.0

strictRequired option (off by default) - to log or fail if properties used in JSON Schema "required" are not defined in "properties" (@​PBug90, #1403)

Compiled parsers (as fast as JSON.parse on valid JSON, but replace validation and fail much faster on invalid JSON) and serializers (10x+ faster than JSON.stringify) from JSON Type Definition schemas (#1454) - see examples in javascript and typescript

The website migrated to VuePress and documentation is restructured to make navigating Ajv documentation and learning easier - this is still work in progress, but already some improvement on the information structure. Any feedback/corrections would be very much appreciated!

Improved TypeScript support for JSONSchemaType:

  • JTDSchemaType utility type to convert your data type into the type of JTD schema, to simplify its writing and to make sure it is consistent with your data type, with type inference support for ajv methods (@​erikbrinkman, #1446, #1456, #1457, #1475) - see example here
  • Alternatively, you can use JTDDataType utility type to convert your JTD schema type into the type of data (@​erikbrinkman, #1458) - see this example

Other improvements by @​Fdawgs (#1466), @​t7yang (#1472, #1473), @​koba04 (#1460),

v7.1.1

Support readonly arrays with JSONSchemaType (@​LinusU, #1447)

v7.1.0

Support for JSON Type Definition RFC 8927 - a simple schema language provided as an alternative to JSON Schema.

See these docs:

Allow ":" in keyword names (#1421, @​teq0)

v7.0.4

Fix: duplicate functions in standalone validation code with mutually recursive schemas (#1361) Fix: reference resolution when base URI change was not applied (#1414)

v7.0.3

Fixes:

  • oneOf error type (#1368, @​G-Rath)
  • remove multiple imports (rollup/plugins#745)

Docs:

v7.0.2

Remove duplicate functions from standalone validation code (#1361)

v7.0.1

Update error message for maxLength/minLength keywords

v7.0.0

Please note: this document covers the changes from v6.12.6.

The main changes

... (truncated)

Commits
  • 9823d1d 7.2.0
  • db553ad fix type inference for JTDSchemaType in compileParser/Serializer
  • 23293be docs: add code block header
  • 848d3f2 docs: JSONDataType
  • 0aa047b fix indentation in code samples, turn off prettier for md files
  • 22aa683 Merge pull request #1458 from erikbrinkman/jtd-data
  • d5b4aa7 Merge branch 'master' into jtd-data
  • 937643e Merge pull request #1475 from erikbrinkman/infer
  • bbf7a51 Merge branch 'master' into infer
  • 80d09b3 Merge pull request #1456 from erikbrinkman/null
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
mergify[bot] commented 3 years ago

bors r+

bors[bot] commented 3 years ago

Build failed:

dependabot[bot] commented 3 years ago

Superseded by #3521.