Skip to content

Update Production Dependencies - #146

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/production-dependencies
Open

Update Production Dependencies#146
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/production-dependencies

Conversation

@renovate

@renovate renovate Bot commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@docusaurus/core (source) 3.10.13.10.2 age confidence
@docusaurus/preset-classic (source) 3.10.13.10.2 age confidence
docusaurus-plugin-openapi-docs (source) 5.0.25.2.0 age confidence
docusaurus-theme-openapi-docs (source) 5.0.25.2.0 age confidence
react (source) 19.2.619.2.8 age confidence
react-dom (source) 19.2.619.2.8 age confidence

Release Notes

facebook/docusaurus (@​docusaurus/core)

v3.10.2

Compare Source

Backport and cherry-pick commits from main for v3.10.2 patch release:

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

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
react/react (react)

v19.2.8

Compare Source

v19.2.7

Compare Source

React Server Components
react/react (react-dom)

v19.2.8

Compare Source

v19.2.7

Compare Source

React Server Components

Configuration

📅 Schedule: (in timezone 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 force-pushed the renovate/production-dependencies branch from dab254c to 2d99929 Compare June 2, 2026 00:39
@renovate renovate Bot changed the title Update dependency react-dom to v19.2.7 Update Production Dependencies to v19.2.7 Jun 2, 2026
@renovate
renovate Bot force-pushed the renovate/production-dependencies branch from 2d99929 to a30cb13 Compare June 25, 2026 00:44
@renovate renovate Bot changed the title Update Production Dependencies to v19.2.7 Update Production Dependencies Jun 25, 2026
@renovate
renovate Bot force-pushed the renovate/production-dependencies branch 4 times, most recently from 7ad4ed0 to 2ce3148 Compare July 16, 2026 23:43
@renovate
renovate Bot force-pushed the renovate/production-dependencies branch 3 times, most recently from 6d427a9 to 29e9bbc Compare July 24, 2026 18:13
@renovate
renovate Bot force-pushed the renovate/production-dependencies branch 2 times, most recently from d769e4c to 5329eec Compare July 31, 2026 03:36
@renovate
renovate Bot force-pushed the renovate/production-dependencies branch 2 times, most recently from e65dc50 to 002fb63 Compare August 14, 2026 22:06
@renovate
renovate Bot force-pushed the renovate/production-dependencies branch from 002fb63 to 7896a33 Compare August 26, 2026 21:37
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