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

chore(deps): bump github.com/go-git/go-git/v5 from 5.1.0 to 5.4.2 #230

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2022

Bumps github.com/go-git/go-git/v5 from 5.1.0 to 5.4.2.

Release notes

Sourced from github.com/go-git/go-git/v5's releases.

v5.4.2

Change Log

  • Revert "plumbing: format/packfile, prevent large objects from being read into memory completely (#303) (da81027)

v5.4.1

Change Log

  • remote: patch default timeout for List from 600ms to 10s (#321)

v5.4.0

Change Log

  • Repository: test, use raw string to avoid double-escape #288 (jeffwidman)
  • Remote: new ListContext function #278 (xiujuan95)
  • Remote: add support for deepening shallow clones #311 (marwatk)
  • Submodele, fetch submodules pointing to orphaned but still reachable commits #284 (edigaryev)
  • plumbing: object/patch, printStat strings.Repeat cause panic #310 (cookeem)
  • plumbing: format/packfile, prevent large objects from being read into memory completely #303 (zeripath)
  • plumbing: transport/ssh, support more formats in NewPublicKeys SSH helper #298 (hiddeco)
  • *: replace golang.org/x/crypto/openpgp by github.com/ProtonMail/go-crypto/openpgp #283 (johanfleury)
  • *: typo fixes #291 (jeffwidman)
  • *: minor doc fixes #287 (jeffwidman)
  • *: remove unused unexported const #286 (jeffwidman)

v5.3.0

Change Log

  • transport: ssh, fix cloning large repositories #272 (dcu)
  • diff: Allow srcPrefix and dstPrefix to be configured #265 (yabberyabber)
  • Remote: add RequireRemoteRefs to PushOptions #258 (asuffield)
  • plumbing: gitignore, Fix gitconfig path in LoadSystemPatterns doc #256 (andrewarchi)
  • plumbing: wire up contexts for Transport.AdvertisedReferences #246 (asuffield)
  • worktree: Don't remove root directory when cleaning #230 (hansmi)
  • *: add insecureSkipTLS and cabundle #228 (StrongMonkey)
  • git: worktree_commit, just store objects not already stored #224 (jsteuer)
  • plumbing: packp: adding "object-format" and "filter" capabilities #222 (rofc)
  • Submodule: fix relative submodule resolution #195 (adracus)
  • git: worktree, Support relative submodule URL. #184 (mikyk10)
  • config: add init.defaultBranch to the config #178 (tomlazar)
  • config: support insteadOf for remotes' URLs #79 (kostyay)

v5.2.0

Change Log

... (truncated)

Commits
  • da81027 Revert "plumbing: format/packfile, prevent large objects from being read into...
  • db4233e remote: patch default timeout for List (#321)
  • 720c192 plumbing: format/packfile, prevent large objects from being read into memory ...
  • e6e2339 plumbing: object/patch, printStat strings.Repeat cause panic (#310)
  • 320db9a git: Add support for deepening shallow clones (#311)
  • db2bc57 plumbing: transport/http, skip flaky test
  • c12f5b6 go modules: update go-git-fixtures
  • 01df753 *: use go-billy instead of os calls
  • 67af9d7 utils: ioutil, Pipe implementatio
  • c69d533 plumbing: format, use os.UserHomeDir()
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 8, 2022
@codecov-commenter
Copy link

codecov-commenter commented Nov 8, 2022

Codecov Report

Merging #230 (7fcef2a) into master (99489af) will increase coverage by 0.04%.
The diff coverage is n/a.

@@            Coverage Diff            @@
##           master    #230      +/-   ##
=========================================
+ Coverage    9.04%   9.08%   +0.04%     
=========================================
  Files          54      54              
  Lines        6139    6139              
=========================================
+ Hits          555     558       +3     
+ Misses       5534    5532       -2     
+ Partials       50      49       -1     
Impacted Files Coverage Δ
internal/pkg/packages/xtest/js_interpreter.go 72.54% <0.00%> (+1.96%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/go-git/go-git/v5-5.4.2 branch from 52bd879 to 7250577 Compare November 9, 2022 12:21
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.1.0 to 5.4.2.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](go-git/go-git@v5.1.0...v5.4.2)

---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/go-git/go-git/v5-5.4.2 branch from 7250577 to 7fcef2a Compare November 11, 2022 02:22
@sysulq sysulq merged commit 704e50c into master Nov 17, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/go-git/go-git/v5-5.4.2 branch November 17, 2022 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants