Skip to content
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

fix(deps): update golang #118

Merged
merged 1 commit into from
Jan 8, 2025
Merged

fix(deps): update golang #118

merged 1 commit into from
Jan 8, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/charlievieth/fastwalk v1.0.8 -> v1.0.9 age adoption passing confidence
github.com/go-git/go-billy/v5 v5.6.0 -> v5.6.1 age adoption passing confidence
github.com/go-git/go-git/v5 v5.13.0 -> v5.13.1 age adoption passing confidence

Release Notes

charlievieth/fastwalk (github.com/charlievieth/fastwalk)

v1.0.9: Fix handling of disk roots on Windows

Compare 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 root C:\ (or any other root) it walked the current directory. This occurred because we were transforming fully qualified path C:\ to the relative path C: which caused the current directory to be walked.

commit aa71a4c
Author: Charlie Vieth [email protected]
Date: Fri Oct 25 10:10:04 2024 -0400

fastwalk: don't clean the path argument to Walk on Windows

On Windows don't attempt to clean the path argument to Walk since the
existing clean logic (cleanRootPath) transforms paths like "C:\" => "C:"
which are not equivalent.

This logic only existed to make the joining of paths simpler and should
probably be removed since we shouldn't be modifying user provided paths.

TODO: Investigate if anything relies on the current clean logic and
remove it if nothing does.

Fixes: https://github.com/charlievieth/fastwalk/issues/37
go-git/go-billy (github.com/go-git/go-billy/v5)

v5.6.1

Compare Source

What's Changed

Full Changelog: go-git/go-billy@v5.6.0...v5.6.1

go-git/go-git (github.com/go-git/go-git/v5)

v5.13.1

Compare Source

What's Changed

Full Changelog: go-git/go-git@v5.13.0...v5.13.1


Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Dec 28, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/cyphar/filepath-securejoin v0.3.2 -> v0.3.6

@renovate renovate bot force-pushed the renovate/golang branch 2 times, most recently from 74d3c60 to f701222 Compare January 2, 2025 19:04
@renovate renovate bot force-pushed the renovate/golang branch from f701222 to 604ae95 Compare January 8, 2025 19:24
@renovate renovate bot force-pushed the renovate/golang branch from 604ae95 to da40df0 Compare January 8, 2025 21:47
@silkeh silkeh merged commit 395c3a1 into master Jan 8, 2025
1 check passed
@renovate renovate bot deleted the renovate/golang branch January 8, 2025 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant