Skip to content

Commit a46371d

Browse files
Upgrade: [dependabot] - bump @redocly/cli from 2.18.0 to 2.18.1 (#2389)
Bumps [@redocly/cli](https://github.com/Redocly/redocly-cli) from 2.18.0 to 2.18.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>.18.1</h2> <h3>Patch Changes</h3> <ul> <li>Fixed validation of examples where combining <code>required</code> with <code>readOnly</code> or <code>writeOnly</code> properties would incorrectly generate warnings.</li> <li>Updated <code>@​redocly/respect-core</code> to v2.18.1.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Redocly/redocly-cli/commit/34f6dacc47888310fa03f6ba319caea370115327"><code>34f6dac</code></a> chore: 🔖 release new versions (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2560">#2560</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/178bf139768853999c3c6e385c926bf4d75a52a8"><code>178bf13</code></a> chore: fix dependencies versions after audit (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2554">#2554</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/554f85aec198fcac4c3ccf514d9f27d13e7f6618"><code>554f85a</code></a> chore: update changeset (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2561">#2561</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/6088234dd5c061a019b3b1e439cd7c45b7362bb7"><code>6088234</code></a> fix: example validation for readOnly/writeOnly properties (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2521">#2521</a>)</li> <li>See full diff in <a href="https://github.com/Redocly/redocly-cli/compare/@redocly/cli@2.18.0...@redocly/cli@2.18.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.18.0&new-version=2.18.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 d88a293 commit a46371d

File tree

2 files changed

+31
-48
lines changed

2 files changed

+31
-48
lines changed

package-lock.json

Lines changed: 30 additions & 47 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
@@ -16,7 +16,7 @@
1616
"clean": "rm -rf lib coverage prescriptions-for-patients.preprocessed.yaml"
1717
},
1818
"devDependencies": {
19-
"@redocly/cli": "^2.18.0",
19+
"@redocly/cli": "^2.18.1",
2020
"tsx": "4.21.0"
2121
}
2222
}

0 commit comments

Comments
 (0)