Skip to content

chore(deps): bump docusaurus-plugin-openapi-docs from 4.5.1 to 5.0.1#1103

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/docusaurus-plugin-openapi-docs-5.0.1
Open

chore(deps): bump docusaurus-plugin-openapi-docs from 4.5.1 to 5.0.1#1103
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/docusaurus-plugin-openapi-docs-5.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

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

Release notes

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

v5.0.1

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

  • perf: use Clipboard API (#1416)

🤖 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

  • chore(deps-dev): bump @​typescript-eslint/eslint-plugin (#1419)
  • chore(deps-dev): bump eslint-plugin-cypress from 2.15.2 to 3.6.0 (#1420)
  • chore(deps-dev): bump nodemon from 2.0.22 to 3.1.14 (#1408)
  • chore(deps-dev): bump @​types/lodash from 4.17.23 to 4.17.24 (#1406)
  • chore(deps-dev): bump lint-staged from 11.2.6 to 16.4.0 (#1411)
  • chore(deps-dev): bump eslint-plugin-testing-library from 6.5.0 to 7.16.2 (#1410)

Committers: 4

  • dependabot[bot]
  • Florian Lefebvre
  • Ollie Monk
  • Steven Serrata

Full Changelog: PaloAltoNetworks/docusaurus-openapi-docs@v5.0.0...v5.0.1

v5.0.0

5.0.0

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.

... (truncated)

Changelog

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

5.0.1 (2026-04-14)

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

  • perf: use Clipboard API (#1416)

🤖 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

  • chore(deps-dev): bump @​typescript-eslint/eslint-plugin (#1419)
  • chore(deps-dev): bump eslint-plugin-cypress from 2.15.2 to 3.6.0 (#1420)
  • chore(deps-dev): bump nodemon from 2.0.22 to 3.1.14 (#1408)
  • chore(deps-dev): bump @​types/lodash from 4.17.23 to 4.17.24 (#1406)
  • chore(deps-dev): bump lint-staged from 11.2.6 to 16.4.0 (#1411)
  • chore(deps-dev): bump eslint-plugin-testing-library from 6.5.0 to 7.16.2 (#1410)

Committers: 4

  • dependabot[bot]
  • Florian Lefebvre
  • Ollie Monk
  • Steven Serrata

5.0.0 (2026-04-08)

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

... (truncated)

Commits
  • e63ca9f Prepare release v5.0.1 (#1425)
  • 2b42766 Fix deprecation notice for Docusaurus 3.10.0 strict admonition syntax (#1423)
  • 516bd48 Prepare release v5.0.0 (#1399)
  • 267f100 fix: update Tabs API for Docusaurus 3.10.0 compatibility (#1398)
  • 7309c09 fix(cli): pass pluginInstances to getPluginConfig to support non-array plugin...
  • 81bfa7d fix(sidebars): use startsWith to extract basePath instead of split (#1368)
  • 216d6bd fix(license): support SPDX identifier field in OAS v3.1.0 License Object (#1365)
  • 59e7ecc feat(i18n): make QualifierMessage strings translatable (#1364)
  • 68f9f66 chore(deps): bump openapi-to-postmanv2 from ^5.0.0 to ^6.0.0 (#1362)
  • 48481cc chore(deps): upgrade @​redocly/openapi-core from v1 to v2 (#1361)
  • 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.0.1.
- [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.0.1/packages/docusaurus-plugin-openapi-docs)

---
updated-dependencies:
- dependency-name: docusaurus-plugin-openapi-docs
  dependency-version: 5.0.1
  dependency-type: direct:production
  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 May 1, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented May 1, 2026

Deploy Preview for tolgee-docs ready!

Name Link
🔨 Latest commit 324d772
🔍 Latest deploy log https://app.netlify.com/projects/tolgee-docs/deploys/69f4de00da3f0b0008dec02c
😎 Deploy Preview https://deploy-preview-1103--tolgee-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants