Open greenkeeper[bot] opened 5 years ago
dependency
ajv was updated from 4.11.8
to 6.8.0
.Update to this version instead π
Docs: security considerations.
Meta-schema for the security assessment of JSON Schemas.
The new version differs by 8 commits.
b9f8507
6.8.0
e6c1e53
docs: security
aced0cc
refactor: security meta-schema
a9e03c5
docs: js syntax highlight
4031b6a
test: schema security
334071a
docs: security considerations
0bf7d38
docs: option defaults for "empty" properties, closes #927
0c31c1e
docs: transfer notice
See the full diff
dependency
ajv was updated from 4.11.8
to 6.8.1
.dependency
ajv was updated from 4.11.8
to 6.9.0
.Update to this version instead π
OpenAPI keyword nullable
can be any boolean (and not only true
).
Custom keyword definition changes:
dependencies
option in to require the presence of keywords in the same schema.The new version differs by 14 commits.
cd404c4
6.9.0
7079aed
remove property in custom keyword definition schema
c89ca0e
eslint option
47c8fc9
refactor: use json schema to validate custom keyword definition
33d1ac4
style fix
fdfbd44
feat: support for required dependencies of custom keyword (keywords that must be present in the same schema)
f080c91
docs: double quotes
51e858e
docs: clarify "format" option values
0cf6e98
Merge branch 'mattpolzin-nullable-can-be-false'
ac2221a
style fix
c5b9516
Merge branch 'master' into nullable-can-be-false
58879a0
fix: pin jshint to 2.9.7 (#939)
859259e
Add tests that show that with nullable option on but 'nullable' keyword set to false an object is not nullable.
28c85ad
Allow nullable property of JSON Schema object to be false as well as true. Remove test that asserted failure if nullable was false.
See the full diff
dependency
ajv was updated from 4.11.8
to 6.9.1
.dependency
ajv was updated from 4.11.8
to 6.9.2
.Update to this version instead π
The new version differs by 11 commits.
2aa49ae
6.9.2
dffe473
chore(package): update mocha to version 6.0.0 (#952)
6831b68
feat: extract method to validate custom keyword definition
187e021
fix: removeAdditional option breaking custom keywords, closes #955, closes epoberezkin/ajv-keywords#91
f6d25de
Replace single quotes with double quotes to get build scripts running on Windows (#946)
c52f2e1
update package.json scripts
098df6d
test: enable browser tests in node 10
8720547
skip browser tests
a7f78f2
refactor: split issues.spec.js file
71dc5dc
refactor: split options.spec.js file
51685b8
chore(package): update nyc to version 13.2.0 (#930)
See the full diff
dependency
ajv was updated from 4.11.8
to 6.10.0
.Update to this version instead π
Option strictDefaults
to report ignored defaults (#957, @not-an-aardvark)
Option strictKeywords
to report unknown keywords (#781)
The new version differs by 8 commits.
6c20483
6.10.0
38d1acd
refactor: strictDefaults option
e993bd6
feat: strictKeywords option to report unknown keywords, closes #781
9a28689
style: fix
18268c5
additional tests for strictDefault options
4b76519
Merge branch 'not-an-aardvark-invalidDefaults-option'
88199d5
rename option to strictDefaults
c081061
feat: invalidDefaults option to warn when defaults are ignored, fixes #957
See the full diff
dependency
ajv was updated from 4.11.8
to 6.10.1
.Update to this version instead π
The new version differs by 12 commits.
8b59052
6.10.1
66c2907
chore(package): update del-cli to version 2.0.0 (#1014)
d476534
chore(package): update eslint to version 6.0.0 (#1030)
c468632
test: update node.js versions for travis test
3ca7571
chore: update jshint
120d746
chore(package): update nyc to version 14.0.0 (#994)
c3093bb
Add "empty" to useDefaults Option type definition (#1020)
ab841b4
fix: addKeyword and schema without ID, closes #1001
bc993de
chore(package): update karma to version 4.0.1 (#959)
6be5ff6
fix(types): add strictKeywords to Options interface (#975)
78a9403
update JSON-Schema-Test-Suite
d107207
Fix wrong json schema reference (#961)
See the full diff
dependency
ajv was updated from 4.11.8
to 6.10.2
.dependency
ajv was updated from 4.11.8
to 6.12.0
.dependency
ajv was updated from 4.11.8
to 6.12.1
.dependency
ajv was updated from 4.11.8
to 6.12.2
.
The dependency ajv was updated from
4.11.8
to6.7.0
.This version is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Release Notes for v6.7.0
Option
useDefaults: "empty"
to replacenull
and""
(empty strings) with default values.Update draft-04 meta-schema to remove incorrect usage of "uri" format.
Commits
The new version differs by 517 commits.
38a9ad4
6.7.0
95edb49
useDefaults: "empty" (#916)
9c0a365
update readme
1efb91f
Merge branch 'yume-chan-master'
b65d61a
remove generic argument type
345afa8
Merge branch 'master' of https://github.com/yume-chan/ajv into yume-chan-master
83d018e
installation issue template
729f15c
Merge branch 'master' into master
bfc19bc
Revert "update main issue template"
7ee72a1
update main issue template
f639c7b
Merge pull request #915 from epoberezkin/issue-templates
8c7ce59
update issue templates
af24ccf
Update issue templates
0b57989
docs: equal.js file is needed, closes #890
3f68653
Merge branch 'master' into master
There are 250 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: