The Wire · Showcase
TEST-UTILS PATCHES COMPONENT TEXT RENDERING, TOOLCHAIN JUMPS TO PNPM 11
By RepoJournal · Filed · About Vue.js
Test-utils v2.4.10 restores text() and html() for single-root components while the entire stack prepares for pnpm 11's Node 22 requirement.
Test-utils shipped a critical fix [1] that restores the text() and html() helper methods for single-root components—a regression that would break test suites relying on these standard assertions. In parallel, the toolchain is moving fast: test-utils merged pnpm 11 [2] and bumped Node to 22 [3] on Netlify to unblock deploy previews, since pnpm 11 requires Node 22+. The formatter dependency oxfmt ticked to v0.49.0 [4], and action-setup patched to v6.0.8 [5]. Over on language-tools, the team fixed a critical VSCode issue [6] where moving folders containing Vue files didn't trigger proper file rename edits—this was breaking refactoring workflows. They're also pinning TypeScript-ESLint to avoid false positives [7] and refining package publish lists [8]. Router tightened security posture by setting explicit least-privilege permissions on CI workflows [9], reducing accidental over-privileging across the board.
Action items
- → Upgrade test-utils to v2.4.10 before next test run vuejs/test-utils [immediate]
- → Plan pnpm 11 upgrade; ensure Node 22+ in CI/deploy environments vuejs/test-utils [plan]
- → Update language-tools for folder rename fix if using VSCode refactoring vuejs/language-tools [plan]
References
- [1] v2.4.10 ↗ vuejs/test-utils
- [2] chore(deps): update pnpm to v11 ↗ vuejs/test-utils
- [3] chore: update Netlify Node version ↗ vuejs/test-utils
- [4] chore(deps): update dependency oxfmt to v0.49.0 ↗ vuejs/test-utils
- [5] chore(deps): update pnpm/action-setup action to v6.0.8 ↗ vuejs/test-utils
- [6] fix(vscode): trigger file rename edits when moving folders with Vue files ↗ vuejs/language-tools
- [7] chore: pin `@typescript-eslint/eslint-plugin` vuejs/language-tools
- [8] chore: refine package publish file lists vuejs/language-tools
- [9] chore(ci): set explicit least-privilege workflow permissions ↗ vuejs/router
FAQ
- What changed in Vue.js on May 13, 2026?
- Test-utils v2.4.10 restores text() and html() for single-root components while the entire stack prepares for pnpm 11's Node 22 requirement.
- What should Vue.js teams do about it?
- Upgrade test-utils to v2.4.10 before next test run • Plan pnpm 11 upgrade; ensure Node 22+ in CI/deploy environments • Update language-tools for folder rename fix if using VSCode refactoring
- Which Vue.js repositories shipped on May 13, 2026?
- vuejs/test-utils, vuejs/language-tools, vuejs/router