Skip to content

Commit 235dbf2

Browse files
sserrataclaude
andauthored
chore(deps): bump docusaurus-openapi-docs to 5.1.3 (DLP Data Profiles crash fix) (#1387)
* chore(deps): bump docusaurus-openapi-docs to canary 0.0.0-1371 Canary build of docusaurus-openapi-docs that fixes the infinite-recursion crash on Data Profiles API pages (self-referential discriminators). Bumps the plugin and theme to 0.0.0-1371 to validate the fix on a deploy preview before the upstream release lands. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * ci: bump deploy workflows to node 22 The docusaurus-openapi-docs canary depends on sass-loader@^17, which requires node >=22.11. Bump deploy-preview and deploy-live from node 20 to 22 (matching the node22 base image already used in .gitlab-ci.yml). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * chore(deps): bump docusaurus-openapi-docs to 5.1.3 The Data Profiles infinite-recursion fix validated on the canary is now published in the 5.1.3 release. Repoint the plugin and theme from the 0.0.0-1371 canary to the tagged 5.1.3 version. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent c11af0e commit 235dbf2

2 files changed

Lines changed: 22 additions & 17 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
"@tailwindcss/postcss": "^4.3.2",
5757
"algoliasearch": "^5.55.1",
5858
"clsx": "^2.1.1",
59-
"docusaurus-plugin-openapi-docs": "5.1.2",
59+
"docusaurus-plugin-openapi-docs": "5.1.3",
6060
"docusaurus-plugin-sass": "^0.2.2",
61-
"docusaurus-theme-openapi-docs": "5.1.2",
61+
"docusaurus-theme-openapi-docs": "5.1.3",
6262
"fast-xml-parser": "^4.5.5",
6363
"motion": "^12.42.2",
6464
"react": "^19.2.8",

yarn.lock

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6169,10 +6169,10 @@ dns-packet@^5.2.2:
61696169
dependencies:
61706170
"@leichtgewicht/ip-codec" "^2.0.1"
61716171

6172-
docusaurus-plugin-openapi-docs@5.1.2:
6173-
version "5.1.2"
6174-
resolved "https://registry.npmjs.org/docusaurus-plugin-openapi-docs/-/docusaurus-plugin-openapi-docs-5.1.2.tgz#1ef66a26d80e2a3baf4caae4e72a0dcf85c6d608"
6175-
integrity sha512-xlgl/8+2iqSQWdhTJay0lfXqWduaGVTYrn+9i+uT3Uk5gkeDjfQOIVnHGnIHfKg0pUjIm008fvEQVAxk3TvgaQ==
6172+
docusaurus-plugin-openapi-docs@5.1.3:
6173+
version "5.1.3"
6174+
resolved "https://registry.npmjs.org/docusaurus-plugin-openapi-docs/-/docusaurus-plugin-openapi-docs-5.1.3.tgz#b8cd5f8451aaf881deb1a744a8295685f1681865"
6175+
integrity sha512-HnpblSBdXoR39VNTIW9zWERUsMJxXOpvdQoBKyaTkUBPwCM48Z76+ndo2yO2vADq+EhWjJlfxL1DUzCrgNjThQ==
61766176
dependencies:
61776177
"@apidevtools/json-schema-ref-parser" "^15.3.3"
61786178
"@redocly/openapi-core" "^2.25.2"
@@ -6197,10 +6197,10 @@ docusaurus-plugin-sass@^0.2.2:
61976197
dependencies:
61986198
sass-loader "^16.0.2"
61996199

6200-
docusaurus-theme-openapi-docs@5.1.2:
6201-
version "5.1.2"
6202-
resolved "https://registry.npmjs.org/docusaurus-theme-openapi-docs/-/docusaurus-theme-openapi-docs-5.1.2.tgz#8591e3be971920c5eb347b9aab4bac77db5c7c31"
6203-
integrity sha512-uJx+a4qHmpOnl+e7YzsPJSga6d6TLGEVZZPtI7KkzC/PgG7bS8E4P8hknvWqmAEahxhLWEb8izIA3up/0g9RwA==
6200+
docusaurus-theme-openapi-docs@5.1.3:
6201+
version "5.1.3"
6202+
resolved "https://registry.npmjs.org/docusaurus-theme-openapi-docs/-/docusaurus-theme-openapi-docs-5.1.3.tgz#e23644a63785352abbc76e42760c0dfdff3669e1"
6203+
integrity sha512-npbD1QahtjAEmrOet/86i5fTmcJX4/rPhVT+c0qKjm7StUNbyqjwchSVBQuU1rB69T51JOA9TpT/y6QcB9Xjvw==
62046204
dependencies:
62056205
"@hookform/error-message" "^2.0.1"
62066206
"@reduxjs/toolkit" "^2.8.2"
@@ -6211,7 +6211,7 @@ docusaurus-theme-openapi-docs@5.1.2:
62116211
crypto-js "^4.2.0"
62126212
file-saver "^2.0.5"
62136213
lodash "^4.17.21"
6214-
pako "^2.1.0"
6214+
pako "^3.0.1"
62156215
path-browserify "^1.0.1"
62166216
postman-code-generators "^2.0.0"
62176217
postman-collection "^5.0.2"
@@ -6226,7 +6226,7 @@ docusaurus-theme-openapi-docs@5.1.2:
62266226
rehype-raw "^7.0.0"
62276227
remark-gfm "4.0.1"
62286228
sass "^1.89.2"
6229-
sass-loader "^16.0.5"
6229+
sass-loader "^17.0.0"
62306230
unist-util-visit "^5.0.0"
62316231
url "^0.11.4"
62326232
xml-formatter "^3.6.6"
@@ -9731,10 +9731,10 @@ package-manager-detector@^1.3.0:
97319731
resolved "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.3.0.tgz#b42d641c448826e03c2b354272456a771ce453c0"
97329732
integrity sha512-ZsEbbZORsyHuO00lY1kV3/t72yp6Ysay6Pd17ZAlNGuGwmWDLCJxFpRs0IzfXfj1o4icJOkUEioexFHzyPurSQ==
97339733

9734-
pako@^2.1.0:
9735-
version "2.1.0"
9736-
resolved "https://registry.npmjs.org/pako/-/pako-2.1.0.tgz#266cc37f98c7d883545d11335c00fbd4062c9a86"
9737-
integrity sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==
9734+
pako@^3.0.1:
9735+
version "3.0.1"
9736+
resolved "https://registry.npmjs.org/pako/-/pako-3.0.1.tgz#3156f8fa86e3cc2ae5a36369475b14d4f05696ce"
9737+
integrity sha512-GupotUUI0mlhugKjUs4bjOwLt3nrehy9Ys2dxC0GtgVef5cnKggkDMmf2bq2poCCuVXopWPmqsc9VDT2iJUy+w==
97389738

97399739
param-case@^3.0.4:
97409740
version "3.0.4"
@@ -11354,13 +11354,18 @@ safe-buffer@~5.1.0, safe-buffer@~5.1.1:
1135411354
resolved "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
1135511355
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
1135611356

11357-
sass-loader@^16.0.2, sass-loader@^16.0.5:
11357+
sass-loader@^16.0.2:
1135811358
version "16.0.6"
1135911359
resolved "https://registry.npmjs.org/sass-loader/-/sass-loader-16.0.6.tgz#913b05607d06c386bc37870494e1e3a3e091fd3b"
1136011360
integrity sha512-sglGzId5gmlfxNs4gK2U3h7HlVRfx278YK6Ono5lwzuvi1jxig80YiuHkaDBVsYIKFhx8wN7XSCI0M2IDS/3qA==
1136111361
dependencies:
1136211362
neo-async "^2.6.2"
1136311363

11364+
sass-loader@^17.0.0:
11365+
version "17.0.0"
11366+
resolved "https://registry.npmjs.org/sass-loader/-/sass-loader-17.0.0.tgz#8f4f8864d834c1abb18f0f3d2bc653bbf29dde2a"
11367+
integrity sha512-0Ybm8ohBQ9LcrycVrFQp/KQBNX5a3Wda9/smS0mE/xLffzEnwvV8nykOzrbiSWNzTE3IB/jiXx8O4QmDPG2+Gw==
11368+
1136411369
sass@^1.101.3, sass@^1.89.2:
1136511370
version "1.101.3"
1136611371
resolved "https://registry.npmjs.org/sass/-/sass-1.101.3.tgz#7b01a9e53a4a2edb6ac6c1964b49e4f7b0c375ab"

0 commit comments

Comments
 (0)