Skip to content

fix(deps): update dependency docusaurus-theme-openapi-docs to v5#165

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/docusaurus-theme-openapi-docs-5.x
Open

fix(deps): update dependency docusaurus-theme-openapi-docs to v5#165
renovate[bot] wants to merge 1 commit intomainfrom
renovate/docusaurus-theme-openapi-docs-5.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 8, 2026

This PR contains the following updates:

Package Change Age Confidence
docusaurus-theme-openapi-docs (source) 4.7.15.0.2 age confidence

Release Notes

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

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 added the dependencies update of dependent libraries label Apr 8, 2026
@renovate renovate Bot requested a review from a team as a code owner April 8, 2026 05:52
@renovate renovate Bot requested review from LemonAid711, adelowo and matoszz April 8, 2026 05:52
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
openlane-docs Error Error May 1, 2026 9:05pm

Request Review

@renovate renovate Bot changed the title fix(deps): update dependency docusaurus-theme-openapi-docs to v5 Update dependency docusaurus-theme-openapi-docs to v5 Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/docusaurus-theme-openapi-docs-5.x branch from 54110e4 to cb8a253 Compare April 14, 2026 17:16
@renovate renovate Bot changed the title Update dependency docusaurus-theme-openapi-docs to v5 fix(deps): update dependency docusaurus-theme-openapi-docs to v5 Apr 30, 2026
@renovate renovate Bot force-pushed the renovate/docusaurus-theme-openapi-docs-5.x branch from cb8a253 to abce7ca Compare May 1, 2026 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies update of dependent libraries

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants