chore(cli): update redoc to v2.5.3#2842
Conversation
🦋 Changeset detectedLatest commit: 84724b8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Coverage Report
File CoverageNo changed files found. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit df5e688. Configure here.
| "devDependencies": { | ||
| "@types/js-levenshtein": "^1.1.0", | ||
| "@types/js-yaml": "^4.0.3", | ||
| "@types/js-yaml": "^4.0.9", |
There was a problem hiding this comment.
Lockfile out of sync with packages/core/package.json
Medium Severity
The package-lock.json entry for the packages/core workspace now lists "js-yaml": "^4.1.1" and "@types/js-yaml": "^4.0.9", but the actual packages/core/package.json still specifies "js-yaml": "^4.1.0" and "@types/js-yaml": "^4.0.3". This mismatch between the lockfile and the package manifest will cause npm ci to fail since it strictly enforces consistency between these files.
Reviewed by Cursor Bugbot for commit df5e688. Configure here.


What/Why/How?
Updated redoc to v2.5.3
Reference
Testing
Screenshots (optional)
Check yourself
Security
Note
Low Risk
Patch-level dependency bump for the docs renderer only; no CLI command or auth logic changes beyond regenerated HTML fixture URLs.
Overview
Bumps the
redocdependency from 2.5.1 to 2.5.3 in@redocly/cli, with a changeset noting the patch for consumers.package-lock.jsonis refreshed (including nestedredocdeps such as@redocly/openapi-coreandopenapi-sampler).E2E and smoke HTML snapshots are updated so embedded docs load
redoc.standalone.jsfrom the Redocly CDN at v2.5.3, matching whatbuild-docsemits when it pins the script URL to the installed Redoc version.Reviewed by Cursor Bugbot for commit 84724b8. Bugbot is set up for automated code reviews on this repo. Configure here.