Skip to content

chore: bump realm and marketing-pages versions - #381

Merged
Daryna-del merged 3 commits into
mainfrom
chore/bump-realm-marketing-pages-versions
Aug 11, 2026
Merged

chore: bump realm and marketing-pages versions#381
Daryna-del merged 3 commits into
mainfrom
chore/bump-realm-marketing-pages-versions

Conversation

@Daryna-del

@Daryna-del Daryna-del commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

What/Why/How?

Bump realm to latest version - v0.136.0-next.13
Bump marketing-pages to latest version - v0.2.23

@redocly/realm@0.136.0-next.13 upgraded the router dependency to react-router@8.3.0. As of react-router v7+, the react-router-dom package was merged into react-router, so the import source from react-router-dom to react-router were updated.

Reference

Testing

Screenshots (optional)

Check yourself

  • Code is linted
  • Tested
  • All new/updated code is covered with tests

Security

  • Security impact of change has been considered
  • Code follows company security practices and guidelines

@Daryna-del
Daryna-del requested a review from a team as a code owner August 11, 2026 13:17

@redocly redocly Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

marketing-site AI Review: 🟢 Completed

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

Note

Low Risk

This PR poses low risk as it primarily updates dependencies and standardizes import paths for routing components. The changes are minor, predictable, and confined to UI components and package configurations.

Overview

  • Dependency Updates: Bumps @redocly/realm to v0.136.0-next.13 and @redocly/marketing-pages to v0.2.23 in package.json (including an override/resolution bump for realm).
  • Refactoring: Updates routing imports (useLocation, useParams, Route, Routes) in several @theme components (such as Navbar, MenuMobile, Footer, blog.page, and RootLayout) to use react-router directly instead of react-router-dom.

Comment thread package.json
"@redocly/marketing-pages": "0.2.22",
"@redocly/realm": "0.136.0-next.10",
"@redocly/marketing-pages": "0.2.23",
"@redocly/realm": "0.136.0-next.13",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Severity: Medium

The updated @redocly/realm and @redocly/marketing-pages packages require react: ^19.2.7, but overrides pin react and react-dom to 19.2.4. Update these overrides to 19.2.7 to prevent version mismatches.

Comment thread package-lock.json Outdated
@Daryna-del
Daryna-del merged commit 4a3e333 into main Aug 11, 2026
6 of 7 checks passed
@Daryna-del
Daryna-del deleted the chore/bump-realm-marketing-pages-versions branch August 11, 2026 13:43
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