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-05-12
stories 8

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

CREATE-VUE TIGHTENS TOOLCHAIN AS OXLINT AND VITE SHIP UPDATES

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

The Vue scaffolding tool is marching through dependency updates across linting, formatting, and build infrastructure in a single coordinated push.

Create-vue is absorbing a wave of tooling upgrades that tighten the developer experience across the stack [1] [2] [3]. The oxlint ecosystem shipped two updates—eslint-plugin-oxlint to 1.63.0 [2] and oxfmt to 0.48.0 [3]—that sharpen code quality enforcement, while Vite itself bumped to 8.0.12 [4] with bug fixes for the build layer. All three hit high confidence thresholds and are safe to absorb immediately. Separately, create-vue is also evaluating pnpm v11 [5], a major version jump that carries more surface area for compatibility friction—worth testing in a staging environment before shipping to users. On the core side, vue/core hardened its CI pipeline by pinning GitHub Actions to specific commit SHAs and enforcing frozen lockfiles during release builds [6], reducing the attack surface and ensuring reproducible builds. This is hygiene work that pays dividends across the ecosystem.

Action items

References

  1. [1] chore(deps): update all non-major dependencies ↗ vuejs/create-vue
  2. [2] chore(deps): update oxlint to ~1.63.0 ↗ vuejs/create-vue
  3. [3] chore(deps): update dependency oxfmt to ^0.48.0 ↗ vuejs/create-vue
  4. [4] chore(deps): update vite packages ↗ vuejs/create-vue
  5. [5] chore(deps): update pnpm to v11 ↗ vuejs/create-vue
  6. [6] ci: avoid dependency cache and pin actions in release workflow ↗ vuejs/core

Quick answers

What shipped in Vue.js on May 12, 2026?
The Vue scaffolding tool is marching through dependency updates across linting, formatting, and build infrastructure in a single coordinated push. In total, 1 commits and 7 pull requests landed.
Who contributed to Vue.js on May 12, 2026?
2 developers shipped this update, including renovate[bot] and edison1105.
What were the notable Vue.js updates?
chore(deps): update all non-major dependencies, chore(deps): update oxlint to ~1.63.0, and chore(deps): update dependency oxfmt to ^0.48.0.