Skip to content

Commit 54d1da5

Browse files
CopilotSamErde
andauthored
chore(website): update Docusaurus to 3.10.0, React to 19.2.5, and fix build issues (#1641)
* Initial plan * chore(website): update Docusaurus to 3.10.0, React to 19.2.5, and fix build issues Update all website dependencies as proposed by Dependabot: - @docusaurus/* packages: 3.9.2 → 3.10.0 (PR #1632) - react: 19.2.4 → 19.2.5 (PR #1636) - react-dom: 19.2.4 → 19.2.5 (PR #1634) Fix pre-existing and newly exposed build issues: - Quote YAML front matter descriptions containing colons in Import-SingleResultFile.mdx and Test-MaesterResultValid.mdx - Fix Windows-style backslash in image path in bitbucket.md (now enforced by Docusaurus 3.10.0) Agent-Logs-Url: https://github.com/maester365/maester/sessions/e5b9ce50-4db2-4ba6-bd36-b5fd93f3d147 Co-authored-by: SamErde <20478745+SamErde@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: SamErde <20478745+SamErde@users.noreply.github.com>
1 parent 3a08d28 commit 54d1da5

8 files changed

Lines changed: 1361 additions & 1070 deletions

File tree

website/docs/commands/Import-SingleResultFile.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sidebar_class_name: hidden
3-
description: Helper: loads a single JSON file and adds valid results to the list.
3+
description: "Helper: loads a single JSON file and adds valid results to the list."
44
id: Import-SingleResultFile
55
title: Import-SingleResultFile
66
hide_title: false

website/docs/commands/Test-MaesterResultValid.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sidebar_class_name: hidden
3-
description: Helper: validates that a result object has the required properties.
3+
description: "Helper: validates that a result object has the required properties."
44
id: Test-MaesterResultValid
55
title: Test-MaesterResultValid
66
hide_title: false

website/docs/monitoring/bitbucket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ There are many ways to authenticate with Microsoft Entra. We currently have test
6161
- Open your `maester-tests` Open your maester-tests Bitbucket repository and go to Repository settings.
6262
- Select **Pipelines** > **Repository variables**.
6363
- Add the three secrets listed below. Make sure to check the checkbox (`[x]`) for each variable.
64-
![Bitbucket Repository Variable](assets\bitbucket-repository-variables.png)
64+
![Bitbucket Repository Variable](assets/bitbucket-repository-variables.png)
6565
- To look up these values you will need to use the Entra portal, open the application you created earlier and copy the following values from the **Overview** page:
6666
- Visibility: Visible, Key: **AZURE_TENANT_ID**, Value: The Directory (tenant) ID of the Entra tenant
6767
- Visibility: Visible, Key: **AZURE_CLIENT_ID**, Value: The Application (client) ID of the Entra application you created

website/package-lock.json

Lines changed: 1346 additions & 1055 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"write-heading-ids": "docusaurus write-heading-ids"
1515
},
1616
"dependencies": {
17-
"@docusaurus/core": "^3.9.2",
18-
"@docusaurus/plugin-google-gtag": "^3.9.2",
19-
"@docusaurus/plugin-google-tag-manager": "^3.9.2",
20-
"@docusaurus/preset-classic": "^3.9.2",
21-
"@docusaurus/theme-mermaid": "^3.9.2",
17+
"@docusaurus/core": "^3.10.0",
18+
"@docusaurus/plugin-google-gtag": "^3.10.0",
19+
"@docusaurus/plugin-google-tag-manager": "^3.10.0",
20+
"@docusaurus/preset-classic": "^3.10.0",
21+
"@docusaurus/theme-mermaid": "^3.10.0",
2222
"@easyops-cn/docusaurus-search-local": "^0.55.1",
2323
"@fortawesome/fontawesome-svg-core": "^7.2.0",
2424
"@fortawesome/free-brands-svg-icons": "^7.2.0",
@@ -29,12 +29,12 @@
2929
"clsx": "^2.1.1",
3030
"posthog-docusaurus": "^2.0.5",
3131
"prism-react-renderer": "^2.1.0",
32-
"react": "^19.2.4",
33-
"react-dom": "^19.2.4"
32+
"react": "^19.2.5",
33+
"react-dom": "^19.2.5"
3434
},
3535
"devDependencies": {
36-
"@docusaurus/module-type-aliases": "^3.9.2",
37-
"@docusaurus/types": "^3.9.2"
36+
"@docusaurus/module-type-aliases": "^3.10.0",
37+
"@docusaurus/types": "^3.10.0"
3838
},
3939
"browserslist": {
4040
"production": [

website/versioned_docs/version-2.0.0/commands/Import-SingleResultFile.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sidebar_class_name: hidden
3-
description: Helper: loads a single JSON file and adds valid results to the list.
3+
description: "Helper: loads a single JSON file and adds valid results to the list."
44
id: Import-SingleResultFile
55
title: Import-SingleResultFile
66
hide_title: false

website/versioned_docs/version-2.0.0/commands/Test-MaesterResultValid.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sidebar_class_name: hidden
3-
description: Helper: validates that a result object has the required properties.
3+
description: "Helper: validates that a result object has the required properties."
44
id: Test-MaesterResultValid
55
title: Test-MaesterResultValid
66
hide_title: false

website/versioned_docs/version-2.0.0/monitoring/bitbucket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ There are many ways to authenticate with Microsoft Entra. We currently have test
6161
- Open your `maester-tests` Open your maester-tests Bitbucket repository and go to Repository settings.
6262
- Select **Pipelines** > **Repository variables**.
6363
- Add the three secrets listed below. Make sure to check the checkbox (`[x]`) for each variable.
64-
![Bitbucket Repository Variable](assets\bitbucket-repository-variables.png)
64+
![Bitbucket Repository Variable](assets/bitbucket-repository-variables.png)
6565
- To look up these values you will need to use the Entra portal, open the application you created earlier and copy the following values from the **Overview** page:
6666
- Visibility: Visible, Key: **AZURE_TENANT_ID**, Value: The Directory (tenant) ID of the Entra tenant
6767
- Visibility: Visible, Key: **AZURE_CLIENT_ID**, Value: The Application (client) ID of the Entra application you created

0 commit comments

Comments
 (0)