dundee / gdu

Fast disk usage analyzer with console interface written in Go
MIT License
3.8k stars 138 forks source link

chore(deps): bump golang.org/x/sys from 0.8.0 to 0.12.0 #276

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 1 year ago

Bumps golang.org/x/sys from 0.8.0 to 0.12.0.

Commits
  • 5154691 unix/linux: update to gcc 13.2.0, qemu 8.0.3 for loong64 and and Go 1.21.0 fo...
  • e8190d9 windows: don't check non-existent return code in GetStartupInfo
  • ad02017 windows: use SyscallN in mkwinsyscall
  • 7023367 cpu: remove repetitive word
  • eabbd5c cpu: add support for amx detection
  • 552c4e8 unix: avoid setting O_NONBLOCK needlessly by checking flags beforehand
  • ee57887 unix: add SchedSetAttr and SchedGetAttr for Linux
  • 60ecf13 windows: add TimeBeginPeriod and TimeEndPeriod syscalls
  • 104d401 unix: add riscv_hwprobe for riscv64
  • 70f4e40 unix: retry fetching of lists through sysctl if the size changes
  • 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

codecov[bot] commented 1 year ago

Codecov Report

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

Comparison is base (350227d) 90.36% compared to head (93676c6) 90.39%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #276 +/- ## ========================================== + Coverage 90.36% 90.39% +0.03% ========================================== Files 31 31 Lines 3260 3260 ========================================== + Hits 2946 2947 +1 + Misses 256 255 -1 Partials 58 58 ```

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