Skip to content

fix(deps): update all dependencies - #8

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all
Open

fix(deps): update all dependencies#8
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all

Conversation

@renovate

@renovate renovate Bot commented Jul 5, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action patch v7.0.0v7.0.1 age adoption passing confidence
actions/setup-go action major v6.5.0v7.0.0 age adoption passing confidence
github.com/aperturerobotics/bbolt require digest d1668b6633a656 age adoption passing confidence
github.com/aperturerobotics/common require minor v0.34.1v0.35.2 age adoption passing confidence
github.com/aperturerobotics/protobuf-go-lite require minor v0.15.0v0.18.0 age adoption passing confidence
github.com/dgraph-io/badger/v4 require patch v4.9.2v4.9.6 age adoption passing confidence
github.com/dop251/goja require digest b07b7448f1c069 age adoption passing confidence
github.com/sirupsen/logrus require minor v1.9.5-0.20260508084601-d4a50659cfd6v1.10.2 age adoption passing confidence
github.com/stretchr/testify require minor v1.11.1v1.12.1 age adoption passing confidence
github/codeql-action action minor v4.36.3v4.37.9 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

actions/checkout (actions/checkout)

v7.0.1

Compare Source

actions/setup-go (actions/setup-go)

v7.0.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-go@v6...v7.0.0

aperturerobotics/common (github.com/aperturerobotics/common)

v0.35.2

Compare Source

What's Changed

Full Changelog: aperturerobotics/common@v0.35.1...v0.35.2

v0.35.1

Compare Source

Full Changelog: aperturerobotics/common@v0.35.0...v0.35.1

v0.35.0

Compare Source

Full Changelog: aperturerobotics/common@v0.34.4...v0.35.0

v0.34.4

Compare Source

What's Changed

Full Changelog: aperturerobotics/common@v0.34.3...v0.34.4

v0.34.3

Compare Source

Full Changelog: aperturerobotics/common@v0.34.2...v0.34.3

v0.34.2

Compare 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.0

Compare Source

v0.17.0

Compare Source

v0.16.0

Compare Source

dgraph-io/badger (github.com/dgraph-io/badger/v4)

v4.9.6

Compare Source

What's Changed

  • fix(compaction): restore size-ratio base level selection, clamped to the first non-empty level by @​shiva-istari in #​2330

Full Changelog: dgraph-io/badger@v4.9.5...v4.9.6

v4.9.5

Compare Source

What's Changed

New Contributors

Full Changelog: dgraph-io/badger@v4.9.4...v4.9.5

v4.9.4

Compare Source

What's Changed

New Contributors

Full Changelog: dgraph-io/badger@v4.9.3...v4.9.4

v4.9.3

Compare 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.2

Compare Source

Logrus v1.10.2

This is a small maintenance release that updates github.com/stretchr/testify to v1.12.1, removing the legacy gopkg.in/yaml.v3 dependency from Logrus' dependency graph. There are no functional changes in this release.

Dependency Changes

  • update github.com/stretchr/testify to v1.12.1

Full Changelog: sirupsen/logrus@v1.10.1...v1.10.2

v1.10.1

Compare Source

Logrus v1.10.1

This patch release fixes two issues in field formatting and handling:

  • Fix a regression introduced in v1.10.0 where TextFormatter could panic
    when formatting nil or panicking error and fmt.Stringer values.
  • Allow function-backed values implementing error to be used with
    WithError, WithField, and WithFields.

Dependency Changes

  • update github.com/stretchr/testify to v1.12.0

Full Changelog: sirupsen/logrus@v1.10.0...v1.10.1

stretchr/testify (github.com/stretchr/testify)

v1.12.1

Compare 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
New Contributors

Full Changelog: stretchr/testify@v1.12.0...v1.12.1

What's Changed
New Contributors

Full Changelog: stretchr/testify@v1.12.0...v1.12.1

v1.12.0

Compare 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.9

Compare Source

v4.37.8

Compare Source

No user facing changes.

v4.37.7

Compare Source

v4.37.6

Compare Source

  • Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to .github/codeql-config.yml to align it with the suggested path that is used elsewhere. #​4070

v4.37.5

Compare Source

  • Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the init Action instead of falling back to downloading the bundle before extracting it. #​4061

v4.37.4

Compare Source

v4.37.3

Compare Source

No user facing changes.

v4.37.2

Compare Source

  • The new address format for the config-file input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the remote= 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. #​4023
  • The CodeQL Action can now make use of configured private registries in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. #​4007

v4.37.1

Compare Source

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. #​3956
  • Update default CodeQL bundle version to 2.26.1. #​4019

v4.37.0

Compare Source

  • Update default CodeQL bundle version to 2.26.0. #​3995
  • In addition to the existing input format, the config-file input for the codeql-action/init step will soon support a new [owner/]repo[@ref][:path] format. All components except the repository name are optional. If omitted, owner defaults to the same owner as the repository the analysis is running for, ref to main, and path to .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. #​3973

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/all branch 3 times, most recently from 5423446 to b88e008 Compare July 8, 2026 19:39
@renovate
renovate Bot force-pushed the renovate/all branch 3 times, most recently from f940d01 to ee759f6 Compare July 19, 2026 22:02
@renovate

renovate Bot commented Jul 19, 2026

Copy link
Copy Markdown
Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 7 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.5 -> 1.26.4
github.com/aperturerobotics/fsnotify v1.9.1-0.20260329111252-827e5e9feeab -> v1.9.1-0.20260506231828-931cb4bf1761
github.com/dlclark/regexp2/v2 v2.2.1 -> v2.5.2
go.opentelemetry.io/otel v1.38.0 -> v1.41.0
go.opentelemetry.io/otel/metric v1.38.0 -> v1.41.0
go.opentelemetry.io/otel/trace v1.38.0 -> v1.41.0
go.yaml.in/yaml/v3 v3.0.4 -> v3.0.5
golang.org/x/sys v0.44.0 -> v0.47.0

@renovate
renovate Bot force-pushed the renovate/all branch 6 times, most recently from 8d3904b to b03c01b Compare July 23, 2026 22:59
@renovate
renovate Bot force-pushed the renovate/all branch 10 times, most recently from db5ab49 to 71ab632 Compare August 3, 2026 11:39
@renovate
renovate Bot force-pushed the renovate/all branch 4 times, most recently from 2d91048 to 0d9add3 Compare August 9, 2026 10:01
@renovate
renovate Bot force-pushed the renovate/all branch 2 times, most recently from 28073a7 to 0bd2b16 Compare August 12, 2026 22:46
@renovate
renovate Bot force-pushed the renovate/all branch 6 times, most recently from c9f07c9 to 6a4dfb5 Compare August 20, 2026 05:43
@renovate
renovate Bot force-pushed the renovate/all branch 10 times, most recently from 6001acb to 0812ced Compare August 26, 2026 23:54
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants