chore(deps): bump github.com/go-git/go-git/v5 from 5.18.0 to 5.19.0 - #68
Closed
dependabot[bot] wants to merge 1 commit into
Closed
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Owner
|
@dependabot recreate |
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.18.0 to 5.19.0. - [Release notes](https://github.com/go-git/go-git/releases) - [Changelog](https://github.com/go-git/go-git/blob/main/HISTORY.md) - [Commits](go-git/go-git@v5.18.0...v5.19.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-version: 5.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/develop/github.com/go-git/go-git/v5-5.19.0
branch
from
May 11, 2026 09:15
f7a8ec6 to
d1eef80
Compare
Contributor
Author
|
Superseded by #80. |
dependabot
Bot
deleted the
dependabot/go_modules/develop/github.com/go-git/go-git/v5-5.19.0
branch
August 8, 2026 10:18
phpboyscout
added a commit
that referenced
this pull request
Sep 15, 2026
…nel with NewSentinel Assets.Open routed .xml through the structured merge, which unmarshals into map[string]any; encoding/xml rejects maps in both directions, so every .xml asset opened through Assets failed, and the staticcheck suppression on the marshal branch guarded code that could never run. An .xml file is now a static asset like .png or .md. No bundle in the tree merges xml; the component doc no longer lists it. pkg/setup/update.go declared its decompressed-size sentinel with errors.New at package scope, the one exception to the NewSentinel rule AGENTS.md states (New captures its stack at runtime.doInit). A test in internal/repopolicy now scans pkg/ and cli/pkg/ for package-level errors.New in files on go/errors; it was red on that line. Closes #68
phpboyscout
added a commit
that referenced
this pull request
Sep 15, 2026
…nel with NewSentinel Assets.Open routed .xml through the structured merge, which unmarshals into map[string]any; encoding/xml rejects maps in both directions, so every .xml asset opened through Assets failed, and the staticcheck suppression on the marshal branch guarded code that could never run. An .xml file is now a static asset like .png or .md. No bundle in the tree merges xml; the component doc no longer lists it. pkg/setup/update.go declared its decompressed-size sentinel with errors.New at package scope, the one exception to the NewSentinel rule AGENTS.md states (New captures its stack at runtime.doInit). A test in internal/repopolicy now scans pkg/ and cli/pkg/ for package-level errors.New in files on go/errors; it was red on that line. Closes #68
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps github.com/go-git/go-git/v5 from 5.18.0 to 5.19.0.
Release notes
Sourced from github.com/go-git/go-git/v5's releases.
Commits
bc930f4Merge pull request #2065 from go-git/commit-v5d315264plumbing: object, Reset object before decode6e1d348plumbing: object, Align Tree handling with upstreame134ba3tests: Skip double checks in Git v2.111971422tests: Add git conformance tests for signing verificationa387aa8plumbing: object, Add ErrMalformedTagf415670plumbing: object, Decode Tag headers via a state machine5b0cd38plumbing: object, Reject multi-signature commits at Verifyfe8ed62plumbing: object, Align Tag.EncodeWithoutSignature with Commit98e337dplumbing: object, Add support for Tag.SignatureSHA256