Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

build(deps): bump rich from 11.2.0 to 12.0.0 #41

Merged
merged 1 commit into from Mar 11, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2022

Bumps rich from 11.2.0 to 12.0.0.

Release notes

Sourced from rich's releases.

New Legacy Windows renderer

This release drops Colorama as a dependancy in favour of an internal Win32 render.

There are some new features for progress bars, added support for pretty printing named tuples, and a bunch of fixes.

As a major version there are a few breaking changes, see below.

[12.0.0] - 2022-03-10

Added

  • Added options to TimeRemainingColumn to render a compact time format and render elapsed time when a task is finished. Textualize/rich#1992
  • Added ProgressColumn MofNCompleteColumn to display raw completed/total column (similar to DownloadColumn, but displays values as ints, does not convert to floats or add bit/bytes units). Textualize/rich#1941
  • Replace Colorama with win32 renderer Textualize/rich#1993
  • Add support for namedtuples to Pretty Textualize/rich#2031

Fixed

  • In Jupyter mode make the link target be set to "_blank"
  • Fix some issues with markup handling around "[" characters https://github-redirect.dependabot.com/Markup escaping fixes Textualize/rich#1950
  • Fix syntax lexer guessing.
  • Fixed Pretty measure not respecting expand_all Textualize/rich#1998
  • Collapsed definitions for single-character spinners, to save memory and reduce import time.
  • Fix print_json indent type in __init__.py
  • Fix error when inspecting object defined in REPL Textualize/rich#2037
  • Fix incorrect highlighting of non-indented JSON Textualize/rich#2038
  • Fixed height reset in complex renderables Textualize/rich#2042

Changed

  • Improved support for enum.Flag in ReprHighlighter Textualize/rich#1920
  • Tree now respects justify=None, i.e. won't pad to right Textualize/rich#1690
  • Removed rich.tabulate which was marked for deprecation
  • Deprecated rich.align.AlignValues in favor of AlignMethod
Changelog

Sourced from rich's changelog.

[12.0.0] - 2022-03-10

Added

  • Added options to TimeRemainingColumn to render a compact time format and render elapsed time when a task is finished. Textualize/rich#1992
  • Added ProgressColumn MofNCompleteColumn to display raw completed/total column (similar to DownloadColumn, but displays values as ints, does not convert to floats or add bit/bytes units). Textualize/rich#1941
  • Replace Colorama with win32 renderer Textualize/rich#1993
  • Add support for namedtuples to Pretty Textualize/rich#2031

Fixed

  • In Jupyter mode make the link target be set to "_blank"
  • Fix some issues with markup handling around "[" characters https://github-redirect.dependabot.com/Markup escaping fixes Textualize/rich#1950
  • Fix syntax lexer guessing.
  • Fixed Pretty measure not respecting expand_all Textualize/rich#1998
  • Collapsed definitions for single-character spinners, to save memory and reduce import time.
  • Fix print_json indent type in __init__.py
  • Fix error when inspecting object defined in REPL Textualize/rich#2037
  • Fix incorrect highlighting of non-indented JSON Textualize/rich#2038
  • Fixed height reset in complex renderables Textualize/rich#2042

Changed

  • Improved support for enum.Flag in ReprHighlighter Textualize/rich#1920
  • Tree now respects justify=None, i.e. won't pad to right Textualize/rich#1690
  • Removed rich.tabulate which was marked for deprecation
  • Deprecated rich.align.AlignValues in favor of AlignMethod
Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [rich](https://github.com/willmcgugan/rich) from 11.2.0 to 12.0.0.
- [Release notes](https://github.com/willmcgugan/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v11.2.0...v12.0.0)

---
updated-dependencies:
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 10, 2022
@pyToshka pyToshka merged commit 015f7a3 into main Mar 11, 2022
@pyToshka pyToshka deleted the dependabot/pip/rich-12.0.0 branch March 11, 2022 04:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant