Skip to content

Commit 1970e12

Browse files
Bump @sourcemeta/jsonschema from 16.1.0 to 16.2.0 in /vscode (#204)
Bumps [@sourcemeta/jsonschema](https://github.com/sourcemeta/jsonschema) from 16.1.0 to 16.2.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.2.0</h2> <h2>What's Changed</h2> <ul> <li>Fix crashes on boolean schemas in various commands by <a href="https://github.com/jviotti"><code>@​jviotti</code></a> in <a href="https://redirect.github.com/sourcemeta/jsonschema/pull/792">sourcemeta/jsonschema#792</a></li> <li>Report a non-zero exit code if a <code>test</code> file has no tests by <a href="https://github.com/jviotti"><code>@​jviotti</code></a> in <a href="https://redirect.github.com/sourcemeta/jsonschema/pull/794">sourcemeta/jsonschema#794</a></li> <li>Support top-level custom linter rules by <a href="https://github.com/jviotti"><code>@​jviotti</code></a> in <a href="https://redirect.github.com/sourcemeta/jsonschema/pull/795">sourcemeta/jsonschema#795</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sourcemeta/jsonschema/compare/v16.1.0...v16.2.0">https://github.com/sourcemeta/jsonschema/compare/v16.1.0...v16.2.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sourcemeta/jsonschema/commit/a202506b15bd52e09c0e4ab068ffe81a6a2186e5"><code>a202506</code></a> v16.2.0</li> <li><a href="https://github.com/sourcemeta/jsonschema/commit/12d64a96e290a7aae67766c02e5de0c93dbf39a4"><code>12d64a9</code></a> Support top-level custom linter rules (<a href="https://redirect.github.com/sourcemeta/jsonschema/issues/795">#795</a>)</li> <li><a href="https://github.com/sourcemeta/jsonschema/commit/79fba53a2f2599d8c13201f1226f2584100b320f"><code>79fba53</code></a> Report a non-zero exit code if a <code>test</code> file has no tests (<a href="https://redirect.github.com/sourcemeta/jsonschema/issues/794">#794</a>)</li> <li><a href="https://github.com/sourcemeta/jsonschema/commit/8be969520d10107395f4b20536a63ea355ab568c"><code>8be9695</code></a> Link to JSON-LD blog post</li> <li><a href="https://github.com/sourcemeta/jsonschema/commit/e97e6d539f2124a7e7f1558471359cf95217ce29"><code>e97e6d5</code></a> Fix crashes on boolean schemas in various commands (<a href="https://redirect.github.com/sourcemeta/jsonschema/issues/792">#792</a>)</li> <li>See full diff in <a href="https://github.com/sourcemeta/jsonschema/compare/v16.1.0...v16.2.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.1.0&new-version=16.2.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/204?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 0549b10 commit 1970e12

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.1.0"
78+
"@sourcemeta/jsonschema": "^16.2.0"
7979
}
8080
}

0 commit comments

Comments
 (0)