chore: pin @camunda8/openapi-docs to ^4.6.5#8574
Merged
Conversation
Temporary constraints until we upgrade to Docusaurus 3.10.0: - Pin @camunda8/docusaurus-plugin-openapi-docs and @camunda8/docusaurus-theme-openapi-docs to ~4.6.5 (the 4.x stream with peerDeps capped at <3.10.0). - Cap @docusaurus/* packages at <3.10.0 to prevent Renovate from pulling 3.10.0, which breaks SSG due to a Tabs API refactor (useTabs -> useTabsContextValue). Once we're ready for Docusaurus 3.10.0, switch to @camunda8/*@5.x which includes the upstream v5.0.0 merge with the Tabs API migration.
777ac1c to
003d2a8
Compare
jwulf
previously approved these changes
Apr 13, 2026
Temporary pin until we upgrade to Docusaurus 3.10.0 + @camunda8/*@5.x. The @camunda8 4.x packages declare peerDependencies <3.10.0 for Docusaurus, which will warn on mismatch if Docusaurus is bumped independently.
003d2a8 to
1eb29cd
Compare
jwulf
approved these changes
Apr 13, 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.
Summary
Temporary pin until we upgrade to Docusaurus 3.10.0 +
@camunda8/*@5.x.Changes
@camunda8/docusaurus-plugin-openapi-docsand@camunda8/docusaurus-theme-openapi-docsto^4.6.5Why
Docusaurus 3.10.0 refactored the Tabs API (
useTabs(props)→useTabsContextValue(props)+useTabs()). The@camunda84.x theme code calls the olduseTabs(props), which in 3.10.0 is now a context consumer (no args) — causinguseTabsContext() must be used within a Tabs componenterrors that crash SSG on all 482+ API spec pages.The
@camunda84.x packages declarepeerDependencies: <3.10.0for@docusaurus/*, so npm will warn if Docusaurus is bumped to 3.10.0 while still on 4.x.What happens next
The
@camunda8fork has a 5.x stream (onmain) that includes the upstream v5.0.0 merge with the Tabs API migration and requires Docusaurus>=3.10.0. Once we're ready to upgrade Docusaurus to 3.10.0, switch to@camunda8/*@5.x:stable/4.x)>=3.5.0 <3.10.0legacymain)^3.10.0latest