Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump github.com/go-git/go-git/v5 from 5.4.2 to 5.5.2 #476

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

Closed

Conversation

Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2023
edited
Loading

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

Release notes

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

v5.5.2

What's Changed

Full Changelog: go-git/go-git@v5.5.1...v5.5.2

v5.5.1

What's Changed

Full Changelog: go-git/go-git@v5.5.0...v5.5.1

v5.5.0

What's Changed

... (truncated)

Commits
  • 5dabd83 Worktree: Add, fix add removed files. Fixes #223 (#652)
  • 6839cd5 Merge pull request #653 from go-git/billy
  • 0162fb1 go.mod: update go-billy v5.4.0, removes races
  • 736622f .github: test, remove coveralls
  • e43edee Merge pull request #617 from doxsch/616-update-ssh-agent-to-master
  • f62ac39 Merge pull request #625 from pjbgf/bump-sha1cd-nocgo
  • c7050e7 Merge pull request #623 from pjbgf/empty-commit
  • 08db65f fix: Upgrade github.com/xanzy/ssh-agent to v0.3.3 to fix panic
  • a513415 Return error instead of creating empty commits
  • 223e732 build: Bump github.com/pjbgf/sha1cd to v0.2.3
  • 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 topic: infrastructure Related to project infrastructure label Jan 6, 2023
Copy link

codecov-commenter commented Jan 6, 2023
edited
Loading

Codecov Report

Base: 90.05% // Head: 90.20% // Increases project coverage by +0.14% 🎉

Coverage data is based on head (271993e) compared to base (059c3a0).
Patch has no changes to coverable lines.

Additional details and impacted files
@@ Coverage Diff @@
## main #476 +/- ##
==========================================
+ Coverage 90.05% 90.20% +0.14% 
==========================================
 Files 44 43 -1 
 Lines 6800 6638 -162 
==========================================
- Hits 6124 5988 -136 
+ Misses 553 536 -17 
+ Partials 123 114 -9 
Flag Coverage Δ
unit 90.20% <ø> (+0.14%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
ruledocsgen/main.go

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

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/go-git/go-git/v5-5.5.2 branch from 0049fd9 to 868e17e Compare February 14, 2023 09:42
@per1234 per1234 self-assigned this Feb 23, 2023
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.4.2 to 5.5.2.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](go-git/go-git@v5.4.2...v5.5.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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/go-git/go-git/v5-5.5.2 branch from 868e17e to 271993e Compare February 23, 2023 07:24
The bump of the dependency of the project's root `github.com/arduino/arduino-lint` module also requires updates to the
Go dependencies metadata of the project's modules which depend on `github.com/arduino/arduino-lint`.
Go 1.17 has a different handling of dependencies. By default, it emulates the old behavior for compatibility with older
Go versions. The Dependabot PRs are produced in this manner.
This project now uses Go 1.17 exclusively, as is indicated by the `go` directive and by the contributor guide. There is
no need to provide compatibility with unsupported Go versions, so we use the `-compat=1.17` flag in the `go mod tidy`
command, as is done here.
Copy link
Contributor

@per1234 per1234 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately the situation is still the same as the last bump attempt (#468):

This must be declined because it introduces a dependency that does not provide an explicit open source license (which is the cause of the "Check Go Dependencies" workflow run failure):

I see the deficiency has already been resolved: pjbgf/sha1cd#14 and released in github.com/pjbgf/sha1cd@v0.3.0, so hopefully it will be possible to accept the bump for the next release of github.com/go-git/go-git

@per1234 per1234 added the type: enhancement Proposed improvement label Mar 1, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 1, 2023

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. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@per1234 per1234 added the conclusion: declined Will not be worked on label Mar 1, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/go-git/go-git/v5-5.5.2 branch March 1, 2023 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers

@per1234 per1234 per1234 left review comments

Labels
conclusion: declined Will not be worked on topic: infrastructure Related to project infrastructure type: enhancement Proposed improvement
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /