chore: update @redocly/cli package version to 1.34.13 - #112
Merged
Conversation
lesyk-lesyk
marked this pull request as ready for review
April 27, 2026 13:25
There was a problem hiding this comment.
Pull request overview
This PR updates the GitHub Action to use a newer @redocly/cli version (including updated import paths) and refreshes contributor/release guidance.
Changes:
- Update internal imports from
@redocly/cli/lib/cms/...to@redocly/cli/lib/reunite/.... - Bump
@redocly/clidependency and regenerate lockfile / license bundle output. - Improve docs by linking to
CONTRIBUTING.mdand updating release instructions.
Reviewed changes
Copilot reviewed 8 out of 12 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/set-commit-statuses.ts | Switch Redocly CLI import paths from cms to reunite. |
| src/main.ts | Switch command imports to the new reunite path. |
| src/tests/main.test.ts | Update test mocks/imports to match new CLI paths. |
| src/tests/fixtures.ts | Update fixture type import path. |
| fake-api-server/fake-api-server.ts | Update API type import path. |
| package.json | Update CLI dependency; adjust packaging script; add release script. |
| package-lock.json | Lockfile updated for the new CLI version and transitive deps. |
| dist/licenses.txt | Regenerated license bundle content for new transitive deps. |
| README.md | Add link to contribution guidelines. |
| CONTRIBUTING.md | Update release flow instructions to reference npm run release. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
SmoliyY
approved these changes
Apr 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What/Why/How?
Reference
N/a
Testing
In separate repository using commit sha.
Screenshots / Video (optional)
N/a
Additional context
N/a