105 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-09-04
stories 1

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

create-vue bumps @vue/test-utils to ^2.5.0

By RepoJournal · Filed · About Vue.js

1 person shipped this

create-vue updated its non-major dependencies, advancing @vue/test-utils from ^2.4.11 to ^2.5.0.

The create-vue scaffolding tool refreshed its dependency set as part of a routine maintenance pass [1]. @vue/test-utils moves from ^2.4.11 to ^2.5.0, which means new projects scaffolded with create-vue will install the latest 2.x line of the testing library.

No breaking changes are reported in this dependency bump, and no behavior changes are noted beyond the version range update. If you generate a fresh Vue project today, your test setup will resolve to test-utils 2.5.0 or later within the semver range.

Quick answers

What shipped in Vue.js on September 4, 2026?
create-vue updated its non-major dependencies, advancing @vue/test-utils from ^2.4.11 to ^2.5.0. In total, 1 pull requests landed.
Who contributed to Vue.js on September 4, 2026?
1 developer shipped this update, including renovate.
What were the notable Vue.js updates?
chore(deps): update all non-major dependencies.