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

build(deps): bump gix from 0.50.1 to 0.51.0 #356

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2023

Bumps gix from 0.50.1 to 0.51.0.

Release notes

Sourced from gix's releases.

gix v0.51.0

This is mostly a bug-fix release with many improvements for fetching, along with more forgiving commit parsing.

New Features

  • Add Reference::follow() as a way to peel symbolic refs step by step.

Bug Fixes (BREAKING)

  • handle symbolic ref updates far more gracefully and with more logical consistency. Previously, refspecs couldn't be used to update sybolic references locally, particularly because the logic to do so correctly isn't trivial and git itself also seems to cover only the most common cases.

    However, the logic now changed so that remote updates will only be rejected if

    • fast-forward rules are violated
  • the local ref is currently checked out
  • existing refs would not become 'unborn', i.e. point to a reference that doesn't exist and won't be created due to ref-specs

Commit Statistics

  • 6 commits contributed to the release over the course of 2 calendar days.
  • 9 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Prepare additional changelogs (db63815)
    • Prepare changelogs (e4d2890)
    • Merge branch 'fixes-and-improvements' (f8b1f55)
    • Handle symbolic ref updates far more gracefully and with more logical consistency. (74ce863)
    • Adapt to changes in gix-protocol (df81076)
    • Add Reference::follow() as a way to peel symbolic refs step by step. (d9e551b)

gix-odb v0.50.2

A maintenance release without user-facing changes.

Commit Statistics

  • 4 commits contributed to the release.
  • 10 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

... (truncated)

Commits
  • 231ac1c Release gix-actor v0.24.2, gix-object v0.33.2, gix-ref v0.33.3, gix-config v0...
  • db63815 prepare additional changelogs
  • 422747d Merge branch 'decathorpe/main'
  • e4d2890 prepare changelogs
  • f8b1f55 Merge branch 'fixes-and-improvements'
  • 7f7353e gix-object: fix test for struct size for 32-bit architectures
  • d1f9c63 feat: add fetch::Arguments::add_feature() for unconditional additions of ar...
  • 090357e add note go ODB initialization in preparation for dealing with many small packs.
  • 7611fa4 Merge branch 'EmbarkStudios/main'
  • 82ae37d fix: don't panic during checkouts when submodules or sparse directories are e...
  • 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 Aug 7, 2023
Bumps [gix](https://github.com/Byron/gitoxide) from 0.50.1 to 0.51.0.
- [Release notes](https://github.com/Byron/gitoxide/releases)
- [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md)
- [Commits](Byron/gitoxide@gix-v0.50.1...gix-v0.51.0)

---
updated-dependencies:
- dependency-name: gix
  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/cargo/gix-0.51.0 branch from 431c1a1 to 3be0592 Compare August 19, 2023 18:07
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 19, 2023

Looks like gix is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Aug 19, 2023
@dependabot dependabot bot deleted the dependabot/cargo/gix-0.51.0 branch August 19, 2023 21:30
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.

0 participants