105 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-09-01
stories 5

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

CI hardening for create-vue: fork-skip and peer-dep checks

By RepoJournal · Filed · About Vue.js

create-vue's CI now fails on incompatible peer dependencies and skips workflows in forks, tightening the scaffolding pipeline and saving runner time.

create-vue tightened its CI pipeline with two changes. CI now fails when the workspace lockfile contains missing or incompatible peer dependencies [1], which would have caught a previous regression; this check ships as a commit [2]. Workflows, including publish jobs, now skip on repository forks [3], preventing unnecessary runner consumption and accidental releases; this also ships as a commit [4]. Separately, Renovate updated the eslint-plugin-oxlint dependency from ~1.79.0 to ~1.80.0 [5], a routine bump. The combination means safer contributions and more reliable releases for the create-vue template generator.

Quick answers

What shipped in Vue.js on September 1, 2026?
create-vue's CI now fails on incompatible peer dependencies and skips workflows in forks, tightening the scaffolding pipeline and saving runner time. In total, 2 commits and 3 pull requests landed.
Who contributed to Vue.js on September 1, 2026?
2 developers shipped this update, including renovate and cexbrayat.
What were the notable Vue.js updates?
ci: check peer dependencies, ci: check peer dependencies (#1125), and ci: skip workflows on forks.