fix(deps): update all dependencies - #8
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
renovate
Bot
force-pushed
the
renovate/all
branch
3 times, most recently
from
July 8, 2026 19:39
5423446 to
b88e008
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
3 times, most recently
from
July 19, 2026 22:02
f940d01 to
ee759f6
Compare
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/all
branch
6 times, most recently
from
July 23, 2026 22:59
8d3904b to
b03c01b
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
10 times, most recently
from
August 3, 2026 11:39
db5ab49 to
71ab632
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
4 times, most recently
from
August 9, 2026 10:01
2d91048 to
0d9add3
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
August 12, 2026 22:46
28073a7 to
0bd2b16
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
6 times, most recently
from
August 20, 2026 05:43
c9f07c9 to
6a4dfb5
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
10 times, most recently
from
August 26, 2026 23:54
6001acb to
0812ced
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
Bot
force-pushed
the
renovate/all
branch
from
August 29, 2026 01:55
0812ced to
e444677
Compare
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.
This PR contains the following updates:
v7.0.0→v7.0.1v6.5.0→v7.0.0d1668b6→633a656v0.34.1→v0.35.2v0.15.0→v0.18.0v4.9.2→v4.9.6b07b744→8f1c069v1.9.5-0.20260508084601-d4a50659cfd6→v1.10.2v1.11.1→v1.12.1v4.36.3→v4.37.9Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
actions/checkout (actions/checkout)
v7.0.1Compare Source
actions/setup-go (actions/setup-go)
v7.0.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/setup-go@v6...v7.0.0
aperturerobotics/common (github.com/aperturerobotics/common)
v0.35.2Compare Source
What's Changed
Full Changelog: aperturerobotics/common@v0.35.1...v0.35.2
v0.35.1Compare Source
Full Changelog: aperturerobotics/common@v0.35.0...v0.35.1
v0.35.0Compare Source
Full Changelog: aperturerobotics/common@v0.34.4...v0.35.0
v0.34.4Compare Source
What's Changed
Full Changelog: aperturerobotics/common@v0.34.3...v0.34.4
v0.34.3Compare Source
Full Changelog: aperturerobotics/common@v0.34.2...v0.34.3
v0.34.2Compare Source
What's Changed
Full Changelog: aperturerobotics/common@v0.34.1...v0.34.2
aperturerobotics/protobuf-go-lite (github.com/aperturerobotics/protobuf-go-lite)
v0.18.0Compare Source
v0.17.0Compare Source
v0.16.0Compare Source
dgraph-io/badger (github.com/dgraph-io/badger/v4)
v4.9.6Compare Source
What's Changed
Full Changelog: dgraph-io/badger@v4.9.5...v4.9.6
v4.9.5Compare Source
What's Changed
New Contributors
Full Changelog: dgraph-io/badger@v4.9.4...v4.9.5
v4.9.4Compare Source
What's Changed
New Contributors
Full Changelog: dgraph-io/badger@v4.9.3...v4.9.4
v4.9.3Compare Source
What's Changed
New Contributors
Full Changelog: dgraph-io/badger@v4.9.2...v4.9.3
sirupsen/logrus (github.com/sirupsen/logrus)
v1.10.2Compare Source
Logrus v1.10.2
This is a small maintenance release that updates
github.com/stretchr/testifyto v1.12.1, removing the legacygopkg.in/yaml.v3dependency from Logrus' dependency graph. There are no functional changes in this release.Dependency Changes
Full Changelog: sirupsen/logrus@v1.10.1...v1.10.2
v1.10.1Compare Source
Logrus v1.10.1
This patch release fixes two issues in field formatting and handling:
TextFormattercould panicwhen formatting nil or panicking
errorandfmt.Stringervalues.errorto be used withWithError,WithField, andWithFields.Dependency Changes
Full Changelog: sirupsen/logrus@v1.10.0...v1.10.1
stretchr/testify (github.com/stretchr/testify)
v1.12.1Compare Source
This is the first release which has the minimum dependencies practical in testify v1. The last remaining dependencies are github.com/stretchr/objx which itself has no dependencies, and go.yaml.in/yaml/v3. Removing objx would require v2, it cannot be vendored. Removing YAML would require vendoring the yaml library, which would do more harm than good. It's better to become aware of vulnerabilities in the official yaml package than to attempt to maintain our own.
What's Changed
go.yaml.in/yaml/v3by @harryzcy in #1935New Contributors
Full Changelog: stretchr/testify@v1.12.0...v1.12.1
What's Changed
go.yaml.in/yaml/v3by @harryzcy in #1935New Contributors
Full Changelog: stretchr/testify@v1.12.0...v1.12.1
v1.12.0Compare Source
What's Changed
Functional Changes
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.11.0...v1.12.0
What's Changed
New Contributors
Full Changelog: stretchr/testify@v1.11.0...v1.12.0
github/codeql-action (github/codeql-action)
v4.37.9Compare Source
v4.37.8Compare Source
No user facing changes.
v4.37.7Compare Source
v4.37.6Compare Source
.github/codeql-config.ymlto align it with the suggested path that is used elsewhere. #4070v4.37.5Compare Source
initAction instead of falling back to downloading the bundle before extracting it. #4061v4.37.4Compare Source
v4.37.3Compare Source
No user facing changes.
v4.37.2Compare Source
config-fileinput that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, theremote=prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023v4.37.1Compare Source
v4.37.0Compare Source
config-fileinput for thecodeql-action/initstep will soon support a new[owner/]repo[@ref][:path]format. All components except the repository name are optional. If omitted,ownerdefaults to the same owner as the repository the analysis is running for,reftomain, andpathto.github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #3973Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.