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.
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
FAQ
- What changed in Vue.js on June 1, 2026?
- npm-run-all2 jumps to v9 across the Vue tooling ecosystem while Quasar refreshes its Vite integration.
- What should Vue.js teams do about it?
- Test npm-run-all2 v9 upgrade in your build pipeline before merging to main • Update eslint-config-typescript if you use VitePress with type-aware linting • Check Vue Fes Japan 2026 CFP if you have speaker submissions ready
- Which Vue.js repositories shipped on June 1, 2026?
- vuejs/eslint-config-typescript, vuejs/events