Skip to content

Conversation

@cstyles
Copy link
Contributor

@cstyles cstyles commented Sep 23, 2024

Fixes #1616.

@tavianator tavianator merged commit 3d0d186 into sharkdp:master Oct 2, 2024
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`. ([#&#8203;1617](sharkdp/fd#1617))

#### Bugfixes

#### Changes

- Replace `humantime` crate and `chrono` crate with `jiff` crate, see [#&#8203;1690](sharkdp/fd#1690) ([@&#8203;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-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consider adding a --mindepth alias for --min-depth

3 participants