website: add @docusaurus/faster and bump Docusaurus to 3.10.0#35
Merged
Conversation
Agent-Logs-Url: https://github.com/enactic/damiao/sessions/c2ba1df5-80d1-479c-8461-3b61892e07c9 Co-authored-by: kou <27350+kou@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix failing GitHub Actions job by adding @docusaurus/faster dependency
website: add @docusaurus/faster and bump Docusaurus to 3.10.0
Apr 13, 2026
There was a problem hiding this comment.
Pull request overview
Updates the Docusaurus website dependencies to resolve CI build failures caused by Docusaurus 3.10+ requiring @docusaurus/faster to be installed explicitly.
Changes:
- Bump Docusaurus packages from
3.9.2to3.10.0. - Add
@docusaurus/faster@3.10.0as a direct dependency. - Regenerate
website/package-lock.jsonto include the new dependency and updated transitive versions.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
website/package.json |
Adds @docusaurus/faster and aligns Docusaurus package versions on 3.10.0. |
website/package-lock.json |
Lockfile regeneration reflecting the new dependency and Docusaurus 3.10.0 dependency graph. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Docusaurus 3.10.0 requires
@docusaurus/fasterto be present as an explicit dependency — without it, the build fails immediately withERR_MODULE_NOT_FOUNDwhen the bundler attempts to import it.Changes
website/package.json: Bump all@docusaurus/*packages3.9.2 → 3.10.0; add@docusaurus/faster: "3.10.0"as a direct dependencywebsite/package-lock.json: Regenerated vianpm installOriginal prompt
This pull request was created from Copilot chat.