Skip to content

chore(deps): update all patch versions#1305

Merged
jsuereth merged 1 commit intomainfrom
renovate/all-patch-versions
Mar 20, 2026
Merged

chore(deps): update all patch versions#1305
jsuereth merged 1 commit intomainfrom
renovate/all-patch-versions

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 20, 2026

This PR contains the following updates:

Package Type Update Change Age Confidence
cargo-nextest workspace.dependencies patch 0.9.1300.9.131 age confidence
codecov/codecov-action action patch v5.5.2v5.5.3 age confidence
opentelemetry-otlp (source) workspace.dependencies patch 0.31.00.31.1 age confidence
tar dependencies patch 0.4.440.4.45 age confidence
typescript-eslint (source) devDependencies patch 8.57.08.57.1 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

nextest-rs/nextest (cargo-nextest)

v0.9.131: cargo-nextest 0.9.131

Compare Source

Added
  • Setup scripts and wrapper scripts can now specify per-command environment variables via the env field in the command configuration. (#​3001)

    For example:

    [scripts.setup.script1]
    command = {
        command-line = "cargo run -p setup-test-db",
        env = {
            DB_PATH = "sqlite:/path/to/source.db",
        },
    }

    Keys cannot begin with NEXTEST, as that prefix is reserved for internal use. Values defined in env override values set by the environment and by Cargo's config.toml (including those with force = true).

    Thanks metatoaster for your first contribution!

  • A new flaky-result configuration field and --flaky-result CLI flag (environment variable NEXTEST_FLAKY_RESULT) controls whether flaky tests are treated as passing or failing. When set to "fail", tests that pass on retry are marked as failures. The default remains "pass". flaky-result can be set at the profile level or per-test via overrides. (#​3148)

    For more information, see Failing flaky tests.

    [profile.ci]
    retries = 2
    flaky-result = "fail"
  • A new cargo nextest store export-chrome-trace command that exports test run data in the Chrome Trace Event format. Traces can be loaded into Perfetto or Chrome's chrome://tracing for a timeline view of test parallelism and execution. (#​3163)

    cargo nextest store export-chrome-trace latest -o trace.json

    Traces support grouping by binary (default) or by slot (--group-by slot), and can be exported from both on-disk runs and portable recordings. For more, see Perfetto traces.

  • Added release binaries for riscv64gc-unknown-linux-gnu. These binaries are cross-compiled from x86_64 Linux and are not currently tested.

Fixed
Changed
  • When retries are enabled, nextest no longer shows TRY 1 SLOW messages for the first attempt. TRY N SLOW is still shown for subsequent attempts.
Miscellaneous
  • Self-update (cargo nextest self update) now uses ureq instead of reqwest and replaces the ring dependency with aws-lc-rs. This may require you to install CMake if you're on a less-commonly-used platform. (#​3141)
Internal improvements
  • Breaking change to the recording format: recordings now include test group and slot information, enabling Chrome trace export from recordings. (#​3158)
codecov/codecov-action (codecov/codecov-action)

v5.5.3

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v5.5.2...v5.5.3

open-telemetry/opentelemetry-rust (opentelemetry-otlp)

v0.31.1: opentelemetry-otlp 0.31.1

Compare Source

What's Changed

  • feat(OTLP): add tls-ring, tls-aws-lc, and tls-provider-agnostic feature flags [patch release v0.31.1] by @​lalitb in #​3426

Full Changelog: open-telemetry/opentelemetry-rust@v0.31.0...opentelemetry-otlp-0.31.1

alexcrichton/tar-rs (tar)

v0.4.45

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.57.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.


Configuration

📅 Schedule: Branch creation - "before 8am every weekday" (UTC), 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.

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

@renovate renovate bot requested a review from a team as a code owner March 20, 2026 00:10
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 20, 2026
@codecov
Copy link

codecov bot commented Mar 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.2%. Comparing base (e5320c9) to head (5510204).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##            main   #1305     +/-   ##
=======================================
- Coverage   81.2%   81.2%   -0.1%     
=======================================
  Files        111     111             
  Lines       9371    9371             
=======================================
- Hits        7617    7616      -1     
- Misses      1754    1755      +1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jsuereth jsuereth merged commit 462ea85 into main Mar 20, 2026
41 checks passed
@jsuereth jsuereth deleted the renovate/all-patch-versions branch March 20, 2026 12:38
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