The Wire · Showcase
VUE 3.5.38 SHIPS, OXFMT TOOLCHAIN UPGRADES ROLL ACROSS ECOSYSTEM
By RepoJournal · Filed · About Vue.js
Vue core v3.5.38 landed overnight while the entire ecosystem's linter and formatter stack jumps to the latest oxc tooling.
Vue 3.5.38 hit stable [1] as the minor branch pushes forward with 3.6.0-beta.15 [2], giving you a clear upgrade path depending on your risk tolerance. The bigger story is the coordinated oxc tooling push across the monorepo: test-utils upgraded oxfmt to 0.54.0 [3], create-vue followed suit with oxfmt ^0.54.0 [4] and bumped oxlint to ~1.69.0 [5], ensuring your scaffolded projects and test suites use the same formatter and linter versions. Prettier also landed a point release (3.8.4) [6] in create-vue for those still using the more traditional formatter stack. Package metadata got tightened up in babel-preset-vue with proper homepage and bug tracker links [7], a small but important ergonomic win for the ecosystem.
Action items
- → Upgrade vuejs/core to v3.5.38 in your next deploy vuejs/core [plan]
- → Regenerate scaffolded projects with latest create-vue to lock oxfmt 0.54.0 and oxlint 1.69.0 vuejs/create-vue [plan]
- → Monitor 3.6.0-beta.15 in staging for pre-release testing vuejs/core [monitor]
References
- [1] v3.5.38 ↗ vuejs/core
- [2] v3.6.0-beta.15 ↗ vuejs/core
- [3] chore(deps): update dependency oxfmt to v0.54.0 ↗ vuejs/test-utils
- [4] chore(deps): update oxfmt to ^0.54.0 ↗ vuejs/create-vue
- [5] chore(deps): update oxlint to ~1.69.0 ↗ vuejs/create-vue
- [6] chore(deps): update prettier to v3.8.4 ↗ vuejs/create-vue
- [7] chore: add package support metadata ↗ vuejs/babel-preset-vue
FAQ
- What changed in Vue.js on June 12, 2026?
- Vue core v3.5.38 landed overnight while the entire ecosystem's linter and formatter stack jumps to the latest oxc tooling.
- What should Vue.js teams do about it?
- Upgrade vuejs/core to v3.5.38 in your next deploy • Regenerate scaffolded projects with latest create-vue to lock oxfmt 0.54.0 and oxlint 1.69.0 • Monitor 3.6.0-beta.15 in staging for pre-release testing
- Which Vue.js repositories shipped on June 12, 2026?
- vuejs/core, vuejs/test-utils, vuejs/create-vue, vuejs/babel-preset-vue