Update dependency wcwidth to v0.5.3 #19

Open
Renovate wants to merge 1 commit from renovate/wcwidth-0.x into frontend-new
Collaborator

This PR contains the following updates:

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

Release Notes

jquast/wcwidth (wcwidth)

v0.5.3

Compare Source

Full Changelog: https://github.com/jquast/wcwidth/compare/0.5.2...0.5.3

v0.5.2

Compare Source

Full Changelog: https://github.com/jquast/wcwidth/compare/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: https://github.com/jquast/wcwidth/compare/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: https://github.com/jquast/wcwidth/compare/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: https://github.com/jquast/wcwidth/compare/0.3.4...0.3.5

v0.3.4

Compare Source

Full Changelog: https://github.com/jquast/wcwidth/compare/0.3.3...0.3.4

v0.3.3

Compare Source

Full Changelog: https://github.com/jquast/wcwidth/compare/0.3.2...0.3.3

v0.3.2

Compare Source

Full Changelog: https://github.com/jquast/wcwidth/compare/0.3.1...0.3.2

v0.3.1

Compare Source

Full Changelog: https://github.com/jquast/wcwidth/compare/0.3.0...0.3.1

v0.3.0

Compare Source

Major changes since 0.2.14, in order

Full Changelog: https://github.com/jquast/wcwidth/compare/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: https://github.com/jquast/wcwidth/compare/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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [wcwidth](https://github.com/jquast/wcwidth) | `==0.2.13` → `==0.5.3` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/wcwidth/0.5.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/wcwidth/0.2.13/0.5.3?slim=true) | --- ### Release Notes <details> <summary>jquast/wcwidth (wcwidth)</summary> ### [`v0.5.3`](https://github.com/jquast/wcwidth/releases/tag/0.5.3) [Compare Source](https://github.com/jquast/wcwidth/compare/0.5.2...0.5.3) - Add Virama conjunct for the Brahmic scripts by [@&#8203;jquast](https://github.com/jquast) in [#&#8203;204](https://github.com/jquast/wcwidth/pull/204) **Full Changelog**: <https://github.com/jquast/wcwidth/compare/0.5.2...0.5.3> ### [`v0.5.2`](https://github.com/jquast/wcwidth/releases/tag/0.5.2) [Compare Source](https://github.com/jquast/wcwidth/compare/0.5.0...0.5.2) - Do not distribute any data files by [@&#8203;jquast](https://github.com/jquast) in [#&#8203;199](https://github.com/jquast/wcwidth/pull/199) - Update specs and zero-width tables regarding Mc by [@&#8203;jquast](https://github.com/jquast) in [#&#8203;200](https://github.com/jquast/wcwidth/pull/200) - Standalone emoji support by [@&#8203;jquast](https://github.com/jquast) in [#&#8203;202](https://github.com/jquast/wcwidth/pull/202) **Full Changelog**: <https://github.com/jquast/wcwidth/compare/0.5.1...0.5.2> ### [`v0.5.0`](https://github.com/jquast/wcwidth/releases/tag/0.5.0) [Compare Source](https://github.com/jquast/wcwidth/compare/0.4.0...0.5.0) - **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. [#&#8203;195](https://github.com/jquast/wcwidth/issues/195) - **Performance** improvement of most common call without version or ambiguous\_width specified by 20%. [#&#8203;195](https://github.com/jquast/wcwidth/issues/195) - **New** Function `propagate_sgr()` for applying SGR state propagation to a list of lines. [#&#8203;194](https://github.com/jquast/wcwidth/issues/194) - **Improved** `wrap()` and `clip()` with `propagate_sgr=True`. [#&#8203;194](https://github.com/jquast/wcwidth/issues/194) - **Bugfix** `clip()` zero-width characters at clipping boundaries. [#&#8203;194](https://github.com/jquast/wcwidth/issues/194) - **Bugfix** OSC Hyperlinks when broken mid-text by `wrap()`. [#&#8203;193](https://github.com/jquast/wcwidth/issues/193) **Full Changelog**: <https://github.com/jquast/wcwidth/compare/0.4.0...0.5.0> ### [`v0.4.0`](https://github.com/jquast/wcwidth/releases/tag/0.4.0) [Compare Source](https://github.com/jquast/wcwidth/compare/0.3.5...0.4.0) - Bugfix: OSC Hyperlinks should not be broken by `wrap()` by [@&#8203;jquast](https://github.com/jquast) in [#&#8203;191](https://github.com/jquast/wcwidth/pull/191) - New functions: `iter_graphemes_reverse()`, `grapheme_boundary_before()` by [@&#8203;jquast](https://github.com/jquast) in [#&#8203;192](https://github.com/jquast/wcwidth/pull/192) **Full Changelog**: <https://github.com/jquast/wcwidth/compare/0.3.5...0.4.0> ### [`v0.3.5`](https://github.com/jquast/wcwidth/releases/tag/0.3.5) [Compare Source](https://github.com/jquast/wcwidth/compare/0.3.4...0.3.5) - Re-stamp package version correctly, 0.3.4 packaged a failing test **Full Changelog**: <https://github.com/jquast/wcwidth/compare/0.3.4...0.3.5> ### [`v0.3.4`](https://github.com/jquast/wcwidth/releases/tag/0.3.4) [Compare Source](https://github.com/jquast/wcwidth/compare/0.3.3...0.3.4) - bugfix our center() padding algorithm by [@&#8203;jquast](https://github.com/jquast) in [#&#8203;188](https://github.com/jquast/wcwidth/pull/188) - docfix: accidental double-escapes \t -> \t by [@&#8203;jquast](https://github.com/jquast) in [#&#8203;187](https://github.com/jquast/wcwidth/pull/187) **Full Changelog**: <https://github.com/jquast/wcwidth/compare/0.3.3...0.3.4> ### [`v0.3.3`](https://github.com/jquast/wcwidth/releases/tag/0.3.3) [Compare Source](https://github.com/jquast/wcwidth/compare/0.3.2...0.3.3) - Add fast path for ASCII printables to `width()` by [@&#8203;hugovk](https://github.com/hugovk) in [#&#8203;185](https://github.com/jquast/wcwidth/pull/185) - Add `py.typed` file and `Typing :: Typed` classifier by [@&#8203;hugovk](https://github.com/hugovk) in [#&#8203;184](https://github.com/jquast/wcwidth/pull/184) **Full Changelog**: <https://github.com/jquast/wcwidth/compare/0.3.2...0.3.3> ### [`v0.3.2`](https://github.com/jquast/wcwidth/releases/tag/0.3.2) [Compare Source](https://github.com/jquast/wcwidth/compare/0.3.1...0.3.2) - type hinting for full `mympy --strict` compliance, by [@&#8203;penguinolog](https://github.com/penguinolog) [#&#8203;183](https://github.com/jquast/wcwidth/pull/183) **Full Changelog**: <https://github.com/jquast/wcwidth/compare/0.3.1...0.3.2> ### [`v0.3.1`](https://github.com/jquast/wcwidth/releases/tag/0.3.1) [Compare Source](https://github.com/jquast/wcwidth/compare/0.3.0...0.3.1) - Add benchmarking using codspeed.io by [@&#8203;jquast](https://github.com/jquast) in [#&#8203;180](https://github.com/jquast/wcwidth/pull/180) - improve width() performance by [@&#8203;jquast](https://github.com/jquast) in [#&#8203;181](https://github.com/jquast/wcwidth/pull/181) **Full Changelog**: <https://github.com/jquast/wcwidth/compare/0.3.0...0.3.1> ### [`v0.3.0`](https://github.com/jquast/wcwidth/releases/tag/0.3.0) [Compare Source](https://github.com/jquast/wcwidth/compare/0.2.14...0.3.0) Major changes since 0.2.14, in order - Migrate from setup.py + setuptools to pyproject.toml + hatchling by [@&#8203;hugovk](https://github.com/hugovk) in [#&#8203;156](https://github.com/jquast/wcwidth/pull/156) - Small improvements to update-tables.py and wcwidth-browser.py by [@&#8203;jquast](https://github.com/jquast) in [#&#8203;160](https://github.com/jquast/wcwidth/pull/160) - New: iter\_graphemes() by [@&#8203;jquast](https://github.com/jquast) in [#&#8203;165](https://github.com/jquast/wcwidth/pull/165) - New: width() terminal-aware string measurement by [@&#8203;jquast](https://github.com/jquast) in [#&#8203;166](https://github.com/jquast/wcwidth/pull/166) - New: ljust(), rjust(), center() justify text by [@&#8203;jquast](https://github.com/jquast) in [#&#8203;168](https://github.com/jquast/wcwidth/pull/168) - New: wrap() by [@&#8203;jquast](https://github.com/jquast) in [#&#8203;169](https://github.com/jquast/wcwidth/pull/169) - improve wcswidth() performance \~30% by [@&#8203;jquast](https://github.com/jquast) in [#&#8203;171](https://github.com/jquast/wcwidth/pull/171) - New ambigous\_width=1 argument by [@&#8203;jquast](https://github.com/jquast) in [#&#8203;172](https://github.com/jquast/wcwidth/pull/172) - New strip\_sequences() and cut() functions by [@&#8203;jquast](https://github.com/jquast) in [#&#8203;173](https://github.com/jquast/wcwidth/pull/173) - Width 0 for Default\_Ignorable\_Code\_Point characters by [@&#8203;jquast](https://github.com/jquast) in [#&#8203;174](https://github.com/jquast/wcwidth/pull/174) - Bugfix for Prepended\_Concatenation\_Mark characters by [@&#8203;jquast](https://github.com/jquast) in [#&#8203;176](https://github.com/jquast/wcwidth/pull/176) **Full Changelog**: <https://github.com/jquast/wcwidth/compare/0.2.14...0.3.0> ### [`v0.2.14`](https://github.com/jquast/wcwidth/releases/tag/0.2.14) [Compare Source](https://github.com/jquast/wcwidth/compare/0.2.13...0.2.14) 0.2.14 *2025-09-22* - **Drop Support** for Python 2.7 and 3.5. PR [#&#8203;117](https://github.com/jquast/wcwidth/issues/117). - **Update** tables to include Unicode Specifications 16.0.0 and 17.0.0. PR [#&#8203;146](https://github.com/jquast/wcwidth/issues/146). - **Bugfix** U+00AD SOFT HYPHEN should measure as 1, versions 0.2.9 through 0.2.13 measured as 0. PR [#&#8203;149](https://github.com/jquast/wcwidth/issues/149). **Full Changelog**: <https://github.com/jquast/wcwidth/compare/0.2.13...0.2.14> </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42NC4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTUuMSIsInRhcmdldEJyYW5jaCI6ImZyb250ZW5kLW5ldyIsImxhYmVscyI6W119-->
Renovate changed title from Update dependency wcwidth to v0.2.14 to Update dependency wcwidth to v0.3.0 2026-01-21 19:03:36 +01:00
Renovate force-pushed renovate/wcwidth-0.x from 2e7f9c109a to ef321fc8ed
Some checks failed
Frontend OCI Build / build (push) Failing after 52s
2026-01-21 19:03:41 +01:00
Compare
Renovate force-pushed renovate/wcwidth-0.x from ef321fc8ed
Some checks failed
Frontend OCI Build / build (push) Failing after 52s
to d9ae842fac 2026-01-22 23:28:31 +01:00
Compare
Renovate changed title from Update dependency wcwidth to v0.3.0 to Update dependency wcwidth to v0.3.1 2026-01-22 23:28:33 +01:00
Renovate changed title from Update dependency wcwidth to v0.3.1 to Update dependency wcwidth to v0.3.2 2026-01-23 22:32:21 +01:00
Renovate force-pushed renovate/wcwidth-0.x from d9ae842fac to 506397bf1b 2026-01-23 22:32:28 +01:00 Compare
Renovate force-pushed renovate/wcwidth-0.x from 506397bf1b to da9f887155 2026-01-24 17:59:39 +01:00 Compare
Renovate changed title from Update dependency wcwidth to v0.3.2 to Update dependency wcwidth to v0.3.3 2026-01-24 17:59:39 +01:00
Renovate changed title from Update dependency wcwidth to v0.3.3 to Update dependency wcwidth to v0.3.4 2026-01-25 02:35:19 +01:00
Renovate force-pushed renovate/wcwidth-0.x from da9f887155 to 848eb6eaba 2026-01-25 02:35:25 +01:00 Compare
Renovate changed title from Update dependency wcwidth to v0.3.4 to Update dependency wcwidth to v0.3.5 2026-01-25 05:57:04 +01:00
Renovate force-pushed renovate/wcwidth-0.x from 848eb6eaba to 4d3df0da0a 2026-01-25 05:57:06 +01:00 Compare
Renovate changed title from Update dependency wcwidth to v0.3.5 to Update dependency wcwidth to v0.4.0 2026-01-26 03:39:51 +01:00
Renovate force-pushed renovate/wcwidth-0.x from 4d3df0da0a to 2ccc7affc0 2026-01-26 03:39:54 +01:00 Compare
Renovate force-pushed renovate/wcwidth-0.x from 2ccc7affc0 to 3958db1620 2026-01-27 02:48:35 +01:00 Compare
Renovate changed title from Update dependency wcwidth to v0.4.0 to Update dependency wcwidth to v0.5.0 2026-01-27 02:48:37 +01:00
Renovate changed title from Update dependency wcwidth to v0.5.0 to Update dependency wcwidth to v0.5.2 2026-01-29 20:59:47 +01:00
Renovate force-pushed renovate/wcwidth-0.x from 3958db1620 to 49eddf05da 2026-01-29 20:59:51 +01:00 Compare
Renovate changed title from Update dependency wcwidth to v0.5.2 to Update dependency wcwidth to v0.5.3 2026-01-31 04:59:56 +01:00
Renovate force-pushed renovate/wcwidth-0.x from 49eddf05da to 9cdfeec2ad 2026-01-31 04:59:56 +01:00 Compare
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/wcwidth-0.x:renovate/wcwidth-0.x
git switch renovate/wcwidth-0.x

Merge

Merge the changes and update on Forgejo.
git switch frontend-new
git merge --no-ff renovate/wcwidth-0.x
git switch renovate/wcwidth-0.x
git rebase frontend-new
git switch frontend-new
git merge --ff-only renovate/wcwidth-0.x
git switch renovate/wcwidth-0.x
git rebase frontend-new
git switch frontend-new
git merge --no-ff renovate/wcwidth-0.x
git switch frontend-new
git merge --squash renovate/wcwidth-0.x
git switch frontend-new
git merge --ff-only renovate/wcwidth-0.x
git switch frontend-new
git merge renovate/wcwidth-0.x
git push origin frontend-new
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Aroy/Gallery-Archivist!19
No description provided.