Skip to content

chore(deps): bump the all-dependencies group with 11 updates#2032

Merged
kemingy merged 1 commit intomainfrom
dependabot/go_modules/all-dependencies-716b900955
Aug 1, 2025
Merged

chore(deps): bump the all-dependencies group with 11 updates#2032
kemingy merged 1 commit intomainfrom
dependabot/go_modules/all-dependencies-716b900955

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Aug 1, 2025

Bumps the all-dependencies group with 11 updates:

Package From To
github.com/charmbracelet/bubbletea 1.3.5 1.3.6
github.com/containers/image/v5 5.35.0 5.36.0
github.com/docker/cli 28.3.0+incompatible 28.3.2+incompatible
github.com/docker/docker 28.3.0+incompatible 28.3.2+incompatible
github.com/moby/buildkit 0.23.1 0.23.2
github.com/olekukonko/tablewriter 1.0.7 1.0.9
github.com/onsi/gomega 1.37.0 1.38.0
github.com/syncthing/syncthing 1.29.7 1.30.0
golang.org/x/crypto 0.39.0 0.40.0
golang.org/x/sync 0.15.0 0.16.0
golang.org/x/term 0.32.0 0.33.0

Updates github.com/charmbracelet/bubbletea from 1.3.5 to 1.3.6

Release notes

Sourced from github.com/charmbracelet/bubbletea's releases.

v1.3.6

This version fixes some important issues regarding tea.Exec output after resuming from the executed program, and Windows losing input character on successive program execution.

Big thanks to @​raphaelvigee and @​joshallenit for working on these issues, you're the best!

Changelog

Bug fixes

  • 0a63003a85a3a4800bba0a2bf4c476aedec9b172: fix: Windows: first character input lost on successive programs (#1368) (@​joshallenit)
  • 78ed49b060c81477836604621a079edf7b683ff5: fix: maintain exec output (#1276) (@​raphaelvigee)

Documentation updates

  • 1b0f48941ac53ce3a11a91778fe555fde2b1e70c: docs(readme): cleanup badges (@​meowgorithm)

Other work


Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

Commits
  • 0a63003 fix: Windows: first character input lost on successive programs (#1368)
  • ca9473b ci: sync golangci-lint config (#1431)
  • 02729d1 chore(deps): bump github.com/charmbracelet/x/ansi from 0.9.2 to 0.9.3 (#1443)
  • 1b0f489 docs(readme): cleanup badges
  • cb320f1 chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 (#1439)
  • d0e25a2 chore(deps): bump golang.org/x/sync from 0.14.0 to 0.15.0 (#1435)
  • 78ed49b fix: maintain exec output (#1276)
  • b489f8a chore(examples): go mod tidy
  • a9ccefc chore(deps): bump golang.org/x/sys from 0.32.0 to 0.33.0 (#1414)
  • 3fae192 chore(deps): bump golang.org/x/sync from 0.13.0 to 0.14.0 (#1413)
  • Additional commits viewable in compare view

Updates github.com/containers/image/v5 from 5.35.0 to 5.36.0

Release notes

Sourced from github.com/containers/image/v5's releases.

v5.36.0

What's Changed

... (truncated)

Commits
  • 08ce6b4 Bump to c/image v5.36.0
  • b5e2b66 Bump to c/storage v1.59.0
  • 9e95082 Merge pull request #2898 from containers/renovate/golangci-golangci-lint-2.x
  • 70d266a Update dependency golangci/golangci-lint to v2.2.2
  • ccfad4e Merge pull request #2897 from containers/renovate/golang.org-x-crypto-0.x
  • 2b0ee9e Update module golang.org/x/crypto to v0.40.0
  • e412678 Merge pull request #2896 from mtrmac/simplesequoia-stub
  • 6b65ae3 Add a new Signer API for creating simple signing signatures with Sequoia-PGP
  • d9a97d8 Merge pull request #2894 from containers/renovate/github.1485827954.workers.dev-docker-docker-28.x
  • 8a4cfcb Update module github.com/docker/docker to v28.3.2+incompatible
  • Additional commits viewable in compare view

Updates github.com/docker/cli from 28.3.0+incompatible to 28.3.2+incompatible

Commits
  • 578ccf6 Merge pull request #6170 from thaJeztah/e2e_newline_check
  • 0c5e258 e2e/global: TestPromptExitCode: check for trailing newline
  • 30cad38 Merge pull request #6167 from vvoland/update-go
  • 9bcc886 update to go1.24.5
  • 3302212 Merge pull request #6163 from Benehiko/env-credential-warn
  • ccd5bd8 registry: warn of DOCKER_AUTH_CONFIG usage in login and logout
  • dec07e6 tui/note: add warning note type
  • 28f19a9 Merge pull request #6162 from ArthurFlag/ENGDOCS-2807-cdi-docs-update
  • 219e5ca Merge pull request #6165 from thaJeztah/bump_engine_28.3.1
  • 7e040d9 docs: cdi is not experimental anymore
  • Additional commits viewable in compare view

Updates github.com/docker/docker from 28.3.0+incompatible to 28.3.2+incompatible

Release notes

Sourced from github.com/docker/docker's releases.

28.3.2

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

  • Fix --use-api-socket not working correctly when targeting a remote daemon. docker/cli#6157
  • Fix stray "otel error" logs being printed if debug logging is enabled. docker/cli#6160
  • Quote SSH arguments when connecting to a remote daemon over an SSH connection to avoid unexpected expansion. docker/cli#6147
  • Warn when DOCKER_AUTH_CONFIG is set during docker login and docker logout. docker/cli#6163

Packaging updates

28.3.1

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Packaging updates

Commits

Updates github.com/moby/buildkit from 0.23.1 to 0.23.2

Release notes

Sourced from github.com/moby/buildkit's releases.

v0.23.2

Welcome to the v0.23.2 release of buildkit!

Please try out the release binaries and report any issues at https://github.com/moby/buildkit/issues.

Contributors

  • CrazyMax
  • Tõnis Tiigi

Notable Changes

  • Fix attestation filename in local exporter. #6051
  • Fix expired cache URLs in GitHub Actions cache exporter. #6053

Dependency Changes

  • github.com/tonistiigi/go-actions-cache 388a2ec8cdf8 -> 378c5ed1ddd9

Previous release can be found at v0.23.1

Commits
  • 40b2ede Merge pull request #6056 from crazy-max/v0.23_picks_0.23.2
  • 858cb7c gha cache: reload expired cache URLs
  • a8a1485 test: provenance local export
  • 090ffce local: fix attestation filename
  • c51ecee frontend: group provenance tests
  • See full diff in compare view

Updates github.com/olekukonko/tablewriter from 1.0.7 to 1.0.9

Commits

Updates github.com/onsi/gomega from 1.37.0 to 1.38.0

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.38.0

1.38.0

Features

  • gstruct handles extra unexported fields [4ee7ed0]

Fixes

  • support [] in IgnoringTopFunction function signatures (#851) [36bbf72]

Maintenance

  • Bump golang.org/x/net from 0.40.0 to 0.41.0 (#846) [529d408]
  • Fix typo [acd1f55]
  • Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#835) [bae65a0]
  • Bump nokogiri from 1.18.4 to 1.18.8 in /docs (#842) [8dda91f]
  • Bump golang.org/x/net from 0.39.0 to 0.40.0 (#843) [212d812]
  • Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#839) [59bd7f9]
  • Bump nokogiri from 1.18.1 to 1.18.4 in /docs (#834) [328c729]
  • Bump uri from 1.0.2 to 1.0.3 in /docs (#826) [9a798a1]
  • Bump golang.org/x/net from 0.37.0 to 0.39.0 (#841) [04a72c6]
Changelog

Sourced from github.com/onsi/gomega's changelog.

1.38.0

Features

  • gstruct handles extra unexported fields [4ee7ed0]

Fixes

  • support [] in IgnoringTopFunction function signatures (#851) [36bbf72]

Maintenance

  • Bump golang.org/x/net from 0.40.0 to 0.41.0 (#846) [529d408]
  • Fix typo [acd1f55]
  • Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#835) [bae65a0]
  • Bump nokogiri from 1.18.4 to 1.18.8 in /docs (#842) [8dda91f]
  • Bump golang.org/x/net from 0.39.0 to 0.40.0 (#843) [212d812]
  • Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#839) [59bd7f9]
  • Bump nokogiri from 1.18.1 to 1.18.4 in /docs (#834) [328c729]
  • Bump uri from 1.0.2 to 1.0.3 in /docs (#826) [9a798a1]
  • Bump golang.org/x/net from 0.37.0 to 0.39.0 (#841) [04a72c6]
Commits
  • c1237df v1.38.0
  • 36bbf72 support [] in IgnoringTopFunction function signatures (#851)
  • 4ee7ed0 gstruct handles extra unexported fields
  • 529d408 Bump golang.org/x/net from 0.40.0 to 0.41.0 (#846)
  • acd1f55 Fix typo
  • bae65a0 Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#835)
  • 8dda91f Bump nokogiri from 1.18.4 to 1.18.8 in /docs (#842)
  • 212d812 Bump golang.org/x/net from 0.39.0 to 0.40.0 (#843)
  • 59bd7f9 Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#839)
  • 328c729 Bump nokogiri from 1.18.1 to 1.18.4 in /docs (#834)
  • Additional commits viewable in compare view

Updates github.com/syncthing/syncthing from 1.29.7 to 1.30.0

Release notes

Sourced from github.com/syncthing/syncthing's releases.

v1.30.0

Syncthing 2 is coming

Syncthing version 1.x will soon be replaced by Syncthing version 2.x. Version 2 brings a new database format and various cleanups, but remains protocol compatible with Syncthing 1.

More detailed information about Syncthing 2 can be found in the release notes at https://github.com/syncthing/syncthing/releases.

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:1.30.0 or ghcr.io/syncthing/syncthing:1.30.0 ({docker,ghcr}.io/syncthing/syncthing:1 to follow just the major version)

What's Changed

Fixes

Features

Other

Full Changelog: syncthing/syncthing@v1.29.7...v1.30.0

v1.30.0-rc.2

Syncthing 2 is coming

Syncthing version 1.x will soon be replaced by Syncthing version 2.x. Version 2 brings a new database format and various cleanups, but remains protocol compatible with Syncthing 1.

More detailed information about Syncthing 2 can be found in the release notes at https://github.com/syncthing/syncthing/releases.

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:1.30.0-rc.2 or ghcr.io/syncthing/syncthing:1.30.0-rc.2 ({docker,ghcr}.io/syncthing/syncthing:1 to follow just the major version)

What's Changed

Fixes

... (truncated)

Commits
  • 0945304 build: fix detection of next rc version
  • 9703dd9 build: import release workflow changes from main
  • 259e9ef fix(protocol): slightly loosen/correct ownership comparison criteria (fixes #...
  • 6a0c612 fix(watchaggregator): properly handle sub-second watch durations (fixes #9927...
  • b05ece0 build: more resilient pushes to releases
  • e9133ef docs: link to Docker image, APT, in release notes
  • 67ba20d build: also create relaysrv and discosrv releases
  • 21da0d7 fix(stupgrades): return latest stable & pre for each major
  • ebbe57d fix(syncthing): avoid writing panic log to nil fd (#10154)
  • f4abc71 chore: copyright in next-version script
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.39.0 to 0.40.0

Commits
  • 459a9db go.mod: update golang.org/x dependencies
  • 74e709a ssh: add AlgorithmNegotiationError
  • b3790b8 acme: fix TLSALPN01ChallengeCert for IP address identifiers
  • 1dc4269 acme: add Pebble integration testing
  • 97bf787 blake2b: implement hash.XOF
  • 952517d x509roots/fallback: update bundle
  • c6fce02 ssh: refuse to parse certificates that use a certificate as signing key
  • 0ae49b8 ssh: reject certificate keys used as signature keys for SSH certs
  • See full diff in compare view

Updates golang.org/x/sync from 0.15.0 to 0.16.0

Commits

Updates golang.org/x/term from 0.32.0 to 0.33.0

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-dependencies group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) | `1.3.5` | `1.3.6` |
| [github.com/containers/image/v5](https://github.com/containers/image) | `5.35.0` | `5.36.0` |
| [github.com/docker/cli](https://github.com/docker/cli) | `28.3.0+incompatible` | `28.3.2+incompatible` |
| [github.com/docker/docker](https://github.com/docker/docker) | `28.3.0+incompatible` | `28.3.2+incompatible` |
| [github.com/moby/buildkit](https://github.com/moby/buildkit) | `0.23.1` | `0.23.2` |
| [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter) | `1.0.7` | `1.0.9` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.37.0` | `1.38.0` |
| [github.com/syncthing/syncthing](https://github.com/syncthing/syncthing) | `1.29.7` | `1.30.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.39.0` | `0.40.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.15.0` | `0.16.0` |
| [golang.org/x/term](https://github.com/golang/term) | `0.32.0` | `0.33.0` |


Updates `github.com/charmbracelet/bubbletea` from 1.3.5 to 1.3.6
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Changelog](https://github.com/charmbracelet/bubbletea/blob/main/.goreleaser.yml)
- [Commits](charmbracelet/bubbletea@v1.3.5...v1.3.6)

Updates `github.com/containers/image/v5` from 5.35.0 to 5.36.0
- [Release notes](https://github.com/containers/image/releases)
- [Commits](containers/image@v5.35.0...v5.36.0)

Updates `github.com/docker/cli` from 28.3.0+incompatible to 28.3.2+incompatible
- [Commits](docker/cli@v28.3.0...v28.3.2)

Updates `github.com/docker/docker` from 28.3.0+incompatible to 28.3.2+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v28.3.0...v28.3.2)

Updates `github.com/moby/buildkit` from 0.23.1 to 0.23.2
- [Release notes](https://github.com/moby/buildkit/releases)
- [Commits](moby/buildkit@v0.23.1...v0.23.2)

Updates `github.com/olekukonko/tablewriter` from 1.0.7 to 1.0.9
- [Commits](olekukonko/tablewriter@v1.0.7...v1.0.9)

Updates `github.com/onsi/gomega` from 1.37.0 to 1.38.0
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.37.0...v1.38.0)

Updates `github.com/syncthing/syncthing` from 1.29.7 to 1.30.0
- [Release notes](https://github.com/syncthing/syncthing/releases)
- [Commits](syncthing/syncthing@v1.29.7...v1.30.0)

Updates `golang.org/x/crypto` from 0.39.0 to 0.40.0
- [Commits](golang/crypto@v0.39.0...v0.40.0)

Updates `golang.org/x/sync` from 0.15.0 to 0.16.0
- [Commits](golang/sync@v0.15.0...v0.16.0)

Updates `golang.org/x/term` from 0.32.0 to 0.33.0
- [Commits](golang/term@v0.32.0...v0.33.0)

---
updated-dependencies:
- dependency-name: github.com/charmbracelet/bubbletea
  dependency-version: 1.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: github.com/containers/image/v5
  dependency-version: 5.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/docker/cli
  dependency-version: 28.3.2+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: github.com/docker/docker
  dependency-version: 28.3.2+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: github.com/moby/buildkit
  dependency-version: 0.23.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: github.com/olekukonko/tablewriter
  dependency-version: 1.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/syncthing/syncthing
  dependency-version: 1.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: golang.org/x/crypto
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: golang.org/x/sync
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: golang.org/x/term
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-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 Aug 1, 2025
@dependabot dependabot Bot requested a review from gaocegege as a code owner August 1, 2025 03:24
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 1, 2025
@kemingy kemingy added this pull request to the merge queue Aug 1, 2025
Merged via the queue into main with commit b06fa66 Aug 1, 2025
11 checks passed
@kemingy kemingy deleted the dependabot/go_modules/all-dependencies-716b900955 branch August 1, 2025 06:17
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.

1 participant