The Wire · Showcase
LANGUAGE-TOOLS SHIPS MEMORY FIX, TEST-UTILS DOUBLES DOWN ON DOCS
By RepoJournal · Filed · About Vue.js
TypeScript language support kills a memory leak in the bridge layer while test-utils hardens its plugin guidance with real-world examples.
Language-tools bumped its typescript-native-bridge dogfood to 6.0.3-bridge.8 [1], fixing the session checker arena memory growth that was reported as a blocker. This lands alongside v3.3.9 [2], which adds unused generic type parameter checking to language-core and cleans up three separate directive completion bugs in language-service. The generic parameter detection closes a gap in static analysis that teams building strict TypeScript components have been waiting for. On the test-utils side, the team filled two documentation gaps that hit real users: v-model testing patterns [3] and global plugin configuration for frameworks like Quasar [4]. These aren't breaking changes, but they're the kind of docs that prevent support tickets. One dependency bump to pkg-pr-new landed [5], nothing critical there.
One email a day. Unsubscribe in one click.
Keep up with Vue.js in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Update language-tools to v3.3.9 for unused generic parameter detection vuejs/language-tools [plan]
- → Check test-utils docs for v-model and plugin configuration patterns if you're hitting those walls vuejs/test-utils [monitor]
References
- [1] chore: dogfood typescript-native-bridge@6.0.3-bridge.8.tsgo.7.0.2 ↗ vuejs/language-tools
- [2] v3.3.9 ↗ vuejs/language-tools
- [3] Update documentation for v-model testing ↗ vuejs/test-utils
- [4] Add global configuration for plugins ↗ vuejs/test-utils
- [5] chore(deps): update dependency pkg-pr-new to v0.0.82 ↗ vuejs/test-utils