The Wire · Showcase
TEST-UTILS TIGHTENS TOOLING AS CREATE-VUE FIXES TEMPLATE SYNTAX
By RepoJournal · Filed · About Vue.js
Vue's test harness is standardizing its formatter and PR preview tooling while the scaffolding layer patches a small but annoying template inconsistency.
Test-utils is bumping oxfmt to v0.51.0 [1], the Rust-based formatter that enforces consistent code style across the test suite. This lands on the heels of a pkg-pr-new update to v0.0.75 [2], tightening the workflow for contributors testing preview builds. Over in create-vue, the team caught and merged a trailing comma fix in the Vite config template [3], the kind of micro-detail that compounds across hundreds of scaffolded projects. These are routine maintenance tasks, but they signal tight discipline across the Vue ecosystem's developer-facing layers.
Action items
- → Merge test-utils dependency updates in your next CI cycle vuejs/test-utils [plan]
- → Regenerate create-vue projects if you have active scaffolds vuejs/create-vue [monitor]
References
- [1] chore(deps): update dependency oxfmt to v0.51.0 ↗ vuejs/test-utils
- [2] chore(deps): update dependency pkg-pr-new to v0.0.75 ↗ vuejs/test-utils
- [3] chore: add a missing trailing comma in vite config template ↗ vuejs/create-vue
FAQ
- What changed in Vue.js on May 20, 2026?
- Vue's test harness is standardizing its formatter and PR preview tooling while the scaffolding layer patches a small but annoying template inconsistency.
- What should Vue.js teams do about it?
- Merge test-utils dependency updates in your next CI cycle • Regenerate create-vue projects if you have active scaffolds
- Which Vue.js repositories shipped on May 20, 2026?
- vuejs/test-utils, vuejs/create-vue