Commit 8418343
Pin Docusaurus packages to ~3.9.0 to avoid webpack incompatibility (meta-pytorch#3268)
Summary:
- Changed `^3.9.0` to `~3.9.0` for all four Docusaurus packages (`docusaurus/core`, `docusaurus/preset-classic`, `docusaurus/module-type-aliases`, `docusaurus/types`).
- This allows patch updates (3.9.x) but prevents the jump to 3.10.0 where a webpack/webpackbar incompatibility exists.
- Docusaurus 3.10 (via webpackbar) passes deprecated options (`name`, `color`, `reporters`, `reporter`) to webpack's `ProgressPlugin`, which webpack 5.99+ rejects. Once Docusaurus fixes this upstream, we can switch back to `^3.10.x` or later.
Pull Request resolved: meta-pytorch#3268
Test Plan: - [ ] Verify website builds successfully with `npm run build` in the `website/` directory.
Reviewed By: esantorella
Differential Revision: D100067455
Pulled By: saitcakmak
fbshipit-source-id: 934bc905999e7d80bc61467dd902f5154e382d381 parent 1d5fd01 commit 8418343
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments