Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 28, 2025

Bumps github.com/shirou/gopsutil/v4 from 4.25.9 to 4.25.10.

Release notes

Sourced from github.com/shirou/gopsutil/v4's releases.

v4.25.10

What's Changed

cpu

disk

host

net

Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.25.9...v4.25.10

Commits
  • 1da1bb1 Merge pull request #1941 from StefanoBalzarottiNozomi/refactor-disk-windows
  • 4bea90c Merge pull request #1942 from shirou/fix/linter_error
  • 5683c90 [net][linux]: fix gosec linter issue
  • 3a9eeb4 fix: linter error about string concat and build tag
  • 94fc64e fix build
  • 1e8bd3e Update disk/disk_windows.go
  • cf1133d Update disk/disk_windows.go
  • 7ebc85a Update disk/disk_windows.go
  • 0a39842 linting
  • b65c122 these tests are only for windows
  • 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 <dependency name> 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)

Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from 4.25.9 to 4.25.10.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](shirou/gopsutil@v4.25.9...v4.25.10)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v4
  dependency-version: 4.25.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 28, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 28, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@sawka sawka merged commit bafaf6f into main Nov 28, 2025
4 checks passed
@sawka sawka deleted the dependabot/go_modules/github.com/shirou/gopsutil/v4-4.25.10 branch November 28, 2025 20:00
netixc pushed a commit to netixc/waveterm that referenced this pull request Dec 2, 2025
…v#2611)

Bumps
[github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from
4.25.9 to 4.25.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/shirou/gopsutil/releases">github.com/shirou/gopsutil/v4's
releases</a>.</em></p>
<blockquote>
<h2>v4.25.10</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>cpu</h3>
<ul>
<li>chore: enable noctx linter by <a
href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1930">shirou/gopsutil#1930</a></li>
<li>Use registry to remove wmi from cpu package by <a
href="https://github.com/OrbintSoft"><code>@​OrbintSoft</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1929">shirou/gopsutil#1929</a></li>
</ul>
<h3>disk</h3>
<ul>
<li>Remove leaking goroutine by <a
href="https://github.com/StefanoBalzarottiNozomi"><code>@​StefanoBalzarottiNozomi</code></a>
in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1921">shirou/gopsutil#1921</a></li>
<li>use correct path lengths by <a
href="https://github.com/StefanoBalzarottiNozomi"><code>@​StefanoBalzarottiNozomi</code></a>
in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1937">shirou/gopsutil#1937</a></li>
<li>refactor disk windows and add tests by <a
href="https://github.com/StefanoBalzarottiNozomi"><code>@​StefanoBalzarottiNozomi</code></a>
in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1941">shirou/gopsutil#1941</a></li>
</ul>
<h3>host</h3>
<ul>
<li>fix: linter error about string concat and build tag by <a
href="https://github.com/shirou"><code>@​shirou</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1942">shirou/gopsutil#1942</a></li>
</ul>
<h3>net</h3>
<ul>
<li>docs: minor improvement for docs by <a
href="https://github.com/huyejia"><code>@​huyejia</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1940">shirou/gopsutil#1940</a></li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>[common]: remove unused DoSysctrl by <a
href="https://github.com/shirou"><code>@​shirou</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1936">shirou/gopsutil#1936</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/huyejia"><code>@​huyejia</code></a> made
their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1940">shirou/gopsutil#1940</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/shirou/gopsutil/compare/v4.25.9...v4.25.10">https://github.com/shirou/gopsutil/compare/v4.25.9...v4.25.10</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/shirou/gopsutil/commit/1da1bb14a0816671395c1800ea6b29c60d97abaa"><code>1da1bb1</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1941">#1941</a>
from StefanoBalzarottiNozomi/refactor-disk-windows</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/4bea90c9a1b37a77c98bc34f72049d04997ddd91"><code>4bea90c</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1942">#1942</a>
from shirou/fix/linter_error</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/5683c907787bb717410e5c80ed26d919821ebeb1"><code>5683c90</code></a>
[net][linux]: fix gosec linter issue</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/3a9eeb4610ef36ab9e4a7b9c47751cc9473793b7"><code>3a9eeb4</code></a>
fix: linter error about string concat and build tag</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/94fc64e7e2de51359e6bc03f4f5bac681a575e07"><code>94fc64e</code></a>
fix build</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/1e8bd3ef0cb5a1529e526f39b662f8fc35aca6b0"><code>1e8bd3e</code></a>
Update disk/disk_windows.go</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/cf1133d9fdc71d8691913ea99c227806c1c49d06"><code>cf1133d</code></a>
Update disk/disk_windows.go</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/7ebc85aff6f79ad8a41086381352dad9ed338298"><code>7ebc85a</code></a>
Update disk/disk_windows.go</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/0a39842f55d4ae2442eec891da94f07ac735fce1"><code>0a39842</code></a>
linting</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/b65c122074bebbf5fd3547d36af4ace737853d89"><code>b65c122</code></a>
these tests are only for windows</li>
<li>Additional commits viewable in <a
href="https://github.com/shirou/gopsutil/compare/v4.25.9...v4.25.10">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/shirou/gopsutil/v4&package-manager=go_modules&previous-version=4.25.9&new-version=4.25.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> 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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants