Skip to content

⬆️ Update dependency vocs to v2 - #275

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vocs-2.x
Open

⬆️ Update dependency vocs to v2#275
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vocs-2.x

Conversation

@renovate

@renovate renovate Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
vocs 1.4.12.8.5 age confidence

Release Notes

wevm/vocs (vocs)

v2.8.5

Compare Source

Patch Changes
  • 00bcf78: Supported OpenAPI tag display names and nested page paths through x-displayName and x-pagePath.

v2.8.4

Compare Source

Patch Changes
  • 2c9323a: Added openapi[].sidebar.tagGroupsCollapsed to configure x-tagGroups sections independently from tag sections.

v2.8.3

Compare Source

Patch Changes
  • eee7161: Allowed OpenAPI tags to appear in multiple x-tagGroups sidebar sections.

v2.8.2

Compare Source

Patch Changes
  • 1b6a231: Prevented infinite recursion while resolving MDX layout imports on Windows.

v2.8.1

Compare Source

Patch Changes
  • 27b5a75: Retried transient Cloudflare AI search requests.

v2.8.0

Compare Source

Minor Changes
  • 2483318: Added a :::benchmarks directive that colors table cells by performance relative to a reference column.

    :::benchmarks
    | suite | Octane | React |
    | --- | --- | --- |
    | render | 1x | 2.5x |
    | memory | 1x | 0.4x |
    :::
    

v2.7.2

Compare Source

Patch Changes
  • ae7ceae: Moved generated OpenAPI schema models into category-specific client chunks to reduce inline route payloads.

v2.7.0

Compare Source

Minor Changes
  • 9891fb9: Add toMarkdown hooks for custom MDX components in generated LLM Markdown.
  • ee50089: Add enabled-by-default JSON-LD structured data with a jsonLd opt-out.
  • 30da11d: Add a CLI audit for MDX components left in generated Markdown.
  • e1a70dc: Added output-only remark plugins for generated Markdown.
Patch Changes
  • 1258ed8: Preserve content after nested MDX expressions in generated Markdown.
  • c3741ff: Preserved authored frontmatter metadata in OpenAPI page head tags.
  • 103f229: Reduced OpenAPI route payloads by lazily loading playground assets and materializing nested schemas on demand.
  • e78ff5f: Pretty-printed nested objects and arrays from authored OpenAPI schema values.

v2.6.2

Compare Source

Patch Changes
  • 97fdd0b: Collapsed long OpenAPI request body examples behind an expand control.
  • 830e721: Pretty-printed structured OpenAPI parameter and property examples.

v2.6.1

Compare Source

Patch Changes
  • 8be1f97: Fixed Twoslash loading TypeScript and retaining configured compiler options from the consuming project.
  • c6feee9: Fixed banners with configured heights overlapping navigation when their content wrapped.

v2.6.0

Compare Source

Minor Changes
  • ac99f45: Added prompt directives and the Prompt component for copyable agent instructions.
  • 51c7978: Added agent guidance to Markdown page twins and a submit_feedback MCP tool for configured feedback adapters.
Patch Changes
  • b3fcf99: Collapsed OpenAPI tag group sections when generated sidebar categories were configured as collapsed.

v2.5.3

Compare Source

Patch Changes
  • 35ebd0c: Fixed search indexing leaking persisted twoslash cache comments (giant base64 blobs) into section text, snippets, and embeddings.

v2.5.2

Compare Source

Patch Changes
  • 9780e74: Fixed VectorStore.cloudflare pruning failing with error 40007 by batching deletes at Vectorize's 100-id limit.

v2.5.1

Compare Source

Patch Changes
  • 1e5cb15: Fixed titles breadcrumbs containing holes when heading levels are skipped.

v2.4.0

Compare Source

Minor Changes
  • cdedc62: Added head config for overriding, extending, or disabling generated head tags (meta typed by unhead's flat schema, plus link/script/style; object, false, or per-route function), and route-aware sitemap.include/sitemap.lastmod options.
Patch Changes
  • 5040558: Reduced serverless bundle size: search indexes are emitted only into client output, and the AI search manifest and Waku build metadata are stored as gzipped sidecars.

v2.3.3

Compare Source

Patch Changes
  • 3612cf0: Added exclude to OpenAPI entries to hide tags or x-tagGroups sections from the generated reference (sidebar, pages, search, and the interactive client).
  • 3612cf0: Added x-tagGroups support to the OpenAPI reference sidebar (claimed tags nest under named sections, unclaimed tags stay top-level), with sidebar.flatten to render chosen sections' tags as top-level items.

v2.3.2

Compare Source

Patch Changes
  • a3b0447: Upgraded to waku@1.0.0-beta.6.

v2.3.1

Compare Source

Patch Changes
  • 5a3ac18: Fixed malformed ::changelog{limit} values reaching the changelog fetcher as NaN instead of falling back to the default limit.
  • 28036a4: Rendered ::changelog releases in markdown output (llms.txt, .md twins) instead of a literal ::changelog line.
  • dad7742: Fixed changelog version links, the skip-to-content link, and markdown and OpenAPI heading anchors navigating to the site root when baseUrl is set.
  • a9f4aa4: Defaulted AI search hybrid fusion on; pass hybrid: false to append semantic results below keyword results instead.

v2.3.0

Compare Source

Minor Changes
  • ab6ef26: Added opt-in AI search via ai.retriever.
Patch Changes
  • 850bda1: Fixed static .md files in public/ being shadowed by markdown-twin routing.
  • 77aa310: Added a direct es-module-lexer@^2.3.0 dependency to prevent installs from resolving the broken 2.2.0 release (guybedford/es-module-lexer#214).

v2.2.5

Compare Source

Patch Changes
  • 26cec40: Added trailingSlashRedirect config option (default true).

v2.2.4

Compare Source

Patch Changes
  • 7718528: Fixed the standalone OpenAPI reference rendering blank (__webpack_require__ is not defined). The genuine react/Link imports unstable_RouterContext from waku/router/client, which dragged react-server-dom-webpack into the prebuilt browser bundle. The standalone build now aliases waku/router/client to its Waku shim (which provides the router context), keeping the RSC client out of the bundle.

v2.2.3

Compare Source

Patch Changes
  • b0ea6e7: Excluded changelog release-body headings from the page outline and sidebar active-section tracking, fixing the overlapping/duplicated "On this page" entries on changelog pages and the stale entries that leaked onto subsequent pages.
  • a1dd6ba: Fixed the Twoslash hover popup being covered by page content on minimal and blank layouts by giving its portaled positioner a z-index.

v2.2.1

Compare Source

Patch Changes
  • 44fb8b0: Fixed standalone OpenAPI bundle builds when Vocs components import Waku router subpaths.
  • 3f1418d: Preserved visual indentation in Twoslash custom tag output.

v2.1.12

Compare Source

Patch Changes
  • ae03b22: Fixed Ask AI markdown actions to use generated markdown assets in static builds.
  • a84d8c4: Preserved leading indentation in custom display tags (@log/@error/@warn/@annotate), so multi-line blocks (e.g. logged objects) keep their indentation instead of being flattened to the left margin.

v2.1.11

Compare Source

Patch Changes
  • 89ee8ca: Fixed custom display tags (@log/@error/@warn/@annotate) being stripped instead of rendered in Twoslash checkOnly mode, and fixed runs of consecutive tags rendering in reverse order.

v2.1.10

Compare Source

Patch Changes
  • c166f6c: Fixed sitemap generation overwriting user-provided public/robots.txt and public/sitemap.xml files.

v2.1.9

Compare Source

Patch Changes
  • 246fdd0: Stopped flagging OpenAPI-generated routes (the mount overview and per-category pages) as dead links.

v2.1.8

Compare Source

Patch Changes
  • 1d149af: Fixed OpenAPI section sidebar/routing: forward sidebar.intro in the Vite integration, add a sidebar.backLink option (default true), and mount _layout files under OpenAPI sections correctly.

v2.1.7

Compare Source

Patch Changes
  • 47d40a4: Added <OpenApi.Operation /> and <OpenApi.Playground /> components.

v2.1.6

Compare Source

Patch Changes
  • f273dd2: Fixed sidebar active state being lost when scrolling on OpenAPI guide pages (e.g. an authored "Authentication" page mounted under an OpenAPI section). Page-level sidebar items now only defer their active state to in-page anchors that have a corresponding hash-link sidebar item, instead of any heading on the page.

v2.1.5

Compare Source

Patch Changes
  • 85f6a38: Added a resource prop to <OpenApi.Endpoints /> that renders a flat list of all endpoints for a single resource (e.g. <OpenApi.Endpoints resource="rpc" />).

v2.1.4

Compare Source

Patch Changes
  • bbf3a4f: Muted disabled Scalar modal request values.

v2.1.3

Compare Source

Patch Changes
  • 73cad45: Fixed OpenAPI playground requests for remote specs with relative server URLs.

v2.1.2

Compare Source

Patch Changes
  • 6a1630c: Fixed generated OpenAPI root pages to render endpoint overviews when no custom intro page was provided.

v2.1.1

Compare Source

Patch Changes
  • ae03b22: Fixed Ask AI markdown actions to use generated markdown assets in static builds.
  • a84d8c4: Preserved leading indentation in custom display tags (@log/@error/@warn/@annotate), so multi-line blocks (e.g. logged objects) keep their indentation instead of being flattened to the left margin.

v2.0.17

Compare Source

Patch Changes
  • e878574: Fixed persisted Twoslash hovers and completions overlapping following documentation content.

v2.0.15

Compare Source

Patch Changes
  • 0bc3859: Fixed the MCP Streamable HTTP endpoint hanging on JSON-RPC notifications (e.g. notifications/initialized) by acking payloads that contain no requests with 202 Accepted.
  • 75eaf10: Fixed user-configured remarkPlugins (e.g. remark-math) not being applied during llms and search compilation.
  • d9ee887: Fixed multi-second latency when CLI and AI-agent user-agents request static assets (.json, .svg, etc.) by skipping markdown twin resolution for non-page requests.
  • 93c0441: Fixed vocs dev crashing on fresh npm/bun installs with a missing react-server condition error by keeping react-server-dom-webpack bundled in the RSC server environments.
  • 699e6b3: Upgraded to waku@1.0.0-beta.3 and removed the router prefetch patches now fixed upstream.

v2.0.14

Compare Source

Patch Changes
  • c47b871: Fixed heading subtext breaking when its description contained inline markdown such as inline code or emphasis.

v2.0.13

Compare Source

Patch Changes
  • 90c536d: Stripped inline Twoslash cache comments and the sitemap from markdown (.md/llms) pages.

v2.0.12

Compare Source

Patch Changes
  • 23ca0df: Added copy-to-clipboard behavior for heading anchor links.

v2.0.11

Compare Source

Patch Changes
  • c7dcfd0: Fixed inline Twoslash cache comments leaking into rendered code snippets.

v2.0.10

Compare Source

Patch Changes
  • 60ea522: Improved build performance for Twoslash-heavy sites by highlighting hover popups lazily on the client instead of at build time, significantly reducing build memory and time.

v2.0.8

Compare Source

Patch Changes
  • c94eef9: Fixed the experimental Twoslash inline cache producing permanent misses and duplicate comments for code blocks that import or [!include] virtual files.

v2.0.7

Compare Source

Patch Changes
  • 3597288: Added an experimental inline Twoslash cache (twoslash.inlineCache) that persists results in the markdown source as // @twoslash-cache: ... comments so the cache travels with the repo.

v2.0.6

Compare Source

Patch Changes
  • 071b04b: Added a badge field to SidebarItem. Pass a string for a default badge, or an object with a variant (note, info, tip, warning, danger, success) for a colored variant. Renders to the right of the item text on leaf items and group headers.

v2.0.5

Compare Source

Patch Changes
  • e25757c: Reduced peak build-time memory and improved twoslash cache reuse on large docs sites.

v2.0.4

Compare Source

Patch Changes
  • c88d1d2: Fixed unhandled text directives inside link labels rendering as empty elements.

v2.0.3

Compare Source

Patch Changes
  • f98e301: Preserved the configured base path root when normalizing Waku's trailing slash base path.

v2.0.2

Compare Source

Patch Changes
  • f850193: Improved MDX development hot updates to avoid delayed or stale page updates after edits.

v2.0.1

Compare Source

Patch Changes
  • e878574: Fixed persisted Twoslash hovers and completions overlapping following documentation content.

v2.0.0

Compare Source

Major Changes
Patch Changes

Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label Jun 3, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 3, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
❌ Deployment failed
View logs
resume f338d32 Sep 07 2026, 10:16 PM

@renovate
renovate Bot force-pushed the renovate/vocs-2.x branch 13 times, most recently from 8e54ec8 to 5aa6ed3 Compare June 10, 2026 07:16
@renovate
renovate Bot force-pushed the renovate/vocs-2.x branch 5 times, most recently from 0257e6e to 3e1e062 Compare June 17, 2026 03:40
@renovate
renovate Bot force-pushed the renovate/vocs-2.x branch 9 times, most recently from ca4be2d to 795a452 Compare June 26, 2026 01:56
@renovate
renovate Bot force-pushed the renovate/vocs-2.x branch from 795a452 to eae4371 Compare June 27, 2026 01:33
@renovate
renovate Bot force-pushed the renovate/vocs-2.x branch 10 times, most recently from e2b4b23 to 7dea142 Compare July 13, 2026 05:55
@renovate
renovate Bot force-pushed the renovate/vocs-2.x branch 8 times, most recently from 1c1b1cd to 020238b Compare July 21, 2026 05:37
@renovate
renovate Bot force-pushed the renovate/vocs-2.x branch 7 times, most recently from 09971c5 to 6a285fe Compare July 29, 2026 13:37
@renovate
renovate Bot force-pushed the renovate/vocs-2.x branch 4 times, most recently from a093016 to 764825e Compare August 1, 2026 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants