Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ajv to the latest version 🚀 #75

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

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Aug 17, 2018

Version 6.5.3 of ajv was just published.

Dependency ajv
Current Version 5.5.2
Type devDependency

The version 6.5.3 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 166 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
  • 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

There are 166 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 🌴

@codecov
Copy link

codecov bot commented Aug 17, 2018

Codecov Report

Merging #75 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #75   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           9      9           
  Lines         100    100           
  Branches       11     11           
=====================================
  Hits          100    100

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 141e8eb...e3bcc63. Read the comment docs.

greenkeeper bot added a commit that referenced this pull request Sep 23, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 23, 2018

  • The devDependency ajv was updated from 5.5.2 to 6.5.4.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • 8578816 6.5.4
  • 5c41a84 Merge pull request #863 from epoberezkin/fix-861-property-names
  • c1f929b fix: propertyNames with empty schema, closes #861
  • 70362b9 test: failing test for #861
  • 12e1655 Merge pull request #862 from billytrend/patch-2
  • f01e92a Fixes grammar
  • 851b73c Merge pull request #858 from epoberezkin/greenkeeper/bluebird-pin-3.5.1
  • 9aa65f7 fix: pin bluebird to 3.5.1

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 4, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 4, 2018

  • The devDependency ajv was updated from 5.5.2 to 6.5.5.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 494026e 6.5.5
  • 6478687 Merge pull request #860 from ossdev07/master
  • 2acd5f3 Merge pull request #865 from jsdevel/adding-logger-to-ts
  • d5edde4 Merge pull request #871 from nwoltman/patch-1
  • 8d769b6 Remove duplicated character in email regex
  • ae68416 Adding logger to typescript Options declaration.
  • 85b7f52 replacing phantomjs with headless chrome

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 29, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 29, 2018

  • The devDependency ajv was updated from 5.5.2 to 6.6.0.

Update to this version instead 🚀

Release Notes for v6.6.0

Keyword "nullable" from OpenAPI spec
Replaced phantomjs with headless chrome

Commits

The new version differs by 7 commits.

  • d665aab 6.6.0
  • 9fd1c2a chore: un-pin bluebird
  • f9fcc50 refactor: remove "equal" file
  • f5937d9 remove old draft-6 mentions
  • d298a48 fix types
  • c8a3277 docs: type definition for serialize option, #880
  • f2010f4 feat: keyword "nullable", #486, closes epoberezkin/ajv-keywords#32

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 29, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 29, 2018

  • The devDependency ajv was updated from 5.5.2 to 6.6.1.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 16, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 16, 2018

  • The devDependency ajv was updated from 5.5.2 to 6.6.2.

Update to this version instead 🚀

Commits

The new version differs by 9 commits.

  • 78b77b6 6.6.2
  • b4c0af9 docs: mark url format as deprecated
  • 223058b refactor: remove uri format change during schema validation, closes #906
  • 9380a10 Merge branch 'duxing-master'
  • aec3c5b Merge branch 'master' of https://github.com/duxing/ajv into duxing-master
  • 8f24e34 Replace lib/refs/json-schema-draft-04.json with a copy of the official one
  • 059448c Merge pull request #900 from epoberezkin/greenkeeper/karma-sauce-launcher-2.0.0
  • 3df9b73 Adding example to load official draft-04 to README
  • a37ed7d chore(package): update karma-sauce-launcher to version 2.0.0

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 13, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 13, 2019

  • The devDependency ajv was updated from 5.5.2 to 6.7.0.

Update to this version instead 🚀

Release Notes for v6.7.0

Option useDefaults: "empty" to replace null and "" (empty strings) with default values.
Update draft-04 meta-schema to remove incorrect usage of "uri" format.

Commits

The new version differs by 17 commits.

There are 17 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 9, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 9, 2019

  • The devDependency ajv was updated from 5.5.2 to 6.9.0.

Update to this version instead 🚀

Release Notes for v6.9.0

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.
  • more strict validation of the definition using JSON Schema.
Commits

The new version differs by 23 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.
  • 6d4b31e 6.8.1

There are 23 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 10, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 10, 2019

  • The devDependency ajv was updated from 5.5.2 to 6.9.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 22, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 22, 2019

  • The devDependency ajv was updated from 5.5.2 to 6.9.2.

Update to this version instead 🚀

Commits

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

greenkeeper bot added a commit that referenced this pull request Mar 3, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 3, 2019

  • The devDependency ajv was updated from 5.5.2 to 6.10.0.

Update to this version instead 🚀

Release Notes for v6.10.0

Option strictDefaults to report ignored defaults (#957, @not-an-aardvark)
Option strictKeywords to report unknown keywords (#781)

Commits

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

greenkeeper bot added a commit that referenced this pull request Jul 6, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 6, 2019

  • The devDependency ajv was updated from 5.5.2 to 6.10.1.

Update to this version instead 🚀

Commits

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

greenkeeper bot added a commit that referenced this pull request Jul 14, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 14, 2019

  • The devDependency ajv was updated from 5.5.2 to 6.10.2.

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 22, 2020

  • The devDependency ajv was updated from 5.5.2 to 6.12.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 22, 2020
greenkeeper bot added a commit that referenced this pull request Apr 18, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 18, 2020

  • The devDependency ajv was updated from 5.5.2 to 6.12.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 19, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 19, 2020

  • The devDependency ajv was updated from 5.5.2 to 6.12.2.

Update to this version instead 🚀

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

Successfully merging this pull request may close these issues.

None yet

0 participants