Bun 1.4 adds support for several package manager commands that were previously unavailable:
- bun dedupe
- bun prune
- bun audit fix
We should update the Bun package manager integration to support these commands.
Related Bun issues:
They were implemented together in:
oven-sh/bun#38333
Bun 1.4 adds support for several package manager commands that were previously unavailable:
We should update the Bun package manager integration to support these commands.
Related Bun issues:
bun prunein package manager oven-sh/bun#3605bun audit fixwith targeted dependency fixes. oven-sh/bun#20238They were implemented together in:
oven-sh/bun#38333