antfu-collective / taze

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

Error when pnpm pathch exists in my package.json #99

Open zhoushengdong opened 11 months ago

zhoushengdong commented 11 months ago

Describe the bug

Error when pnpm patch exists Error Info: Either remove them from "patchedDependencies" or update them to match packages in your dependencies.

` my package.json

"dependencies": { .... }, "devDependencies": { ... }, "pnpm": { "patchedDependencies": { ... } } `

Reproduction

none

System Info

System:
    OS: macOS 13.2.1
    CPU: (8) arm64 Apple M1 Pro
    Memory: 41.03 MB / 16.00 GB
    Shell: 5.8.1 - /bin/zsh
Binaries:
    Node: 16.20.2 - /opt/homebrew/bin/node
    Yarn: 1.22.19 - /opt/homebrew/bin/yarn
    npm: 8.19.4 - /opt/homebrew/bin/npm
    pnpm: 8.11.0 - /opt/homebrew/bin/pnpm
Browsers:
    Chrome: 120.0.6099.129
    Safari: 16.3

Used Package Manager

pnpm

Validations