Commit 93cba10
committed
fix(docs): pin builddocs to 1.x to fix api docs build
builddocs 2.x is an incompatible rewrite: the `build()` function was
replaced by `buildDocs()`, which emits HTML and drops the markdown
output and template support the docs script relies on. #2404 bumped it
from ^1.0.8 to ^2.0.0, breaking `pnpm -F @milkdown/docs run build`
with "import_builddocs.build is not a function".
Pin back to ^1.0.9 and add a renovate rule to block builddocs major
upgrades until the script is migrated.1 parent 236baf4 commit 93cba10
3 files changed
Lines changed: 80 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
22 | 28 | | |
23 | 29 | | |
24 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments