Skip to content

fix(deps): update dependency docusaurus-plugin-openapi-docs to v5 - #76

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/docusaurus-plugin-openapi-docs-5.x
Open

fix(deps): update dependency docusaurus-plugin-openapi-docs to v5#76
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/docusaurus-plugin-openapi-docs-5.x

Conversation

@renovate

@renovate renovate Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
docusaurus-plugin-openapi-docs (source) ^4.7.1^5.0.0 age confidence

Release Notes

PaloAltoNetworks/docusaurus-openapi-docs (docusaurus-plugin-openapi-docs)

v5.2.0

Compare Source

Minor release adding support for OpenAPI 3.2 hierarchical tags. You can now group the sidebar by tagParent via groupPathsBy, using the new tags[].parent field to build nested tag hierarchies. Also includes a theme fix that bundles code snippet language icons locally (no more external icon requests) and a batch of dependency updates.

🚀 New Feature
  • feat(plugin): support OpenAPI 3.2 hierarchical tags (tags[].parent) (#​1603)
🐛 Bug Fix
  • fix(theme): bundle code snippet language icons locally (#​1595)
🤖 Dependencies
  • chore(deps): bump the react group across 1 directory with 2 updates (#​1590)
  • chore(deps): bump postman-collection from 5.3.0 to 5.3.1 (#​1591)
  • chore(deps): bump fast-uri from 3.1.4 to 3.1.5 (#​1594)
  • chore(deps): bump github/codeql-action/init from 4.37.2 to 4.37.3 (#​1593)
  • chore(deps): bump github/codeql-action/analyze from 4.37.2 to 4.37.3 (#​1592)
  • chore(deps): bump ip-address from 10.2.0 to 10.4.0 (#​1589)
  • chore(deps): bump nx from 22.6.2 to 22.7.8 (#​1587)
  • chore(deps): bump postcss from 8.5.13 to 8.5.25 (#​1583)

v5.1.3

Compare Source

Patch release with two schema-rendering bug fixes: operation pages no longer freeze the browser when a oneOf's branches each declare their own self-referential discriminator (surfaced on specs like PANW DLP Data Profiles), and additionalProperties now renders correctly inside discriminator map variants. Also includes a batch of dependency updates.

🐛 Bug Fix
  • fix(theme): prevent infinite recursion from self-referential discriminators (#​1584)
  • fix(theme): handle additionalProperties in map variants (#​1561)
🤖 Dependencies
  • chore(deps): bump react-hook-form from 7.81.0 to 7.82.0 (#​1581)
  • chore(deps): bump github/codeql-action/analyze from 4.37.0 to 4.37.2 (#​1579)
  • chore(deps): bump sass-loader from 16.0.8 to 17.0.0 (#​1580)
  • chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#​1575)
  • chore(deps): bump github/codeql-action/init from 4.37.0 to 4.37.2 (#​1582)
  • chore(deps): bump sass from 1.101.0 to 1.101.3 (#​1577)
  • chore(deps): bump @​docusaurus/* from 3.10.1 to 3.10.2 (#​1574)
  • chore(deps): bump svgo from 3.3.3 to 3.3.4 (#​1570)
  • chore(deps): bump body-parser from 1.20.4 to 1.20.6 (#​1571)
  • chore(deps): bump immutable from 5.1.5 to 5.1.9 (#​1572)
  • chore(deps): bump fast-uri from 3.1.2 to 3.1.4 (#​1573)
  • chore(deps): bump github/codeql-action/init from 4.36.3 to 4.37.0 (#​1564)
  • chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 (#​1566)
  • chore(deps): bump react-hook-form from 7.79.0 to 7.81.0 (#​1567)
  • chore(deps): bump @​redocly/openapi-core from 2.38.0 to 2.39.0 (#​1568)
  • chore(deps): bump github/codeql-action/analyze from 4.36.3 to 4.37.0 (#​1569)
  • chore(deps): bump @​redocly/openapi-core from 2.33.0 to 2.38.0 (#​1552)
  • chore(deps): bump github/codeql-action/analyze from 4.36.2 to 4.36.3 (#​1554)
  • chore(deps): bump pako from 2.1.0 to 3.0.1 (#​1556)
  • chore(deps): bump @​apidevtools/json-schema-ref-parser (#​1557)
  • chore(deps): bump github/codeql-action/init from 4.36.2 to 4.36.3 (#​1558)
  • chore(deps): bump systeminformation from 5.31.6 to 5.31.17 (#​1559)
  • chore(deps): bump websocket-driver from 0.7.4 to 0.7.5 (#​1560)
🔧 Maintenance
  • chore(deps-dev): bump @​types/node from 26.0.1 to 26.1.1 (#​1578)
  • chore(deps-dev): bump fast-xml-parser from 5.8.0 to 5.10.1 (#​1576)
  • chore(deps-dev): bump cypress from 15.18.0 to 15.18.1 (#​1562)
  • chore(deps-dev): bump eslint-plugin-prettier from 5.5.5 to 5.5.6 (#​1565)
  • chore(deps-dev): bump playwright from 1.61.0 to 1.61.1 (#​1553)
  • chore(deps-dev): bump prettier from 3.8.4 to 3.9.4 (#​1555)
Committers: 3
  • dependabot[bot]
  • Nipunn Koorapati
  • Steven Serrata

v5.1.2

Compare Source

Patch release fixing a regression in nested anyOf/oneOf schema rendering where branch properties were duplicated across sibling branches.

🐛 Bug Fix
  • fix(theme): stop duplicating branch properties in nested anyOf/oneOf renders (#​1549)
Committers: 1
  • Steven Serrata

v5.1.1

Compare Source

5.1.1 (2026-07-08)

Patch release with schema rendering and path-matching fixes: branch descriptions now render for oneOf/anyOf and discriminator mappings, schema normalization is hoisted out of the render path for better performance, and Postman path matchers are ranked by per-segment specificity to prioritize the most specific match. Also includes a batch of dependency updates.

Thanks to @​Mikurosama (#​1526), @​Compaurum (#​1540), and @​gotson (#​1525, and for confirming the fix) for reporting the issues addressed in this release.

🐛 Bug Fix
  • fix(plugin): rank path matchers by per-segment specificity (#​1526) (#​1546)
  • fix(theme): render branch descriptions for oneOf/anyOf and discriminator mappings (#​1545)
  • fix(theme): hoist schema normalization out of render path (#​1527)
🤖 Dependencies
  • chore(deps): bump sigstore from 4.1.0 to 4.1.1 (#​1541)
  • chore(deps): bump fs-extra from 11.3.5 to 11.3.6 (#​1543)
  • chore(deps): bump @​sigstore/core from 3.2.0 to 3.2.1 (#​1538)
  • chore(deps): bump commander from 14.0.3 to 15.0.0 (#​1532)
  • chore(deps): bump preactjs/compressed-size-action from 2.9.1 to 2.10.0 (#​1528)
  • chore(deps): bump actions/cache/restore from 5.0.5 to 6.1.0 (#​1537)
  • chore(deps): bump actions/cache/save from 5.0.5 to 6.1.0 (#​1533)
  • chore(deps): bump actions/cache from 5.0.5 to 6.1.0 (#​1531)
  • chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#​1530)
🔧 Maintenance
  • chore(deps-dev): bump cypress from 15.16.0 to 15.18.0 (#​1544)
  • chore(deps-dev): bump @​types/node from 26.0.0 to 26.0.1 (#​1542)
  • chore(deps-dev): bump @​types/node from 25.9.3 to 26.0.0 (#​1529)
  • chore(deps-dev): bump start-server-and-test from 3.0.5 to 3.0.11 (#​1536)
  • chore(deps-dev): bump playwright from 1.60.0 to 1.61.0 (#​1535)
  • chore(deps-dev): bump prettier from 3.8.3 to 3.8.4 (#​1534)
Committers: 2
  • Steven Serrata
  • dependabot[bot]

v5.1.0

Compare Source

Minor release adding configurable schema expansion depth, numerous schema rendering fixes, improved i18n support, Docusaurus v4 readiness work, and a batch of dependency updates. Also fixes the version script to ensure create-docusaurus-openapi-docs is always bumped in lockstep with the plugin and theme.

🚀 New Feature
🐛 Bug Fix
  • fix(theme): vendor theme-common/internal usages ahead of Docusaurus v4 (#​1140) (#​1502)
  • fix(theme): make i18n strings extractable by write-translations (#​1499)
  • fix(plugin): render OpenAPI 3.1 type unions in schema names (#​950) (#​1475)
  • fix(theme): prefill Send API Request from example fields (#​544, #​1079) (#​1476)
  • fix(plugin): restore menu__list-item--deprecated class on sidebar items (#​1474)
  • fix(theme): align CodeSnippets outer tab with Docusaurus storage slot (#​1464)
  • fix: render nested arrays as Type[][] in Schema tab (#​1114) (#​1465)
  • fix: render allOf schemas with additionalProperties:false on every member (#​1119) (#​1463)
  • fix(theme): support multiple x-codeSamples per language (#​1204) (#​1459)
  • fix(theme): preserve large integer precision in response panel (#​1208) (#​1458)
  • fix: dedupe properties when allOf override redefines nested array items (#​1218) (#​1457)
  • fix(theme): pre-populate parameter defaults in API explorer form (#​1226) (#​1448)
  • fix: skip vendor extensions at the path level (#​891) (#​1440)
  • fix(demo): use bracketed admonition title syntax for Docusaurus 3.10 (#​1445)
📝 Documentation
  • docs: document themeConfig.api.schemaExpansion option
  • docs: correct categoryLinkSource supported values (#​1447)
  • docs: harmonize top-level README with plugin README (#​1446)
🤖 Dependencies
🔧 Maintenance
  • chore(deps-dev): bump @​types/node from 25.7.0 to 25.9.3 (#​1516)
  • chore(deps-dev): bump @​babel/core from 7.29.0 to 7.29.7 (#​1518)
  • chore(deps-dev): bump concurrently from 9.2.1 to 10.0.3 (#​1508)
  • chore(deps-dev): bump semver from 7.8.1 to 7.8.3 (#​1507)
  • chore(deps-dev): bump start-server-and-test from 3.0.2 to 3.0.5 (#​1493)
  • chore(deps-dev): bump fast-xml-parser from 5.7.1 to 5.8.0 (#​1495)
  • chore(deps-dev): bump cypress from 15.15.0 to 15.16.0 (#​1494)
  • chore(deps-dev): bump @​types/node from 25.6.0 to 25.7.0 (#​1488)
  • chore(deps-dev): bump cypress and @​testing-library/cypress (#​1487)
  • chore(deps-dev): bump playwright from 1.59.1 to 1.60.0 (#​1485)
  • chore(deps-dev): bump lint-staged from 16.4.0 to 17.0.4 (#​1481)
  • chore(deps-dev): bump eslint-plugin-jest from 28.14.0 to 29.15.2 (#​1478)
  • chore(deps-dev): bump cypress from 8.7.0 to 11.2.0 (#​1470)
  • chore(deps-dev): bump pixelmatch from 7.1.0 to 7.2.0 (#​1466)
  • chore(deps-dev): bump eslint-plugin-react-hooks from 7.0.1 to 7.1.1 (#​1450)
  • chore(deps-dev): bump prettier from 3.8.1 to 3.8.3 (#​1451)
Committers: 5
  • dependabot[bot]
  • Nicu Micle
  • Steven Serrata
  • Vladislav Nawrocki
  • zohuyhieuzo03

v5.0.2

Compare Source

Routine maintenance release. Bumps Docusaurus to 3.10.1 in the demo and the create-docusaurus-openapi-docs scaffolder template (picks up the upstream webpackbar/webpack bundler fix), plus a batch of dependency updates. Also fixes a build error in scaffolded sites caused by an HTML comment in the sample blog post.

🐛 Bug Fix
  • fix(template): replace <!--truncate--> with MDX-safe {/* truncate */} in sample blog post so scaffolded sites build under MDX 3 / Docusaurus 3.10
🤖 Dependencies
  • chore(deps): bump @​docusaurus/* from 3.10.0 to 3.10.1 (#​1442)
  • chore(deps): bump postcss from 8.5.6 to 8.5.13 (#​1441)
  • chore(deps): bump @​redocly/openapi-core from 2.25.4 to 2.29.0 (#​1430, #​1433)
  • chore(deps): bump react-hook-form from 7.72.1 to 7.73.1 (#​1436)
  • chore(deps): bump the react group with 2 updates (#​1426)
  • chore(deps): bump actions/setup-node from 6.3.0 to 6.4.0 (#​1438)
  • chore(deps): bump actions/cache from 5.0.4 to 5.0.5 (#​1431)
  • chore(deps): bump github/codeql-action from 4.35.1 to 4.35.2 (#​1439)
🔧 Maintenance
  • chore(deps-dev): bump fast-xml-parser from 5.5.10 to 5.7.1 (#​1429, #​1437)
  • chore(deps-dev): bump @​types/node from 25.5.0 to 25.6.0 (#​1434)
  • chore(deps-dev): bump start-server-and-test from 3.0.0 to 3.0.2 (#​1428)
  • chore(deps-dev): bump eslint-plugin-react-hooks from 4.6.2 to 7.0.1 (#​1427)
Committers: 2
  • dependabot[bot]
  • Steven Serrata

v5.0.1

Compare Source

Patch release with a new scaffolding CLI, performance improvements, compatibility fixes for Docusaurus 3.10.0 strict admonition syntax, and a security fix for axios CVEs.

🚀 New Feature
  • feat: add create-docusaurus-openapi-docs CLI package (#​1413)
🐛 Bug Fix
  • Fix deprecation notice for Docusaurus 3.10.0 strict admonition syntax (#​1423)
  • fix: rename experimental_faster to faster, remove --ignore from canary (#​1415)
  • fix: update axios resolution to ^1.15.0 to address critical CVEs
🏃‍♀️ Performance
🤖 Dependencies
  • chore(deps): bump follow-redirects from 1.15.11 to 1.16.0 (#​1424)
  • chore(deps): bump unist-util-visit from 5.0.0 to 5.1.0 (#​1422)
  • chore(deps): bump commander from 12.1.0 to 14.0.3 (#​1421)
  • chore(deps): bump react-hook-form from 7.72.0 to 7.72.1 (#​1409)
🔧 Maintenance
Committers: 4
  • dependabot[bot]
  • Florian Lefebvre
  • Ollie Monk
  • Steven Serrata

v5.0.0

Compare Source

Breaking Change: Minimum Docusaurus version is now 3.10.0. Users on Docusaurus 3.5–3.9 must upgrade before updating to this release.

This release adapts to the Tabs context API refactor in Docusaurus 3.10.0, upgrades core dependencies (@redocly/openapi-core v1→v2, openapi-to-postmanv2 v5→v6), and includes numerous bug fixes, new features, and dependency updates.

💥 Breaking Change
  • Minimum Docusaurus peerDependency bumped from ^3.5.0 to ^3.10.0
  • Updated internal Tabs API to use useTabsContextValue + TabsProvider context pattern
🚀 New Feature
  • feat(demo): modernized styles with swappable palettes and runtime theme switcher (#​1371)
  • feat(i18n): make QualifierMessage strings translatable (#​1364)
  • feat(theme): add requestCredentials option for API requests (#​1300)
🐛 Bug Fix
  • fix: update Tabs API for Docusaurus 3.10.0 compatibility (#​1398)
  • fix(cli): pass pluginInstances to getPluginConfig to support non-array plugins (#​1246) (#​1384)
  • fix(request-schema): render example/examples tabs for request bodies and callbacks (#​1370)
  • fix(explorer): respect encoding.contentType for multipart/form-data parts (#​1369)
  • fix(sidebars): use startsWith to extract basePath instead of split (#​1368)
  • fix(params): display const value in parameter description and Try It form (#​1367)
  • fix(explorer): encode RFC 3986 reserved chars in query parameter values (#​1366)
  • fix(license): support SPDX identifier field in OAS v3.1.0 License Object (#​1365)
  • fix: add React 19 / SSR compatibility guards (#​1363)
  • fix(theme): guard against unknown parameter in values to prevent crash (#​1360)
  • fix(plugin): generate unique sidebar keys for tagGroup items (#​1317)
  • fix(theme): improve accessibility of api explorer controls (#​1325)
  • fix(theme): add path-browserify webpack fallback for browser bundling (#​1344)
  • fix(theme): handle nested discriminators in allOf structures (#​1303)
  • fix: handle allOf with incompatible types (#​1308)
  • fix(plugin): support template-aware OpenAPI path binding (#​1311)
  • fix(theme): show dropdown for enum parameters wrapped in allOf (#​1301)
  • fix(theme): render code tag in Response placeholder message (#​1299)
🧪 Testing
  • test(demo): add regression test for oneOf $ref to allOf-composed schemas in requestBody (#​1396)
🤖 Dependencies
  • chore(deps): bump actions/checkout from 4.2.2 to 6.0.2 (#​1392)
  • chore(deps): bump actions/cache from 3.4.3 to 5.0.4 (#​1394)
  • chore(deps): bump actions/download-artifact from 4.2.1 to 8.0.1 (#​1393)
  • chore(deps): bump actions/setup-node from 2.5.2 to 6.3.0 (#​1391)
  • chore(deps): bump google-github-actions/auth from 2.1.12 to 3.0.0 (#​1390)
  • chore(deps): bump @​redocly/openapi-core from 2.25.3 to 2.25.4 (#​1389)
  • chore(deps): bump @​apidevtools/json-schema-ref-parser (#​1386)
  • chore(deps): bump sass-loader from 16.0.6 to 16.0.7 (#​1385)
  • chore(deps): bump ajv from 6.12.6 to 6.14.0 (#​1383)
  • chore(deps): bump lodash from 4.17.23 to 4.18.1 (#​1382)
  • chore(deps): upgrade eslint 7 → 8 and update related plugins
  • chore(deps): bump slugify from 1.6.6 to 1.6.9 (#​1381)
  • chore(deps): bump xml-formatter from 3.6.7 to 3.7.0 (#​1380)
  • chore(deps): bump sass from 1.97.2 to 1.98.0 (#​1374)
  • chore(deps): bump allof-merge from 0.6.7 to 0.6.8 (#​1373)
  • chore(deps): bump openapi-to-postmanv2 from ^5.0.0 to ^6.0.0 (#​1362)
  • chore(deps): upgrade @​redocly/openapi-core from v1 to v2 (#​1361)
  • chore(deps): bump chalk from 4.1.2 to 5.6.2 (#​1357)
  • chore(deps): bump postman-collection from 5.2.0 to 5.3.0 (#​1358)
  • chore(deps): bump path-to-regexp from 0.1.12 to 0.1.13 (#​1354)
  • chore(deps): bump @​apidevtools/json-schema-ref-parser (#​1352)
  • chore(deps): bump react-hook-form from 7.71.1 to 7.72.0
  • chore(deps): bump handlebars from 4.7.8 to 4.7.9 (#​1347)
  • chore(deps): bump fs-extra from 11.3.3 to 11.3.4 (#​1337)
  • chore(deps): bump clsx from 1.2.1 to 2.1.1 (#​1338)
  • chore(deps): bump the react group with 2 updates (#​1342)
  • chore(deps): bump immutable from 5.1.4 to 5.1.5 (#​1323)
  • chore(deps): bump svgo from 3.3.2 to 3.3.3 (#​1324)
  • chore(deps): bump flatted from 3.3.3 to 3.4.2 (#​1330)
  • chore(deps): bump qs from 6.14.1 to 6.14.2 (#​1310)
🔧 Maintenance
  • chore(deps-dev): bump fast-xml-parser from 5.5.9 to 5.5.10 (#​1388)
  • chore(deps-dev): bump @​babel/core from 7.28.6 to 7.29.0 (#​1387)
  • chore(deps-dev): bump eslint-plugin-testing-library from 4.12.4 to 6.5.0 (#​1379)
  • chore(deps-dev): bump pixelmatch from 5.3.0 to 7.1.0 (#​1378)
  • chore(deps-dev): bump playwright from 1.58.2 to 1.59.1 (#​1377)
  • chore(deps-dev): bump fast-xml-parser from 5.5.7 to 5.5.9 (#​1376)
  • chore(deps-dev): bump prettier from 3.8.0 to 3.8.1 (#​1375)
  • chore(deps-dev): bump playwright from 1.57.0 to 1.58.2 (#​1372)
  • chore(deps-dev): bump @​types/node from 17.0.45 to 25.5.0 (#​1356)
  • chore(deps-dev): bump start-server-and-test from 1.15.5 to 3.0.0 (#​1351)
  • chore(deps-dev): bump lerna from 8.2.4 to 9.0.7
  • chore(deps-dev): bump eslint-plugin-jest from 25.7.0 to 28.14.0
  • chore(deps-dev): bump eslint-plugin-jest-dom from 3.9.4 to 5.5.0 (#​1339)
  • chore(deps-dev): bump husky from 7.0.4 to 9.1.7 (#​1343)
  • chore(deps-dev): bump fast-xml-parser from 4.5.3 to 5.5.7 (#​1329)
Committers: 5
  • dependabot[bot]
  • Emmanuel Ferdman
  • Emmanuel Roussel
  • Steven Serrata
  • vabrosimov

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: classic@0.0.0
npm error Found: @docusaurus/plugin-content-docs@3.8.1
npm error node_modules/@docusaurus/plugin-content-docs
npm error   peer @docusaurus/plugin-content-docs@"*" from @docusaurus/plugin-content-blog@3.10.2
npm error   node_modules/@docusaurus/plugin-content-blog
npm error     @docusaurus/plugin-content-blog@"3.10.2" from @docusaurus/preset-classic@3.10.2
npm error     node_modules/@docusaurus/preset-classic
npm error       @docusaurus/preset-classic@"3.10.2" from the root project
npm error     @docusaurus/plugin-content-blog@"3.10.2" from @docusaurus/theme-classic@3.10.2
npm error     node_modules/@docusaurus/theme-classic
npm error       @docusaurus/theme-classic@"3.10.2" from @docusaurus/preset-classic@3.10.2
npm error       node_modules/@docusaurus/preset-classic
npm error         @docusaurus/preset-classic@"3.10.2" from the root project
npm error   peer @docusaurus/plugin-content-docs@"*" from @docusaurus/theme-common@3.10.2
npm error   node_modules/@docusaurus/plugin-content-blog/node_modules/@docusaurus/theme-common
npm error     @docusaurus/theme-common@"3.10.2" from @docusaurus/plugin-content-blog@3.10.2
npm error     node_modules/@docusaurus/plugin-content-blog
npm error       @docusaurus/plugin-content-blog@"3.10.2" from @docusaurus/preset-classic@3.10.2
npm error       node_modules/@docusaurus/preset-classic
npm error         @docusaurus/preset-classic@"3.10.2" from the root project
npm error       1 more (@docusaurus/theme-classic)
npm error   2 more (@docusaurus/theme-common, @easyops-cn/docusaurus-search-local)
npm error
npm error Could not resolve dependency:
npm error docusaurus-plugin-openapi-docs@"^5.0.0" from the root project
npm error
npm error Conflicting peer dependency: @docusaurus/plugin-content-docs@3.10.2
npm error node_modules/@docusaurus/plugin-content-docs
npm error   peer @docusaurus/plugin-content-docs@"^3.10.0" from docusaurus-plugin-openapi-docs@5.2.0
npm error   node_modules/docusaurus-plugin-openapi-docs
npm error     docusaurus-plugin-openapi-docs@"^5.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-08-14T17_16_01_041Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-08-14T17_16_01_041Z-debug-0.log

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.

0 participants