The Wire · Showcase
OXFMT AND OXLINT MOVE FAST. CREATE-VUE KEEPS PACE
By RepoJournal · Filed · About Vue.js
The Rust-powered linting ecosystem is accelerating, and create-vue is staying current with back-to-back dependency bumps across the oxc stack.
Create-vue shipped oxfmt ^0.53.0 [1] and eslint-plugin-oxlint ~1.68.0 [2] in the last 24 hours, signaling the project's commitment to the faster iteration cycle of the Rust toolchain. These aren't patch safety updates - they're the cost of staying on the bleeding edge of formatter and linter development. Vite also ticked up to ^8.0.16 [3], a minor patch that keeps the build chain current. GitHub Actions checkout digest moved to df4cb1c [4], routine infrastructure maintenance. On the language-tools front, the team fixed duplicate listener detection to properly account for event modifiers [5], closing a gap in template validation that could mask real issues in production code.
Action items
- → Review oxfmt 0.53.0 changelog for formatter behavior changes before merging [ref:1] vuejs/create-vue [plan]
- → Merge language-tools fix for event modifier validation [ref:5] vuejs/language-tools [monitor]
References
- [1] chore(deps): update v0.x to ^0.53.0 ↗ vuejs/create-vue
- [2] chore(deps): update oxlint to ~1.68.0 ↗ vuejs/create-vue
- [3] chore(deps): update vite packages to ^8.0.16 ↗ vuejs/create-vue
- [4] chore(deps): update actions/checkout digest to df4cb1c ↗ vuejs/create-vue
- [5] fix(language-core): include event modifiers in duplicate listener checks ↗ vuejs/language-tools
FAQ
- What changed in Vue.js on June 9, 2026?
- The Rust-powered linting ecosystem is accelerating, and create-vue is staying current with back-to-back dependency bumps across the oxc stack.
- What should Vue.js teams do about it?
- Review oxfmt 0.53.0 changelog for formatter behavior changes before merging [ref:1] • Merge language-tools fix for event modifier validation [ref:5]
- Which Vue.js repositories shipped on June 9, 2026?
- vuejs/create-vue, vuejs/language-tools