Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/BurntSushi/toml v1.5.0v1.6.0 age confidence
github.com/charlievieth/fastwalk v1.0.12v1.0.14 age confidence
github.com/go-git/go-billy/v5 v5.6.2v5.7.0 age confidence
github.com/go-git/go-git/v5 v5.16.2v5.16.4 age confidence

Release Notes

BurntSushi/toml (github.com/BurntSushi/toml)

v1.6.0

Compare Source

TOML 1.1 is now enabled by default. The TOML changelog has an overview of changes: https://github.com/toml-lang/toml/blob/main/CHANGELOG.md

Also two small fixes:

  • Encode large floats as exponent syntax so that round-tripping things like 5e+22 is correct.

  • Using duplicate array keys would not give an error:

    arr = [1]
    arr = [2]
    

    This will now correctly give a "Key 'arr' has already been defined" error.

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

v1.0.14: Fix readInt tests on s390x (for real this time)

Compare Source

v1.0.14

  • internal/dirent: fix tests on s390x: #​65

This release actually fixes the internal/dirent/readInt tests on s390x. Release v1.0.13 was meant to fix the tests but introduced a new test failure (which I didn't catch due to not having access to a s390x box).

NB: The only change here is the test.

v1.0.13: Fix readInt tests on s390x and update minimum Go version to 1.21

Compare Source

v1.0.13

  • internal/dirent: use binary.NativeEndian for parsing ints: #​63

This release fixes an issue with internal/dirent/TestReadInt on s390x (failure) by changing readInt to use binary. NativeEndian, which also requires us to bump the minimum Go version to 1.21.

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

v5.7.0

Compare Source

What's Changed

Full Changelog: go-git/go-billy@v5.6.2...v5.7.0

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

v5.16.4

Compare Source

What's Changed

Full Changelog: go-git/go-git@v5.16.3...v5.16.4

v5.16.3

Compare Source

What's Changed

  • internal: Expand regex to fix build [5.x] by @​baloo in #​1644
  • build: raise timeouts for windows CI tests and disable CIFuzz [5.x] by @​baloo in #​1646
  • plumbing: support commits extra headers, support jujutsu signed commit [5.x] by @​baloo in #​1633

Full Changelog: go-git/go-git@v5.16.2...v5.16.3


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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.

@renovate renovate bot force-pushed the renovate/golang branch from 1f2322c to 33242b5 Compare October 5, 2025 21:33
@renovate renovate bot changed the title fix(deps): update module github.com/charlievieth/fastwalk to v1.0.14 fix(deps): update golang Oct 5, 2025
@renovate renovate bot force-pushed the renovate/golang branch from 33242b5 to 22c1dc5 Compare November 24, 2025 01:40
@renovate renovate bot force-pushed the renovate/golang branch from 22c1dc5 to 5bb08ef Compare December 6, 2025 12:57
@renovate renovate bot force-pushed the renovate/golang branch from 5bb08ef to 950427f Compare December 18, 2025 17:13
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