Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 29, 2022

Updates the requirements on comfy-table to permit the latest version.

Changelog

Sourced from comfy-table's changelog.

[6.1.0] - 2022-08-28

Added

  • Add Table::add_rows to add multiple rows at the same time.

Misc

  • Update crossterm to v0.24

[6.0.0] - 2022-05-31

Added

  • Add Table::style_text_only(), which prevents non-delimiter whitespaces in cells to be styled.
  • Add the Table::discover_columns function and add info on when to use it to Row::add_cell.

Breaking Changes

  • Renaming of several functions to be Rust idiomatic:
    • Cell::get_content -> Cell::content
    • Column::get_padding_width -> Column::padding_width
    • Column::get_constraint -> Column::constraint
    • Table::get_header -> Table::header
    • Table::get_table_width -> Table::width
    • Table::set_table_width -> Table::set_width
    • Table::set_style -> Table::style
    • Table::get_column -> Table::column
    • Table::get_column_mut -> Table::column_mut
    • Table::get_row -> Table::row
    • Table::get_row_mut -> Table::row_mut
  • Column::get_max_width and Column::get_max_content_width have been removed as we cannot guarantee that these numbers are always correct. Use Table::column_max_content_widths instead

Changed

  • Table::column_max_content_widths now performs a full scan of the table's content when called.
  • Don't include Table::is_tty, Table::force_no_tty and Table::should_style if tty feature isn't enabled.

[5.0.1] - 2022-02-18

Updates

  • All dependencies have been bumped.

[5.0.0] - 2021-11-07

Updates

  • All dependencies have been bumped.

... (truncated)

Commits
  • a8f9ded (cargo-release) version 6.1.0
  • f4e6b9f add: Table::add_rows()
  • 5bc5696 Merge pull request #83 from Nukesor/dependabot/cargo/crossterm-0.25
  • 7ef0bc4 build(deps): update crossterm requirement from 0.24 to 0.25
  • 832dbda chore: Fix v1.63 clippy issues
  • 0562cea fix: Proofread some docs
  • 58b8824 change: Don't use crossterm's style if not needed
  • bf486c6 Merge pull request #81 from Nukesor/dependabot/cargo/crossterm-0.24
  • debfd2c build(deps): update crossterm requirement from 0.23 to 0.24
  • 17c7b66 Merge pull request #80 from Nukesor/dependabot/github_actions/codecov/codecov...
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [comfy-table](https://github.com/nukesor/comfy-table) to permit the latest version.
- [Release notes](https://github.com/nukesor/comfy-table/releases)
- [Changelog](https://github.com/Nukesor/comfy-table/blob/main/CHANGELOG.md)
- [Commits](Nukesor/comfy-table@v5.0.0...v6.1.0)

---
updated-dependencies:
- dependency-name: comfy-table
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 29, 2022

The following labels could not be found: auto-dependencies.

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant