117 wires and counting

$ follow Vue.js

Keep up with Vue.js in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-08-02
stories 13

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

VITEPRESS ALPHA 19 SHIPS WITH GROUND-UP FILE INCLUSION REWRITE

By RepoJournal · Filed · About Vue.js · Composed from the cited sources · methodology

VitePress alpha 19 landed overnight with a structural overhaul of code snippets and markdown inclusion that fixes four long-standing bugs in one sweep.

The release [1] comes paired with a complete rewrite of the `<<<` code snippet and `<!-- @include: -->` markdown inclusion features onto a shared region engine [2]. The old regex-based parser silently swallowed metadata into file paths; the new structural parser cleanly separates `[title]`, `{meta}`, and `#region` markers so nothing gets lost in translation. This single rewrite fixes issues #3690, #4625, #4838, #5014, and #5207 [2]. Relative URLs inside included markdown files now resolve from the included file's location instead of the page including it [3], which means partials can link to their neighbors regardless of context. The docs have been updated to cover multi-region concatenation, region marker stripping, build errors for missing files, and line-range includes through fenced syntax [4]. Russian translation updates landed in parallel [5].

Quick answers

What shipped in Vue.js on August 2, 2026?
VitePress alpha 19 landed overnight with a structural overhaul of code snippets and markdown inclusion that fixes four long-standing bugs in one sweep. In total, 10 commits, 2 pull requests, and 1 releases landed.
Who contributed to Vue.js on August 2, 2026?
3 developers shipped this update, including github-actions[bot], dragomano, and brc-dd.
What were the notable Vue.js updates?
v2.0.0-alpha.19, code snippet and markdown inclusion rewrite, and feat(markdown)!: rebase relative urls in included files.