Skip to content

Bump ajv from 6.12.6 to 8.0.2#78

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/ajv-8.0.2
Closed

Bump ajv from 6.12.6 to 8.0.2#78
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/ajv-8.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 1, 2021

Copy link
Copy Markdown
Contributor

Bumps ajv from 6.12.6 to 8.0.2.

Release notes

Sourced from ajv's releases.

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

Node.js require works without .default property - see examples in Getting started Reduce runtime dependency for standalone validation code Fix resolution of $ref: "#" when $id is present (#815)

Breaking changes

Option strict controls all strict mode restrictions JSON Schema validation errors changes:

  • dataPath property replaced with instancePath
  • "should" replaced with "must" in the messages
  • property name is removed from "propertyName" keyword error message (it is still available in error.params.propertyName).

v8.0.0-beta.4

Revert the change for strict mode options in v8.0.0-beta.1 to allow overrides to disable some options, not only to enable.

These strict mode options are available: strictSchema - new, equivalent to strict: true in v7, default true strictNumbers - reinstated from v6, but with default true strictTypes - same as in v7, default "log" strictTuples - same as in v7, default "log" strictTuples - same as in v7, default false

Option strict sets all options above to the same value.

v8.0.0-beta.3

JSON Schema draft2012-12 support - prefixItems, new semantics of items, dynamicRef and dynamicAnchor

... (truncated)

Commits
  • 24dba5c 8.0.2
  • ec1818b support RegExp formats with standalone code, #1470
  • e62d034 Merge pull request #1524 from papb/patch-1
  • 676dbb1 docs(json-type-definition): fix missing bullet
  • cf8d31f Merge pull request #1519 from asaid-0/fix-1509
  • cbd2718 Add error path to strict mode tuple warning
  • f3d29b4 Merge branch 'fix-homepage-code-block'
  • 60ebfb2 site: remove button outline
  • ea08b32 Merge branch 'master' into fix-homepage-code-block
  • 991124a readme: changes history
  • 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
  • @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.0.2.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v6.12.6...v8.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 1, 2021
@dependabot dependabot Bot mentioned this pull request Apr 1, 2021
@dependabot @github

dependabot Bot commented on behalf of github Apr 2, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #79.

@dependabot dependabot Bot closed this Apr 2, 2021
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/ajv-8.0.2 branch April 2, 2021 05:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants