Conversation
Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from 4.24.11 to 4.24.12. - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](shirou/gopsutil@v4.24.11...v4.24.12) --- updated-dependencies: - dependency-name: github.com/shirou/gopsutil/v4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
xxyy2024
pushed a commit
to xxyy2024/waveterm_aipy
that referenced
this pull request
Jun 24, 2025
…ev#1679) Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from 4.24.11 to 4.24.12. <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.24.12</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>cpu</h3> <ul> <li>enable all rules of perfsprint linter by <a href="https://github.com/mmorel-35"><code>@mmorel-35</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1762">shirou/gopsutil#1762</a></li> <li>refactor(darwin): optimize string allocation by <a href="https://github.com/uubulb"><code>@uubulb</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1768">shirou/gopsutil#1768</a></li> </ul> <h3>mem</h3> <ul> <li>enable testifylint linter by <a href="https://github.com/mmorel-35"><code>@mmorel-35</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1743">shirou/gopsutil#1743</a></li> </ul> <h3>net</h3> <ul> <li>[openbsd] set ConnectionsPid to return NotImplemented by <a href="https://github.com/tuftedocelot"><code>@tuftedocelot</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1757">shirou/gopsutil#1757</a></li> <li>Refactor: merge base functions to net.go by <a href="https://github.com/shirou"><code>@shirou</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1764">shirou/gopsutil#1764</a></li> </ul> <h3>process</h3> <ul> <li>fix[posix,windows]: release process after os.FindProcess() by <a href="https://github.com/NitroCao"><code>@NitroCao</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1716">shirou/gopsutil#1716</a></li> <li>enable all rules of testifylint linter by <a href="https://github.com/mmorel-35"><code>@mmorel-35</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1761">shirou/gopsutil#1761</a></li> <li>[freebsd]: add CWD by <a href="https://github.com/shirou"><code>@shirou</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1765">shirou/gopsutil#1765</a></li> </ul> <h3>sensors</h3> <ul> <li>fix[darwin]: memory leak and string corruption in ARM Mac temperature sensors by <a href="https://github.com/chuangbo"><code>@chuangbo</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1767">shirou/gopsutil#1767</a></li> </ul> <h3>Other Changes</h3> <ul> <li>fix[github]: deprecate macos-12, add macos-15 by <a href="https://github.com/shirou"><code>@shirou</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1760">shirou/gopsutil#1760</a></li> <li>[doc]: Update README for supported metrics. by <a href="https://github.com/shirou"><code>@shirou</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1766">shirou/gopsutil#1766</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/NitroCao"><code>@NitroCao</code></a> made their first contribution in <a href="https://redirect.github.com/shirou/gopsutil/pull/1716">shirou/gopsutil#1716</a></li> <li><a href="https://github.com/tuftedocelot"><code>@tuftedocelot</code></a> made their first contribution in <a href="https://redirect.github.com/shirou/gopsutil/pull/1757">shirou/gopsutil#1757</a></li> <li><a href="https://github.com/chuangbo"><code>@chuangbo</code></a> made their first contribution in <a href="https://redirect.github.com/shirou/gopsutil/pull/1767">shirou/gopsutil#1767</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/shirou/gopsutil/compare/v4.24.11...v4.24.12">https://github.com/shirou/gopsutil/compare/v4.24.11...v4.24.12</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shirou/gopsutil/commit/252dcbf8a2ec3f9d5c63e1f1255cce87e7dd441c"><code>252dcbf</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1768">#1768</a> from uubulb/darwin</li> <li><a href="https://github.com/shirou/gopsutil/commit/1f39525d2d27d2a01f40bfe6551363ef8f582352"><code>1f39525</code></a> refactor(darwin): optimize string allocation</li> <li><a href="https://github.com/shirou/gopsutil/commit/bcd0c0a661569e3aea04973f28e5b6cb922ce897"><code>bcd0c0a</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1767">#1767</a> from chuangbo/fix/memory-leak-and-string-corruption-...</li> <li><a href="https://github.com/shirou/gopsutil/commit/19082b35aed83fc1d7de0f6acac35a98684b25c6"><code>19082b3</code></a> fix: memory leak and string corruption in ARM Mac temperature sensors</li> <li><a href="https://github.com/shirou/gopsutil/commit/b8e1b282bae6521ef7e26e6541711c7c393f1485"><code>b8e1b28</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1766">#1766</a> from shirou/feat/update_readme</li> <li><a href="https://github.com/shirou/gopsutil/commit/b9890b1fbcbb2a50ffea4241003da6b90c2cd240"><code>b9890b1</code></a> [doc]: Update README for supported metrics.</li> <li><a href="https://github.com/shirou/gopsutil/commit/90efec0764aafcff0f313cf494f8511b7f377201"><code>90efec0</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1765">#1765</a> from shirou/feat/process_cwd_freebsd</li> <li><a href="https://github.com/shirou/gopsutil/commit/a284e309300beb30f4aea9a82e3b41773a8a95d7"><code>a284e30</code></a> [process][freebsd]: add CWD</li> <li><a href="https://github.com/shirou/gopsutil/commit/ab66f2d0e1be241d25f2ebe7c2cc1875fdb52270"><code>ab66f2d</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1764">#1764</a> from shirou/refactor/net_merge_base_functions</li> <li><a href="https://github.com/shirou/gopsutil/commit/69c2c10b0f418d2aa6302da6a38f0f853421bd53"><code>69c2c10</code></a> feat: enable build test on OpenBSD.</li> <li>Additional commits viewable in <a href="https://github.com/shirou/gopsutil/compare/v4.24.11...v4.24.12">compare view</a></li> </ul> </details> <br /> [](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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps github.com/shirou/gopsutil/v4 from 4.24.11 to 4.24.12.
Release notes
Sourced from github.com/shirou/gopsutil/v4's releases.
Commits
252dcbfMerge pull request #1768 from uubulb/darwin1f39525refactor(darwin): optimize string allocationbcd0c0aMerge pull request #1767 from chuangbo/fix/memory-leak-and-string-corruption-...19082b3fix: memory leak and string corruption in ARM Mac temperature sensorsb8e1b28Merge pull request #1766 from shirou/feat/update_readmeb9890b1[doc]: Update README for supported metrics.90efec0Merge pull request #1765 from shirou/feat/process_cwd_freebsda284e30[process][freebsd]: add CWDab66f2dMerge pull request #1764 from shirou/refactor/net_merge_base_functions69c2c10feat: enable build test on OpenBSD.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)