Skip to content

Bump the dependencies group across 1 directory with 2 updates#74

Merged
BenjaminSchubert merged 1 commit intomainfrom
dependabot/go_modules/dependencies-829da5c84d
Jan 2, 2026
Merged

Bump the dependencies group across 1 directory with 2 updates#74
BenjaminSchubert merged 1 commit intomainfrom
dependabot/go_modules/dependencies-829da5c84d

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 2, 2026

Bumps the dependencies group with 2 updates in the / directory: github.com/dgraph-io/badger/v4 and github.com/tinylib/msgp.

Updates github.com/dgraph-io/badger/v4 from 4.8.0 to 4.9.0

Release notes

Sourced from github.com/dgraph-io/badger/v4's releases.

v4.9.0

What's Changed

New Contributors

Full Changelog: dgraph-io/badger@v4.8.0...v4.9.0

Changelog

Sourced from github.com/dgraph-io/badger/v4's changelog.

[4.9.0] - 2025-12-15

Fixed

  • fix(y): y.SafeCopy shall always return empty slice rather than nil (#2245)

    WARNING SafeCopy now returns an empty slice rather than nil. For those using our y utility package, this could be a breaking change. This has implications for empty slices stored in badger, specifically, upon retrieval the value stored with the key will be equal to what was set (an empty []byte). See #2067 for more details.

  • fix: test.sh error (#2225)
  • fix: typo of abandoned (#2222)

Docs

  • add doc for encryption at rest (#2240)
  • move docs pages in the repo (#2232)

Chores

  • chore(ci): restrict Dgraph test to core packages only (#2242)
  • chore: update README.md with correct links and badges (#2239)
  • chore: change renovate to maintain backwards compatible go version (#2236)
  • chore: configure renovate to leave go version as declared (#2235)
  • chore(deps): Update actions (major) (#2229)
  • chore(deps): Update actions/checkout action to v5 (#2221)
  • chore(deps): Update go minor and patch (#2218)
  • chore: update the trunk conf file (#2217)
  • chore(deps): Update dependency node to v22 (#2219)
  • chore(deps): Update go minor and patch (#2212)

CI

  • move to GitHub Actions runners

Full Changelog: dgraph-io/badger@v4.8.0...v4.8.1

Commits

Updates github.com/tinylib/msgp from 1.6.1 to 1.6.3

Release notes

Sourced from github.com/tinylib/msgp's releases.

v1.6.3

  • Remove debug println.

Full Changelog: tinylib/msgp@v1.6.2...v1.6.3

v1.6.2

What's Changed

Full Changelog: tinylib/msgp@v1.6.1...v1.6.2

Commits

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 <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 2 updates in the / directory: [github.com/dgraph-io/badger/v4](https://github.com/dgraph-io/badger) and [github.com/tinylib/msgp](https://github.com/tinylib/msgp).


Updates `github.com/dgraph-io/badger/v4` from 4.8.0 to 4.9.0
- [Release notes](https://github.com/dgraph-io/badger/releases)
- [Changelog](https://github.com/dgraph-io/badger/blob/main/CHANGELOG.md)
- [Commits](dgraph-io/badger@v4.8.0...v4.9.0)

Updates `github.com/tinylib/msgp` from 1.6.1 to 1.6.3
- [Release notes](https://github.com/tinylib/msgp/releases)
- [Commits](tinylib/msgp@v1.6.1...v1.6.3)

---
updated-dependencies:
- dependency-name: github.com/dgraph-io/badger/v4
  dependency-version: 4.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/tinylib/msgp
  dependency-version: 1.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

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 Jan 2, 2026
@BenjaminSchubert BenjaminSchubert enabled auto-merge (rebase) January 2, 2026 19:20
@codecov-commenter
Copy link

codecov-commenter commented Jan 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #74      +/-   ##
==========================================
+ Coverage   79.44%   79.53%   +0.08%     
==========================================
  Files          33       33              
  Lines        2243     2243              
==========================================
+ Hits         1782     1784       +2     
+ Misses        357      356       -1     
+ Partials      104      103       -1     

@BenjaminSchubert BenjaminSchubert merged commit d86ea92 into main Jan 2, 2026
14 of 15 checks passed
@BenjaminSchubert BenjaminSchubert deleted the dependabot/go_modules/dependencies-829da5c84d branch January 2, 2026 20:12
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