Skip to content

chore(deps): update all patch versions#1276

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 10, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
@eslint/js (source) 9.39.39.39.4 age confidence devDependencies patch
cargo-nextest 0.9.1290.9.130 age confidence workspace.dependencies patch
eslint (source) 9.39.39.39.4 age confidence devDependencies patch

Warning

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


Release Notes

eslint/eslint (@​eslint/js)

v9.39.4

Compare Source

nextest-rs/nextest (cargo-nextest)

v0.9.130: cargo-nextest 0.9.130

Compare Source

Added
  • Nextest now sets several new environment variables for tests and setup scripts: (#​3103)

    • NEXTEST_VERSION: the current nextest version as a semver string.
    • NEXTEST_REQUIRED_VERSION and NEXTEST_RECOMMENDED_VERSION: the minimum required and recommended nextest versions from the repository's nextest-version configuration. If not configured, the value is "none".
    • NEXTEST_TEST_THREADS: the computed number of test threads for this run.
    • NEXTEST_WORKSPACE_ROOT: the absolute path to the workspace root (respects --workspace-remap).
  • Nextest now sets CARGO_BIN_EXE_<name> at runtime for integration tests and benchmarks, matching cargo test in Rust 1.94 and above. Nextest sets this variable on all Rust versions. (#​3137)

    Previously, nextest only set NEXTEST_BIN_EXE_<name>, which remains available (and, with underscores, continues to be the recommended form). The CARGO_BIN_EXE_<name> form improves compatibility with tests written for cargo test.

Changed
  • The automatic migration of recorded test runs from the cache directory to the state directory, introduced in version 0.9.126, has been removed. Records in the old cache directory location will no longer be migrated. (#​3101)
Fixed

A couple of displayer fixes:

  • Better sorting for the final summary when counters aren't displayed. (#​3100)
  • Fixed counter width padding in progress output to use the run count rather than the total test count. (#​3102)
Internal improvements
  • Cargo JSON output is now streamed directly into the binary list, making binary listing around 6% faster on large workspaces. (#​3131) Thanks cornmander for your first contribution!
eslint/eslint (eslint)

v9.39.4

Compare Source

Bug Fixes

Documentation

Chores


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 10, 2026 00:47
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 10, 2026
@codecov
Copy link

codecov bot commented Mar 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.0%. Comparing base (07ae9fa) to head (73e8af2).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1276   +/-   ##
=====================================
  Coverage   81.0%   81.0%           
=====================================
  Files        111     111           
  Lines       9380    9380           
=====================================
  Hits        7601    7601           
  Misses      1779    1779           

☔ 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.

@renovate renovate bot force-pushed the renovate/all-patch-versions branch from e9685b0 to 73e8af2 Compare March 10, 2026 04:36
@renovate renovate bot changed the title chore(deps): update all patch versions to v9.39.4 chore(deps): update all patch versions Mar 10, 2026
@jsuereth jsuereth merged commit 636d95c into main Mar 10, 2026
40 checks passed
@jsuereth jsuereth deleted the renovate/all-patch-versions branch March 10, 2026 22:52
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