Skip to content

Bump wcwidth from 0.2.14 to 0.7.0#5128

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/wcwidth-0.7.0
Open

Bump wcwidth from 0.2.14 to 0.7.0#5128
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/wcwidth-0.7.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps wcwidth from 0.2.14 to 0.7.0.

Release notes

Sourced from wcwidth's releases.

0.7.0

  • 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

0.6.0

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

0.5.3

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

0.5.2

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

0.5.1

  • Updated generated zero and wide code tables to length of 1 to complete the previously announced removal of historical wide and zero tables. #196

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

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. #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

... (truncated)

Commits
  • 86f5c7e docfix for today's release
  • c09c237 Improve width() and clip() with kitty Text Sizing Protocol (#213)
  • e5a5f66 Improve clip() and width() with hyperlinks and overtyping (#216)
  • 5b74bf0 Expand terminal escape sequence for three more ECMA-48 "families" (#214)
  • 28a39d9 add FUNDING.yml
  • 664f8d3 dependabot nonsense (#215)
  • 07817a7 Bump pygments from 2.19.2 to 2.20.0 in /docs (#212)
  • 82c83e1 Bump requests from 2.32.5 to 2.33.0 in /docs (#210)
  • bfa1b3c Remove docs, add utils (#209)
  • c3a2d35 add a few downstream dependencies
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [wcwidth](https://github.com/jquast/wcwidth) from 0.2.14 to 0.7.0.
- [Release notes](https://github.com/jquast/wcwidth/releases)
- [Commits](jquast/wcwidth@0.2.14...0.7.0)

---
updated-dependencies:
- dependency-name: wcwidth
  dependency-version: 0.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added C: dependencies ci: skip news Pull requests that don't need a changelog entry. labels May 11, 2026
@github-actions
Copy link
Copy Markdown
Contributor

diff-shades results comparing this PR (b11e14a) to main (9fd9ea2):

--preview style: no changes

--stable style: no changes


What is this? | Workflow run | diff-shades documentation

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

Labels

C: dependencies ci: skip news Pull requests that don't need a changelog entry.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants