Skip to content

build(deps): Bump github.com/antgroup/hugescm from 0.18.3 to 0.22.0#487

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/antgroup/hugescm-0.22.0
Open

build(deps): Bump github.com/antgroup/hugescm from 0.18.3 to 0.22.0#487
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/antgroup/hugescm-0.22.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Bumps github.com/antgroup/hugescm from 0.18.3 to 0.22.0.

Release notes

Sourced from github.com/antgroup/hugescm's releases.

v0.22.0

What's Changed

Added

  • FastCDC Chunking: Implement FastCDC (Content-Defined Chunking) algorithm for AI model storage optimization, supporting Safetensors format ([#7](https://github.com/antgroup/hugescm/issues/7))
  • Word Diff: Support simple word-level diff in zeta diff and zeta show commands
  • Secure Keyring Storage: Add keyring support for secure credential storage
    • macOS: Keychain integration
    • Windows: Windows Credential Manager integration
    • Linux: File-based storage backend
  • Network Filesystem Warning: Automatically detect and warn about network filesystems (NFS, Ceph, SMB) with highlighted filesystem names

Changed

  • TUI Framework Migration: Switch from custom survey module to charmbracelet/huh for better terminal UI experience (removed 10,000+ lines of legacy code)
  • Improved Table Rendering: Replace go-pretty with bubbletea table for better TUI rendering in zeta hot commands
  • Enhanced Pager: Add space key support for page navigation in TUI pager
  • Diferenco Improvements:
    • Add name field to FileStat
    • Add Format() method to Patch
    • Optimize MergeParallel implementation
    • Improve SplitWords algorithm
    • Enhance Myers diff algorithm
  • Performance Optimizations:
    • Optimize worktree operations
    • Improve commit decoding efficiency
    • Enhance system proxy detection accuracy

Fixed

  • Fix multiple keyring issues on Windows and Unix platforms
  • Fix panic in wildmatch pattern matching
  • Fix tree cache corruption issues
  • Fix missing context in commit walker
  • Fix zlib handling edge cases
  • Fix split words boundary issues
  • Fix trace color display

... (truncated)

Changelog

Sourced from github.com/antgroup/hugescm's changelog.

[0.22.0] - 2026-03-27

Added

  • FastCDC Chunking: Implement FastCDC (Content-Defined Chunking) algorithm for AI model storage optimization, supporting Safetensors format ([#7](https://github.com/antgroup/hugescm/issues/7))
  • Word Diff: Support simple word-level diff in zeta diff and zeta show commands
  • Secure Keyring Storage: Add keyring support for secure credential storage
    • macOS: Keychain integration
    • Windows: Windows Credential Manager integration
    • Linux: File-based storage backend
  • Network Filesystem Warning: Automatically detect and warn about network filesystems (NFS, Ceph, SMB) with highlighted filesystem names

Changed

  • TUI Framework Migration: Switch from custom survey module to charmbracelet/huh for better terminal UI experience (removed 10,000+ lines of legacy code)
  • Improved Table Rendering: Replace go-pretty with bubbletea table for better TUI rendering in zeta hot commands
  • Enhanced Pager: Add space key support for page navigation in TUI pager
  • Diferenco Improvements:
    • Add name field to FileStat
    • Add Format() method to Patch
    • Optimize MergeParallel implementation
    • Improve SplitWords algorithm
    • Enhance Myers diff algorithm
  • Performance Optimizations:
    • Optimize worktree operations
    • Improve commit decoding efficiency
    • Enhance system proxy detection accuracy

Fixed

  • Fix multiple keyring issues on Windows and Unix platforms
  • Fix panic in wildmatch pattern matching
  • Fix tree cache corruption issues
  • Fix missing context in commit walker
  • Fix zlib handling edge cases
  • Fix split words boundary issues
  • Fix trace color display

Dependencies

  • Go 1.26: Upgrade to Go 1.26.0
  • Removed: testify testing dependency
  • Updated:
    • charm.land ecosystem modules (bubbles, bubbletea, glamour, huh, lipgloss)
    • github.com/ProtonMail/go-crypto v1.4.1
    • github.com/klauspost/compress v1.18.5
    • github.com/dgraph-io/ristretto/v2 v2.4.0
    • Multiple golang.org/x modules

Documentation

... (truncated)

Commits
  • d017558 Release v0.22.0
  • 5d4fa80 code tidy
  • 5c8f72f tui: fix AskPassword and AskInput
  • 9c05183 build: bump github.com/klauspost/compress from 1.18.4 to 1.18.5 (#158)
  • 95ee8f7 tui: pager support space
  • 13a4157 tui: review and improve pager
  • ca8009a mod: update depends
  • f2e92d7 build: bump github.com/ProtonMail/go-crypto from 1.4.0 to 1.4.1 (#157)
  • 0d37d3f diferenco: FileStat add name field and Patch add Format()
  • 8ad2db8 diferenco: myers improve and suffixarray fix and keryring improve
  • 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 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 [github.com/antgroup/hugescm](https://github.com/antgroup/hugescm) from 0.18.3 to 0.22.0.
- [Release notes](https://github.com/antgroup/hugescm/releases)
- [Changelog](https://github.com/antgroup/hugescm/blob/master/CHANGELOG.md)
- [Commits](antgroup/hugescm@v0.18.3...v0.22.0)

---
updated-dependencies:
- dependency-name: github.com/antgroup/hugescm
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 6, 2026
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 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants