-
-
Notifications
You must be signed in to change notification settings - Fork 794
fix(cli): colors with multi-codepoints characters #8410
New issue
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
Conversation
🦋 Changeset detectedLatest commit: b7cde69 The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
WalkthroughUpdates grapheme sanitisation in Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (4 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Comment |
68b213f to
f423c7e
Compare
Summary
Closes #2988
This PR was vibe-coded, since I don't know the subject very well. I asked Claude Code to write a breaking test first, then propose a solution.
Test Plan
Added new tests.
I also manually tested, e.g.
They all return
const s = '👨'Do those tests cover the issue? Please let me know if they don't
Docs