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-22
stories 5

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

CREATE-VUE 3.23.0 SHIPS WITH TYPESCRIPT ENABLED BY DEFAULT

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

Vue's scaffolding tool flipped the switch on TypeScript adoption, making strict typing the path of least resistance for new projects.

Create-vue 3.23.0 [1] enables TypeScript by default on project creation, fundamentally shifting how Vue developers start their journey. This lands alongside package manager auto-detection [1], which means the CLI now watches what you're using and mirrors it, eliminating friction on monorepo workflows. The playground got tighter too [2]: pre-release versions are now capped at 10 entries while preserving up to 30 total versions, cutting down the noise when you're testing against multiple release candidates. Vue 3.6 RC is now the beta option [1], signaling the framework's readiness to move beyond experimental builds. Under the hood, the core team shipped workspace configuration updates [3] to keep dependency lockfiles reproducible, the kind of unsexy infrastructure work that prevents production surprises.

Quick answers

What shipped in Vue.js on July 22, 2026?
Vue's scaffolding tool flipped the switch on TypeScript adoption, making strict typing the path of least resistance for new projects. In total, 2 commits, 2 pull requests, and 1 releases landed.
Who contributed to Vue.js on July 22, 2026?
3 developers shipped this update, including KazariAI, edison1105, and haoqunjiang.
What were the notable Vue.js updates?
2026-07-21 (v3.23.0), chore(sfc-playground): limit displayed pre-release versions, and chore: allow `@parcel/watcher` builds.