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

Bump comfy-table from 5.0.1 to 6.1.4 #116

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 2, 2023

Bumps comfy-table from 5.0.1 to 6.1.4.

Release notes

Sourced from comfy-table's releases.

v6.1.4

[6.1.4] - 2022-12-31

Added

  • New preset ASCII_FULL_CONDENSED #97

v6.1.3

Fixed

  • Disable unneded crossterm bracketed-paste feature.

v6.1.1

Fixed

  • Fixed an issue where dynamic arrangement failed when setting the table to the exact width of the content #90.
  • The header size is now properly respected in the final optimization step #90. Previously, this wasn't the case and lead to weird formatting behavior when both of the following were true
    • Dynamic content adjustment was active.
    • The table didn't fit into the the available space.
    • The header of a row was longer than its content.
  • Fix wrong LowerBoundary calculation. This was introduced in commit bee764d, when this logic was refactored. #90.
  • Table::column_iter no longer requires a &mut self, but only &self.

v6.1.0

Added

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

Misc

  • Update crossterm to v0.24

v6.0.0

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

... (truncated)

Changelog

Sourced from comfy-table's changelog.

[6.1.4] - 2022-12-31

Added

  • New preset ASCII_FULL_CONDENSED #97

[6.1.3] - 2022-11-21

Fixed

  • Disable unneded crossterm bracketed-paste feature.

[6.1.2] - 2022-10-27

Fixed

  • Table::row_iter no longer requires a &mut self, but only &self.

[6.1.1] - 2022-10-22

Fixed

  • Fixed an issue where dynamic arrangement failed when setting the table to the exact width of the content #90.
  • The header size is now properly respected in the final optimization step #90. Previously, this wasn't the case and lead to weird formatting behavior when both of the following were true
    • Dynamic content adjustment was active.
    • The table didn't fit into the the available space.
    • The header of a row was longer than its content.
  • Fix wrong LowerBoundary calculation. This was introduced in commit bee764d, when this logic was refactored. #90.
  • Table::column_iter no longer requires a &mut self, but only &self.

Added

  • Expose current ContentArrangement for table via table.content_arrangement.

[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.

... (truncated)

Commits
  • 7966fbd chore: Release comfy-table version 6.1.4
  • bae38bc chore: Bump rstest
  • eb4ad25 docs: Add v6.1.4 Changelog
  • b4204fb Merge pull request #97 from alexander-beedie/ascii-condensed-preset
  • b735bf8 fix 'iter_kv_map' clippy lint
  • 307dc1d new preset "ASCII_FULL_CONDENSED"
  • 2c018c3 chore: Release comfy-table version 6.1.3
  • c237599 fix: Remove unneded crossterm feature
  • e42e800 chore: Sort Cargo.toml
  • 84c2314 chore: Release comfy-table version 6.1.2
  • Additional commits viewable in compare view

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 [comfy-table](https://github.com/nukesor/comfy-table) from 5.0.1 to 6.1.4.
- [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.1...v6.1.4)

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

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

dependabot bot commented on behalf of github Jan 2, 2023

The following labels could not be found: C-dependency-update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants