Skip to content

chore(deps): bump json-schema-library from 11.4.1 to 11.5.0#932

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps json-schema-library from 11.4.1 to 11.5.0.

Changelog

Sourced from json-schema-library's changelog.

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

v11.0.4, v11.0.5

  • removed enforcing packageManager as this failed build-jobs

v11.0.3

  • fixed type of main input-schema to support boolean
  • enforced yarn as a package manager

... (truncated)

Commits
  • 4af4a5e publish: bump version to v11.5.0
  • 99a0388 add: support list of remotes on compileSchema
  • f49a651 deprecate: Draft draftEditor
  • d5b2aaf fix: do not produce annotation warning for title, description and default
  • 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.4.1 to 11.5.0.
- [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.4.1...v11.5.0)

---
updated-dependencies:
- dependency-name: json-schema-library
  dependency-version: 11.5.0
  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 8, 2026
@github-actions github-actions Bot merged commit 6e00b4b into main Jun 8, 2026
3 of 4 checks passed
@github-actions github-actions Bot deleted the dependabot/npm_and_yarn/json-schema-library-11.5.0 branch June 8, 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