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.8.0, >= 2.8.0 to >= 2.8, < 4.4 #189

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2024

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

Changelog

Sourced from json-schema's changelog.

v4.3.0 (2024-03-26)

Full Changelog

Implemented enhancements:

v4.2.0 (2024-03-15)

Full Changelog

Implemented enhancements:

  • Ensure compatibility with ruby --enable-frozen-string-literal #508 (casperisfine)

v4.1.1 (2023-09-15)

Full Changelog

Merged pull requests:

v4.1.0 (2023-09-15)

Full Changelog

Implemented enhancements:

  • Add allPropertiesRequired and noAdditionalProperties options #494 (a-lavis)

Fixed bugs:

v4.0.0 (2023-04-24)

Full Changelog

Breaking changes:

  • Removed data ivar from JSON::Validator so that multiple validate call become faster #465 (ganmacs)

Implemented enhancements:

... (truncated)

Commits
  • 4aed27d Merge pull request #511 from bastelfreak/rel430
  • bd2bb3d Release 4.3.0
  • 907eb28 Merge pull request #510 from olleolleolle/patch-1
  • 29fcaa1 Linting json-schema.gemspec
  • 7695345 json-schema.gemspec: add metadata links
  • 8d5740d Merge pull request #509 from bastelfreak/rel420
  • b36ebf3 Release 4.2.0
  • 7e4c49a Merge pull request #508 from casperisfine/enable-frozen-string-literal
  • d1d1e48 Ensure compatibility with ruby --enable-frozen-string-literal
  • 2cc181b Merge pull request #505 from ydah/fix-typo
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.
- [Changelog](https://github.com/voxpupuli/json-schema/blob/master/CHANGELOG.md)
- [Commits](voxpupuli/json-schema@v2.8.0...v4.3.0)

---
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 8, 2024
Copy link

codecov bot commented Apr 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.40%. Comparing base (e101845) to head (893e4f1).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #189      +/-   ##
==========================================
- Coverage   85.43%   85.40%   -0.03%     
==========================================
  Files          49       49              
  Lines        4297     4297              
==========================================
- Hits         3671     3670       -1     
- Misses        626      627       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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