Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency rich to v9.13.0 #108

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 30, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rich ==9.5.1 -> ==9.13.0 age adoption passing confidence

Release Notes

Textualize/rich (rich)

v9.13.0

Compare Source

Added
  • Pretty printer now supports dataclasses
Fixed
Changed
  • Added ws and wss to url highlighter

v9.12.4

Compare Source

Fixed
Changed
  • Allow highly compressed table cells to go to 0 width
  • Optimization to remove empty styles in various places

v9.12.3

Compare Source

Changed
  • Optimized Padding

v9.12.2

Compare Source

Added
  • Added ConsoleOptions.copy
Changed
  • Optimized ConsoleOptions.update

v9.12.1

Compare Source

Fixed
Added
  • Added Task.finished_speed
Changed
  • Froze TransferSpeedColumn speed when task is finished
  • Added SIGINT handler to downloader.py example
  • Optimization for large tables

v9.12.0

Compare Source

Fixed
Changed
Added
  • Added height to Panel

v9.11.1

Compare Source

Fixed
Changed
  • python -m rich.markdown and rich.syntax show usage with no file
Added
  • Added height parameter to Layout
  • Added python -m rich.segment

v9.11.0

Compare Source

Fixed
Added
  • Added cheeky sponsorship request to test card
  • Added quiet argument to Console constructor
  • Added support for a callback function to format timestamps (allows presentation of milliseconds)
  • Added Console.set_alt_screen and Console.screen
  • Added height to ConsoleOptions
  • Added vertical parameter to Align
  • Added Layout class
Changed
  • Pretty.overflow now defaults to None
  • Panel now respects options.height
  • Traceback lexer defaults to Python if no extension on source
  • Added ConsoleDimensions size attribute to ConsoleOptions so that size can't change mid-render

v9.10.0

Compare Source

Changed
  • Some optimizations for Text
  • Further optimized Tracebacks by not tokenizing code more that necessary
  • Table Column.header_style and Column.footer_style are now added to Table header/footer style

v9.9.0

Compare Source

Changed
  • Extended Windows palette to 16 colors
  • Modified windows palette to Windows 10 colors
  • Change regex for attrib_name to be more performant
  • Optimized traceback generation
Fixed
Added
  • Added post_style argument to Segment.apply_style

v9.8.2

Compare Source

Fixed

v9.8.1

Compare Source

Fixed

v9.8.0

Compare Source

Added
  • Added rich_measure for tree
  • Added rich.align.VerticalCenter
Changed
  • The style argument on Align now applies to background only
  • Changed display of progress bars in no_color mode for clarity
  • Console property size will fall back to getting the terminal size of stdout it stdin fails, this allows size to be correctly determined when piping
Fixed

v9.7.0

Compare Source

Added
  • Added rich.tree
  • Added no_color argument to Console

v9.6.2

Compare Source

Fixed

v9.6.1

Compare Source

Fixed
  • Fixed encoding error on Windows when loading code for Tracebacks

v9.6.0

Compare Source

Changed
  • MarkupError exception raise from None to omit internal exception
  • Factored out RichHandler.render and RichHandler.render_message for easier extending
  • Display pretty printed value in rich.inspect
Added
  • Added Progress.TimeElapsedColumn
  • Added IPython support to pretty.install
Fixed
  • Fixed display of locals in Traceback for stdin

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner December 30, 2020 16:38
@renovate renovate bot requested review from bsoyka and LukeG294 December 30, 2020 16:38
@renovate renovate bot force-pushed the renovate/rich-9.x branch from 1916a1c to 8a7e1df Compare December 31, 2020 18:38
@renovate renovate bot changed the title chore(deps): update dependency rich to v9.6.0 chore(deps): update dependency rich to v9.6.1 Dec 31, 2020
LukeG294
LukeG294 previously approved these changes Jan 3, 2021
@renovate renovate bot changed the title chore(deps): update dependency rich to v9.6.1 chore(deps): update dependency rich to v9.6.2 Jan 7, 2021
@renovate renovate bot force-pushed the renovate/rich-9.x branch 2 times, most recently from 54cfdec to 941713f Compare January 9, 2021 17:12
@renovate renovate bot changed the title chore(deps): update dependency rich to v9.6.2 chore(deps): update dependency rich to v9.7.0 Jan 9, 2021
@renovate renovate bot force-pushed the renovate/rich-9.x branch from 941713f to 548cbc0 Compare January 11, 2021 22:26
@renovate renovate bot changed the title chore(deps): update dependency rich to v9.7.0 chore(deps): update dependency rich to v9.8.0 Jan 11, 2021
@renovate renovate bot force-pushed the renovate/rich-9.x branch from 548cbc0 to 83cf6c9 Compare January 13, 2021 17:07
@renovate renovate bot changed the title chore(deps): update dependency rich to v9.8.0 chore(deps): update dependency rich to v9.8.1 Jan 13, 2021
@renovate renovate bot changed the title chore(deps): update dependency rich to v9.8.1 chore(deps): update dependency rich to v9.8.2 Jan 15, 2021
@renovate renovate bot force-pushed the renovate/rich-9.x branch 2 times, most recently from a734805 to 4c540bb Compare January 18, 2021 08:47
@renovate renovate bot force-pushed the renovate/rich-9.x branch from 4c540bb to 81ff116 Compare January 23, 2021 15:58
@renovate renovate bot changed the title chore(deps): update dependency rich to v9.8.2 chore(deps): update dependency rich to v9.9.0 Jan 23, 2021
@renovate renovate bot force-pushed the renovate/rich-9.x branch from 81ff116 to 0aabe26 Compare January 27, 2021 21:18
@renovate renovate bot changed the title chore(deps): update dependency rich to v9.9.0 chore(deps): update dependency rich to v9.10.0 Jan 27, 2021
@renovate renovate bot force-pushed the renovate/rich-9.x branch from 0aabe26 to 4a35b39 Compare February 15, 2021 22:45
@renovate renovate bot changed the title chore(deps): update dependency rich to v9.10.0 chore(deps): update dependency rich to v9.11.0 Feb 15, 2021
@renovate renovate bot force-pushed the renovate/rich-9.x branch from 4a35b39 to 790c0fd Compare February 20, 2021 13:20
@renovate renovate bot changed the title chore(deps): update dependency rich to v9.11.0 chore(deps): update dependency rich to v9.11.1 Feb 20, 2021
@renovate renovate bot force-pushed the renovate/rich-9.x branch from 790c0fd to b63a3dc Compare February 24, 2021 23:43
@renovate renovate bot changed the title chore(deps): update dependency rich to v9.11.1 chore(deps): update dependency rich to v9.12.0 Feb 24, 2021
@renovate renovate bot force-pushed the renovate/rich-9.x branch from b63a3dc to 1885b4a Compare February 27, 2021 13:09
@renovate renovate bot changed the title chore(deps): update dependency rich to v9.12.0 chore(deps): update dependency rich to v9.12.1 Feb 27, 2021
@renovate renovate bot force-pushed the renovate/rich-9.x branch from 1885b4a to fb43e9d Compare February 27, 2021 16:59
@renovate renovate bot changed the title chore(deps): update dependency rich to v9.12.1 chore(deps): update dependency rich to v9.12.2 Feb 27, 2021
@renovate renovate bot force-pushed the renovate/rich-9.x branch from fb43e9d to 0ed624f Compare February 28, 2021 11:05
@renovate renovate bot changed the title chore(deps): update dependency rich to v9.12.2 chore(deps): update dependency rich to v9.12.3 Feb 28, 2021
@renovate renovate bot force-pushed the renovate/rich-9.x branch from 0ed624f to c53adf5 Compare March 1, 2021 23:02
@renovate renovate bot changed the title chore(deps): update dependency rich to v9.12.3 chore(deps): update dependency rich to v9.12.4 Mar 1, 2021
@renovate renovate bot changed the title chore(deps): update dependency rich to v9.12.4 chore(deps): update dependency rich to v9.13.0 Mar 6, 2021
@renovate renovate bot force-pushed the renovate/rich-9.x branch from c53adf5 to f30c9fd Compare March 6, 2021 17:15
@renovate renovate bot force-pushed the renovate/rich-9.x branch from f30c9fd to f915a35 Compare March 25, 2022 15:09
@renovate renovate bot force-pushed the renovate/rich-9.x branch from f915a35 to da9de9f Compare September 25, 2022 15:45
@renovate renovate bot changed the title chore(deps): update dependency rich to v9.13.0 Update dependency rich to v9.13.0 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/rich-9.x branch from da9de9f to 9970ec6 Compare March 17, 2023 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant