ebullient / ttrpg-convert-cli

Utility to convert JSON data (for content you own) from 5etools or pf2etools into Obsidian-friendly Markdown.
https://www.ebullient.dev/projects/ttrpg-convert-cli/
Apache License 2.0
185 stars 37 forks source link

Bump com.github.victools:jsonschema-generator from 4.35.0 to 4.36.0 #511

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps com.github.victools:jsonschema-generator from 4.35.0 to 4.36.0.

Release notes

Sourced from com.github.victools:jsonschema-generator's releases.

4.36.0 – Support Boolean const and Jackson "Accept Single Value as Array"

jsonschema-generator

Added

  • new Option.ACCEPT_SINGLE_VALUE_AS_ARRAY to support Jackson DeserializationFeature of the same name, i.e., when an array type is declared, an instance of a single item should also be accepted by the schema

Changed

  • consider Boolean values as valid in const/enum (i.e., no longer ignore them)

jsonschema-module-jakarta-validation

Added

  • populate const/enum based on @AssertTrue/@AssertFalse
Changelog

Sourced from com.github.victools:jsonschema-generator's changelog.

[4.36.0] - 2024-07-20

jsonschema-generator

Added

  • new Option.ACCEPT_SINGLE_VALUE_AS_ARRAY to support Jackson DeserializationFeature of the same name, i.e., when an array type is declared, an instance of a single item should also be accepted by the schema

Changed

  • consider Boolean values as valid in const/enum (i.e., no longer ignore them)

jsonschema-module-jakarta-validation

Added

  • populate const/enum based on @AssertTrue/@AssertFalse
Commits
  • 92277e2 chore: release 4.36.0
  • 70c473b feat: Option.ACCEPT_SINGLE_VALUE_AS_ARRAY (#460)
  • 21faa6b chore(deps): bump rexml from 3.2.8 to 3.3.2 in /slate-docs (#459)
  • ee3c14d chore(docs): Update Changelog
  • 91cf55f feat: Support Jakarta @AssertTrue/@​AssertFalse annotations (#457)
  • 9bc8a89 chore: add example for target type override (#452)
  • 04a701b chore: clean up special characters in javadocs
  • ca35660 chore: Prepare for next development iteration
  • 4eec165 chore(deps): bump rexml from 3.2.5 to 3.2.8 in /slate-docs (#445)
  • f7a1b63 chore(deps): bump nokogiri from 1.16.2 to 1.16.5 in /slate-docs (#444)
  • See full diff 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 show 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)