Commit f36d72b
authored
chore: upgrade vuepress to rc.30 and theme-hope to rc.107 (rolldown) (#1138)
Switch @vuepress/bundler-vite to the rolldown-driven build path and
align the @vuepress/* plugins / helper to rc.130. theme-hope rc.107
also removes temp pages, which is the bulk of the time/memory win.
Version changes:
- vuepress / @vuepress/bundler-vite: rc.26 -> rc.30
- vuepress-theme-hope: rc.99 -> rc.107
- @vuepress/plugin-docsearch / plugin-links-check / helper /
plugin-back-to-top: rc.120 -> rc.130
- sass-embedded: 1.93.3 -> 1.100.0 (required for theme-hope rc.107's
new `if(sass(...): ...; else: ...)` SCSS syntax)
Local build benchmark (pnpm run build, /usr/bin/time -l):
- Before (rc.26): 112.30s build, peak RSS 6731 MB
- After (rc.30): 58.67s build, peak RSS 5254 MB
- Wins: -47.8% build time, -21.9% peak RSS
Removes the CI build OOM risk on the 8 GB node heap without needing
to raise --max_old_space_size, and roughly halves the build wall time.
No source changes; only dependency versions and lockfile.1 parent b3e305d commit f36d72b
2 files changed
Lines changed: 1929 additions & 1656 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments