Skip to content

chore(deps): update dependency wcwidth to v0.8.1#1028

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/wcwidth-0.x
Closed

chore(deps): update dependency wcwidth to v0.8.1#1028
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/wcwidth-0.x

Conversation

@renovate

@renovate renovate Bot commented Jun 27, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
wcwidth ==0.2.13==0.8.1 age confidence

Release Notes

jquast/wcwidth (wcwidth)

v0.8.1: : Improved corrections tables

Compare Source

Full Changelog: jquast/wcwidth@0.8.0...0.8.1

v0.8.0: : new terminal-aware wcstwidth() function

Compare Source

  • New support for Variation Selector 15 Emojis as narrow, #​211.
  • New argument, term_program for wcstwidth(), width(), clip(), wrap(), ljust(), rjust(), and center(). False disables corrections; True auto-detects by TERM_PROGRAM or TERM; string values accept canonical names matching list_term_programs(). wcstwidth()_ defaults to True; all other functions default to False.
  • Improved performance on Python 3.15 using standard library iter_graphemes() #​206.
  • Improved memory usage and import time for Python 3.15 using lazy imports #​221.
  • Bugfix Invisible_Stacker viramas now form conjuncts (Burmese, Khmer, etc.) and change some Virama width calculations to match jacobsandlund/uucode_ (ghostty) #​223.
  • Updated graphemes width maximum now 2, matching Ghostty, foot, and Windows Terminal #​224.

Full Changelog: jquast/wcwidth@0.7.0...0.8.0

v0.7.0

Compare Source

  • New support for kitty text sizing protocol (OSC 66) in width() and clip().
    • New clip() parameter control_codes='parse', 'ignore', and 'strict'. clip()
      is now able to clip OSC 8 hyperlinks and OSC 66 text sizing sequences.
    • Improved clip() and width() to support horizontal cursor sequences (cub, cuf,
      hpa). Cursor-left (cub) or backspace (\b) now overwrites text. column_address
      (hpa) and carriage return (\r) are now parsed, and more values conditionally raise
      ValueError when control_codes='strict'.

PR's

Full Changelog: jquast/wcwidth@0.6.0...0.7.0

v0.6.0

Compare Source

Full Changelog: jquast/wcwidth@0.5.3...0.6.0

v0.5.3

Compare Source

Full Changelog: jquast/wcwidth@0.5.2...0.5.3

v0.5.2

Compare Source

Full Changelog: jquast/wcwidth@0.5.1...0.5.2

v0.5.0

Compare Source

  • 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
  • Improved wrap() and clip() with propagate_sgr=True. #​194
  • Bugfix clip() zero-width characters at clipping boundaries. #​194
  • Bugfix OSC Hyperlinks when broken mid-text by wrap(). #​193

Full Changelog: jquast/wcwidth@0.4.0...0.5.0

v0.4.0

Compare Source

  • Bugfix: OSC Hyperlinks should not be broken by wrap() by @​jquast in #​191
  • New functions: iter_graphemes_reverse(), grapheme_boundary_before() by @​jquast in #​192

Full Changelog: jquast/wcwidth@0.3.5...0.4.0

v0.3.5

Compare Source

  • Re-stamp package version correctly, 0.3.4 packaged a failing test

Full Changelog: jquast/wcwidth@0.3.4...0.3.5

v0.3.4

Compare Source

Full Changelog: jquast/wcwidth@0.3.3...0.3.4

v0.3.3

Compare Source

Full Changelog: jquast/wcwidth@0.3.2...0.3.3

v0.3.2

Compare Source

Full Changelog: jquast/wcwidth@0.3.1...0.3.2

v0.3.1

Compare Source

Full Changelog: jquast/wcwidth@0.3.0...0.3.1

v0.3.0

Compare Source

Major changes since 0.2.14, in order

Full Changelog: jquast/wcwidth@0.2.14...0.3.0

v0.2.14

Compare Source

0.2.14 2025-09-22

  • Drop Support for Python 2.7 and 3.5. PR #​117.
  • Update tables to include Unicode Specifications 16.0.0 and 17.0.0.
    PR #​146.
  • Bugfix U+00AD SOFT HYPHEN should measure as 1, versions 0.2.9 through
    0.2.13 measured as 0. PR #​149.

Full Changelog: jquast/wcwidth@0.2.13...0.2.14


Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner June 27, 2026 02:31
@Gui-FernandesBR

Copy link
Copy Markdown
Member

Closing: this PR edits the autogenerated docs/requirements.txt directly (compiled from docs/requirements.in). Renovate's config is being corrected in #1039 — the pip-compile manager will regenerate this file, and pip_requirements is disabled for it, so these line-by-line PRs won't be recreated.

@Gui-FernandesBR Gui-FernandesBR deleted the renovate/wcwidth-0.x branch June 27, 2026 02:50
@renovate

renovate Bot commented Jun 27, 2026

Copy link
Copy Markdown
Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (==0.8.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant