Skip to content

Commit 3f02138

Browse files
Upgrade: [dependabot] - bump @redocly/cli from 2.20.4 to 2.21.1 (#2846)
Bumps [@redocly/cli](https://github.com/Redocly/redocly-cli) from 2.20.4 to 2.21.1. <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>.21.1</h2> <h3>Patch Changes</h3> <ul> <li>Restricted scorecard-classic project URL to the <code>.redocly.com</code> domain only.</li> <li>Fixed an issue where <code>join --prefix-components-with-info-prop</code> would incorrectly rewrite discriminator mapping refs. This issue occurred when schema names contained the same substring as the prefix.</li> <li>Updated <code>@​redocly/openapi-core</code> to v2.21.1.</li> </ul> <h2><code>@​redocly/cli</code><a href="https://github.com/2"><code>@​2</code></a>.21.0</h2> <h3>Minor Changes</h3> <ul> <li>Added a new option to the <code>filter-in</code> decorator, allowing to filter through specific target nodes (<code>PathItem</code> or <code>Operation</code>).</li> <li>Added a new option to the <code>filter-out</code> decorator, allowing to filter through specific target nodes (<code>PathItem</code> or <code>Operation</code>).</li> <li>Added support for the <code>NO_PROXY</code> environment variable.</li> </ul> <h3>Patch Changes</h3> <ul> <li>Updated <code>@​redocly/openapi-core</code> to v2.21.0.</li> </ul> <h2><code>@​redocly/cli</code><a href="https://github.com/2"><code>@​2</code></a>.20.5</h2> <h3>Patch Changes</h3> <ul> <li>Updated <code>@​redocly/openapi-core</code> to v2.20.5.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Redocly/redocly-cli/commit/d5f0324ec0600b6f62e0834009251fae8c5eab4e"><code>d5f0324</code></a> chore: 🔖 release new versions (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2650">#2650</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/72ccf7de877c3f349d88248a69bb353ff13f67b8"><code>72ccf7d</code></a> fix(join): correctly prefix discriminator mapping refs (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2642">#2642</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/cf38af1c8c0556a57dff38feb8b327297bd0ca4e"><code>cf38af1</code></a> fix: restricted scorecard-classic project url argument (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2649">#2649</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/117a2cf8ceecfdf2684ac26371953e69c8c40686"><code>117a2cf</code></a> chore: 🔖 release new versions (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2646">#2646</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/b89dd50a7d05701a61d8cd95709054fc0c8875cf"><code>b89dd50</code></a> feat: add the applyTo option to the filter-in and filter-out decorators (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2570">#2570</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/c6c9587d7a15086275686227154308b40209d0f9"><code>c6c9587</code></a> feat: add support for NO_PROXY environment variable (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2643">#2643</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/c8fe4695933a67c8557a45eafd7b33053dd9d390"><code>c8fe469</code></a> chore: 🔖 release new versions (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2645">#2645</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/09aa9a621f06004bac6fe5f6d1acfabf89080b29"><code>09aa9a6</code></a> feat: update config version and add test with snapshot (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2644">#2644</a>)</li> <li>See full diff in <a href="https://github.com/Redocly/redocly-cli/compare/@redocly/cli@2.20.4...@redocly/cli@2.21.1">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.20.4&new-version=2.21.1)](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7203f89 commit 3f02138

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

package-lock.json

Lines changed: 17 additions & 17 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.20.4"
21+
"@redocly/cli": "^2.21.1"
2222
}
2323
}

0 commit comments

Comments
 (0)