mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
## Summary - Add colon (`:`) to the list of characters that require quoting in yarn lockfile version strings - This fixes yarn parse errors when using `workspace:*` dependencies in monorepo setups Fixes #3192 ## Test plan - [x] Added regression test that verifies `workspace:*` versions are properly quoted - [x] Test fails with system bun (before fix) - [x] Test passes with debug build (after fix) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Bot <claude-bot@bun.sh> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>