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-14
stories 2

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

create-vue fixes Vitest config imports for Vite's native loader

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

1 person shipped this

create-vue now emits explicit file extensions on the Vite config import in generated Vitest configs, closing a warning and a hard failure for projects running Vite's native config loader.

fix: add extension to Vitest config import vuejs/create-vue

by cexbrayat

Generated Vitest configs imported the Vite config without a file extension, which Vite's current loader tolerates but the native loader rejects, so freshly scaffolded projects warned and broke under configLoader: 'native'. The generator now writes ./vite.config.ts imports for TypeScript projects, which matches what the native loader expects.

fix: add extension to Vitest config import (#1126) vuejs/create-vue

by Cédric Exbrayat

The change landed on main as "fix: add extension to Vitest config import" in vuejs/create-vue, authored by Cédric Exbrayat, so projects scaffolded from the current generator get the extension by default. Existing projects, or those that pulled the fix before the change, can add the extension to their own Vitest config import by hand.

Quick answers

What shipped in Vue.js on September 14, 2026?
create-vue now emits explicit file extensions on the Vite config import in generated Vitest configs, closing a warning and a hard failure for projects running Vite's native config loader. In total, 1 commits and 1 pull requests landed.
Who contributed to Vue.js on September 14, 2026?
1 developer shipped this update, including cexbrayat.
What were the notable Vue.js updates?
fix: add extension to Vitest config import and fix: add extension to Vitest config import (#1126).