Add a hidden --mindepth alias for --min-depth#1617
Merged
tavianator merged 1 commit intosharkdp:masterfrom Oct 2, 2024
Merged
Conversation
tmccombs
approved these changes
Sep 23, 2024
d968098 to
0d99bad
Compare
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Aug 27, 2025
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [sharkdp/fd](https://github.com/sharkdp/fd) | minor | `v10.2.0` -> `v10.3.0` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>sharkdp/fd (sharkdp/fd)</summary> ### [`v10.3.0`](https://github.com/sharkdp/fd/releases/tag/v10.3.0) [Compare Source](sharkdp/fd@v10.2.0...v10.3.0) #### Features - Add a hidden `--mindepth` alias for `--min-depth`. ([#​1617](sharkdp/fd#1617)) #### Bugfixes #### Changes - Replace `humantime` crate and `chrono` crate with `jiff` crate, see [#​1690](sharkdp/fd#1690) ([@​sorairolake](https://github.com/sorairolake)). This has some small changes to the way dates given to options such `--changed-within` and `--changed-before` including: - 'M' no longer means "month", as that could be confusing with minutes. Use "mo", "mos", "month" or "months" instead. - month and year now account for variability in the calander rather than being a hard-coded number of seconds. That is probably what you would expect, but it is a slight change in behavior. - aarch64 Windows was added to CI and release artifacts - Many dependencies were updated - Better support building on Illumos (there is no automated testing, but some known issues were fixed) #### Other This will be the last release that has been tested on x86\_64 Mac OS, since GitHub is dropping support for runners with that hardware. It may also be the last release to use a version of Rust with tier-1 support for x86\_64/intel Macs and Windows 7. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44NC4wIiwidXBkYXRlZEluVmVyIjoiNDEuODQuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
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.
Fixes #1616.