Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
e9685b0 to
73e8af2
Compare
jsuereth
approved these changes
Mar 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.39.3→9.39.40.9.129→0.9.1309.39.3→9.39.4Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
eslint/eslint (@eslint/js)
v9.39.4Compare Source
nextest-rs/nextest (cargo-nextest)
v0.9.130: cargo-nextest 0.9.130Compare 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_VERSIONandNEXTEST_RECOMMENDED_VERSION: the minimum required and recommended nextest versions from the repository'snextest-versionconfiguration. 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, matchingcargo testin 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). TheCARGO_BIN_EXE_<name>form improves compatibility with tests written forcargo test.Changed
Fixed
A couple of displayer fixes:
Internal improvements
eslint/eslint (eslint)
v9.39.4Compare Source
Bug Fixes
f18f6c8fix: update dependency minimatch to ^3.1.5 (#20564) (Milos Djermanovic)a3c868ffix: update dependency @eslint/eslintrc to ^3.3.4 (#20554) (Milos Djermanovic)234d005fix: minimatch security vulnerability patch for v9.x (#20549) (Andrej Beles)b1b37eefix: updateajvto6.14.0to address security vulnerabilities (#20538) (루밀LuMir)Documentation
4675152docs: add deprecation notice partial (#20520) (Milos Djermanovic)Chores
b8b4eb1chore: update dependencies for ESLint v9.39.4 (#20596) (Francesco Trotta)71b2f6bchore: package.json update for @eslint/js release (Jenkins)1d16c2fci: pin Node.js 25.6.1 (#20563) (Milos Djermanovic)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.
This PR was generated by Mend Renovate. View the repository job log.