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-09-16
stories 11

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

create-vue 3.24.0 adds tsgo option, tighter Oxlint and Vitest templates

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

create-vue shipped v3.24.0 with a tsgo option for the TypeScript generator, template fixes for Oxlint dependency alignment and Vitest config imports, and a CI change that stops redundant pnpm installs in the playground job.

2026-09-16 (v3.24.0) vuejs/create-vue

by haoqunjiang

The v3.24.0 release adds a tsgo option that swaps TypeScript for typescript-native-bridge during scaffolding, and fixes the overwrite prompt to say outright that it deletes all existing files. Also included: keeping Oxlint dependencies aligned and adding the missing extension on the Vitest config import.

fix: prevent redundant pnpm installs in playground CI vuejs/create-vue

by Haoqun Jiang

The playground submodule gains a private root package.json so pnpm 12 can verify dependencies without reinstalling, which also stops install progress from being written to stderr during the Vitest job. Users notice nothing; the CI just stops doing the same work twice.

fix: add root manifest for pnpm dependency checks vuejs/create-vue-templates

by Haoqun Jiang

The companion templates repo got the root manifest that makes pnpm dependency checks work, the counterpart to the same fix on the create-vue side.

version 3.24.0 snapshot vuejs/create-vue-templates

by Haoqun Jiang

A snapshot commit recording the 3.24.0 state of the template set.

chore(deps): lock file maintenance vuejs/create-vue

by renovate

Two Renovate chores rounded out the day: a lock file refresh and a non-major dependency bump taking @clack/prompts from ^1.7.0 to ^1.8.1.

Quick answers

What shipped in Vue.js on September 16, 2026?
create-vue shipped v3.24.0 with a tsgo option for the TypeScript generator, template fixes for Oxlint dependency alignment and Vitest config imports, and a CI change that stops redundant pnpm installs in the playground job. In total, 5 commits, 5 pull requests, and 1 releases landed.
Who contributed to Vue.js on September 16, 2026?
2 developers shipped this update, including haoqunjiang and renovate.
What were the notable Vue.js updates?
2026-09-16 (v3.24.0), fix: prevent redundant pnpm installs in playground CI, and fix: add root manifest for pnpm dependency checks.