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

fix(deps): update rust crate yansi to v1 #2101

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 6, 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 - 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 is behind base branch, 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.

Copy link
Contributor Author

renovate bot commented Mar 6, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path rust/cli/Cargo.toml --package yansi@0.5.1 --precise 1.0.1
    Updating crates.io index
error: failed to select a version for the requirement `yansi = "^0.5"`
candidate versions found which didn't match: 1.0.1
location searched: crates.io index
required by package `pretty_assertions v1.4.0`
    ... which satisfies dependency `pretty_assertions = "^1.4.0"` (locked to 1.4.0) of package `common-dev v0.0.0 (/tmp/renovate/repos/github/stencila/stencila/rust/common-dev)`
    ... which satisfies path dependency `common-dev` (locked to 0.0.0) of package `codecs v0.0.0 (/tmp/renovate/repos/github/stencila/stencila/rust/codecs)`
    ... which satisfies path dependency `codecs` (locked to 0.0.0) of package `assistant v0.0.0 (/tmp/renovate/repos/github/stencila/stencila/rust/assistant)`
perhaps a crate was updated and forgotten to be re-vendored?

@renovate renovate bot force-pushed the renovate/yansi-1.x branch 8 times, most recently from 6a33995 to fb1b7c5 Compare March 13, 2024 20:48
@renovate renovate bot force-pushed the renovate/yansi-1.x branch 21 times, most recently from ddf47de to eb30ca7 Compare March 21, 2024 01:46
Copy link
Contributor Author

renovate bot commented May 9, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path rust/cli/Cargo.toml --package yansi@0.5.1 --precise 1.0.1
    Updating crates.io index
error: failed to select a version for the requirement `yansi = "^0.5"`
candidate versions found which didn't match: 1.0.1
location searched: crates.io index
required by package `pretty_assertions v1.4.0`
    ... which satisfies dependency `pretty_assertions = "^1.4.0"` (locked to 1.4.0) of package `common-dev v0.0.0 (/tmp/renovate/repos/github/stencila/stencila/rust/common-dev)`
    ... which satisfies path dependency `common-dev` (locked to 0.0.0) of package `codecs v0.0.0 (/tmp/renovate/repos/github/stencila/stencila/rust/codecs)`
    ... which satisfies path dependency `codecs` (locked to 0.0.0) of package `assistant v0.0.0 (/tmp/renovate/repos/github/stencila/stencila/rust/assistant)`
perhaps a crate was updated and forgotten to be re-vendored?

@renovate renovate bot force-pushed the renovate/yansi-1.x branch 19 times, most recently from 854b295 to dbdd510 Compare May 16, 2024 13:47
@renovate renovate bot force-pushed the renovate/yansi-1.x branch 7 times, most recently from 9c982a5 to e44e35b Compare May 20, 2024 15:49
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.

None yet

0 participants