Skip to content

build(deps): bump tabled from 0.10.0 to 0.18.0#31442

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/tabled-0.18.0
Closed

build(deps): bump tabled from 0.10.0 to 0.18.0#31442
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/tabled-0.18.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps tabled from 0.10.0 to 0.18.0.

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

Dependabot compatibility score

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 A-dependencies Area: dependency upgrades label Feb 9, 2025
@dependabot dependabot bot requested a review from a team as a code owner February 9, 2025 23:37
@dependabot dependabot bot force-pushed the dependabot/cargo/tabled-0.18.0 branch 2 times, most recently from dd829bd to f1bda54 Compare February 10, 2025 09:56
@dependabot dependabot bot force-pushed the dependabot/cargo/tabled-0.18.0 branch 3 times, most recently from 8f0b53c to 865dc05 Compare February 27, 2025 00:07
@dependabot dependabot bot force-pushed the dependabot/cargo/tabled-0.18.0 branch 2 times, most recently from 0494b67 to 2dcd06c Compare February 28, 2025 10:52
Bumps [tabled](https://github.com/zhiburt/tabled) from 0.10.0 to 0.18.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/tabled-0.18.0 branch from 2dcd06c to f3d3a77 Compare March 3, 2025 06:48
@antiguru
Copy link
Member

antiguru commented Oct 7, 2025

@dependabot recreate

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 7, 2025

Looks like tabled is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 7, 2025
@dependabot dependabot bot deleted the dependabot/cargo/tabled-0.18.0 branch October 7, 2025 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-dependencies Area: dependency upgrades

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant