The Wire · Showcase
ESLINT CONFIG TYPESCRIPT TIGHTENS BUILD CHAIN WITH MAJOR DEPENDENCY BUMPS
By RepoJournal · Filed · About Vue.js
npm-run-all2 jumps to v9 across the Vue tooling ecosystem while Quasar refreshes its Vite integration.
The eslint-config-typescript repo is moving fast on maintenance. npm-run-all2 hit version 9 [1], a major bump that consolidates parallel task execution for build pipelines. If you're using this config in a monorepo or multi-stage build, test this upgrade in CI before shipping. Quasar's Vite adapter also landed a patch [2], keeping the modern build stack current. More importantly, a new `includeDotFolders` option just landed [3] that solves a real friction point for VitePress users. If you're getting type-checking errors in hidden directories like `.vitepress`, this is your fix. Meanwhile, Vue Fes Japan 2026 CFP opened [4], so if you've got talks brewing, the submission window is live.
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
- → Test npm-run-all2 v9 upgrade in your build pipeline before merging to main vuejs/eslint-config-typescript [plan]
- → Update eslint-config-typescript if you use VitePress with type-aware linting vuejs/eslint-config-typescript [plan]
- → Check Vue Fes Japan 2026 CFP if you have speaker submissions ready vuejs/events [monitor]
References
- [1] chore(deps): update dependency npm-run-all2 to v9 ↗ vuejs/eslint-config-typescript
- [2] chore(deps): update all non-major dependencies ↗ vuejs/eslint-config-typescript
- [3] feat: add `includeDotFolders` option ↗ vuejs/eslint-config-typescript
- [4] docs(cfp): update Vue Fes Japan 2026 CFP details and date ↗ vuejs/events