Skip to content

chore(deps): bump json-schema-library from 11.5.1 to 11.6.1#939

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/json-schema-library-11.6.1
Jun 15, 2026
Merged

chore(deps): bump json-schema-library from 11.5.1 to 11.6.1#939
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/json-schema-library-11.6.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps json-schema-library from 11.5.1 to 11.6.1.

Changelog

Sourced from json-schema-library's changelog.

Changelog

11.6.0

  • added: array support for reduceOneOfFuzzy
  • added: additionally expose remote schema validation results. A schemaId is passed to error-data to id remote schema
  • fixed: childSelection suporting items.$ref
  • fixed: prototype pollution

11.5.0

  • added: option remotes: JsonSchema[] for compileSchema to simplify adding remotes
  • fixed: annotation warnings should not be reported for title, description or default
  • deprecated: DraftEditor Draft

v11.4.0

  • added schema annotation on compileSchema for unknown format
  • replaced option withSchemaAnnotations in favor of always creating all annotations

Breaking change: Moved some large format-validators to separate entry point:

  • the following format-validators have been moved to a separate entry point "json-schema-library/formats": hostname, idn-email, ipv4, ipv6, uri, uri-reference, uri-template
  • the following additional format-validators are available through "json-schema-library/formats": iri, iri-reference, idn-hostname

Use the following to add the additional format validators to drafts per default:

import { addFormats } from "json-schema-library/formats";
import { draft04, draft06, draft07, draft2019, draft2020 } from "json-schema-library";
// add additional formats to the following drafts
addFormats([draft04, draft06, draft07, draft2019, draft2020]);

v11.3.0

  • added option draft as fallback for a missing $schema id
  • added setting for properties to merge when resolving a $ref to settings.PROPERTIES_TO_MERGE

v11.2.0

  • introduced throwOnInvalidRef to abort validation when a $ref cannot be resolved
  • added export of meta-schema for all drafts using import "json-schema-library/remotes"
  • added support for format validations: idn-hostname, iri, iri-reference

v11.1.0

  • introduced upcoming keyword propertyDependenciesKeyword to package export
  • added support for keyword deprecatedMessage
  • introduced schema validation

... (truncated)

Commits
  • 1cc2a30 publish: bump version to v11.6.1
  • 7bea959 fix: #110 getData should not remove valid enum options
  • 4ff061d publish: bump version to v11.6.0
  • f2a4e91 add: array support for reduceOneOfFuzzy
  • 382fbf3 fix: revert change to mergeSchema
  • 4c2e3de fix: child selection suport for items.$ref
  • 432287e fix: #111 prototype pollution in propertyDependencies
  • d0e9d92 test: remote ref resolution to $defs
  • ae1a000 add: expose schema validation results from remotes
  • 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 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)

Bumps [json-schema-library](https://github.com/sagold/json-schema-library) from 11.5.1 to 11.6.1.
- [Release notes](https://github.com/sagold/json-schema-library/releases)
- [Changelog](https://github.com/sagold/json-schema-library/blob/main/CHANGELOG.md)
- [Commits](sagold/json-schema-library@v11.5.1...v11.6.1)

---
updated-dependencies:
- dependency-name: json-schema-library
  dependency-version: 11.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 15, 2026
@github-actions github-actions Bot merged commit 56ee0d8 into main Jun 15, 2026
3 of 4 checks passed
@github-actions github-actions Bot deleted the dependabot/npm_and_yarn/json-schema-library-11.6.1 branch June 15, 2026 01:33
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants