The Wire · Showcase
CREATE-VUE ROLLS OUT DEPENDENCY REFRESH ACROSS TOOLCHAIN
By RepoJournal · Filed · About Vue.js
Five dependency updates hit create-vue overnight, anchored by eslint-plugin-cypress jumping to v7 and oxc tooling gaining ground on linting performance.
Renovate swept through create-vue with a coordinated refresh across the scaffold toolchain [1][2][3]. The headline move is eslint-plugin-cypress graduating to v7 [3], signaling the project's readiness to adopt the latest Cypress linting rules. In parallel, oxc packages tightened up [2], continuing the shift toward faster JavaScript tooling that's been reshaping the build ecosystem. Supporting changes landed in tsconfig and GitHub Actions runners [1][4][5], keeping the foundation stable. Over at vue-jsx-vapor, a targeted compiler fix removed reuseWorker logic from REPL runs [6], a small but necessary cleanup for development workflows. Activity across both repos shows steady momentum: 1 commit and 5 PRs in the last 24 hours.
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
- → Review eslint-plugin-cypress v7 breaking changes before upgrading create-vue scaffold vuejs/create-vue [plan]
- → Merge dependency updates to keep create-vue template current with oxc ecosystem vuejs/create-vue [plan]
References
- [1] chore(deps): update all non-major dependencies ↗ vuejs/create-vue
- [2] chore(deps): update oxc packages ↗ vuejs/create-vue
- [3] chore(deps): update dependency eslint-plugin-cypress to v7 ↗ vuejs/create-vue
- [4] chore(deps): update atos-actions/upload-artifact digest to 71c1cf7 ↗ vuejs/create-vue
- [5] chore(deps): update atos-actions/download-artifact digest to f98cbdf ↗ vuejs/create-vue
- [6] fix(compiler): remove reuseWorker for REPL running vuejs/vue-jsx-vapor