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

fix(deps): update dependency ajv to v6 #105

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 2, 2018

This PR contains the following updates:

Package Type Update Change References
ajv dependencies major ^5.3.0 -> ^6.0.0 source

Release Notes

epoberezkin/ajv

v6.5.5

Compare Source

v6.5.4

Compare Source

v6.5.3

Compare Source

v6.5.2

Compare Source

v6.5.1

Compare Source

v6.5.0

Compare Source

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

v6.4.0

Compare Source

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

v6.3.0

Compare Source

Typescript declarations updated to use PromiseLike (#​717, @​krenor)

v6.2.1

Compare Source

v6.2.0

Compare Source

Parameter allowedValue in the error of const keyword (#​713, @​marshall007).

v6.1.1

Compare Source

v6.1.0

Compare Source

A different error message for additionalProperties error with errorDataPath: 'property' option (#​671, @​lehni)

v6.0.1

Compare Source

v6.0.0

Compare Source

Changes from v5.5.2

draft-07 support:

  • if/then/else keywords
  • $comment keyword
  • default meta-schema is draft-07

Schema IDs

  • only $id keyword is used as schema ID by default.
  • schemaId option should be set to "id" or "auto" for id keyword to be used.
    See Options.

Formats

  • date, date-time, time: support leap year and leap second
  • json-pointer: only validates a string format of JSON pointer
  • json-pointer-uri-fragment: to validate uri-fragment format of JSON pointer

Keyword changes

  • Improved algorithm for uniqueItems keyword to validate an array of same-type scalars in one pass
  • Keywords uniqueItems and contains are validated after items and type coercion (with coerceTypes option)
  • Additional error parameters for oneOf keyword
  • Removed deprecated patternGroups keyword
  • Reserved annotation keywords: examples, readOnly, writeOnly, contentEncoding, contentMediaType.

Other

  • Defaults are now assigned inside schemas of then/else keywords.
  • Option $comment to log/pass to a function strings from $comment keyword.
  • Async schemas can only be compiled to async functions, compilation to generator functions is no longer supported.
  • Documented convention for plugins.
  • Removed v5 meta-schema.
  • Removed nodent bundle, ajv-async bundle includes nodent now.

Renovate configuration

📅 Schedule: "before 2am" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot added the dependencies label Apr 2, 2018
@renovate renovate bot changed the title fix(deps): update dependency ajv to ^6.0.0 fix(deps): update dependency ajv to v6 Apr 17, 2018
ahmadnassri pushed a commit that referenced this pull request Nov 7, 2018
@renovate renovate bot deleted the renovate/ajv-6.x branch November 7, 2018 01:50
@ahmadnassri
Copy link
Owner

🎉 This issue has been resolved in version 5.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ahmadnassri ahmadnassri added the released This change has been released label Nov 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released This change has been released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants