aspect-cli
aspect-cli copied to clipboard
build(deps): bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0
Bumps github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0.
Release notes
Sourced from github.com/go-git/go-git/v5's releases.
v5.13.0
What's Changed
- build: bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0 in /cli/go-git by
@dependabotin go-git/go-git#1065- build: bump golang.org/x/net from 0.22.0 to 0.23.0 by
@dependabotin go-git/go-git#1068- build: bump golang.org/x/net from 0.23.0 to 0.24.0 by
@dependabotin go-git/go-git#1071- Properly support skipping of non-mandatory extensions by
@codablockin go-git/go-git#1066- git: Refine some codes in test and non-test. by
@onee-onlyin go-git/go-git#1077- plumbing: protocol/packp, client-side filter capability support by
@edigaryevin go-git/go-git#1000- build: bump golang.org/x/net from 0.22.0 to 0.23.0 in /cli/go-git by
@dependabotin go-git/go-git#1078- plumbing: fix sideband demux on flush by
@aymanbagabasin go-git/go-git#1084- storage: dotgit, head reference usually comes first by
@aymanbagabasin go-git/go-git#1085- build: bump golang.org/x/text from 0.14.0 to 0.15.0 by
@dependabotin go-git/go-git#1091- build: bump golang.org/x/crypto from 0.22.0 to 0.23.0 by
@dependabotin go-git/go-git#1094- build: bump golang.org/x/net from 0.24.0 to 0.25.0 by
@dependabotin go-git/go-git#1093- git: Added an example for Repository.Branches by
@johnmatthigginsin go-git/go-git#1088- git: worktree_commit, Modify checking empty commit. Fixes #723 by
@onee-onlyin go-git/go-git#1050- plumbing: transport/http, Wrap http errors to return reason. Fixes #1097 by
@ggambettiin go-git/go-git#1100- build: bump golang.org/x/sys from 0.20.0 to 0.21.0 by
@dependabotin go-git/go-git#1106- build: bump golang.org/x/text from 0.15.0 to 0.16.0 by
@dependabotin go-git/go-git#1107- Bumps Go versions and go-billy by
@pjbgfin go-git/go-git#1056- _examples: Fixed a dead link COMPATIBILITY.md by
@gecko655in go-git/go-git#1109- build: bump github.com/jessevdk/go-flags from 1.5.0 to 1.6.1 in /cli/go-git by
@dependabotin go-git/go-git#1115- build: bump github.com/elazarl/goproxy from v0.0.0-20230808193330-2592e75ae04a to v0.0.0-20240618083138-03be62527ccb by
@hbelmiroin go-git/go-git#1124- build: bump golang.org/x/net from 0.25.0 to 0.26.0 by
@dependabotin go-git/go-git#1104- Add option approximating
git clean -xflag. by@msuozzoin go-git/go-git#995- Revert "Add option approximating
git clean -xflag." by@pjbgfin go-git/go-git#1129- Fix reference updated concurrently error for the filesystem storer by
@Javier-varezin go-git/go-git#1116- build: bump golang.org/x/net from 0.26.0 to 0.27.0 by
@dependabotin go-git/go-git#1134- utils: merkletrie, Align error message with upstream by
@pjbgfin go-git/go-git#1142- plumbing: transport/file, Change paths to absolute by
@pjbgfin go-git/go-git#1141- plumbing: gitignore, Fix loading of ignored .gitignore files. by
@Achilleshielin go-git/go-git#1114- build: bump github.com/skeema/knownhosts from 1.2.2 to 1.3.0 by
@dependabotin go-git/go-git#1147- plumbing: transport/ssh, Add support for SSH
@cert-authority. by@Javier-varezin go-git/go-git#1157- build: run example tests during CI workflow by
@crazybolilloin go-git/go-git#1030- storage: filesystem, Fix object cache not working due to uninitialised objects being put into cache by
@SatelliteMindin go-git/go-git#1138- git: Fix fetching missing commits by
@AriehSchneierin go-git/go-git#1032- plumbing: format/packfile, remove duplicate checks in findMatch() by
@edigaryevin go-git/go-git#1152- git: worktree, Fix file reported as
Untrackedwhile it is committed by@rodrigocamin go-git/go-git#1023- build: bump golang.org/x/sys from 0.22.0 to 0.23.0 by
@dependabotin go-git/go-git#1160- plumbing: filemode, Remove check for setting size of .git/index file by
@nicholasSUSEin go-git/go-git#1159- build: bump golang.org/x/net from 0.27.0 to 0.28.0 by
@dependabotin go-git/go-git#1163- Fix some lint warning and increase stalebot to 180 days by
@pjbgfin go-git/go-git#1128- adjust path extracted from file: url on Windows by
@tomqwplin go-git/go-git#416- build: bump golang.org/x/sys from 0.23.0 to 0.24.0 by
@dependabotin go-git/go-git#1164- Add RestoreStaged to Worktree that mimics the behaviour of git restore --staged ... by
@ben-tbotlabsin go-git/go-git#493- plumbing: signature, support the same x509 signature formats as git by
@yoavamitin go-git/go-git#1169- fix: allow discovery of non bare repos in fsLoader by
@jakobmoellerdevin go-git/go-git#1170- build: bump golang.org/x/sys from 0.24.0 to 0.25.0 by
@dependabotin go-git/go-git#1178- build: bump golang.org/x/text from 0.17.0 to 0.18.0 by
@dependabotin go-git/go-git#1179- build: bump golang.org/x/net from 0.28.0 to 0.29.0 by
@dependabotin go-git/go-git#1184
... (truncated)
Commits
94bd4afMerge pull request #1261 from BeChris/issue6808b7f5baMerge pull request #1262 from go-git/dependabot/go_modules/github.com/elazarl...41d80a0build: bump github.com/elazarl/goproxy4998140git: worktree_commit, sanitize author and commiter name and email before crea...9049625Merge pull request #1260 from go-git/dependabot/github_actions/github/codeql-...dae48b4build: bump github/codeql-action from 3.27.9 to 3.28.07d6fbc2Merge pull request #1220 from BeChris/accept_uppercase_hexa_in_pktline_length62a77b7plumbing: Fix invalid reference name error while cloning branches containing ...5e11196plumbing: format/pktline, accept upercase hexadecimal value as pktline length...65f5e1aMerge pull request #1256 from go-git/dependabot/go_modules/golang-org-232a611e2d- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Test
All tests were cache hits
219 tests (100.0%) were fully cached saving 7m 36s.
Buildifier
Format
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.