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

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

Open
greenkeeper bot opened this issue May 14, 2017 · 16 comments
Open

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

greenkeeper bot opened this issue May 14, 2017 · 16 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented May 14, 2017

Version 5.1.0 of ajv just got published.

Branch Build failing 🚨
Dependency ajv
Current Version 5.0.1
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 this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v5.1.0

Changed order of type validation - "type" keyword is now validated before keywords that apply to all types.

Commits

The new version differs by 7 commits0.

  • d2cb328 5.1.0
  • a8d91c5 Merge pull request #488 from epoberezkin/type-validation
  • a02b9a6 refactor: make sure "type": "integer" is vaildated before other keywords, closes #485
  • f60fedb feat: validate types before other keywords, #485
  • 6f0ff64 docs: fix example for additionalProperties keyword
  • 78fffde Merge pull request #479 from handrews/error-doc
  • a71cece docs: FAQ for additionalProperties error messages

false

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented May 14, 2017

Version 5.1.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 2 commits0.

  • a454569 5.1.1
  • 58a2272 fix: incorrect integer validation, closes #490

false

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 19, 2017

Version 5.1.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 13 commits.

  • 29e6238 5.1.2
  • 9e5eeb1 Merge branch 'blainesch-patch-1'
  • fc66d31 docs: it.util.equal
  • d01a0b8 Expose equal from util.
  • bd1af60 Merge branch 'boenrobot-uglify3'
  • a7804bd Made bundle.js write the uncompressed bundle only when standalone is present. Previously, it would instead write it, and remove it later if applicable.
  • 38808e1 Merge branch 'master' into uglify3
  • 5d9c93b Merge pull request #484 from epoberezkin/greenkeeper/initial
  • be552a6 Tweaked bundle.js to support UglifyJS3.
  • 8ffd98c use uglify-js 2.x
  • f3abd13 Merge branch 'master' into greenkeeper/initial
  • 4b7e422 docs(readme): add Greenkeeper badge
  • 0829178 chore(package): update dependencies

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 20, 2017

Version 5.1.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 4 commits.

  • 788bb7b 5.1.3
  • 022a825 test: additional tests to verify number of errors when type is used
  • 6f1f083 fix: type validation
  • cad7605 Revert "refactor: make sure "type": "integer" is vaildated before other keywords, closes #485"

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 25, 2017

Version 5.1.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 7 commits.

  • 5f1a8fd 5.1.4
  • 08cbec7 fix: add var
  • 2977088 fix: contains allows empty array when sibling property uses $ref in schema, closes #502
  • 78ba5ef test: failing test for #502 (contains allows epty array when sibling property uses $ref in schema)
  • f2f7a7d test: add jshint
  • d41c12b docs: fix link
  • b05f9d9 docs: corrections

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 15, 2017

Version 5.1.6 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 10 commits.

  • ff9f93a 5.1.6
  • 0d6ae42 fix: traverse only schema objects, fixes #521
  • daf7d6b docs: using with draft-04
  • 9f0b563 Merge pull request #508 from epoberezkin/greenkeeper/nyc-11.0.2
  • 55727d9 test: remove node v0.12, v5, add v8 to travis test
  • eac5902 chore(package): update nyc to version 11.0.2
  • f1c9f15 Merge pull request #507 from epoberezkin/greenkeeper/chai-4.0.1
  • d74a381 chore(package): update chai to version 4.0.1
  • 526baa5 5.1.5
  • 52e944b fix: incorrect error reporting for exclusiveMaximum/Minimum, closes #506

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 16, 2017

Version 5.2.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 5.2.0

Refactor: separate "equal" into package fast-deep-equal

Commits

The new version differs by 2 commits.

  • 2343425 5.2.0
  • 0a1c57e refactor: replace "equal" with package fast-deep-equal

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 6, 2017

Version 5.2.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 13 commits.

  • 8c4d329 5.2.1
  • 4d76c6f Merge pull request #525 from epoberezkin/greenkeeper/eslint-4.1.0
  • 80dddfd style: enable no-useless-escape rule
  • e25fc25 style: changes in eslint config for eslint v4
  • 3392684 Merge branch 'master' into greenkeeper/eslint-4.1.0
  • 5211740 Merge pull request #527 from epoberezkin/greenkeeper/del-cli-1.1.0
  • df1606a Merge pull request #532 from jboavida/unescape-json-ptr
  • 107c4d2 Add util.unescapeJsonPointer to compilation context
  • 8781f0b chore(package): update del-cli to version 1.1.0
  • 9741365 docs: correct JSON-Schema to JSON Schema
  • 4e24030 chore(package): update eslint to version 4.1.0
  • fb23fe1 Merge pull request #523 from epoberezkin/greenkeeper/fast-deep-equal-1.0.0
  • 70251c9 fix(package): update fast-deep-equal to version 1.0.0

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 10, 2017

Version 5.2.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 2 commits.

  • 97a3185 5.2.2
  • 6a2225b fix: same missing $ref used more then once throws exception with missingRefs: false, fixes #533

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 25, 2017

Version 5.2.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 11 commits.

  • e98d031 5.2.3
  • 2b0f141 docs: using referenced schemas, closes #572, closes #574
  • 27a009c Merge pull request #571 from F1NYA/patch-1
  • 08f0b59 Superfluous bracket in README.md
  • 9a13b28 Merge pull request #566 from epoberezkin/greenkeeper/js-beautify-1.7.3
  • 4ee5790 chore(package): update js-beautify to version 1.7.3
  • 54076b3 Merge pull request #564 from epoberezkin/greenkeeper/js-beautify-pin-1.6.14
  • f173fdb chore: pin js-beautify to 1.6.14
  • 324cf30 Merge pull request #562 from dzuremar/patch-1
  • 40f614d Update KEYWORDS.md
  • 1452f30 docs: show $data option in example, #529, #536

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 22, 2017

Version 5.2.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 23 commits.

  • 80470c3 5.2.4
  • d5eecbd chore: update uglify-js
  • 03b8d67 Merge pull request #592 from epoberezkin/fix-types
  • 8f27e54 Merge pull request #598 from gj/fix-typos-in-readme
  • 40bef80 docs: readme.md
  • 5225354 docs: readme.md corrections
  • cbff507 Fix minor grammatical issues and typos in README.md
  • a30289e Merge pull request #595 from epoberezkin/greenkeeper/uglify-js-pin-3.1.3
  • 1ceefdb chore: pin uglify-js to 3.1.3
  • 2838678 fix: type definition for Ajv, closes #568
  • b6d35aa fix: type definition for ValidateFunction, closes #584
  • 3db9656 fix: type definition for FormatValidator, closes #570
  • baa2bd7 chore: update js-beautify version, closes #580
  • c843d18 Merge pull request #576 from epoberezkin/greenkeeper/mocha-4.0.0
  • aeecc77 Merge pull request #577 from hans-kinnek/patch-1

There are 23 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 24, 2017

Version 5.2.5 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 3 commits.

  • 991b4be 5.2.5
  • 4e12e8f Merge pull request #606 from Delagen/master
  • afae68a fix typings from #592, fixes #603

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 24, 2017

Version 5.3.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v5.3.0

Replace json-stable-stringify with a faster fork without jsonify.

Commits

The new version differs by 2 commits.

  • 256100c 5.3.0
  • 75c9595 refactor: use fast-json-stable-stringify, closes #569, closes #579

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 20, 2017

Version 5.4.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

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

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 24, 2017

Version 5.5.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

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
Copy link
Author

greenkeeper bot commented Dec 2, 2017

Version 5.5.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 3 commits.

  • 8aadb5d 5.5.1
  • 6385739 Merge pull request #640 from isTravis/patch-1
  • b3b5b57 Make addSchema chainable when submitting an array of schemas.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 16, 2017

Version 5.5.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 13 commits.

  • cecd4ec 5.5.2
  • b915832 docs: update performance chart
  • 90bd281 chore: update typescript
  • 33efef3 Merge branch 'Delagen-master'
  • ef0fc0f Merge branch 'master' of ssh://github.com/Delagen/ajv into Delagen-master
  • 7a7812f chore: regenerator semver
  • 217c5e3 Merge branch 'greenkeeper/regenerator-0.12.2'
  • 88b3018 replace Object to object due (Object=any), add CompilationContext interface
  • 2e75568 chore(package): update regenerator to version 0.12.2
  • 2d4ca22 Merge pull request #642 from epoberezkin/greenkeeper/json-schema-test-2.0.0
  • da43adb chore: update JSON-Schema-Test-Suite
  • 70916a3 chore(package): update json-schema-test to version 2.0.0
  • 81b810f test: update JSON-Schema-Test-Suite

See the full diff

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

No branches or pull requests

0 participants