antfu-collective / taze

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

Not updating all dependencies if there's a JSR package #140

Open ericc-ch opened 2 weeks ago

ericc-ch commented 2 weeks ago

Describe the bug

When a JSR package is listed inside package.json, somehow taze won't show all outdated dependencies. The package is added using bunx jsr add @std/cli

Running bunx --bun taze major -f on the example repo: image

Running bun outdated (which somehow doesn't show all outdated dependencies either): image

Reproduction

https://github.com/ericc-ch/taze-bun-jsr

System Info

System:
    OS: Linux 5.15 Ubuntu 22.04.4 LTS 22.04.4 LTS (Jammy Jellyfish)
    CPU: (12) x64 Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
    Memory: 6.91 GB / 9.64 GB
    Container: Yes
    Shell: 5.8.1 - /usr/bin/zsh
  Binaries:
    Node: 20.17.0 - ~/.nvm/versions/node/v20.17.0/bin/node
    Yarn: 1.22.22 - /mnt/c/Program Files/nodejs/yarn
    npm: 10.8.2 - ~/.nvm/versions/node/v20.17.0/bin/npm
    pnpm: 9.9.0 - /mnt/c/Program Files/nodejs/pnpm
    bun: 1.1.26 - ~/.bun/bin/bun

Used Package Manager

bun

Validations

Contributions