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, < 4.3 to >= 2.8, < 4.4 #104

Merged
merged 1 commit into from Apr 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 27, 2024
JonathanHallam
JonathanHallam previously approved these changes Mar 28, 2024
@JonathanHallam JonathanHallam self-requested a review March 28, 2024 16:20
@JonathanHallam JonathanHallam dismissed their stale review March 28, 2024 16:20

not up to date with publishing api

@brucebolt
Copy link
Member

I've tested this change locally with Publishing API and not seen any issues.

Once a new version of this gem is released, dependabot will raise a PR to update the version Publishing API.

@brucebolt brucebolt merged commit dcf627f into main Apr 10, 2024
12 checks passed
@brucebolt brucebolt deleted the dependabot/bundler/json-schema-gte-2.8-and-lt-4.4 branch April 10, 2024 09:46
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants