#7491·vue-cli

@vue/cli-service uses deprecated package p-finally

Author: shwetanksaraf-cpuCreated Mar 25, 2026Updated May 2, 2026

Version

5.0.9

Environment info

├─┬ @vue/[email protected]
│ └─┬ [email protected]
│   └─┬ [email protected]
│     └── [email protected] deduped

https://www.npmjs.com/package/p-finally?activeTab=readme
p-finally package has been deprecated


Solution - 
execa(9.6.1) is no longer using 'p-finally'
clipboardy(5.3.1) is using execa 9.6.1

vue/cli-service should adopt latest clipboardy(5.3.1) version i.e. to get rid of p-finally from BOM

Steps to reproduce

include vue/cli-service in application run cmd - npm ls p-finally

What is expected?

vue/cli-service should adopt latest clipboardy(5.3.1) version i.e. to get rid of p-finally from BOM

What is actually happening?

vue/cli-service currently using "clipboardy": "^2.3.0",