Skip to content

build(deps-dev): bump docusaurus-plugin-openapi-docs from 4.5.1 to 5.1.2#1381

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/docusaurus-plugin-openapi-docs-5.1.2
Closed

build(deps-dev): bump docusaurus-plugin-openapi-docs from 4.5.1 to 5.1.2#1381
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/docusaurus-plugin-openapi-docs-5.1.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown
Contributor

Bumps docusaurus-plugin-openapi-docs from 4.5.1 to 5.1.2.

Release notes

Sourced from docusaurus-plugin-openapi-docs's releases.

v5.1.2

5.1.2 (2026-07-10)

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

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

... (truncated)

Changelog

Sourced from docusaurus-plugin-openapi-docs's changelog.

5.1.2 (2026-07-10)

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

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]

... (truncated)

Commits
  • c5e36fe Prepare release v5.1.2 (#1550)
  • c2bc86d Prepare release v5.1.1 (#1547)
  • c353fdb fix(plugin): rank path matchers by per-segment specificity (#1526) (#1546)
  • 754453c fix(theme): hoist schema normalization out of render path (#1527)
  • 977ec41 Prepare release v5.1.0 (#1522)
  • e2f01f7 fix(plugin): prioritize static paths over parametric in Postman binding (#1520)
  • 5ff1940 fix(plugin): render OpenAPI 3.1 type unions in schema names (#950) (#1475)
  • 72f1187 fix(plugin): restore menu__list-item--deprecated class on sidebar items (#1474)
  • ff7275b fix: render nested arrays as Type[][] in Schema tab (#1114) (#1465)
  • a0be52b fix: render allOf schemas with additionalProperties:false on every member (#1...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for docusaurus-plugin-openapi-docs since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [docusaurus-plugin-openapi-docs](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/tree/HEAD/packages/docusaurus-plugin-openapi-docs) from 4.5.1 to 5.1.2.
- [Release notes](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/releases)
- [Changelog](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/commits/v5.1.2/packages/docusaurus-plugin-openapi-docs)

---
updated-dependencies:
- dependency-name: docusaurus-plugin-openapi-docs
  dependency-version: 5.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 16, 2026
@cblanc cblanc closed this Jul 24, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/docusaurus-plugin-openapi-docs-5.1.2 branch July 24, 2026 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Development

Successfully merging this pull request may close these issues.

1 participant