RepoJournal
Vue.js

@vuejs

Vue + the surrounding frontend ecosystem

Keep up with Vue.js in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: JavaScript Full archive →

The Wire · Showcase

OXFMT AND OXLINT BUMPS LAND IN CREATE-VUE. ESLINT-PLUGIN-VUE ADDS SORT-KEYS FLEXIBILITY

By RepoJournal · Filed · About Vue.js

Create-vue is rolling forward its tooling stack while eslint-plugin-vue ships a new option that gives developers control over key sorting across blank lines.

Create-vue upgraded oxfmt to 0.53.0 [1] and oxlint to 1.68.0 [2], keeping the Rust-powered linting and formatting pipeline current with the upstream oxc project. Vite itself bumped to 8.0.16 [3], a patch release that likely carries fixes without breaking changes. These dependency updates flow through automatically via Renovate and are safe to merge as they land. On the eslint-plugin-vue side, the sort-keys rule got a new allowLineSeparatedGroups option [4], mirroring ESLint core's own feature. When enabled, blank lines between object properties reset the sort context, letting you organize related keys into visual groups without triggering sort violations. This is opt-in (defaults to false), so your existing configs stay intact. GitHub Actions pinning also shipped across eslint-plugin-vue for better security posture [5]. The core team added Arlo to the official docs team members list [6].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] chore(deps): update v0.x to ^0.53.0 ↗ vuejs/create-vue
  2. [2] chore(deps): update oxlint to ~1.68.0 ↗ vuejs/create-vue
  3. [3] chore(deps): update vite packages to ^8.0.16 ↗ vuejs/create-vue
  4. [4] feat(sort-keys): add allowLineSeparatedGroups option ↗ vuejs/eslint-plugin-vue
  5. [5] ci: pin action versions ↗ vuejs/eslint-plugin-vue
  6. [6] docs: add arlo to core team members list (#3405) vuejs/docs

Quick answers

What shipped in Vue.js on June 8, 2026?
Create-vue is rolling forward its tooling stack while eslint-plugin-vue ships a new option that gives developers control over key sorting across blank lines. In total, 3 commits and 7 pull requests landed.
Who contributed to Vue.js on June 8, 2026?
3 developers shipped this update, including renovate[bot], rodindev, and rzzf.
What were the notable Vue.js updates?
chore(deps): update v0.x to ^0.53.0, chore(deps): update oxlint to ~1.68.0, and chore(deps): update vite packages to ^8.0.16.

More from @vuejs

Daily updates, in your inbox

Follow Vue.js

Keep up with Vue.js in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?