voxpupuli / metadata-json-lint

Tool to check the validity of Puppet metadata.json files
Apache License 2.0
29 stars 27 forks source link

Update json-schema requirement from ~> 2.8 to >= 2.8, < 4.0 #121

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #121 (bcaae5e) into master (6919241) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #121   +/-   ##
=======================================
  Coverage   50.23%   50.23%           
=======================================
  Files           5        5           
  Lines         211      211           
=======================================
  Hits          106      106           
  Misses        105      105           

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 6919241...bcaae5e. Read the comment docs.