danmactough / jsonfeed-schema-validator

A JSON Schema and schema validator for JSON Feed (https://jsonfeed.org/).
Other
1 stars 0 forks source link

An in-range update of ajv is breaking the build 🚨 #5

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 5.4.0 of ajv was just published.

Branch Build failing 🚨
Dependency ajv
Current Version 5.3.0
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

ajv is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/danmactough/jsonfeed-schema-validator/builds/304963724?utm_source=github_status&utm_medium=notification)

Release Notes v5.4.0

Option logger to disable logging or to specify a custom logger (#618, @meirotstein).

Commits

The new version differs by 20 commits.

  • f336cda 5.4.0
  • 00be319 Merge branch 'meirotstein-master'
  • 89a80ca check that console has log, warn and error methods as well
  • 5ba22a3 remove Logger class, resolve logger object on Ajv ctor instead
  • e0c7eac create logger instance per Ajv instance
  • 4cdfcaa Merge branch 'master' into master
  • 4fe1c21 update readme with logger option
  • ceb552a logger option tests
  • b0e28ee logger component tests
  • 91374ac add logger option
  • cdd93a6 Merge pull request #621 from stuartpb/patch-1
  • 0196611 Update draft-06 meta-schema
  • 0cafcf6 docs: version 6 beta
  • c73ff44 Merge pull request #616 from kpping/patch-1
  • bddda60 make available types more noticeable

There are 20 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:

greenkeeper[bot] commented 6 years ago

After pinning to 5.3.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 6 years ago

Version 5.5.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v5.5.0

Support chaining of methods add* and remove* (#625, @pithu), see Api.

Commits

The new version differs by 8 commits.

  • a53d4e0 5.5.0
  • 2f7897d Merge pull request #633 from epoberezkin/greenkeeper/regenerator-0.11.1
  • befa8a3 Merge branch 'pithu-master'
  • f936ef5 docs: more chaining examples
  • 4a179bd chore(package): update regenerator to version 0.11.1
  • 3ca95ed Add example for method chaining to README
  • 8fe46cc Add method chaining syntax to API docu
  • c9a6f99 Add method chaining to all add* and remove* methods

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.5.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 11 commits.

  • 8aadb5d 5.5.1
  • 6385739 Merge pull request #640 from isTravis/patch-1
  • b3b5b57 Make addSchema chainable when submitting an array of schemas.
  • a53d4e0 5.5.0
  • 2f7897d Merge pull request #633 from epoberezkin/greenkeeper/regenerator-0.11.1
  • befa8a3 Merge branch 'pithu-master'
  • f936ef5 docs: more chaining examples
  • 4a179bd chore(package): update regenerator to version 0.11.1
  • 3ca95ed Add example for method chaining to README
  • 8fe46cc Add method chaining syntax to API docu
  • c9a6f99 Add method chaining to all add* and remove* methods

See the full diff