Skip to content

UPSTREAM PR #17543: build(deps): bump the uutils group with 8 updates#45

Open
loci-dev wants to merge 1 commit intomainfrom
loci/pr-17543-dependabot-cargo-uutils-b518d11b28
Open

UPSTREAM PR #17543: build(deps): bump the uutils group with 8 updates#45
loci-dev wants to merge 1 commit intomainfrom
loci/pr-17543-dependabot-cargo-uutils-b518d11b28

Conversation

@loci-dev
Copy link

Note

Source pull request: nushell/nushell#17543

Bumps the uutils group with 8 updates:

Package From To
uu_cp 0.5.0 0.6.0
uu_mkdir 0.5.0 0.6.0
uu_mktemp 0.5.0 0.6.0
uu_mv 0.5.0 0.6.0
uu_touch 0.5.0 0.6.0
uu_whoami 0.5.0 0.6.0
uu_uname 0.5.0 0.6.0
uucore 0.5.0 0.6.0

Updates uu_cp from 0.5.0 to 0.6.0

Release notes

Sourced from uu_cp's releases.

0.6.0

Rust Coreutils 0.6.0 Release:

We are happy to announce the release of Rust Coreutils 0.6.0 — a major milestone achieving 96% GNU compatibility with significant safety improvements, enhanced locale support, and extensive bug fixes!


Highlights:

  • Major GNU Compatibility Leap

    • 622 passing tests (+56 from 0.5.0), achieving 96.28% compatibility
    • Reduced failures from 55 to just 16 (-39) and skipped tests from 23 to 7 (-16)
    • Extensive test suite improvements across sort, ls, date, cksum, tail, and many more
  • Safety & Code Quality

    • Removed unsafe code from date, sort, locale.rs, and other utilities
    • Replaced raw libc calls with safe nix crate equivalents throughout
    • Enhanced error handling to avoid panics on /dev/full writes across many utilities
  • Locale & Internationalization

    • Added ICU support for locale-aware day/month names in date
    • Implemented locale-aware hour formatting and calendar support
    • Added locale-aware numeric sorting with thousand separator support in sort
    • Locale-aware collation support in join
  • Performance Improvements

    • base32/base64/basenc: Optimized with reduced memset operations
    • shuf: Optimized numeric output and added --random-seed option
    • date: Wrapped stdout in BufWriter for batch processing
    • uniq: Optimized memory usage for ignore-case comparison
    • tsort: Avoid reading entire input into memory, intern strings
    • df: Performance improvements with better filesystem handling
  • Platform Support Expansion

    • Expanded safe directory traversal to all Unix platforms
    • Enhanced Cygwin support across multiple utilities
    • Added SMACK security module support for ls, id, mkdir, mkfifo, mknod
    • Added RISC-V 64-bit musl target to CI
  • Notable Utility Improvements

    • cksum/hashsum: Merged common logic, removed deprecated hashsum binary
    • tail: Added --debug flag, fixed -F symlink tracking, fixed --pid with FIFO
    • timeout: Added comprehensive signal handling and --verbose improvements
    • sort: Legacy +POS/-POS handling, locale-aware collation, debug key annotations
    • pr: Multiple fixes for headers, form feeds, and pagination options
    • chmod: Fixed recursive handling and --preserve-root option
    • rm: Fixed error reporting and symlink handling
  • Contributions: This release was made possible by 41 new contributors joining our community

... (truncated)

Commits
  • 6cde13e fix(sort): skip ordering incompatibility check when --key is specified
  • 5e0d83f refactor(sort): split long line assignment for improved readability
  • f79a868 fix(sort): handle C locale numeric settings correctly
  • d7be965 refactor(sort): improve thousands separator handling in numeric sorting
  • dd72034 refactor(sort): simplify detect_numeric_locale with struct literal
  • 39ed771 feat(sort): add locale-aware numeric sorting support
  • ab286c7 feat(sort): add locale-aware numeric sorting support
  • 8bb31ee tail: fix -F to properly track symlinks with changing targets (#10158)
  • 507a524 tee miss/ing 2>/dev/full should not abort (#10637)
  • 26498f5 Merge pull request #10589 from oech3/cksum-debug-abort
  • Additional commits viewable in compare view

Updates uu_mkdir from 0.5.0 to 0.6.0

Release notes

Sourced from uu_mkdir's releases.

0.6.0

Rust Coreutils 0.6.0 Release:

We are happy to announce the release of Rust Coreutils 0.6.0 — a major milestone achieving 96% GNU compatibility with significant safety improvements, enhanced locale support, and extensive bug fixes!


Highlights:

  • Major GNU Compatibility Leap

    • 622 passing tests (+56 from 0.5.0), achieving 96.28% compatibility
    • Reduced failures from 55 to just 16 (-39) and skipped tests from 23 to 7 (-16)
    • Extensive test suite improvements across sort, ls, date, cksum, tail, and many more
  • Safety & Code Quality

    • Removed unsafe code from date, sort, locale.rs, and other utilities
    • Replaced raw libc calls with safe nix crate equivalents throughout
    • Enhanced error handling to avoid panics on /dev/full writes across many utilities
  • Locale & Internationalization

    • Added ICU support for locale-aware day/month names in date
    • Implemented locale-aware hour formatting and calendar support
    • Added locale-aware numeric sorting with thousand separator support in sort
    • Locale-aware collation support in join
  • Performance Improvements

    • base32/base64/basenc: Optimized with reduced memset operations
    • shuf: Optimized numeric output and added --random-seed option
    • date: Wrapped stdout in BufWriter for batch processing
    • uniq: Optimized memory usage for ignore-case comparison
    • tsort: Avoid reading entire input into memory, intern strings
    • df: Performance improvements with better filesystem handling
  • Platform Support Expansion

    • Expanded safe directory traversal to all Unix platforms
    • Enhanced Cygwin support across multiple utilities
    • Added SMACK security module support for ls, id, mkdir, mkfifo, mknod
    • Added RISC-V 64-bit musl target to CI
  • Notable Utility Improvements

    • cksum/hashsum: Merged common logic, removed deprecated hashsum binary
    • tail: Added --debug flag, fixed -F symlink tracking, fixed --pid with FIFO
    • timeout: Added comprehensive signal handling and --verbose improvements
    • sort: Legacy +POS/-POS handling, locale-aware collation, debug key annotations
    • pr: Multiple fixes for headers, form feeds, and pagination options
    • chmod: Fixed recursive handling and --preserve-root option
    • rm: Fixed error reporting and symlink handling
  • Contributions: This release was made possible by 41 new contributors joining our community

... (truncated)

Commits
  • 6cde13e fix(sort): skip ordering incompatibility check when --key is specified
  • 5e0d83f refactor(sort): split long line assignment for improved readability
  • f79a868 fix(sort): handle C locale numeric settings correctly
  • d7be965 refactor(sort): improve thousands separator handling in numeric sorting
  • dd72034 refactor(sort): simplify detect_numeric_locale with struct literal
  • 39ed771 feat(sort): add locale-aware numeric sorting support
  • ab286c7 feat(sort): add locale-aware numeric sorting support
  • 8bb31ee tail: fix -F to properly track symlinks with changing targets (#10158)
  • 507a524 tee miss/ing 2>/dev/full should not abort (#10637)
  • 26498f5 Merge pull request #10589 from oech3/cksum-debug-abort
  • Additional commits viewable in compare view

Updates uu_mktemp from 0.5.0 to 0.6.0

Release notes

Sourced from uu_mktemp's releases.

0.6.0

Rust Coreutils 0.6.0 Release:

We are happy to announce the release of Rust Coreutils 0.6.0 — a major milestone achieving 96% GNU compatibility with significant safety improvements, enhanced locale support, and extensive bug fixes!


Highlights:

  • Major GNU Compatibility Leap

    • 622 passing tests (+56 from 0.5.0), achieving 96.28% compatibility
    • Reduced failures from 55 to just 16 (-39) and skipped tests from 23 to 7 (-16)
    • Extensive test suite improvements across sort, ls, date, cksum, tail, and many more
  • Safety & Code Quality

    • Removed unsafe code from date, sort, locale.rs, and other utilities
    • Replaced raw libc calls with safe nix crate equivalents throughout
    • Enhanced error handling to avoid panics on /dev/full writes across many utilities
  • Locale & Internationalization

    • Added ICU support for locale-aware day/month names in date
    • Implemented locale-aware hour formatting and calendar support
    • Added locale-aware numeric sorting with thousand separator support in sort
    • Locale-aware collation support in join
  • Performance Improvements

    • base32/base64/basenc: Optimized with reduced memset operations
    • shuf: Optimized numeric output and added --random-seed option
    • date: Wrapped stdout in BufWriter for batch processing
    • uniq: Optimized memory usage for ignore-case comparison
    • tsort: Avoid reading entire input into memory, intern strings
    • df: Performance improvements with better filesystem handling
  • Platform Support Expansion

    • Expanded safe directory traversal to all Unix platforms
    • Enhanced Cygwin support across multiple utilities
    • Added SMACK security module support for ls, id, mkdir, mkfifo, mknod
    • Added RISC-V 64-bit musl target to CI
  • Notable Utility Improvements

    • cksum/hashsum: Merged common logic, removed deprecated hashsum binary
    • tail: Added --debug flag, fixed -F symlink tracking, fixed --pid with FIFO
    • timeout: Added comprehensive signal handling and --verbose improvements
    • sort: Legacy +POS/-POS handling, locale-aware collation, debug key annotations
    • pr: Multiple fixes for headers, form feeds, and pagination options
    • chmod: Fixed recursive handling and --preserve-root option
    • rm: Fixed error reporting and symlink handling
  • Contributions: This release was made possible by 41 new contributors joining our community

... (truncated)

Commits
  • 6cde13e fix(sort): skip ordering incompatibility check when --key is specified
  • 5e0d83f refactor(sort): split long line assignment for improved readability
  • f79a868 fix(sort): handle C locale numeric settings correctly
  • d7be965 refactor(sort): improve thousands separator handling in numeric sorting
  • dd72034 refactor(sort): simplify detect_numeric_locale with struct literal
  • 39ed771 feat(sort): add locale-aware numeric sorting support
  • ab286c7 feat(sort): add locale-aware numeric sorting support
  • 8bb31ee tail: fix -F to properly track symlinks with changing targets (#10158)
  • 507a524 tee miss/ing 2>/dev/full should not abort (#10637)
  • 26498f5 Merge pull request #10589 from oech3/cksum-debug-abort
  • Additional commits viewable in compare view

Updates uu_mv from 0.5.0 to 0.6.0

Release notes

Sourced from uu_mv's releases.

0.6.0

Rust Coreutils 0.6.0 Release:

We are happy to announce the release of Rust Coreutils 0.6.0 — a major milestone achieving 96% GNU compatibility with significant safety improvements, enhanced locale support, and extensive bug fixes!


Highlights:

  • Major GNU Compatibility Leap

    • 622 passing tests (+56 from 0.5.0), achieving 96.28% compatibility
    • Reduced failures from 55 to just 16 (-39) and skipped tests from 23 to 7 (-16)
    • Extensive test suite improvements across sort, ls, date, cksum, tail, and many more
  • Safety & Code Quality

    • Removed unsafe code from date, sort, locale.rs, and other utilities
    • Replaced raw libc calls with safe nix crate equivalents throughout
    • Enhanced error handling to avoid panics on /dev/full writes across many utilities
  • Locale & Internationalization

    • Added ICU support for locale-aware day/month names in date
    • Implemented locale-aware hour formatting and calendar support
    • Added locale-aware numeric sorting with thousand separator support in sort
    • Locale-aware collation support in join
  • Performance Improvements

    • base32/base64/basenc: Optimized with reduced memset operations
    • shuf: Optimized numeric output and added --random-seed option
    • date: Wrapped stdout in BufWriter for batch processing
    • uniq: Optimized memory usage for ignore-case comparison
    • tsort: Avoid reading entire input into memory, intern strings
    • df: Performance improvements with better filesystem handling
  • Platform Support Expansion

    • Expanded safe directory traversal to all Unix platforms
    • Enhanced Cygwin support across multiple utilities
    • Added SMACK security module support for ls, id, mkdir, mkfifo, mknod
    • Added RISC-V 64-bit musl target to CI
  • Notable Utility Improvements

    • cksum/hashsum: Merged common logic, removed deprecated hashsum binary
    • tail: Added --debug flag, fixed -F symlink tracking, fixed --pid with FIFO
    • timeout: Added comprehensive signal handling and --verbose improvements
    • sort: Legacy +POS/-POS handling, locale-aware collation, debug key annotations
    • pr: Multiple fixes for headers, form feeds, and pagination options
    • chmod: Fixed recursive handling and --preserve-root option
    • rm: Fixed error reporting and symlink handling
  • Contributions: This release was made possible by 41 new contributors joining our community

... (truncated)

Commits
  • 6cde13e fix(sort): skip ordering incompatibility check when --key is specified
  • 5e0d83f refactor(sort): split long line assignment for improved readability
  • f79a868 fix(sort): handle C locale numeric settings correctly
  • d7be965 refactor(sort): improve thousands separator handling in numeric sorting
  • dd72034 refactor(sort): simplify detect_numeric_locale with struct literal
  • 39ed771 feat(sort): add locale-aware numeric sorting support
  • ab286c7 feat(sort): add locale-aware numeric sorting support
  • 8bb31ee tail: fix -F to properly track symlinks with changing targets (#10158)
  • 507a524 tee miss/ing 2>/dev/full should not abort (#10637)
  • 26498f5 Merge pull request #10589 from oech3/cksum-debug-abort
  • Additional commits viewable in compare view

Updates uu_touch from 0.5.0 to 0.6.0

Release notes

Sourced from uu_touch's releases.

0.6.0

Rust Coreutils 0.6.0 Release:

We are happy to announce the release of Rust Coreutils 0.6.0 — a major milestone achieving 96% GNU compatibility with significant safety improvements, enhanced locale support, and extensive bug fixes!


Highlights:

  • Major GNU Compatibility Leap

    • 622 passing tests (+56 from 0.5.0), achieving 96.28% compatibility
    • Reduced failures from 55 to just 16 (-39) and skipped tests from 23 to 7 (-16)
    • Extensive test suite improvements across sort, ls, date, cksum, tail, and many more
  • Safety & Code Quality

    • Removed unsafe code from date, sort, locale.rs, and other utilities
    • Replaced raw libc calls with safe nix crate equivalents throughout
    • Enhanced error handling to avoid panics on /dev/full writes across many utilities
  • Locale & Internationalization

    • Added ICU support for locale-aware day/month names in date
    • Implemented locale-aware hour formatting and calendar support
    • Added locale-aware numeric sorting with thousand separator support in sort
    • Locale-aware collation support in join
  • Performance Improvements

    • base32/base64/basenc: Optimized with reduced memset operations
    • shuf: Optimized numeric output and added --random-seed option
    • date: Wrapped stdout in BufWriter for batch processing
    • uniq: Optimized memory usage for ignore-case comparison
    • tsort: Avoid reading entire input into memory, intern strings
    • df: Performance improvements with better filesystem handling
  • Platform Support Expansion

    • Expanded safe directory traversal to all Unix platforms
    • Enhanced Cygwin support across multiple utilities
    • Added SMACK security module support for ls, id, mkdir, mkfifo, mknod
    • Added RISC-V 64-bit musl target to CI
  • Notable Utility Improvements

    • cksum/hashsum: Merged common logic, removed deprecated hashsum binary
    • tail: Added --debug flag, fixed -F symlink tracking, fixed --pid with FIFO
    • timeout: Added comprehensive signal handling and --verbose improvements
    • sort: Legacy +POS/-POS handling, locale-aware collation, debug key annotations
    • pr: Multiple fixes for headers, form feeds, and pagination options
    • chmod: Fixed recursive handling and --preserve-root option
    • rm: Fixed error reporting and symlink handling
  • Contributions: This release was made possible by 41 new contributors joining our community

... (truncated)

Commits
  • 6cde13e fix(sort): skip ordering incompatibility check when --key is specified
  • 5e0d83f refactor(sort): split long line assignment for improved readability
  • f79a868 fix(sort): handle C locale numeric settings correctly
  • d7be965 refactor(sort): improve thousands separator handling in numeric sorting
  • dd72034 refactor(sort): simplify detect_numeric_locale with struct literal
  • 39ed771 feat(sort): add locale-aware numeric sorting support
  • ab286c7 feat(sort): add locale-aware numeric sorting support
  • 8bb31ee tail: fix -F to properly track symlinks with changing targets (#10158)
  • 507a524 tee miss/ing 2>/dev/full should not abort (#10637)
  • 26498f5 Merge pull request #10589 from oech3/cksum-debug-abort
  • Additional commits viewable in compare view

Updates uu_whoami from 0.5.0 to 0.6.0

Release notes

Sourced from uu_whoami's releases.

0.6.0

Rust Coreutils 0.6.0 Release:

We are happy to announce the release of Rust Coreutils 0.6.0 — a major milestone achieving 96% GNU compatibility with significant safety improvements, enhanced locale support, and extensive bug fixes!


Highlights:

  • Major GNU Compatibility Leap

    • 622 passing tests (+56 from 0.5.0), achieving 96.28% compatibility
    • Reduced failures from 55 to just 16 (-39) and skipped tests from 23 to 7 (-16)
    • Extensive test suite improvements across sort, ls, date, cksum, tail, and many more
  • Safety & Code Quality

    • Removed unsafe code from date, sort, locale.rs, and other utilities
    • Replaced raw libc calls with safe nix crate equivalents throughout
    • Enhanced error handling to avoid panics on /dev/full writes across many utilities
  • Locale & Internationalization

    • Added ICU support for locale-aware day/month names in date
    • Implemented locale-aware hour formatting and calendar support
    • Added locale-aware numeric sorting with thousand separator support in sort
    • Locale-aware collation support in join
  • Performance Improvements

    • base32/base64/basenc: Optimized with reduced memset operations
    • shuf: Optimized numeric output and added --random-seed option
    • date: Wrapped stdout in BufWriter for batch processing
    • uniq: Optimized memory usage for ignore-case comparison
    • tsort: Avoid reading entire input into memory, intern strings
    • df: Performance improvements with better filesystem handling
  • Platform Support Expansion

    • Expanded safe directory traversal to all Unix platforms
    • Enhanced Cygwin support across multiple utilities
    • Added SMACK security module support for ls, id, mkdir, mkfifo, mknod
    • Added RISC-V 64-bit musl target to CI
  • Notable Utility Improvements

    • cksum/hashsum: Merged common logic, removed deprecated hashsum binary
    • tail: Added --debug flag, fixed -F symlink tracking, fixed --pid with FIFO
    • timeout: Added comprehensive signal handling and --verbose improvements
    • sort: Legacy +POS/-POS handling, locale-aware collation, debug key annotations
    • pr: Multiple fixes for headers, form feeds, and pagination options
    • chmod: Fixed recursive handling and --preserve-root option
    • rm: Fixed error reporting and symlink handling
  • Contributions: This release was made possible by 41 new contributors joining our community

... (truncated)

Commits
  • 6cde13e fix(sort): skip ordering incompatibility check when --key is specified
  • 5e0d83f refactor(sort): split long line assignment for improved readability
  • f79a868 fix(sort): handle C locale numeric settings correctly
  • d7be965 refactor(sort): improve thousands separator handling in numeric sorting
  • dd72034 refactor(sort): simplify detect_numeric_locale with struct literal
  • 39ed771 feat(sort): add locale-aware numeric sorting support
  • ab286c7 feat(sort): add locale-aware numeric sorting support
  • 8bb31ee tail: fix -F to properly track symlinks with changing targets (#10158)
  • 507a524 tee miss/ing 2>/dev/full should not abort (#10637)
  • 26498f5 Merge pull request #10589 from oech3/cksum-debug-abort
  • Additional commits viewable in compare view

Updates uu_uname from 0.5.0 to 0.6.0

Release notes

Sourced from uu_uname's releases.

0.6.0

Rust Coreutils 0.6.0 Release:

We are happy to announce the release of Rust Coreutils 0.6.0 — a major milestone achieving 96% GNU compatibility with significant safety improvements, enhanced locale support, and extensive bug fixes!


Highlights:

  • Major GNU Compatibility Leap

    • 622 passing tests (+56 from 0.5.0), achieving 96.28% compatibility
    • Reduced failures from 55 to just 16 (-39) and skipped tests from 23 to 7 (-16)
    • Extensive test suite improvements across sort, ls, date, cksum, tail, and many more
  • Safety & Code Quality

    • Removed unsafe code from date, sort, locale.rs, and other utilities
    • Replaced raw libc calls with safe nix crate equivalents throughout
    • Enhanced error handling to avoid panics on /dev/full writes across many utilities
  • Locale & Internationalization

    • Added ICU support for locale-aware day/month names in date
    • Implemented locale-aware hour formatting and calendar support
    • Added locale-aware numeric sorting with thousand separator support in sort
    • Locale-aware collation support in join
  • Performance Improvements

    • base32/base64/basenc: Optimized with reduced memset operations
    • shuf: Optimized numeric output and added --random-seed option
    • date: Wrapped stdout in BufWriter for batch processing
    • uniq: Optimized memory usage for ignore-case comparison
    • tsort: Avoid reading entire input into memory, intern strings
    • df: Performance improvements with better filesystem handling
  • Platform Support Expansion

    • Expanded safe directory traversal to all Unix platforms
    • Enhanced Cygwin support across multiple utilities
    • Added SMACK security module support for ls, id, mkdir, mkfifo, mknod
    • Added RISC-V 64-bit musl target to CI
  • Notable Utility Improvements

    • cksum/hashsum: Merged common logic, removed deprecated hashsum binary
    • tail: Added --debug flag, fixed -F symlink tracking, fixed --pid with FIFO
    • timeout: Added comprehensive signal handling and --verbose improvements
    • sort: Legacy +POS/-POS handling, locale-aware collation, debug key annotations
    • pr: Multiple fixes for headers, form feeds, and pagination options
    • chmod: Fixed recursive handling and --preserve-root option
    • rm: Fixed error reporting and symlink handling
  • Contributions: This release was made possible by 41 new contributors joining our community

... (truncated)

Commits
  • 6cde13e fix(sort): skip ordering incompatibility check when --key is specified
  • 5e0d83f refactor(sort): split long line assignment for improved readability
  • f79a868 fix(sort): handle C locale numeric settings correctly
  • d7be965 refactor(sort): improve thousands separator handling in numeric sorting
  • dd72034 refactor(sort): simplify detect_numeric_locale with struct literal
  • 39ed771 feat(sort): add locale-aware numeric sorting support
  • ab286c7 feat(sort): add locale-aware numeric sorting support
  • 8bb31ee tail: fix -F to properly track symlinks with changing targets (#10158)
  • 507a524 tee miss/ing 2>/dev/full should not abort (#10637)
  • 26498f5 Merge pull request #10589 from oech3/cksum-debug-abort
  • Additional commits viewable in compare view

Updates uucore from 0.5.0 to 0.6.0

Release notes

Sourced from uucore's releases.

0.6.0

Rust Coreutils 0.6.0 Release:

We are happy to announce the release of Rust Coreutils 0.6.0 — a major milestone achieving 96% GNU compatibility with significant safety improvements, enhanced locale support, and extensive bug fixes!


Highlights:

  • Major GNU Compatibility Leap

    • 622 passing tests (+56 from 0.5.0), achieving 96.28% compatibility
    • Reduced failures from 55 to just 16 (-39) and skipped tests from 23 to 7 (-16)
    • Extensive test suite improvements across sort, ls, date, cksum, tail, and many more
  • Safety & Code Quality

    • Removed unsafe code from date, sort, locale.rs, and other utilities
    • Replaced raw libc calls with safe nix crate equivalents throughout
    • Enhanced error handling to avoid panics on /dev/full writes across many utilities
  • Locale & Internationalization

    • Added ICU support for locale-aware day/month names in date
    • Implemented locale-aware hour formatting and calendar support
    • Added locale-aware numeric sorting with thousand separator support in sort
    • Locale-aware collation support in join
  • Performance Improvements

    • base32/base64/basenc: Optimized with reduced memset operations
    • shuf: Optimized numeric output and added --random-seed option
    • date: Wrapped stdout in BufWriter for batch processing
    • uniq: Optimized memory usage for ignore-case comparison
    • tsort: Avoid reading entire input into memory, intern strings
    • df: Performance improvements with better filesystem handling
  • Platform Support Expansion

    • Expanded safe directory traversal to all Unix platforms
    • Enhanced Cygwin support across multiple utilities
    • Added SMACK security module support for ls, id, mkdir, mkfifo, mknod
    • Added RISC-V 64-bit musl target to CI
  • Notable Utility Improvements

    • cksum/hashsum: Merged common logic, removed deprecated hashsum binary
    • tail: Added --debug flag, fixed -F symlink tracking, fixed --pid with FIFO
    • timeout: Added comprehensive signal handling and --verbose improvements
    • sort: Legacy +POS/-POS handling, locale-aware collation, debug key annotations
    • pr: Multiple fixes for headers, form feeds, and pagination options
    • chmod: Fixed recursive handling and --preserve-root option
    • rm: Fixed error reporting and symlink handling
  • Contributions: This release was made possible by 41 new contributors joining our community

... (truncated)

Commits
  • 6cde13e fix(sort): skip ordering incompatibility check when --key is specified
  • b1b2a19 i18n: treat C locale as no grouping separator
  • 5e0d83f refactor(sort): split long line assignment for improved readability
  • f79a868 fix(sort): handle C locale numeric settings correctly
  • d7be965 refactor(sort): improve thousands separator handling in numeric sorting
  • dd72034 refactor(sort): simplify detect_numeric_locale with struct literal
  • 39ed771 feat(sort): add locale-aware numeric sorting support
  • ab286c7 feat(sort): add locale-aware numeric sorting support
  • 8bb31ee tail: fix -F to properly track symlinks with changing targets (#10158)
  • 507a524 tee miss/ing 2>/dev/full should not abort (#10637)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the uutils group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [uu_cp](https://github.com/uutils/coreutils) | `0.5.0` | `0.6.0` |
| [uu_mkdir](https://github.com/uutils/coreutils) | `0.5.0` | `0.6.0` |
| [uu_mktemp](https://github.com/uutils/coreutils) | `0.5.0` | `0.6.0` |
| [uu_mv](https://github.com/uutils/coreutils) | `0.5.0` | `0.6.0` |
| [uu_touch](https://github.com/uutils/coreutils) | `0.5.0` | `0.6.0` |
| [uu_whoami](https://github.com/uutils/coreutils) | `0.5.0` | `0.6.0` |
| [uu_uname](https://github.com/uutils/coreutils) | `0.5.0` | `0.6.0` |
| [uucore](https://github.com/uutils/coreutils) | `0.5.0` | `0.6.0` |


Updates `uu_cp` from 0.5.0 to 0.6.0
- [Release notes](https://github.com/uutils/coreutils/releases)
- [Commits](uutils/coreutils@0.5.0...0.6.0)

Updates `uu_mkdir` from 0.5.0 to 0.6.0
- [Release notes](https://github.com/uutils/coreutils/releases)
- [Commits](uutils/coreutils@0.5.0...0.6.0)

Updates `uu_mktemp` from 0.5.0 to 0.6.0
- [Release notes](https://github.com/uutils/coreutils/releases)
- [Commits](uutils/coreutils@0.5.0...0.6.0)

Updates `uu_mv` from 0.5.0 to 0.6.0
- [Release notes](https://github.com/uutils/coreutils/releases)
- [Commits](uutils/coreutils@0.5.0...0.6.0)

Updates `uu_touch` from 0.5.0 to 0.6.0
- [Release notes](https://github.com/uutils/coreutils/releases)
- [Commits](uutils/coreutils@0.5.0...0.6.0)

Updates `uu_whoami` from 0.5.0 to 0.6.0
- [Release notes](https://github.com/uutils/coreutils/releases)
- [Commits](uutils/coreutils@0.5.0...0.6.0)

Updates `uu_uname` from 0.5.0 to 0.6.0
- [Release notes](https://github.com/uutils/coreutils/releases)
- [Commits](uutils/coreutils@0.5.0...0.6.0)

Updates `uucore` from 0.5.0 to 0.6.0
- [Release notes](https://github.com/uutils/coreutils/releases)
- [Commits](uutils/coreutils@0.5.0...0.6.0)

---
updated-dependencies:
- dependency-name: uu_cp
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uutils
- dependency-name: uu_mkdir
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uutils
- dependency-name: uu_mktemp
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uutils
- dependency-name: uu_mv
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uutils
- dependency-name: uu_touch
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uutils
- dependency-name: uu_whoami
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uutils
- dependency-name: uu_uname
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uutils
- dependency-name: uucore
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uutils
...

Signed-off-by: dependabot[bot] <support@github.com>
@loci-dev loci-dev force-pushed the main branch 6 times, most recently from d0a8c7a to 6102c29 Compare February 18, 2026 03:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments