uutils / findutils

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

build(deps): bump uucore from 0.0.21 to 0.0.22 #291

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps uucore from 0.0.21 to 0.0.22.

Release notes

Sourced from uucore's releases.

0.0.22

📦 Rust Coreutils 0.0.22 Release: We've got +11 more GNU tests passing than in our last release. This release also adds support for NetBSD and requires a minimum Rust version of 1.70. 🛠️ We are also collaborating more and more with the nushell team. Future versions of nushell will rely on the Rust Coreutils. 24 developers contributed to this release (11 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.21 0.0.22 change
pass 372 383 +11
skip 49 48 -1
fail 181 171 -10
error 2 2 0

GNU testsuite evolution

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

What's Changed

chown

cp

cut

dd

df

echo

... (truncated)

Commits
  • 73b7c46 Merge pull request #5409 from sylvestre/version-22
  • e1bd47d 0.0.21 => 0.0.22
  • 6ef5b27 expr: add missing word to comment
  • 4f20773 expr: fix escape
  • ae1c4cc expr: short-circuit evaluation for &
  • 5f4305d Merge pull request #5394 from sylvestre/fs
  • 3cd5f9d Merge pull request #5401 from cakebaker/clippy_suppress_cognitive_complexity_...
  • a69d48f clippy: suppress cognitive_complexity lint
  • 617de9b Merge pull request #5397 from sylvestre/ls-42
  • 8931cfa improve the wordin
  • 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 9 months ago

Codecov Report

Merging #291 (1445616) into main (6353572) will decrease coverage by 0.22%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #291      +/-   ##
==========================================
- Coverage   58.84%   58.62%   -0.22%     
==========================================
  Files          30       30              
  Lines        3662     3662              
  Branches      875      877       +2     
==========================================
- Hits         2155     2147       -8     
  Misses       1188     1188              
- Partials      319      327       +8     

see 2 files with indirect coverage changes