antfu-collective / taze

🥦 A modern cli tool that keeps your deps fresh
MIT License
2.66k stars 86 forks source link

support ignore version checking for packageManager #106

Open linchen1987 opened 6 months ago

linchen1987 commented 6 months ago

Clear and concise description of the problem

my yarn version in package.json in project root folder is "packageManager": "yarn@1.22.19+sha256.732620bac8b1690d507274f025f3c6cfdc3627a84d9642e38a07452cc00e0f2e"

when i run npx taze -r -w, the packageManager was replaced to "packageManager": "yarn@1.22.21"

i hope i can ignore packageManager check but still check for deps in "dependencies" and "devDependencies" in package.json

Suggested solution

Will the --exclude parameter solve my problem?

Alternative

No response

Additional context

No response

Validations