We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
bunx jsr add @std/cli
Running bunx --bun taze major -f on the example repo:
bunx --bun taze major -f
Running bun outdated (which somehow doesn't show all outdated dependencies either):
bun outdated
https://github.com/ericc-ch/taze-bun-jsr
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
bun
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:Running
bun outdated
(which somehow doesn't show all outdated dependencies either):Reproduction
https://github.com/ericc-ch/taze-bun-jsr
System Info
Used Package Manager
bun
Validations
Contributions
The text was updated successfully, but these errors were encountered: