asyncapi / parser-go

It parses AsyncAPI documents.
Apache License 2.0
55 stars 17 forks source link

chore(deps): bump github.com/xeipuuv/gojsonschema from 1.1.0 to 1.2.0 #129

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/xeipuuv/gojsonschema from 1.1.0 to 1.2.0.

Release notes

Sourced from github.com/xeipuuv/gojsonschema's releases.

v1.2.0

  • Fix a race condition when registering new formats. #241
  • Improve the performance of uniqueItems. #245
  • Fix an issue where integers would be shown as a fraction #248
  • Require format to be of type string and formats can now be registered after a schema is parsed. #249
  • Improve the handling of true and false schema. #267
  • Fix an issue where an invalid schema would cause a panic. #269
  • Properly handle file URIs that contain spaces. #272
Commits
  • 82fcdeb Fix filepath with spaces not working by unescaping the file URI before
  • 66521ed Update .travis.yml
  • 6a016cf changed way of assertion
  • 848af29 change type checking to compatible in library
  • e016113 add check for schema asssertion
  • be09369 Add native support for true and false schema
  • d5a76c7 Rewrite "additionalProperties" validation logic and fix the context when a sc...
  • 9486476 Remove all functions on *subSchema as they are used at most once anyway
  • 357c7aa init go mod
  • 16a6735 Require the format keyword to be of type string, restructure some of
  • Additional commits viewable in compare view


Dependabot compatibility score

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

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

asyncapi-bot commented 2 years ago

:tada: This PR is included in version 0.4.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: