Skip to content

feat(reunite): switch to next realm and theme versions#7

Merged
DmitryAnansky merged 3 commits into
mainfrom
use-next-realm
Jun 9, 2026
Merged

feat(reunite): switch to next realm and theme versions#7
DmitryAnansky merged 3 commits into
mainfrom
use-next-realm

Conversation

@DmitryAnansky

Copy link
Copy Markdown
Collaborator

Switched from latest to next realm and theme versions for Cafe API

@redocly redocly Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cafe AI Review: 🟢 Completed

Reunite Agent has reviewed your changes and found 2 potential issue(s).

Note

Low Risk

Changes dependency tags for @redocly/realm and @redocly/theme from latest to next. The risk is low as this primarily impacts the documentation build and preview environments for the Cafe API, though it introduces pre-release versions of these packages.

Overview

Updates package.json to switch the @redocly/realm and @redocly/theme dependency versions from latest to next, enabling the project to use the upcoming versions of the Redocly Realm and Theme packages. Also includes the corresponding updates to package-lock.json.

@DmitryAnansky DmitryAnansky requested a review from a team June 9, 2026 14:10
Comment thread package.json
"@redocly/realm": "latest",
"@redocly/theme": "latest"
"@redocly/realm": "next",
"@redocly/theme": "next"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Switching to the next tag introduces pre-release versions. This risks pulling in unstable features or breaking changes. Verify this is the intended strategy for this project.

Comment thread package-lock.json
"@redocly/realm": "latest",
"@redocly/theme": "latest"
"@redocly/realm": "next",
"@redocly/theme": "next"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only root dependencies were updated. The resolved package versions lower in the file remain unchanged. Run npm install to fully update the lockfile and avoid inconsistent dependency resolution.

@DmitryAnansky DmitryAnansky merged commit c97ca08 into main Jun 9, 2026
7 checks passed
@DmitryAnansky DmitryAnansky deleted the use-next-realm branch June 9, 2026 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants