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.52.0 to 0.53.1 #369

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2023

Bumps gix from 0.52.0 to 0.53.1.

Release notes

Sourced from gix's releases.

gix v0.53.0

This release adds feature toggles which help to reduce compile time. Please see the library documentation for all the details.

New Features

  • remove log dependency in favor of gix-trace
  • add interrupt feature to reduce dependencies
  • Allow index access to be toggled with the index feature.
  • add excludes feature to make exclude-checks possible.
  • add mailmap feature
  • add revision component behind a feature toggle.
  • gix without connection support includes less code
  • allow disabling the blob-diff capability This also removes all diff capabilities.
  • improve feature documentation. This should make optimizing compile time and performance easier, while assuring these options aren't pre-determined by library providers.
  • Clone for ThreadSafeRepository It is Sync and can easily be passed by reference, but sometimes it's nice to be cloning it as well.
  • provide Repository::find_fetch_remote() to obtain a remote just like git would.

Bug Fixes

  • put gix-credentials and gix-prompt behind the 'credentials' feature toggle. They are also available when using https transports.
  • handle submodules whose entry in the index is a file.

Chore (BREAKING)

  • update to the latest prodash It makes proper usage of Progress types easier and allows them to be used as dyn traits as well.

New Features (BREAKING)

  • Use stack abstraction in Repository::excludes(). This makes it easier to use.
  • use prodash::Count to indicate that nothing more than counting is performed, in place of prodash::Progress
  • Provide a wrapper for gix_worktree::Stack for simpler attribute queries.

Bug Fixes (BREAKING)

  • remove regex feature in favor of revparse-regex. revparse-regex is only used when parsing revspecs that use a special syntax. This feature is also enabled by default.
  • use dyn trait where possible. This reduces compile time due to avoiding duplication.

Commit Statistics

... (truncated)

Commits
  • 1b1fc25 Release gix v0.53.1
  • 902639b fix: interrupt feature only gates signal-handling, but leaves the `interrup...
  • 24e938b TBD
  • 1ff3064 Release gix-transport v0.36.0, gix-protocol v0.39.0, gix-revision v0.21.0, gi...
  • 8bd0456 Release gix-date v0.8.0, gix-hash v0.13.0, gix-features v0.34.0, gix-actor v0...
  • 375db06 prepare changelogs for release
  • 6135a5e Merge branch 'optimizations'
  • 805b8aa adapt to changes in gix
  • 9d33e2f optimize internal gix usage for faster compile time
  • 2b8d09f feat: remove log dependency in favor of gix-trace
  • 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.52.0 to 0.53.1.
- [Release notes](https://github.com/Byron/gitoxide/releases)
- [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-v0.52.0...gix-v0.53.1)

---
updated-dependencies:
- dependency-name: gix
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 11, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 18, 2023

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

@dependabot dependabot bot closed this Sep 18, 2023
@dependabot dependabot bot deleted the dependabot/cargo/gix-0.53.1 branch September 18, 2023 02:08
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