Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Update ajv to the latest version 🚀 #10

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Mar 3, 2018

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 6.2.1 of ajv was just published.

Dependency ajv
Current Version 5.5.2
Type devDependency

The version 6.2.1 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.

It might be worth looking into these changes and trying to get this project onto the latest version of ajv.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 114 commits.

  • f0836de 6.2.1
  • db56b51 fix: error messages for exclusiveMaximum/Minimum wint $data, closes #722
  • 8bbc1a2 fix: uniqueItems when item type is array of types, closes #727
  • 33e2a41 Merge pull request #726 from domoritz/master
  • c6de774 Fix typo
  • 352034c Support unique items that are properties of hash.
  • 6d62c71 failing test for #725
  • 2abd991 6.2.0
  • 3362275 Merge pull request #698 from epoberezkin/greenkeeper/browserify-16.0.0
  • 5cdf5ca Merge branch 'wla80-master'
  • 0a39f1d docs: compile method
  • d87d761 Merge branch 'master' of https://github.com/wla80/ajv into wla80-master
  • 1c702d6 Merge pull request #718 from marshall007/marshall_713
  • a6f1345 docs: allowedValue param in const keyword error
  • aabd995 feat: allowedValue param in const keyword error, closes #713

There are 114 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Mar 17, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 17, 2018

Version 6.3.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 5c063d8 6.3.0
  • 1dac91c docs: corrections, uri-reference format
  • 80d249a docs: using JSON Schema in FAQ
  • d9c02e0 docs: use multiple issue templates
  • 8b65c11 Merge pull request #730 from krenor/ts-promise-typings
  • 15e8d62 Replace Thenable with official PromiseLike declaration

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 25, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 25, 2018

Version 6.4.0 just got published.

Update to this version instead 🚀

Release Notes v6.4.0

Support URNs in $id - core url package is replaced with url-js (#423, @sondrele).

Commits

The new version differs by 9 commits.

  • 2a63674 6.4.0
  • 60f31ae chore: do not create package-lock.json
  • 309f9e3 Merge branch 'sondrele-fix/resolve-uri'
  • ca7fb83 Merge branch 'fix/resolve-uri' of https://github.com/sondrele/ajv into sondrele-fix/resolve-uri
  • 3834eb4 test: remove unused node version checks
  • c38089e test: run browser tests in node 8 only
  • 72b1cbb fix: option v5 used instead of $data
  • cad7dc9 fix: check only own properties of schema, change property limit for equility check from 5 to 8, fixes #743
  • cf8f9d3 fix: use uri-js to resovle uri's

See the full diff

greenkeeper bot added a commit that referenced this pull request May 8, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 8, 2018

Version 6.5.0 just got published.

Update to this version instead 🚀

Release Notes v6.5.0

With option passContext, the context is now passed in recursive/mutually recursive refs (@cvlab, #768).

Commits

The new version differs by 13 commits.

  • b41f940 6.5.0
  • 40bd2da Merge pull request #771 from cvlab/master
  • 911555f Merge pull request #783 from jonganc/patch-1
  • 83314de Fix small typos
  • 5ebfe2c passContext in recursive $ref
  • dde4447 Merge pull request #776 from epoberezkin/greenkeeper/update-to-node-10
  • a8ba8e6 Merge pull request #775 from epoberezkin/greenkeeper/uri-js-4.2.1
  • f617bcc Merge pull request #774 from epoberezkin/greenkeeper/fast-deep-equal-2.0.1
  • 7ce638b fix(package): update fast-deep-equal to version 2.0.1
  • bd67891 Update to node 10 in .travis.yml
  • e88e5f5 Merge pull request #761 from jwalton/master
  • dfaee84 Fix typescript defs to allow numeric validators.
  • a42a140 fix(package): update uri-js to version 4.2.1

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 10, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 10, 2018

Version 6.5.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • 0020556 6.5.1
  • aa5ab8d Merge pull request #804 from epoberezkin/fix-compile-async
  • 32651b5 fix: compileAsync schema with multiple remote schemas and some recursive, fixes #801
  • 5e59fa2 Merge pull request #797 from epoberezkin/greenkeeper/nyc-12.0.1
  • 3797ab7 Merge pull request #803 from epoberezkin/greenkeeper/json-schema-traverse-0.4.1
  • 15c6d07 failing test for compileAsync, #801
  • ede2715 fix(package): update json-schema-traverse to version 0.4.1
  • 3165ee3 chore(package): update nyc to version 12.0.1

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 30, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 30, 2018

Version 6.5.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • 88d57fa 6.5.2
  • 8e51927 Merge pull request #812 from epoberezkin/greenkeeper/eslint-5.0.0
  • 558ddfe chore: remove node 4 from travis test
  • 91324a6 Merge pull request #811 from epoberezkin/greenkeeper/brfs-2.0.0
  • 0fdb505 Merge branch 'jstewmon-macro-ref'
  • 4865e6e support resolving internal refs from macro keywords
  • c092118 chore(package): update eslint to version 5.0.0
  • f954bd9 chore(package): update brfs to version 2.0.0

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 17, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 17, 2018

Version 6.5.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • 8e7f47a 6.5.3
  • cd53f36 fix types
  • 7113dfa Merge pull request #839 from BoLaMN/bsontype
  • 48cd2dc Merge pull request #838 from epoberezkin/greenkeeper/karma-3.0.0
  • 0953738 Merge pull request #834 from mduu/master
  • 0dba01b add bsonType plugin
  • 4074aee chore(package): update karma to version 3.0.0
  • 9c04afb Upgrade uri-js dependency to the ES5 fixed version

See the full diff

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants