You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: enable faster Docusaurus builds and clarify beta rollback (#443)
## Summary
- enable Docusaurus Faster with the required v4 compatibility flag and
lockfile updates
- fix the repo TypeScript/editor issues that surfaced while validating
the config change
- clarify the 7.3.0-beta.2 rollback guidance for TPM/internal boot users
and update AGENTS.md so full builds are allowed when explicitly
requested
## Validation
- pnpm exec tsc --noEmit
- pnpm run build
## Build notes
- the full build now passes
- Docusaurus still emits existing content warnings for broken links,
broken anchors, and nested HTML tags in docs content across locales
- Docusaurus also warns that `siteConfig.onBrokenMarkdownLinks` is
deprecated and that `babel.config.js` can be removed when using the SWC
loader
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Documentation**
* Updated rollback guidance with more flexible recovery options for
recent releases.
* Clarified repository validation directives.
* **Chores**
* Enabled build performance optimizations and faster bundling.
* Updated TypeScript configuration for improved type checking.
* Added dependency to support optimized build processes.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Copy file name to clipboardExpand all lines: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,6 @@
2
2
3
3
## Validation
4
4
5
-
-Never validate changes in this repo by running the full build.
5
+
-Do not validate changes in this repo by running the full build unless the user explicitly asks for it.
6
6
- The build is intentionally considered too expensive and inefficient for routine validation.
7
7
- Prefer targeted verification instead, such as reviewing the changed files, running narrow checks relevant to the edit, or using lightweight local validation where available.
Copy file name to clipboardExpand all lines: docs/unraid-os/release-notes/7.3.0.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,12 @@ See [Unraid OS Prerelease (Bugs & Feedback)](https://product.unraid.net/b/unraid
18
18
19
19
### Rolling back
20
20
21
-
- Once you enable internal boot or switch to TPM-based licensing, you cannot roll back to an earlier release.
21
+
- If you already enabled internal boot or switched to TPM-based licensing while testing the 7.3 prerelease, you can roll back to `7.3.0-beta.1` without issue.
22
+
- Do not roll back to `7.2.4` or earlier after enabling internal boot or TPM-based licensing.
22
23
- If you upgrade ZFS pool features, earlier Unraid releases may not be able to import those pools.
23
24
- If you need to roll back, follow the normal prerelease rollback process before moving between builds.
24
25
25
-
If rolling back earlier than 7.2.4, also see the [7.2.4 release notes](/unraid-os/release-notes/7.2.4/).
26
+
If you are considering any rollback path below `7.3.0-beta.1`, also see the [7.2.4 release notes](/unraid-os/release-notes/7.2.4/).
0 commit comments