uutils / findutils

Rust implementation of findutils
MIT License
287 stars 35 forks source link

build(deps): bump uucore from 0.0.22 to 0.0.23 #294

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

Bumps uucore from 0.0.22 to 0.0.23.

Release notes

Sourced from uucore's releases.

0.0.23

📦 Rust Coreutils 0.0.23 Release:

We've got +10 more GNU tests passing than in our last release.

24 developers contributed to this release (9 new contributors started with this release).

Visit our website at https://uutils.github.io.

If you want to help us, please consider sponsoring on GitHub. This helps us use better tools like GitHub Actions. Sponsor us at https://github.com/sponsors/uutils.

GNU test suite compatibility

Here's how version 0.0.22 compares to the previous release - running GNU/Coreutils 9.4:

result 0.0.22 0.0.23 Change 0.0.22 to 0.0.23 % Total 0.0.23 (Change)
pass 383 393 +10 65.07% (+1.66%)
skip 48 49 +1 8.11% (+0.17%)
fail 171 160 -11 26.49% (-1.82%)
error 2 2 0 0.33% (0.00%)

GNU testsuite evolution

For more details, visit https://github.com/uutils/coreutils-tracking/.

What's Changed

global

cat

cp

dd

... (truncated)

Commits
  • ff92bfb Prepare version 0.0.23
  • 0a07d47 Merge pull request #5493 from cakebaker/du_inodes_with_count_links
  • 7202d01 Merge pull request #5510 from ceteece/expand-remove-crash-macro
  • a29ddea expand: clarify tabstops argument name for expand_line
  • 85777e6 du: rename inodes -> seen_inodes
  • 12e61d4 du: make -l/--count-links work
  • 6fa8a6d Merge pull request #5501 from alexhausen/du-remove-crash-macro
  • fc00b6b expand: move logic to expand a single line into its own function
  • e3ec122 printf: support %q
  • 7279bc1 printf.md: support %q
  • 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 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)
codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (275514e) 59.02% compared to head (da77a18) 58.83%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #294 +/- ## ========================================== - Coverage 59.02% 58.83% -0.20% ========================================== Files 30 30 Lines 3663 3663 Branches 876 875 -1 ========================================== - Hits 2162 2155 -7 Misses 1186 1186 - Partials 315 322 +7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.