Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps the all-go-deps group with 5 updates:

Package From To
github.com/aws/aws-sdk-go-v2/config 1.32.5 1.32.6
github.com/aws/aws-sdk-go-v2/credentials 1.19.5 1.19.6
github.com/dgraph-io/badger/v4 4.8.0 4.9.0
github.com/gdamore/tcell/v2 2.13.4 2.13.5
google.golang.org/api 0.257.0 0.258.0

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.5 to 1.32.6

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.5 to 1.19.6

Commits

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/gdamore/tcell/v2 from 2.13.4 to 2.13.5

Release notes

Sourced from github.com/gdamore/tcell/v2's releases.

Version 2.13.5 Bug Fix Release

This fixes a regression where Control-J was being reported as KeyEnter.

Full Changelog: gdamore/tcell@v2.13.4...v2.13.5

Commits

Updates google.golang.org/api from 0.257.0 to 0.258.0

Release notes

Sourced from google.golang.org/api's releases.

v0.258.0

0.258.0 (2025-12-18)

Features

Changelog

Sourced from google.golang.org/api's changelog.

0.258.0 (2025-12-18)

Features

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 all-go-deps group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.5` | `1.32.6` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.19.5` | `1.19.6` |
| [github.com/dgraph-io/badger/v4](https://github.com/dgraph-io/badger) | `4.8.0` | `4.9.0` |
| [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell) | `2.13.4` | `2.13.5` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.257.0` | `0.258.0` |


Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.5 to 1.32.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.32.5...v1.32.6)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.5 to 1.19.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/m2/v1.19.5...service/m2/v1.19.6)

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/gdamore/tcell/v2` from 2.13.4 to 2.13.5
- [Release notes](https://github.com/gdamore/tcell/releases)
- [Changelog](https://github.com/gdamore/tcell/blob/main/CHANGESv3.md)
- [Commits](gdamore/tcell@v2.13.4...v2.13.5)

Updates `google.golang.org/api` from 0.257.0 to 0.258.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.257.0...v0.258.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.19.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-deps
- 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: all-go-deps
- dependency-name: github.com/gdamore/tcell/v2
  dependency-version: 2.13.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-deps
- dependency-name: google.golang.org/api
  dependency-version: 0.258.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 22, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 22, 2025 20:11
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 22, 2025
@dependabot dependabot bot requested a review from phbnf December 22, 2025 20:11
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.

0 participants