Skip to content

Commit 0b05bc6

Browse files
Upgrade: [dependabot] - bump @redocly/cli from 2.11.1 to 2.12.0 (#2472)
Bumps [@redocly/cli](https://github.com/Redocly/redocly-cli) from 2.11.1 to 2.12.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Redocly/redocly-cli/releases"><code>@​redocly/cli</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​redocly/cli</code><a href="https://github.com/2"><code>@​2</code></a>.12.0</h2> <h3>Minor Changes</h3> <ul> <li>Added OpenAPI 3.2 XML modeling support.</li> </ul> <h3>Patch Changes</h3> <ul> <li>Fixed an issue where the <code>no-required-schema-properties-undefined</code> caused a crash when encountering unresolved <code>$ref</code>s.</li> <li>Updated <code>@​redocly/openapi-core</code> to v2.12.0.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Redocly/redocly-cli/commit/6ea5a7558d553fa49186c1ff75d5cf2a55de0f81"><code>6ea5a75</code></a> chore: 🔖 release new versions (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2418">#2418</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/81f884c3122808c3b926aadebfe24a28ec6ba6fe"><code>81f884c</code></a> chore: update config to v0.40.0 (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2427">#2427</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/5a82b65545893cded4929530e022a3ab58f6e759"><code>5a82b65</code></a> chore: update config package; update benchmark setup (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2426">#2426</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/78c9e0b20ccbf886ce259d5bb12fc5e20d0cb43e"><code>78c9e0b</code></a> docs: update support email in examples (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2422">#2422</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/0b18598619a78f4c86aeef224d8593a7749c4fa1"><code>0b18598</code></a> feat: add OpenAPI 3.2 XML modeling support (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2420">#2420</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/fe0a4837ca6ccb14126aaf9394eb30c2823700c3"><code>fe0a483</code></a> docs: clarify the join command behavior (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2421">#2421</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/810ff311fc7abc91bc02a4cdc3d761733c4ea033"><code>810ff31</code></a> fix: avoid crashing in the no-required-schema-properties-undefined rule when ...</li> <li>See full diff in <a href="https://github.com/Redocly/redocly-cli/compare/@redocly/[email protected]...@redocly/[email protected]">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@redocly/cli&package-manager=npm_and_yarn&previous-version=2.11.1&new-version=2.12.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 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 <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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7aa5ae5 commit 0b05bc6

File tree

2 files changed

+18
-35
lines changed

2 files changed

+18
-35
lines changed

package-lock.json

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

packages/specification/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
},
1919
"homepage": "https://github.com/NHSDigital/eps-prescription-status-update-api",
2020
"devDependencies": {
21-
"@redocly/cli": "^2.11.1"
21+
"@redocly/cli": "^2.12.0"
2222
}
2323
}

0 commit comments

Comments
 (0)