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-29
stories 8

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

VITEPRESS FIXES ROBOTS.TXT 404, TEST-UTILS ROLLS DEPENDENCY UPDATES

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

VitePress patched a broken robots.txt endpoint while Test-Utils pushed six dependency updates across the stack in a quiet 24 hours.

VitePress shipped a robots.txt fix [1] to stop 404ing requests to https://vitepress.dev/robots.txt, modeling the implementation after Nuxt's approach [1]. In parallel, a markdown refactor [2] is moving container attributes to use the attrs plugin, tightening the rendering pipeline. Over on Test-Utils, Renovate kept the lights on with a standard dependency sweep: @vitejs/plugin-vue bumped to 6.0.8 [3], oxfmt jumped two minor versions to 0.60.0 [4], and actions/setup-node upgraded to v7 [5]. The team also pulled in pkg-pr-new 0.0.80 [6] and an actions/checkout digest pin [7]. This is baseline maintenance work, no breaking changes, no security alerts. Merge with confidence.

Quick answers

What shipped in Vue.js on July 29, 2026?
VitePress patched a broken robots.txt endpoint while Test-Utils pushed six dependency updates across the stack in a quiet 24 hours. In total, 2 commits and 6 pull requests landed.
Who contributed to Vue.js on July 29, 2026?
3 developers shipped this update, including MaxwellCohen, Divyansh Singh, and renovate.
What were the notable Vue.js updates?
chore(Docs): add robots.txt, refactor(markdown): use attrs plugin for container attributes, and chore(deps): update all non-major dependencies.