Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Updates the requirements on tabled to permit the latest version.

Changelog

Sourced from tabled's changelog.

[0.18.0] - 2025-07-02

Added

  • Added #[tabled(display(Type, "function", arg1, arg2))] - a derive helper (propoused by @​georgewhewell).
  • Added Table::kv - a new type of table layout.
  • Added new Span logic with negative and 0 spans.
  • Added LineText::align to stick text on border to specific location.
  • Added LayoutIterator to navigate Table::kv easier.
  • Added Tabled implementation for Option<T>.

Changed

  • Renamed #[tabled(display_with)] into #[tabled(display)].
  • Changed MSRV to the 1.83.
  • Removed owo-colors dependency.
  • Migrated owo-colors to 3.5 (by @​joshtriplett).
  • Migrated heck to 0.5 (by @​marxin).
  • Migrated syn to 2.0 (By @​wyatt-herkamp).

Fixed

[0.17.0] - 2024-23-11

Added

  • Added Color::rgb_fg, Color::rgb_bg (by @​k86td)
  • Added ObjectIterator: so things like Rows::new(1..10).step_by(2) be possible.
  • Added support for Rows::last() + 100 and Columns::last() + 100 add operation.
  • Added left|right specifiers to PriorityMax and PriorityMin.
  • Added Priority factory to create different priorities. Basically a more convinient way.
  • Added a descriptive error message to testing_table::assert_table.
  • Added Builder::from(HashMap::new()) implementation.
  • Added CleanCharset::clean("") function for cases where we build a table by Builder.

Changed

  • Switched back to upstream unicode-width crate (by @​joshtriplett).
  • Migrated from proc-macro-error to proc-macro-error2 (by @​welpo).
  • Refactorings to improve code quality further.
  • Made Charset::clean method more presise so we can hopefully work with latest unicode-width.
  • Improved Wrap algorithm. As it was misstreating new lines characters.
  • Splited Padding to Padding and PaddingColor.
  • Splited Margin to Margin and MarginColor.
  • Changed Highlight interface.
  • Changed Border and BorderColor implementation when applied to table, so it sets a frame rather then all cells.
  • Renamed Disable into Remove.
  • Set CI MSRV check to 1.66.

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 10, 2025
@ChristopherRabotin
Copy link
Member

@dependabot rebase

Updates the requirements on [tabled](https://github.com/zhiburt/tabled) to permit the latest version.
- [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zhiburt/tabled/commits)

---
updated-dependencies:
- dependency-name: tabled
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/tabled-0.18.0 branch from 1ccf12b to fd38b14 Compare April 24, 2025 16:33
@ChristopherRabotin ChristopherRabotin merged commit 7339f63 into master Apr 24, 2025
27 checks passed
@ChristopherRabotin ChristopherRabotin deleted the dependabot/cargo/tabled-0.18.0 branch April 24, 2025 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant