Update Rust crate tabled to 0.17.0 #5

Open
diablo wants to merge 1 commit from renovate/tabled-0.x into master
diablo commented 2024-08-06 06:39:53 +02:00 (Migrated from gitea.internot.no)

This PR contains the following updates:

Package Type Update Change
tabled dependencies minor 0.15.0 -> 0.17.0

Release Notes

zhiburt/tabled (tabled)

v0.17.0

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.

v0.16.0

Added
  • Added #[tabled(crate = "")] attribute.
  • Added #[tabled(format = "", format(""))] attribute.
  • Support for expressions in #[tabled(display_with(""))]
  • Added tupple combinations of settings, just as Settings does.
  • Added PriorityRight and PriorityLeft priorities.
  • Created back Layout/Reverse/MarginColor/PaddingColor.
  • Added custom template setting in ExtendedTable (by @​brianheineman)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tabled](https://github.com/zhiburt/tabled) | dependencies | minor | `0.15.0` -> `0.17.0` | --- ### Release Notes <details> <summary>zhiburt/tabled (tabled)</summary> ### [`v0.17.0`](https://github.com/zhiburt/tabled/blob/HEAD/CHANGELOG.md#0170---2024-23-11) ##### Added - Added `Color::rgb_fg`, `Color::rgb_bg` (by [@&#8203;k86td](https://github.com/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`. ### [`v0.16.0`](https://github.com/zhiburt/tabled/blob/HEAD/CHANGELOG.md#0160---2024-08-05) ##### Added - Added `#[tabled(crate = "")]` attribute. - Added `#[tabled(format = "", format(""))]` attribute. - Support for expressions in `#[tabled(display_with(""))]` - Added tupple combinations of settings, just as `Settings` does. - Added `PriorityRight` and `PriorityLeft` priorities. - Created back `Layout`/`Reverse`/`MarginColor`/`PaddingColor`. - Added custom template setting in `ExtendedTable` (by [@&#8203;brianheineman](https://github.com/brianheineman)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xOC4xNyIsInVwZGF0ZWRJblZlciI6IjM5LjI4LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
diablo force-pushed renovate/tabled-0.x from 68ab75ba7c to 07fbb2a629 2025-02-07 15:48:08 +01:00 Compare
diablo force-pushed renovate/tabled-0.x from 07fbb2a629 to 675c626799 2025-04-25 06:45:57 +02:00 Compare
diablo force-pushed renovate/tabled-0.x from 675c626799 to 1c1ee85ed6 2025-06-05 06:45:26 +02:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/tabled-0.x:renovate/tabled-0.x
git switch renovate/tabled-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/tabled-0.x
git switch renovate/tabled-0.x
git rebase master
git switch master
git merge --ff-only renovate/tabled-0.x
git switch renovate/tabled-0.x
git rebase master
git switch master
git merge --no-ff renovate/tabled-0.x
git switch master
git merge --squash renovate/tabled-0.x
git switch master
git merge --ff-only renovate/tabled-0.x
git switch master
git merge renovate/tabled-0.x
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
diablo/rust-process-finder!5
No description provided.