fix(deps): update dependency ajv to v6 #105
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^5.3.0
->^6.0.0
Release Notes
epoberezkin/ajv
v6.5.5
Compare Source
v6.5.4
Compare Source
v6.5.3
Compare Source
v6.5.2
Compare Source
v6.5.1
Compare Source
v6.5.0
Compare Source
With option
passContext
, the context is now passed in recursive/mutually recursive refs (@cvlab, #768).v6.4.0
Compare Source
Support URNs in $id - core
url
package is replaced withurl-js
(#423, @sondrele).v6.3.0
Compare Source
Typescript declarations updated to use PromiseLike (#717, @krenor)
v6.2.1
Compare Source
v6.2.0
Compare Source
Parameter
allowedValue
in the error ofconst
keyword (#713, @marshall007).v6.1.1
Compare Source
v6.1.0
Compare Source
A different error message for additionalProperties error with
errorDataPath: 'property'
option (#671, @lehni)v6.0.1
Compare Source
v6.0.0
Compare Source
Changes from v5.5.2
draft-07 support:
if
/then
/else
keywords$comment
keywordSchema IDs
$id
keyword is used as schema ID by default.schemaId
option should be set to "id" or "auto" forid
keyword to be used.See Options.
Formats
date
,date-time
,time
: support leap year and leap secondjson-pointer
: only validates a string format of JSON pointerjson-pointer-uri-fragment
: to validate uri-fragment format of JSON pointerKeyword changes
uniqueItems
keyword to validate an array of same-type scalars in one passuniqueItems
andcontains
are validated afteritems
and type coercion (withcoerceTypes
option)oneOf
keywordpatternGroups
keywordexamples
,readOnly
,writeOnly
,contentEncoding
,contentMediaType
.Other
then
/else
keywords.$comment
to log/pass to a function strings from$comment
keyword.Renovate configuration
📅 Schedule: "before 2am" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.