You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop Support of many historical versions of wide and zero unicode tables. Only the latest Unicode version (17.0.0) is now shipped. The related unicode_version='auto' keyword of the wcwidth()-family of functions are ignored. list_versions() always returns a tuple of only a single element of the only unicode version supported. #195
Performance improvement of most common call without version or ambiguous_width specified by 20%. #195
New Function propagate_sgr() for applying SGR state propagation to a list of lines. #194
Improvedwrap() and clip() with propagate_sgr=True. #194
Bugfixclip() zero-width characters at clipping boundaries. #194
Bugfix OSC Hyperlinks when broken mid-text by wrap(). #193
konflux-internal-p02bot
changed the title
chore(deps): update dependency wcwidth to v0.3.0
chore(deps): update dependency wcwidth to v0.3.0 - autoclosed
Jan 22, 2026
konflux-internal-p02bot
changed the title
chore(deps): update dependency wcwidth to v0.3.0 - autoclosed
chore(deps): update dependency wcwidth to v0.3.0
Jan 22, 2026
konflux-internal-p02bot
changed the title
chore(deps): update dependency wcwidth to v0.3.0
chore(deps): update dependency wcwidth to v0.3.0 - autoclosed
Jan 22, 2026
konflux-internal-p02bot
changed the title
chore(deps): update dependency wcwidth to v0.3.0 - autoclosed
chore(deps): update dependency wcwidth to v0.3.0
Jan 22, 2026
konflux-internal-p02bot
changed the title
chore(deps): update dependency wcwidth to v0.3.0
chore(deps): update dependency wcwidth to v0.3.0 - autoclosed
Jan 22, 2026
konflux-internal-p02bot
changed the title
chore(deps): update dependency wcwidth to v0.3.0 - autoclosed
chore(deps): update dependency wcwidth to v0.3.0
Jan 22, 2026
konflux-internal-p02bot
changed the title
chore(deps): update dependency wcwidth to v0.3.0
chore(deps): update dependency wcwidth to v0.3.0 - autoclosed
Jan 22, 2026
konflux-internal-p02bot
changed the title
chore(deps): update dependency wcwidth to v0.3.0 - autoclosed
chore(deps): update dependency wcwidth to v0.3.0
Jan 22, 2026
konflux-internal-p02bot
changed the title
chore(deps): update dependency wcwidth to v0.3.0
chore(deps): update dependency wcwidth to v0.3.0 - autoclosed
Jan 22, 2026
konflux-internal-p02bot
changed the title
chore(deps): update dependency wcwidth to v0.6.0
chore(deps): update dependency wcwidth to v0.6.0 - autoclosed
Feb 13, 2026
konflux-internal-p02bot
changed the title
chore(deps): update dependency wcwidth to v0.6.0 - autoclosed
chore(deps): update dependency wcwidth to v0.6.0
Feb 13, 2026
konflux-internal-p02bot
changed the title
chore(deps): update dependency wcwidth to v0.6.0
chore(deps): update dependency wcwidth to v0.6.0 - autoclosed
Feb 13, 2026
konflux-internal-p02bot
changed the title
chore(deps): update dependency wcwidth to v0.6.0 - autoclosed
chore(deps): update dependency wcwidth to v0.6.0
Feb 13, 2026
konflux-internal-p02bot
changed the title
chore(deps): update dependency wcwidth to v0.6.0
chore(deps): update dependency wcwidth to v0.6.0 - autoclosed
Feb 13, 2026
konflux-internal-p02bot
changed the title
chore(deps): update dependency wcwidth to v0.6.0 - autoclosed
chore(deps): update dependency wcwidth to v0.6.0
Feb 13, 2026
konflux-internal-p02bot
changed the title
chore(deps): update dependency wcwidth to v0.6.0
chore(deps): update dependency wcwidth to v0.6.0 - autoclosed
Feb 13, 2026
konflux-internal-p02bot
changed the title
chore(deps): update dependency wcwidth to v0.6.0 - autoclosed
chore(deps): update dependency wcwidth to v0.6.0
Feb 13, 2026
konflux-internal-p02bot
changed the title
chore(deps): update dependency wcwidth to v0.6.0
chore(deps): update dependency wcwidth to v0.6.0 - autoclosed
Feb 13, 2026
konflux-internal-p02bot
changed the title
chore(deps): update dependency wcwidth to v0.6.0 - autoclosed
chore(deps): update dependency wcwidth to v0.6.0
Feb 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.2.13->==0.6.0Release Notes
jquast/wcwidth (wcwidth)
v0.6.0Compare Source
Full Changelog: jquast/wcwidth@0.5.3...0.6.0
v0.5.3Compare Source
Full Changelog: jquast/wcwidth@0.5.2...0.5.3
v0.5.2Compare Source
Full Changelog: jquast/wcwidth@0.5.1...0.5.2
v0.5.0Compare Source
unicode_version='auto'keyword of thewcwidth()-family of functions are ignored.list_versions()always returns a tuple of only a single element of the only unicode version supported. #195propagate_sgr()for applying SGR state propagation to a list of lines. #194wrap()andclip()withpropagate_sgr=True. #194clip()zero-width characters at clipping boundaries. #194wrap(). #193Full Changelog: jquast/wcwidth@0.4.0...0.5.0
v0.4.0Compare Source
wrap()by @jquast in #191iter_graphemes_reverse(),grapheme_boundary_before()by @jquast in #192Full Changelog: jquast/wcwidth@0.3.5...0.4.0
v0.3.5Compare Source
Full Changelog: jquast/wcwidth@0.3.4...0.3.5
v0.3.4Compare Source
Full Changelog: jquast/wcwidth@0.3.3...0.3.4
v0.3.3Compare Source
width()by @hugovk in #185py.typedfile andTyping :: Typedclassifier by @hugovk in #184Full Changelog: jquast/wcwidth@0.3.2...0.3.3
v0.3.2Compare Source
mympy --strictcompliance, by @penguinolog #183Full Changelog: jquast/wcwidth@0.3.1...0.3.2
v0.3.1Compare Source
Full Changelog: jquast/wcwidth@0.3.0...0.3.1
v0.3.0Compare Source
Major changes since 0.2.14, in order
Full Changelog: jquast/wcwidth@0.2.14...0.3.0
v0.2.14Compare Source
0.2.14 2025-09-22
PR #146.
0.2.13 measured as 0. PR #149.
Full Changelog: jquast/wcwidth@0.2.13...0.2.14
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.