Skip to content

@vue/cli-service uses deprecated package p-finallyΒ #7491

Description

@shwetanksaraf-cpu

Version

5.0.9

Environment info

β”œβ”€β”¬ @vue/cli-service@5.0.9
β”‚ └─┬ clipboardy@2.3.0
β”‚   └─┬ execa@1.0.0
β”‚     └── p-finally@1.0.0 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",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions