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-07-19
stories 9

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

VITEPRESS ADDS MARKDOWN CONTAINERS, CREATE-VUE TIGHTENS TOOLCHAIN

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

VitePress shipped long-overdue markdown container support for note, important, and caution blocks while create-vue rolled through routine dependency updates and upgraded its GitHub Actions.

VitePress finally wired up three markdown containers that were defined but never actually usable [1]. The note, important, and caution containers are now live, letting you use the ::: syntax for semantic content blocks. This closes two separate feature requests and gives documentation authors the structured callouts they've been waiting for. Meanwhile, create-vue is keeping its dependencies current with updates to @types/node, oxc packages, and a major bump to actions/setup-node v7 [2] [3]. The toolchain moves are all low-risk maintenance plays. On the housekeeping front, create-vue also landed VSCode settings and license updates to keep the scaffold aligned with project standards [4] [5].

Quick answers

What shipped in Vue.js on July 19, 2026?
VitePress shipped long-overdue markdown container support for note, important, and caution blocks while create-vue rolled through routine dependency updates and upgraded its GitHub Actions. In total, 3 commits and 6 pull requests landed.
Who contributed to Vue.js on July 19, 2026?
3 developers shipped this update, including renovate, btea, and chencu.
What were the notable Vue.js updates?
feat: support `note`, `important`, `caution` markdown containers (#5161), chore(deps): update oxc packages, and chore(deps): update actions/setup-node action to v7.