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

chore(deps): Update Rust crate yansi to v1 - autoclosed #185

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2024

Mend Renovate

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 - "before 5am on the first day of the month" (UTC), 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 Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): Update Rust crate yansi to v1 chore(deps): Update Rust crate yansi to v1 - autoclosed Jun 23, 2024
@renovate renovate bot closed this Jun 23, 2024
@renovate renovate bot deleted the renovate/yansi-1.x branch June 23, 2024 00:52
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