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.53.1 to 0.54.1 #377

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 2, 2023

Bumps gix from 0.53.1 to 0.54.1.

Release notes

Sourced from gix's releases.

gix v0.54.1

Bug Fixes

  • local refs created during fetching will now always be valid. Previously it could create symbolic refs that were effectively unborn, i.e. point to a reference which doesn't exist.

    Now these will always point to the peeled object instead.

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Local refs created during fetching will now always be valid. (300a838)

gix v0.54.0

New Features

  • Add PathspecDetached as pathspec that can more easily be used across threads.
  • PathSpec implements gix_status::PathSpec to allow it to be used there. The reason we need a trait and can't do with simply a function is that multiple calls are needed to test for inclusion and allow the common-prefix optimization.
  • add Repository::stat_options() to learn how an index would compare filesystem stats.
  • add parallel feature toggle Make certain data structure threadsafe (or Sync) to facilitate multithreading. Further, many algorithms will now use multiple threads by default. If unset, most of gix can only be used in a single thread as data structures won't be Send anymore.

Bug Fixes

  • do not trust ctime by default. On MacOS it seems to be off by two seconds right from the source, which seems to be an issue stat isn't having.
  • ignore empty core.askpass settings This is the same as what git does, it's explicit per value, which means that other paths might be flagged as empty automatically.

Other

... (truncated)

Commits
  • f603fd7 Release gix v0.54.1
  • 300a838 fix: local refs created during fetching will now always be valid.
  • 7891fb1 Release gix-features v0.35.0, gix-actor v0.27.0, gix-object v0.37.0, gix-glob...
  • f692809 fix gix-status dev dependencies - can't use versions
  • 8a60d5b prepare changelogs prior to release
  • c53bbd2 Merge branch 'fix-exploit'
  • 114e91c improve journey test to validate handling ambiguous of ssh-hosts
  • b06a0dd fix: prevent hosts or paths that look like arguments to be passed to invoked ...
  • d80b5f6 feat: add Url::host_argument_safe() and Url::path_argument_safe()
  • 54a8495 Merge branch 'reset'
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [gix](https://github.com/Byron/gitoxide) from 0.53.1 to 0.54.1.
- [Release notes](https://github.com/Byron/gitoxide/releases)
- [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md)
- [Commits](Byron/gitoxide@gix-v0.53.1...gix-v0.54.1)

---
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 added the dependencies Pull requests that update a dependency file label Oct 2, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 3, 2023

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

@dependabot dependabot bot closed this Oct 3, 2023
@dependabot dependabot bot deleted the dependabot/cargo/gix-0.54.1 branch October 3, 2023 02:35
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