⬆️ chore(docs): upgrade Vocs to 2.7.2 - #2085
Conversation
<prompt>Upgrade the tevm core docs site at docs/node from Vocs 1.4.1 to the latest 2.x release, resolve breaking migration changes, fix upgrade-exposed breakage, verify the site builds, and open a focused review PR without merging.</prompt>
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
|
Warning Review limit reached
Next review available in: 2 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (5)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
Summary
docs/nodefrom Vocs 1.4.1 to Vocs 2.7.2 and add the required Waku 1.x runtime peervocs/config,srcDir, top-level theme settings,editLink.link, andcodeHighlight)_root.csscustomization pathHomePage.Button, and current CSS tokensreference/bundler.mdxcompatibility copy because Vocs 2 normalizes it to the same route asreference/bundler/index.mdx, which made static generation fail with a duplicate routeBreaking changes handled
Vocs 2 is a ground-up rewrite with a different config and filesystem contract. The old root
defineConfigexport, nested theme/font config,editLink.pattern,markdown.code.themes, andvocs/componentsentry point are no longer valid. Vocs 2 also defaults pages tosrc/pages, so this migration explicitly keeps the existingdocs/node/pagestree viasrcDir: '.'.The stale edit link was corrected from the old
evmts/tevm-monoreporepository and duplicateddocs/node/docs/pagespath toevmts/tevm/docs/node/pages.Validation
npm view vocs version→2.7.2vocs --version→vocs/2.7.2 darwin-arm64 node-v24.18.0pnpm install --filter @tevm/node-docs... --frozen-lockfile --offline→Lockfile is up to date, resolution step is skipped; exit 0pnpm run build:app→ all five Vocs/Waku build environments completed;[ssg] processing static generation...;[prune] removed static-only 63 chunk(s) and 1 asset(s) from server bundle;✓ 1 file generated in 4504ms; exit 0vitest runindocs/node→Test Files 18 passed | 1 skipped (19),Tests 112 passed | 10 skipped (122); exit 0git diff --check origin/main...HEAD→ cleanScope and coordination
This branch was rebased after the concurrent feature PRs landed. It does not edit
docs/node/pages/api/methods.mdx. The rootpnpm-lock.yamlchange is unavoidable for the Vocs 2/Waku/Vite dependency graph and was regenerated with the repository-pinned pnpm 10.33.4, then verified frozen.Upgrade the tevm core docs site at docs/node from Vocs 1.4.1 to the latest 2.x release, resolve breaking migration changes, fix upgrade-exposed breakage, verify the site builds, and open a focused review PR without merging.