Upgrade Docusaurus to 3.10.1#793
Merged
Merged
Conversation
Upgrades all @docusaurus/* packages from 3.8.1 to 3.10.1, resolving webpack-dev-server and webpack transitive vulnerability alerts. Fixes three pre-existing MDX/SSG errors surfaced by the stricter 3.10 parser.
|
Visit the preview URL for this PR (updated for commit 86e3a40): https://astar-docs--pr793-fix-update-docusauru-fjpsb52i.web.app (expires Thu, 11 Jun 2026 16:34:06 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: f2f13e9b593d211faae6343d67a88fac3fd7268d |
3 tasks
ipapandinas
approved these changes
Jun 5, 2026
Juminstock
added a commit
that referenced
this pull request
Jun 5, 2026
Migrates onBrokenMarkdownLinks to the new markdown.hooks API (Docusaurus 3.10+), removes the now-redundant babel.config.js since SWC is the default bundler, and refreshes caniuse-lite to the latest browserslist data. Requires #793 to be merged first.
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.
Summary
Upgrades all
@docusaurus/*packages from3.8.1to3.10.1. This resolves the remainingwebpack-dev-serverandwebpackDependabot security alerts that could not be addressed via resolutions alone, and includes fixes for three pre-existing content errors now surfaced by the stricter SSG renderer in 3.10.Changes
@docusaurus/*packages to3.10.1"webpack": "^5.104.1"resolution — now compatible with Docusaurus 3.10.1 (ProgressPlugin no longer called directly, useswebpackbarabstraction instead)webpack-dev-serveralerts Add our ecosystem map #56, Docs/update Swanky chapters #57, Adding french language translation for initial chapters #132 — 3.10.1 ships withv5.2.4webpackalerts Adding USDT and GLMR assets #79, Delete page - duplicate #80 — forced to5.107.2via resolutiondefillama.md— removed{#defillama-en-page-id}custom heading ID rejected by the stricter MDX/acorn parser in 3.10arthswap.md,setup-metamask.md,ledger/index.md— removed orphaned<TabItem>components used without a parent<Tabs>wrapper, which now cause hard SSG failures in 3.10Notes
The three content files (
arthswap.md,setup-metamask.md,ledger/index.md) had pre-existing issues silently ignored by 3.8.1 that are now treated as hard errors. The network endpoint tables are preserved exactly; only the invalid<TabItem>wrapper and unused imports were removed.