Skip to content

Commit f9f5d9a

Browse files
Bump @sourcemeta/jsonschema from 16.2.0 to 16.3.0 in /vscode (#206)
Bumps [@sourcemeta/jsonschema](https://github.com/sourcemeta/jsonschema) from 16.2.0 to 16.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sourcemeta/jsonschema/releases">@​sourcemeta/jsonschema's releases</a>.</em></p> <blockquote> <h2>v16.3.0</h2> <h2>What's Changed</h2> <ul> <li>Support a new <code>x-jsonld-override</code> keyword on the <code>rdf</code> command by <a href="https://github.com/jviotti"><code>@​jviotti</code></a> in <a href="https://redirect.github.com/sourcemeta/jsonschema/pull/797">sourcemeta/jsonschema#797</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sourcemeta/jsonschema/compare/v16.2.1...v16.3.0">https://github.com/sourcemeta/jsonschema/compare/v16.2.1...v16.3.0</a></p> <h2>v16.2.1</h2> <h2>What's Changed</h2> <ul> <li>Fix various misc validation issues on edge cases by <a href="https://github.com/jviotti"><code>@​jviotti</code></a> in <a href="https://redirect.github.com/sourcemeta/jsonschema/pull/796">sourcemeta/jsonschema#796</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sourcemeta/jsonschema/compare/v16.2.0...v16.2.1">https://github.com/sourcemeta/jsonschema/compare/v16.2.0...v16.2.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sourcemeta/jsonschema/commit/41bdf8dacccd7e544df48d9e782a9c4dadbdce1e"><code>41bdf8d</code></a> v16.3.0</li> <li><a href="https://github.com/sourcemeta/jsonschema/commit/259e90ce6ae7fb7c68218801e24a23eca7bae2ee"><code>259e90c</code></a> Support a new <code>x-jsonld-override</code> keyword on the <code>rdf</code> command (<a href="https://redirect.github.com/sourcemeta/jsonschema/issues/797">#797</a>)</li> <li><a href="https://github.com/sourcemeta/jsonschema/commit/4050df0733efbe69f941e6a548734045a9a0ef79"><code>4050df0</code></a> v16.2.1</li> <li><a href="https://github.com/sourcemeta/jsonschema/commit/27be434b82fcdf34d139975f459486cfcc3fbf56"><code>27be434</code></a> Fix various misc validation issues on edge cases (<a href="https://redirect.github.com/sourcemeta/jsonschema/issues/796">#796</a>)</li> <li>See full diff in <a href="https://github.com/sourcemeta/jsonschema/compare/v16.2.0...v16.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sourcemeta/jsonschema&package-manager=npm_and_yarn&previous-version=16.2.0&new-version=16.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> <!-- This is an auto-generated description by cubic. --> <a href="https://cubic.dev/pr/sourcemeta/studio/pull/206?utm_source=github" target="_blank" rel="noopener noreferrer" data-no-image-dialog="true"><picture><source media="(prefers-color-scheme: dark)" srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img alt="Review in cubic" src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a> <!-- End of auto-generated description by cubic. --> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1970e12 commit f9f5d9a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

vscode/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@
7575
],
7676
"qna": "marketplace",
7777
"dependencies": {
78-
"@sourcemeta/jsonschema": "^16.2.0"
78+
"@sourcemeta/jsonschema": "^16.3.0"
7979
}
8080
}

0 commit comments

Comments
 (0)