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 comfy-table requirement from 5.0 to 6.0 #1769

Merged
merged 1 commit into from
May 31, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 31, 2022

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

Changelog

Sourced from comfy-table's changelog.

[6.0.0] - unreleased

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.

Added

  • Add option to use stderr for is_tty check #25.

Breaking

  • Remove ASCII_HORIZONTAL_BORDERS_ONLY in favor of ASCII_HORIZONTAL_ONLY.
  • Remove UTF8_HORIZONTAL_BORDERS_ONLY in favor of UTF8_HORIZONTAL_ONLY.

... (truncated)

Commits
  • c32a346 (cargo-release) version 6.0.0
  • 3501a4e chore: Enable dependabot for cargo
  • ea812ad chore: Bump strum to v0.24
  • 7ba8a48 Merge pull request #74 from Nukesor/dependabot/github_actions/codecov/codecov...
  • 0f9b30b build(deps): bump codecov/codecov-action from 2.1.0 to 3
  • 3d0f472 Merge pull request #73 from Nukesor/test-msrv
  • b468f51 fix: Bump and test msrv
  • 00cabc2 docs: update crate keywords
  • a377071 docs: Update v6.0 changelog
  • f6eddee chore: Prepare v6.0.0 release candidate
  • Additional commits viewable in compare view

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)

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.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 31, 2022

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

@github-actions github-actions bot added the arrow Changes to the arrow crate label May 31, 2022
@tustvold tustvold merged commit 28949f1 into master May 31, 2022
@dependabot dependabot bot deleted the dependabot/cargo/master/comfy-table-6.0 branch May 31, 2022 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant