fix(deps): update module github.com/go-git/go-git/v5 to v5.11.0 #606

Merged
techknowlogick merged 1 commits from renovate/github.com-go-git-go-git-v5-5.x into main 2023-12-26 18:36:38 +00:00
Member

This PR contains the following updates:

Package Type Update Change
github.com/go-git/go-git/v5 require minor v5.10.0 -> v5.11.0

Release Notes

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

v5.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-git/go-git/compare/v5.10.1...v5.11.0

v5.10.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-git/go-git/compare/v5.10.0...v5.10.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) | require | minor | `v5.10.0` -> `v5.11.0` | --- ### Release Notes <details> <summary>go-git/go-git (github.com/go-git/go-git/v5)</summary> ### [`v5.11.0`](https://github.com/go-git/go-git/releases/tag/v5.11.0) [Compare Source](https://github.com/go-git/go-git/compare/v5.10.1...v5.11.0) #### What's Changed - git: validate reference names ([#&#8203;929](https://github.com/go-git/go-git/issues/929)) by [@&#8203;aymanbagabas](https://github.com/aymanbagabas) in https://github.com/go-git/go-git/pull/950 - git: stop iterating at oldest shallow when pulling. Fixes [#&#8203;305](https://github.com/go-git/go-git/issues/305) by [@&#8203;dhoizner](https://github.com/dhoizner) in https://github.com/go-git/go-git/pull/939 - plumbing: object, enable renames in getFileStatsFromFilePatches by [@&#8203;djmoch](https://github.com/djmoch) in https://github.com/go-git/go-git/pull/941 - storage: filesystem, Add option to set a specific FS for alternates by [@&#8203;pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/953 - Align worktree validation with upstream and remove build warnings by [@&#8203;pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/958 #### New Contributors - [@&#8203;dhoizner](https://github.com/dhoizner) made their first contribution in https://github.com/go-git/go-git/pull/939 - [@&#8203;djmoch](https://github.com/djmoch) made their first contribution in https://github.com/go-git/go-git/pull/941 **Full Changelog**: https://github.com/go-git/go-git/compare/v5.10.1...v5.11.0 ### [`v5.10.1`](https://github.com/go-git/go-git/releases/tag/v5.10.1) [Compare Source](https://github.com/go-git/go-git/compare/v5.10.0...v5.10.1) #### What's Changed - Worktree, ignore ModeSocket files by [@&#8203;steiler](https://github.com/steiler) in https://github.com/go-git/go-git/pull/930 - git: add tracer package by [@&#8203;aymanbagabas](https://github.com/aymanbagabas) in https://github.com/go-git/go-git/pull/916 - remote: Flip clause for fast-forward only check by [@&#8203;adityasaky](https://github.com/adityasaky) in https://github.com/go-git/go-git/pull/875 - plumbing: transport/ssh, Fix nil pointer dereference caused when an unreachable proxy server is set. Fixes [#&#8203;900](https://github.com/go-git/go-git/issues/900) by [@&#8203;anandf](https://github.com/anandf) in https://github.com/go-git/go-git/pull/901 - plumbing: uppload-server-info, implement upload-server-info by [@&#8203;aymanbagabas](https://github.com/aymanbagabas) in https://github.com/go-git/go-git/pull/896 - plumbing: optimise memory consumption for filesystem storage by [@&#8203;pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/799 - plumbing: format/packfile, Refactor patch delta by [@&#8203;pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/908 - plumbing: fix empty uploadpack request error by [@&#8203;aymanbagabas](https://github.com/aymanbagabas) in https://github.com/go-git/go-git/pull/932 - plumbing: transport/git, Improve tests error message by [@&#8203;pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/752 - plumbing: format/pktline, Respect pktline error-line errors by [@&#8203;aymanbagabas](https://github.com/aymanbagabas) in https://github.com/go-git/go-git/pull/936 - utils: remove ioutil.Pipe and use std library io.Pipe by [@&#8203;aymanbagabas](https://github.com/aymanbagabas) in https://github.com/go-git/go-git/pull/922 - utils: move trace to utils by [@&#8203;aymanbagabas](https://github.com/aymanbagabas) in https://github.com/go-git/go-git/pull/931 - cli: separate go module for cli by [@&#8203;aymanbagabas](https://github.com/aymanbagabas) in https://github.com/go-git/go-git/pull/914 - build: bump github.com/google/go-cmp from 0.5.9 to 0.6.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/go-git/go-git/pull/887 - build: bump actions/setup-go from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/go-git/go-git/pull/891 - build: bump github.com/skeema/knownhosts from 1.2.0 to 1.2.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/go-git/go-git/pull/888 - build: bump actions/checkout from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/go-git/go-git/pull/890 - build: bump golang.org/x/sys from 0.13.0 to 0.14.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/go-git/go-git/pull/907 - build: bump golang.org/x/text from 0.13.0 to 0.14.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/go-git/go-git/pull/906 - build: bump golang.org/x/crypto from 0.14.0 to 0.15.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/go-git/go-git/pull/917 - build: bump golang.org/x/net from 0.17.0 to 0.18.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/go-git/go-git/pull/918 #### New Contributors - [@&#8203;anandf](https://github.com/anandf) made their first contribution in https://github.com/go-git/go-git/pull/901 - [@&#8203;steiler](https://github.com/steiler) made their first contribution in https://github.com/go-git/go-git/pull/930 **Full Changelog**: https://github.com/go-git/go-git/compare/v5.10.0...v5.10.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy42OC4wIiwidXBkYXRlZEluVmVyIjoiMzcuODkuNCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
renovate-bot added 1 commit 2023-11-28 00:26:17 +00:00
fix(deps): update module github.com/go-git/go-git/v5 to v5.10.1
All checks were successful
check-and-test / check-and-test (pull_request) Successful in 1m39s
check-and-test / check-and-test (push) Successful in 3m7s
3c30ca3ad6
renovate-bot force-pushed renovate/github.com-go-git-go-git-v5-5.x from 3c30ca3ad6 to 6a7c3a3df0 2023-12-03 00:21:17 +00:00 Compare
renovate-bot force-pushed renovate/github.com-go-git-go-git-v5-5.x from 6a7c3a3df0 to c258cc4dde 2023-12-04 00:32:20 +00:00 Compare
renovate-bot force-pushed renovate/github.com-go-git-go-git-v5-5.x from c258cc4dde to 1070bcfe9d 2023-12-10 00:17:23 +00:00 Compare
renovate-bot changed title from fix(deps): update module github.com/go-git/go-git/v5 to v5.10.1 to fix(deps): update module github.com/go-git/go-git/v5 to v5.11.0 2023-12-10 00:17:25 +00:00
renovate-bot force-pushed renovate/github.com-go-git-go-git-v5-5.x from 1070bcfe9d to 10129e16ed 2023-12-20 03:07:18 +00:00 Compare
techknowlogick merged commit fb4eb8be9c into main 2023-12-26 18:36:38 +00:00
techknowlogick deleted branch renovate/github.com-go-git-go-git-v5-5.x 2023-12-26 18:36:39 +00:00
Sign in to join this conversation.
No description provided.