uutils / findutils

Rust implementation of findutils
MIT License
296 stars 36 forks source link

build(deps): bump uucore from 0.0.12 to 0.0.17 #231

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps uucore from 0.0.12 to 0.0.17.

Release notes

Sourced from uucore's releases.

0.0.17

Highlights

  • The minimum supported Rust version is now 1.60.
  • Clap has been updated to version 4, bringing some changes in the formatting of help strings.
  • cp has been gotten many small improvements that improve compatibility.
  • dd has been simplified and has better compatibility.
  • env now reraises signals from the child process.
  • ls -l now shows more information on Windows.
  • uname is now available for all supported platforms, instead of Unix-like platforms only.
  • cp and mv can display a progress bar. This is an extension over GNU coreutils and inspired by advcpmv.
  • There have been refactors, fixes and performance improvements in many utils, see below for details.

GNU test suite compatibility

Many utils have gotten minor changes to improve GNU compatibility. Below is a summary of the progress. See https://github.com/uutils/coreutils-tracking/ for more details

result 0.0.16 0.0.17 change
pass 322 338 +16
skip 49 48 -1
fail 217 204 -13
error 5 3 -2

Changes

The PR's listed below are a selection of all the contributions in this release.

General

chown

cp

... (truncated)

Commits
  • 4d3dc78 Version 0.0.17
  • 50c1833 cp: require preserve only certain attributes (#4099)
  • 8c137f5 Merge pull request #4278 from cakebaker/sum
  • afbe850 Merge pull request #4279 from rivy/up.uname
  • f12202e Merge pull request #4281 from cakebaker/default_trait_access
  • 3489647 cp: remove empty line from version output
  • e09d718 join: remove NAME constant
  • f50c352 clippy: use type name instead of Default::default
  • 03e55d2 docs ~ update spell-checker exceptions
  • ead4571 refactor/uname ~ rename vars to standards
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
sylvestre commented 1 year ago

@dependabot rebase

sylvestre commented 1 year ago

@dependabot rebase

sylvestre commented 1 year ago

trying here: https://github.com/uutils/findutils/pull/265

dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.