The Wire · Showcase
VUEJS CORE GOES ALL-IN ON TOOLCHAIN UPGRADES
By RepoJournal · Filed · About Vue.js
Vue's main repository is shipping five dependency updates in 24 hours, with puppeteer jumping to v25 and lint-staged crossing into v17.
The core team is moving fast on tooling. ESLint climbed from 10.2.1 to 10.4.0 [1], puppeteer jumped a major version to 25.0.4 [2], and lint-staged hit v17 [3], all candidates for merge. These aren't patch bumps. Vitest coverage tools are rolling forward across the ecosystem too [4], with test-utils [5] and core syncing on the same @vitest/coverage-v8 bump to 4.1.7. Over in create-vue, lock file maintenance is live [6]. The volume here signals the team is treating the toolchain as a priority this cycle. No breaking changes flagged yet, but watch those major version jumps on puppeteer and lint-staged during your next local test run.
Action items
- → Review and merge puppeteer v25 upgrade in core before next release cycle vuejs/core [plan]
- → Audit lint-staged v17 compatibility in your local workflows vuejs/core [monitor]
- → Merge ESLint and Vitest coverage updates vuejs/core [plan]
References
- [1] chore(deps): update lint ↗ vuejs/core
- [2] chore(deps): update dependency puppeteer to v25 ↗ vuejs/core
- [3] chore(deps): update dependency lint-staged to v17 ↗ vuejs/core
- [4] chore(deps): update test ↗ vuejs/core
- [5] chore(deps): update all non-major dependencies ↗ vuejs/test-utils
- [6] chore(deps): lock file maintenance ↗ vuejs/create-vue
FAQ
- What changed in Vue.js on May 27, 2026?
- Vue's main repository is shipping five dependency updates in 24 hours, with puppeteer jumping to v25 and lint-staged crossing into v17.
- What should Vue.js teams do about it?
- Review and merge puppeteer v25 upgrade in core before next release cycle • Audit lint-staged v17 compatibility in your local workflows • Merge ESLint and Vitest coverage updates
- Which Vue.js repositories shipped on May 27, 2026?
- vuejs/core, vuejs/test-utils, vuejs/create-vue