Skip to content

Commit 0579672

Browse files
Upgrade: [dependabot] - bump @redocly/cli from 2.26.0 to 2.29.0 (#3010)
Bumps [@redocly/cli](https://github.com/Redocly/redocly-cli) from 2.26.0 to 2.29.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>.29.0</h2> <h3>Minor Changes</h3> <ul> <li>Added new <code>score</code> command that analyzes OpenAPI 3.x descriptions and produces an AI Agent Readiness score (0-100). Reports normalized subscores, raw per-operation metrics, and top hotspot operations with human-readable explanations. Supports <code>--format=stylish</code> (default) and <code>--format=json</code> output.</li> </ul> <h3>Patch Changes</h3> <ul> <li>Improved the stability of the <code>push</code> command.</li> <li>Updated <code>@​redocly/openapi-core</code> to v2.29.0.</li> </ul> <h2><code>@​redocly/cli</code><a href="https://github.com/2"><code>@​2</code></a>.28.1</h2> <h3>Patch Changes</h3> <ul> <li>Ordered top-level keys in AsyncAPI documents during bundling for improved consistency and readability.</li> <li>Updated <code>@​redocly/openapi-core</code> to v2.28.1.</li> </ul> <h2><code>@​redocly/cli</code><a href="https://github.com/2"><code>@​2</code></a>.28.0</h2> <h3>Minor Changes</h3> <ul> <li>Moved the <code>remove-unused-components</code> decorator to the post-bundle phase so that components that become unused only after <code>$ref</code> resolution are correctly removed.</li> </ul> <h3>Patch Changes</h3> <ul> <li>Fixed an issue where the discriminator's <code>defaultMapping</code> property was not resolved when bundling.</li> <li>Updated <code>@​redocly/openapi-core</code> to v2.28.0.</li> </ul> <h2><code>@​redocly/cli</code><a href="https://github.com/2"><code>@​2</code></a>.27.1</h2> <h3>Patch Changes</h3> <ul> <li> <p>Fixed an issue where <code>--component-renaming-conflicts-severity</code> ignored conflicts when different files had components with the same name but different content.</p> <p><strong>Warning:</strong> Autogenrated component names and <code>$ref</code> paths in bundled documents may differ from older releases.</p> </li> <li> <p>Updated <code>@​redocly/openapi-core</code> to v2.27.1.</p> </li> </ul> <h2><code>@​redocly/cli</code><a href="https://github.com/2"><code>@​2</code></a>.27.0</h2> <h3>Minor Changes</h3> <ul> <li>Added support for <code>junit</code> output in the <code>scorecard-classic</code> command.</li> <li>Changed <code>lint</code> behavior with the <code>--generate-ignore-file</code> option. Now <code>lint</code> updates only the entries related to the file being linted. Other files' entries are unchanged.</li> </ul> <h3>Patch Changes</h3> <ul> <li>Updated <code>@​redocly/openapi-core</code> to v2.27.0.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Redocly/redocly-cli/commit/86990e8bf015e07bc44a23eb7d61bda96c1a2f9e"><code>86990e8</code></a> chore: 🔖 release new versions (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2753">#2753</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/28cb9771e713bc68ac71188c0bbb0fc49cf341bb"><code>28cb977</code></a> fix: improve push command stability (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2755">#2755</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/ab5c04b6418be459546a58c8450fa71ca33c7876"><code>ab5c04b</code></a> feat: add score command (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2648">#2648</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/5d278c5c95db0b1aba2b29e6379cb92d21073d15"><code>5d278c5</code></a> fix: hight severity audit vulnerabilities (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2750">#2750</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/bfa140812b2c7ae7d2c2fae8c40d8fd9f635728a"><code>bfa1408</code></a> chore: 🔖 release new versions (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2746">#2746</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/0d3b0f45a8cbddd9b1bc326dc7e07251afdc599a"><code>0d3b0f4</code></a> fix: correct sort order for async API keys and update related tests (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2741">#2741</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/47bb8cf5f8543c8d683c37953fd270a66076ab0b"><code>47bb8cf</code></a> chore: 🔖 release new versions (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2743">#2743</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/78205e7ff31089fbd856d08d0626681a129b1be2"><code>78205e7</code></a> feat: setup the post-bundle decorators (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2733">#2733</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/f0705fe61e5d9fcef157df1275900f816884c93f"><code>f0705fe</code></a> fix: resolve discriminator defaultMapping into components schemas when bundli...</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/dd741d279b91e68cdf1a655bb645da53008c56b0"><code>dd741d2</code></a> chore: update benchmark with 2.27.0 (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2742">#2742</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Redocly/redocly-cli/compare/@redocly/cli@2.26.0...@redocly/cli@2.29.0">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 64c8136 commit 0579672

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
@@ -21,6 +21,6 @@
2121
"yaml": "^2.8.3"
2222
},
2323
"dependencies": {
24-
"@redocly/cli": "^2.25.2"
24+
"@redocly/cli": "^2.29.0"
2525
}
2626
}

0 commit comments

Comments
 (0)