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

Mend Renovate

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
  • Fix double line tree guides on Windows
  • Fixed Tracebacks ignoring initial blank lines
  • Partial fix for tracebacks not finding source after chdir
  • Fixed error message when code in tracebacks doesn't have an extension https://github.com/textualize/rich/issues/996
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 has been generated by Mend Renovate. View repository job log here.

@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 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 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 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 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 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 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 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 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 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 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 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 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 changed the title chore(deps): update dependency rich to v9.13.0 Update dependency rich to v9.13.0 Sep 25, 2022
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.

None yet

1 participant