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-06-17
stories 5

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

VUE 3.6.0-BETA.16 LANDS WITH VITEST BROWSER E2E OVERHAUL

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

Vue's test infrastructure just got a major upgrade, migrating transition tests from Puppeteer to Playwright-driven browser mode for better stability and speed.

The core team shipped v3.6.0-beta.16 [1] alongside a significant E2E testing refactor [2] that swaps out the aging Puppeteer harness for Vitest's Playwright integration across Transition and TransitionGroup suites. This move adds shared browser utilities (bootstrap, reset, polling, and DOM helpers) that the team built specifically to handle the timing complexities of CSS transitions, a long-standing pain point in the test suite. Meanwhile, the dependency maintenance continues across the ecosystem: test-utils is syncing @types/node to the latest patch [3], and create-vue has refreshed all lock files [4] as part of its standard Wednesday maintenance cycle. The beta release pairs with these infrastructure improvements, signaling that the 3.6 line is stabilizing fast. If you're running Vue 3.5.x in production, monitor this beta cycle before upgrading; the E2E changes are internal only, but the timing suggests feature completeness is close.

Quick answers

What shipped in Vue.js on June 17, 2026?
Vue's test infrastructure just got a major upgrade, migrating transition tests from Puppeteer to Playwright-driven browser mode for better stability and speed. In total, 1 commits, 3 pull requests, and 1 releases landed.
Who contributed to Vue.js on June 17, 2026?
2 developers shipped this update, including edison1105 and renovate[bot].
What were the notable Vue.js updates?
v3.6.0-beta.16, test(e2e): stabilize transition tests with vitest browser mode, and chore(deps): update all non-major dependencies.