Skip to content

Bump github.com/charlievieth/fastwalk from 1.0.10 to 1.0.11 #4393

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2025

Bumps github.com/charlievieth/fastwalk from 1.0.10 to 1.0.11.

Release notes

Sourced from github.com/charlievieth/fastwalk's releases.

v1.0.11 Add support for limiting traversal depth

v1.0.11

This release adds two new features that make replicating the --max-depth option of CLI tools like rg and fd simpler. The first is that the fastwalk.DirEntry interface now has a Depth() method which returns the depth of the entry relative to the root being walked (this is useful when manually controlling traversal depth). The second is the new fastwalk.Config.MaxDepth field which will automatically limit traversal depth. Additionally, both features are compatible with symlinks.

Commits:

commit 562386344787021bfe56ace44ccd328d9f2172de Author: Charlie Vieth [email protected] Date: Wed May 14 19:21:30 2025 -0400

fastwalk. Add Config.MaxDepth field to limit traversal depth

This commit adds the Config.MaxDepth field which limits the depth of
directory traversal to MaxDepth levels beyond the root directory being
walked. By default, there is no limit on the search depth and a value of
zero or less disables this feature.

commit 3d5486c8bf7e4791ef453e91f1fa993d21420b9d Author: Charlie Vieth [email protected] Date: Wed May 7 19:45:15 2025 -0400

fastwalk: add new DirEntry.Depth method

The new DirEntry Depth method returns the depth at which the entry was
generated relative to the root being walked. This is useful for programs
that wish to limit traversal depth.

Commits
  • 5623863 fastwalk. Add Config.MaxDepth field to limit traversal depth
  • 3d5486c fastwalk: add new DirEntry.Depth method
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/charlievieth/fastwalk](https://github.com/charlievieth/fastwalk) from 1.0.10 to 1.0.11.
- [Release notes](https://github.com/charlievieth/fastwalk/releases)
- [Commits](charlievieth/fastwalk@v1.0.10...v1.0.11)

---
updated-dependencies:
- dependency-name: github.com/charlievieth/fastwalk
  dependency-version: 1.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 19, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 23, 2025

Superseded by #4431.

@dependabot dependabot bot closed this Jun 23, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/charlievieth/fastwalk-1.0.11 branch June 23, 2025 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants