chore(deps): upgrade Docusaurus 3.9.2 → 3.10.2 - #454
Merged
Conversation
Bump all @docusaurus/* packages to 3.10.2 (exact pins preserved).
Switch the blanket `future.v4: true` to a granular v4 opt-in. On 3.10,
`v4: true` newly enables two behaviours that break this repo's build:
- fasterByDefault (Rspack 1.7) — docusaurus-node-polyfills pushes a
webpack ProvidePlugin that Rspack 1.7 rejects.
- mdx1CompatDisabledByDefault — strict MDX rejects the <!--TX-->
HTML-comment markers used across ~76 pages.
We keep the three safe v4 flags (useCssCascadeLayers,
siteStorageNamespacing, removeLegacyPostBuildHeadAttribute) and leave the
two above off until the repo is made v4-ready.
Validated: production build succeeds (92 pages), dev server compiles
clean, and home + EVM/Michelson network-information pages render
identically to 3.9.2 (only visible change: search box gains a ⌘K hint).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump all @docusaurus/* packages to 3.10.2 (exact pins preserved).
Switch the blanket
future.v4: trueto a granular v4 opt-in. On 3.10,v4: truenewly enables two behaviours that break this repo's build:Validated: production build succeeds (92 pages), dev server compiles clean, and home + EVM/Michelson network-information pages render identically to 3.9.2 (only visible change: search box gains a ⌘K hint).