ruff
ruff copied to clipboard
Update Rust crate unicode-width to v0.1.12
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| unicode-width | workspace.dependencies | patch | 0.1.11 -> 0.1.12 |
Release Notes
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
So, in theory, this is a breaking change because it changes how the character width is measured in the formatter. But then, I think keeping up to date with the unicode spec makes sense
I'm not quiet sure why the output changes but annotation snippted (the crate we use for rendering code frames) uses text width.
ruff-ecosystem results
Linter (stable)
✅ ecosystem check detected no linter changes.
Linter (preview)
✅ ecosystem check detected no linter changes.
Formatter (stable)
✅ ecosystem check detected no format changes.
Formatter (preview)
✅ ecosystem check detected no format changes.