From 2ca45779b70432a11bc84bdbff204fb4984d0e6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 20:08:24 +0000 Subject: [PATCH] chore(deps): update dependency sharkdp/fd to v9 (#160) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [sharkdp/fd](https://togithub.com/sharkdp/fd) | major | `v8.7.1` -> `v9.0.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
sharkdp/fd (sharkdp/fd) ### [`v9.0.0`](https://togithub.com/sharkdp/fd/blob/HEAD/CHANGELOG.md#v900) [Compare Source](https://togithub.com/sharkdp/fd/compare/v8.7.1...v9.0.0) #### Performance - Performance has been *significantly improved*, both due to optimizations in the underlying `ignore` crate ([#​1429](https://togithub.com/sharkdp/fd/issues/1429)), and in `fd` itself ([#​1422](https://togithub.com/sharkdp/fd/issues/1422), [#​1408](https://togithub.com/sharkdp/fd/issues/1408), [#​1362](https://togithub.com/sharkdp/fd/issues/1362)) - [@​tavianator](https://togithub.com/tavianator). [Benchmarks results](https://gist.github.com/tavianator/32edbe052f33ef60570cf5456b59de81) show gains of 6-8x for full traversals of smaller directories (100k files) and up to 13x for larger directories (1M files). - The default number of threads is now constrained to be at most 64. This should improve startup time on systems with many CPU cores. ([#​1203](https://togithub.com/sharkdp/fd/issues/1203), [#​1410](https://togithub.com/sharkdp/fd/issues/1410), [#​1412](https://togithub.com/sharkdp/fd/issues/1412), [#​1431](https://togithub.com/sharkdp/fd/issues/1431)) - [@​tmccombs](https://togithub.com/tmccombs) and [@​tavianator](https://togithub.com/tavianator) - New flushing behavior when writing output to stdout, providing better performance for TTY and non-TTY use cases, see [#​1452](https://togithub.com/sharkdp/fd/issues/1452) and [#​1313](https://togithub.com/sharkdp/fd/issues/1313) ([@​tavianator](https://togithub.com/tavianator)). #### Features - Support character and block device file types, see [#​1213](https://togithub.com/sharkdp/fd/issues/1213) and [#​1336](https://togithub.com/sharkdp/fd/issues/1336) ([@​cgzones](https://togithub.com/cgzones)) - Breaking: `.git/` is now ignored by default when using `--hidden` / `-H`, use `--no-ignore` / `-I` or `--no-ignore-vcs` to override, see [#​1387](https://togithub.com/sharkdp/fd/issues/1387) and [#​1396](https://togithub.com/sharkdp/fd/issues/1396) ([@​skoriop](https://togithub.com/skoriop)) #### Bugfixes - Fix `NO_COLOR` support, see [#​1421](https://togithub.com/sharkdp/fd/issues/1421) ([@​acuteenvy](https://togithub.com/acuteenvy)) #### Other - Fixed documentation typos, see [#​1409](https://togithub.com/sharkdp/fd/issues/1409) ([@​marcospb19](https://togithub.com/marcospb19)) #### Thanks Special thanks to [@​tavianator](https://togithub.com/tavianator) for his incredible work on performance in the `ignore` crate and `fd` itself.
--- ### Configuration 📅 **Schedule**: Branch creation - "after 4pm on thursday" in timezone America/Los_Angeles, 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/scottames/dots). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- home/aqua.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/aqua.yaml b/home/aqua.yaml index 2a781ef8..6199f2cc 100644 --- a/home/aqua.yaml +++ b/home/aqua.yaml @@ -31,7 +31,7 @@ packages: - name: ajeetdsouza/zoxide@v0.9.2 - name: alajmo/mani@v0.25.0 registry: dots - - name: sharkdp/fd@v8.7.1 + - name: sharkdp/fd@v9.0.0 - name: iwittkau/mage-select@v1.4.3 registry: dots - name: neovim/neovim@stable