Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 6, 2024

This PR contains the following updates:

Package Type Update Change
yansi dependencies major 0.5.1 -> 1.0.0

Release Notes

SergioBenitez/yansi (yansi)

v1.0.1

Compare Source

v1.0.0

Version 1.0.0 of yansi is now available.

For most users, upgrading will consist largely of changing calls of the form Paint::foo(value) to value.foo():

- use yansi::{Paint, Color};
+ use yansi::Paint;

println!("Testing, {}, {}, {}!",
-    Paint::red(1),
+    1.red(),
-    Paint::green(2).bold().underline(),
+    2.green().bold().underline(),
-    Paint::blue("3").bg(Color::White).italic());
+    "3".blue().on_white().italic());

Please see the rustdocs for complete documentation.


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/yansi-1.x branch 2 times, most recently from 60b28ca to 268e6eb Compare March 19, 2024 08:06
@renovate renovate bot force-pushed the renovate/yansi-1.x branch from 268e6eb to df9d20f Compare May 5, 2024 10:42
@renovate renovate bot force-pushed the renovate/yansi-1.x branch from df9d20f to 03279a3 Compare August 10, 2025 12:45
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.

1 participant