Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Bump ajv from 6.12.6 to 8.3.0 #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 10, 2021

Bumps ajv from 6.12.6 to 8.3.0.

Release notes

Sourced from ajv's releases.

v8.3.0

Typescript improvements:

  • better error reporting for JSONSchemaType in case strictNullChecks option is disabled (@​erikbrinkman, #1583)
  • support missed boolean type in JTDDataType (@​m00s, #1587) JTD timestamp validation option (@​jrr, #1584). Docs corrections.

v8.2.0

Add JTDDataType to compile signature (@​erikbrinkman, #1547) Improve JSONSchemaType for records (@​erikbrinkman, #1564) Use rollup for browser bundles (@​realityking, #1533) Docs corrections

v8.1.0

unicodeRegExp option to not use RegExp unicode flag that may be incompatible with some environments (@​asaid-0, #1530) Fix JSONSchemaType (@​erikbrinkman, #1541) Extended error message for invalid keyword values (@​pcwiek, #1542)

v8.0.5

Fix: add source code back to npm package, 8.0.4 is breaking ajv-cli (and possibly other things)

v8.0.4

Reduce npm bundle size

v8.0.3

Improve JSONSchemaType errors (@​erikbrinkman, #1525)

v8.0.2

Support RegExp formats in standalone code (#1470) Add schema path to strictTuple error message (@​asaid-0, #1519)

v8.0.1

Typescript: export function getData (for ajv-errors)

v8.0.0

This document describes changes from v7.2.4 to v8.0.0.

If you are migrating from v6 you can use this document.

New features

Support JSON Schema draft-2020-12: prefixItems keyword and changed semantics of items keyword, dynamic recursive references. OpenAPI discriminator keyword. Improved JSON Type Definition support:

  • errors consistent with JTD specification.
  • error objects with additional properties to simplify error handling (see Error objects)
  • internationalized error messages with ajv-i18n TypeScript: support type unions in JSONSchemaType

Other changes / improvements

... (truncated)

Commits

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
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.6 to 8.3.0.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v6.12.6...v8.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
0 participants