RepoJournal
Vue.js

@vuejs

Vue + the surrounding frontend ecosystem

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.

Pick a date

Topics: JavaScript Full archive →

The Wire · Showcase

VUE ECOSYSTEM STANDARDIZES ON CLACK FOR CLI TOOLING

By RepoJournal · Filed · About Vue.js

Both Router and Pinia are consolidating their release tooling around @clack/prompts, dropping a sprawl of legacy dependencies in the process.

Pinia led the way [1], eliminating chalk, execa, and prompts in favor of clack and native Node child_process APIs—a move that cuts maintenance surface area and locks in the ecosystem's CLI direction. Router followed suit [2], adopting the same @clack/prompts standard. This isn't just tidying: it signals the Vue core team has settled on clack as the canonical prompt library across all first-party tooling, which means your custom generators and scripts should probably follow. The shift away from execa and toward Node's built-in child_process reduces the dependency graph for both packages. If you're maintaining Vue-adjacent tools, expect this pattern to become the de facto standard.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] chore(release): drop chalk, execa, prompts in favor of clack and node:child_process vuejs/pinia
  2. [2] chore(release): use @clack/prompts vuejs/router

Quick answers

What shipped in Vue.js on May 9, 2026?
Both Router and Pinia are consolidating their release tooling around @clack/prompts, dropping a sprawl of legacy dependencies in the process. In total, 2 commits landed.
What were the notable Vue.js updates?
chore(release): drop chalk, execa, prompts in favor of clack and node:child_process and chore(release): use @clack/prompts.

More from @vuejs

Daily updates, in your inbox

Follow Vue.js

Keep up with Vue.js in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?