Refactor REUSE - #2140
Merged
Merged
Conversation
robfrank
approved these changes
Apr 6, 2025
tae898
pushed a commit
to humemai/arcadedb-embedded-python
that referenced
this pull request
Jun 28, 2026
mergify Bot
added a commit
that referenced
this pull request
Sep 3, 2026
… in /e2e-go in the go-modules group [skip ci] Bumps the go-modules group in /e2e-go with 1 update: [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil). Updates `github.com/shirou/gopsutil/v4` from 4.26.7 to 4.26.8 Release notes *Sourced from [github.com/shirou/gopsutil/v4's releases](https://github.com/shirou/gopsutil/releases).* > v4.26.8 > ------- > > What's Changed > -------------- > > ### cpu > > * Fix CI Lint and pin version by [`@shirou`](https://github.com/shirou) in [shirou/gopsutil#2138](https://redirect.github.com/shirou/gopsutil/pull/2138) > > ### disk > > * fix(disk/aix): use statfs for UsageWithContext on AIX by [`@pgimalac`](https://github.com/pgimalac) in [shirou/gopsutil#2136](https://redirect.github.com/shirou/gopsutil/pull/2136) > > ### net > > * fix(net): handle short Darwin netstat output by [`@alexfalkowski`](https://github.com/alexfalkowski) in [shirou/gopsutil#2116](https://redirect.github.com/shirou/gopsutil/pull/2116) > > ### process > > * Closes [#2126](https://redirect.github.com/shirou/gopsutil/issues/2126) Implement NtQueryInformationProcess to get commandline Windows 8.1+ by [`@Ahm3dRN`](https://github.com/Ahm3dRN) in [shirou/gopsutil#2127](https://redirect.github.com/shirou/gopsutil/pull/2127) > > ### Other Changes > > * [ci]: run the test suite on FreeBSD by [`@neilpang`](https://github.com/neilpang) in [shirou/gopsutil#2129](https://redirect.github.com/shirou/gopsutil/pull/2129) > > New Contributors > ---------------- > > * [`@alexfalkowski`](https://github.com/alexfalkowski) made their first contribution in [shirou/gopsutil#2116](https://redirect.github.com/shirou/gopsutil/pull/2116) > * [`@neilpang`](https://github.com/neilpang) made their first contribution in [shirou/gopsutil#2129](https://redirect.github.com/shirou/gopsutil/pull/2129) > * [`@Ahm3dRN`](https://github.com/Ahm3dRN) made their first contribution in [shirou/gopsutil#2127](https://redirect.github.com/shirou/gopsutil/pull/2127) > > **Full Changelog**: <shirou/gopsutil@v4.26.7...v4.26.8> Commits * [`7d254a0`](shirou/gopsutil@7d254a0) Merge pull request [#2127](https://redirect.github.com/shirou/gopsutil/issues/2127) from Ahm3dRN/windows-commandline-information * [`4dab2b9`](shirou/gopsutil@4dab2b9) Merge pull request [#2136](https://redirect.github.com/shirou/gopsutil/issues/2136) from pgimalac/aix-disk-usage-statfs * [`1ddce22`](shirou/gopsutil@1ddce22) Merge pull request [#2141](https://redirect.github.com/shirou/gopsutil/issues/2141) from shirou/dependabot/github\_actions/vmactions/free... * [`ec8a313`](shirou/gopsutil@ec8a313) chore(deps): bump vmactions/freebsd-vm from 1.5.4 to 1.5.5 * [`26ae363`](shirou/gopsutil@26ae363) Merge pull request [#2140](https://redirect.github.com/shirou/gopsutil/issues/2140) from shirou/dependabot/github\_actions/vmactions/free... * [`21afc16`](shirou/gopsutil@21afc16) chore(deps): bump vmactions/freebsd-vm from 1.5.2 to 1.5.4 * [`fbf8dd1`](shirou/gopsutil@fbf8dd1) fixed getProcessCommandLine error path to match master and refined the tests ... * [`97835bd`](shirou/gopsutil@97835bd) Windows CMDLine native fallback feedback fixes * [`3e8ab43`](shirou/gopsutil@3e8ab43) fixed gofumpt * [`4631d96`](shirou/gopsutil@4631d96) Implement NtQueryInformationProcess to get commandline Windows 8.1+ * Additional commits viewable in [compare view](shirou/gopsutil@v4.26.7...v4.26.8) [](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) --- 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
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.
What does this PR do?
Use one global REUSE.toml and delete deprecated dep5.
Motivation
Previous REUSE fix caused new problems with deprecated
.resue/dep5file.Checklist
mvn clean packagecommand