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 json-schema requirement from >= 2.7, < 4.0 to >= 2.7, < 5.0 #41

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 25, 2023

Updates the requirements on json-schema to permit the latest version.

Changelog

Sourced from json-schema's changelog.

v2.8.1 (2018-10-14)

Full Changelog

Closed issues:

  • Version 2.8.1 Patch release? #415
  • possible to enforce schema ? #410
  • undefined method `each' for "<property>":String #409
  • Documentation Request: How do I validate the schema itself? #398
  • :errors_as_objects can never be false in base_schema.validate #392
  • too complex #390
  • Release 2.8.0 of the gem is missing a tag in the repo #389
  • Remove trailing whitespaces #378
  • Failure on 'allOf' validation message output is too generic #320

v2.8.0 (2017-02-07)

Full Changelog

Closed issues:

  • JSON::Validator.fully_validate(filename, data) fails when trying to parse filename as JSON #366
  • 2.7.0 fails validating not required fields #364
  • Unable to activate json-schema-2.6.2, because addressable-2.4.0 conflicts with addressable (~> 2.3.8) #356
  • Missing comma after empty array not detected as invalid #352
  • JSON::Util::URI.parse memory leak #329
  • additionalProperties is tested and implemented incorrectly #321

Merged pull requests:

v2.7.0 (2016-09-29)

Full Changelog

Closed issues:

  • Test failure due to update in JSON-Schema-Test-Suite #357
  • addressable conflict #355
  • String "uri" format validation doesn't work #353

... (truncated)

Commits
  • 59d13c2 Bumped version to 2.8.1
  • 73b41f2 Merge branch 'correct-ruby-versions'
  • d1cea9b Update build matrix to use ruby 1.9 to 2.5
  • 2f95d53 Updated ruby to 2.4.1 and jruby to 9.1.12.0 on travis
  • c12f600 Fix validator when the specified fragment includes array
  • e51e1ff Merge pull request #342 from iainbeeston/extract-limits
  • ad375dc Extracted all attributes out to their own file
  • 8e5b3ef Extracted all limits out to their own file
  • 57639a1 Load all formats using glob
  • 3c50306 Merge pull request #383 from notEthan/webmock_2
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [json-schema](https://github.com/voxpupuli/json-schema) to permit the latest version.
- [Release notes](https://github.com/voxpupuli/json-schema/releases)
- [Changelog](https://github.com/voxpupuli/json-schema/blob/master/CHANGELOG.md)
- [Commits](voxpupuli/json-schema@v2.7.0...v2.8.1)

---
updated-dependencies:
- dependency-name: json-schema
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants