Update all patch versions - #1773
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1773 +/- ##
=====================================
Coverage 83.6% 83.6%
=====================================
Files 137 137
Lines 13343 13343
=====================================
+ Hits 11156 11158 +2
+ Misses 2187 2185 -2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Pull request dashboard statusMerged · refreshed 2026-09-18 12:21 UTC Status above doesn't look right?
|
renovate
Bot
force-pushed
the
renovate/all-patch-versions
branch
from
September 17, 2026 22:52
45945cf to
f61cd47
Compare
renovate
Bot
force-pushed
the
renovate/all-patch-versions
branch
from
September 18, 2026 00:54
f61cd47 to
5fbea07
Compare
jsuereth
approved these changes
Sep 18, 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:
0.9.144→0.9.1455.7.37→5.7.385.7.42(+3)0.5.6→0.5.7Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
nextest-rs/nextest (cargo-nextest)
v0.9.145: cargo-nextest 0.9.145Compare Source
Changed
Configuration diagnostics now name the file each setting came from. For example,
cargo nextest show-config versionshows which file specified thenextest-versionrequirement, andcargo nextest show-config test-groupsshows which file each override was defined in.For now, this is most useful when tool-specific config files are in play, but upcoming work to support local configuration files also benefits from this. (#3580, #3584)
Config file paths in errors and warnings are now displayed relative to the directory nextest is invoked from, following typical CLI conventions. Previously, parse errors showed absolute paths and warnings showed paths relative to the workspace root. In stylized output, config file paths are now colored as well. (#3568, #3570, #3577)
Fixed
Per-test overrides and setup and wrapper scripts defined in a profile's inheritance chain are now applied. Previously, only the selected profile's own overrides and those in
profile.defaultwere consulted, so overrides in intermediate profiles were silently skipped. As part of this change, a profile that does not setdefault-filternow inherits it from the nearest ancestor that does, rather than always fromprofile.default. (#3585)A
default-filterset by a tool config file is now respected when the repository config does not set one. Previously, the tool's filter was ignored andall()was used. (#3592)Profile inheritance cycles that span multiple config files, such as a tool config file redefining a profile that the repository config inherits from, are now detected and reported as errors. Previously, cycles were only detected within a single file. (#3588)
Passing
--tool-config-filemore than once for the same tool name now produces an error. Previously, nextest panicked internally. (#3589)The hint shown when a command requires an experimental feature that isn't enabled now points at the correct config file path when nextest is run from a subdirectory of the workspace, from outside the workspace, or with an explicit
--config-file. (#3565)On Unix platforms where the Rust standard library cannot create pipes with
FD_CLOEXECset atomically (most notably Apple platforms), a test could inherit a sibling test's capture pipe if the two were spawned concurrently. The sibling was then reported as having leaked handles after it exited. Nextest now creates capture pipes itself and coordinates pipe creation with process spawning, so that spawns no longer inherit stray pipes. (#3553)An upcoming design document will go over how nextest spawns processes in detail, including more information about this workaround.
Thanks gaborbernat for your first contribution!
saadeghi/daisyui (daisyui)
v5.7.38Compare Source
Bug Fixes
dock(#4753) (fe22841)ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)
v0.5.7Compare Source
Add
allowCompoundComponentsoption (#117)Don't warn when components are exported as an object gathering them. Every member of the object must be a component, and a member holding an anonymous function requires a component name as key.
This should be enabled if the fast refresh implementation correctly handles this case. Vite supports it since
@vitejs/plugin-react4.7.0,@vitejs/plugin-react-swc3.11.0.{ "react-refresh/only-export-components": [ "error", { "allowCompoundComponents": true } ] }Enabling this option allows code such as the following:
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.