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:
v1.0.8
->v1.0.9
v5.5.0
->v5.6.0
Release Notes
charlievieth/fastwalk (github.com/charlievieth/fastwalk)
v1.0.9
: Fix handling of disk roots on WindowsCompare Source
v1.0.9
This release fixes an issue on Windows that occured when the root argument to Walk was a disk root (
C:\
). Instead of walking the disk rootC:\
(or any other root) it walked the current directory. This occurred because we were transforming fully qualified pathC:\
to the relative pathC:
which caused the current directory to be walked.commit
aa71a4c
Author: Charlie Vieth [email protected]
Date: Fri Oct 25 10:10:04 2024 -0400
go-git/go-billy (github.com/go-git/go-billy/v5)
v5.6.0
Compare Source
What's Changed
Memory.ReadDir()
should return an error when path isn't found. by @weberc2-tempus in https://github.com/go-git/go-billy/pull/38New Contributors
Full Changelog: go-git/go-billy@v5.5.0...v5.6.0
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 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.