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): lock file maintenance #1560

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

Conversation

nextest-bot
Copy link
Collaborator

@nextest-bot nextest-bot commented Jun 17, 2024

This PR contains the following updates:

Update Change
lockFileMaintenance All locks refreshed

🔧 This Pull Request updates lock files to use the latest dependency versions.


Configuration

📅 Schedule: Branch creation - "before 4am on monday" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

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

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

Copy link

codecov bot commented Jul 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.98%. Comparing base (e7a7330) to head (8b4ffb9).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1560   +/-   ##
=======================================
  Coverage   79.98%   79.98%           
=======================================
  Files         102      102           
  Lines       23981    23981           
=======================================
  Hits        19182    19182           
  Misses       4799     4799           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nextest-bot nextest-bot force-pushed the renovate/lock-file-maintenance branch from 8f946c9 to ee23d9c Compare July 29, 2024 08:18
@nextest-bot nextest-bot force-pushed the renovate/lock-file-maintenance branch from ee23d9c to 4f84663 Compare August 5, 2024 07:16
@nextest-bot nextest-bot force-pushed the renovate/lock-file-maintenance branch 3 times, most recently from 004a7f0 to f8d8745 Compare August 26, 2024 07:15
@nextest-bot nextest-bot force-pushed the renovate/lock-file-maintenance branch 2 times, most recently from cf59b5a to 58423a4 Compare September 9, 2024 07:15
@nextest-bot nextest-bot force-pushed the renovate/lock-file-maintenance branch 3 times, most recently from 389ffbe to d1c6b80 Compare September 16, 2024 07:17
@nextest-bot nextest-bot force-pushed the renovate/lock-file-maintenance branch from d1c6b80 to d67081e Compare September 23, 2024 07:16
@nextest-bot nextest-bot force-pushed the renovate/lock-file-maintenance branch from d67081e to 98a81ff Compare September 30, 2024 07:18
@nextest-bot nextest-bot force-pushed the renovate/lock-file-maintenance branch from 98a81ff to cd7e2c0 Compare October 7, 2024 07:18
@nextest-bot nextest-bot force-pushed the renovate/lock-file-maintenance branch 2 times, most recently from e7ec754 to 9e7a554 Compare October 21, 2024 07:18
@nextest-bot nextest-bot force-pushed the renovate/lock-file-maintenance branch from 9e7a554 to 6ae06a2 Compare October 28, 2024 07:17
@nextest-bot nextest-bot force-pushed the renovate/lock-file-maintenance branch 2 times, most recently from d9f620b to 6a5a703 Compare November 11, 2024 08:21
Copy link

trunk-io bot commented Nov 11, 2024

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

@nextest-bot nextest-bot force-pushed the renovate/lock-file-maintenance branch 2 times, most recently from 6124523 to dac60a5 Compare November 25, 2024 08:22
@nextest-bot nextest-bot force-pushed the renovate/lock-file-maintenance branch from dac60a5 to 7ecf53f Compare December 2, 2024 08:23
@nextest-bot nextest-bot force-pushed the renovate/lock-file-maintenance branch from 7ecf53f to 1a50b42 Compare December 9, 2024 08:23
@nextest-bot nextest-bot force-pushed the renovate/lock-file-maintenance branch 2 times, most recently from 8b53a56 to 6344d08 Compare December 16, 2024 08:23
@nextest-bot nextest-bot force-pushed the renovate/lock-file-maintenance branch 2 times, most recently from 693c709 to 2edba4d Compare December 30, 2024 08:21
@nextest-bot nextest-bot force-pushed the renovate/lock-file-maintenance branch from 2edba4d to c8e244a Compare January 6, 2025 08:22
@nextest-bot nextest-bot force-pushed the renovate/lock-file-maintenance branch from c8e244a to 8b4ffb9 Compare January 13, 2025 08:22
@nextest-bot
Copy link
Collaborator Author

⚠️ Artifact update problem

Renovate failed to update artifacts 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 Cargo.toml
    Updating crates.io index
error: failed to select a version for the requirement `log = "^0.4.24"`
candidate versions found which didn't match: 0.4.22, 0.4.21, 0.4.20, ...
location searched: crates.io index
required by package `nextest-workspace-hack v0.1.0 (/tmp/renovate/repos/github/nextest-rs/nextest/workspace-hack)`
if you are looking for the prerelease package it needs to be specified explicitly
    log = { version = "0.4.0-rc.1" }

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path cargo-nextest/Cargo.toml
    Updating crates.io index
error: failed to select a version for the requirement `log = "^0.4.24"`
candidate versions found which didn't match: 0.4.22, 0.4.21, 0.4.20, ...
location searched: crates.io index
required by package `nextest-workspace-hack v0.1.0 (/tmp/renovate/repos/github/nextest-rs/nextest/workspace-hack)`
if you are looking for the prerelease package it needs to be specified explicitly
    log = { version = "0.4.0-rc.1" }

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path fixture-data/Cargo.toml
    Updating crates.io index
error: failed to select a version for the requirement `log = "^0.4.24"`
candidate versions found which didn't match: 0.4.22, 0.4.21, 0.4.20, ...
location searched: crates.io index
required by package `nextest-workspace-hack v0.1.0 (/tmp/renovate/repos/github/nextest-rs/nextest/workspace-hack)`
if you are looking for the prerelease package it needs to be specified explicitly
    log = { version = "0.4.0-rc.1" }

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path integration-tests/Cargo.toml
    Updating crates.io index
error: failed to select a version for the requirement `log = "^0.4.24"`
candidate versions found which didn't match: 0.4.22, 0.4.21, 0.4.20, ...
location searched: crates.io index
required by package `nextest-workspace-hack v0.1.0 (/tmp/renovate/repos/github/nextest-rs/nextest/workspace-hack)`
if you are looking for the prerelease package it needs to be specified explicitly
    log = { version = "0.4.0-rc.1" }

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path nextest-filtering/Cargo.toml
    Updating crates.io index
error: failed to select a version for the requirement `log = "^0.4.24"`
candidate versions found which didn't match: 0.4.22, 0.4.21, 0.4.20, ...
location searched: crates.io index
required by package `nextest-workspace-hack v0.1.0 (/tmp/renovate/repos/github/nextest-rs/nextest/workspace-hack)`
if you are looking for the prerelease package it needs to be specified explicitly
    log = { version = "0.4.0-rc.1" }

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path nextest-metadata/Cargo.toml
    Updating crates.io index
error: failed to select a version for the requirement `log = "^0.4.24"`
candidate versions found which didn't match: 0.4.22, 0.4.21, 0.4.20, ...
location searched: crates.io index
required by package `nextest-workspace-hack v0.1.0 (/tmp/renovate/repos/github/nextest-rs/nextest/workspace-hack)`
if you are looking for the prerelease package it needs to be specified explicitly
    log = { version = "0.4.0-rc.1" }

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path nextest-runner/Cargo.toml
    Updating crates.io index
error: failed to select a version for the requirement `log = "^0.4.24"`
candidate versions found which didn't match: 0.4.22, 0.4.21, 0.4.20, ...
location searched: crates.io index
required by package `nextest-workspace-hack v0.1.0 (/tmp/renovate/repos/github/nextest-rs/nextest/workspace-hack)`
if you are looking for the prerelease package it needs to be specified explicitly
    log = { version = "0.4.0-rc.1" }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant