Skip to content

Commit 667443a

Browse files
committed
Fix Docusaurus build by aligning @docusaurus/* versions
Dependabot bumped peripheral @docusaurus/* packages to 3.10.1 but left core at 3.9.2, breaking the docs build. Align all @docusaurus/* on 3.10.1, add @docusaurus/faster (required by future.v4: true in 3.10), and tighten react to ^19.2.6 to match react-dom. Group future @docusaurus/* and react/react-dom bumps in dependabot.yml so they upgrade together.
1 parent 6f5684a commit 667443a

3 files changed

Lines changed: 191 additions & 431 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ updates:
1717
interval: 'weekly'
1818
cooldown:
1919
default-days: 3
20+
groups:
21+
docusaurus:
22+
patterns:
23+
- '@docusaurus/*'
24+
react:
25+
patterns:
26+
- 'react'
27+
- 'react-dom'
2028
- package-ecosystem: 'github-actions'
2129
directory: '/'
2230
schedule:

0 commit comments

Comments
 (0)