chore(deps): bump the go-modules group across 1 directory with 5 updates - #9
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump the go-modules group across 1 directory with 5 updates#9dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the go-modules group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [charm.land/bubbletea/v2](https://github.com/charmbracelet/bubbletea) | `2.0.7` | `2.0.8` | | [charm.land/lipgloss/v2](https://github.com/charmbracelet/lipgloss) | `2.0.4` | `2.0.5` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.24.0` | `1.24.1` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.47.0` | `0.48.0` | | [github.com/mdlayher/netlink](https://github.com/mdlayher/netlink) | `1.9.0` | `1.11.2` | Updates `charm.land/bubbletea/v2` from 2.0.7 to 2.0.8 - [Release notes](https://github.com/charmbracelet/bubbletea/releases) - [Commits](charmbracelet/bubbletea@v2.0.7...v2.0.8) Updates `charm.land/lipgloss/v2` from 2.0.4 to 2.0.5 - [Release notes](https://github.com/charmbracelet/lipgloss/releases) - [Commits](charmbracelet/lipgloss@v2.0.4...v2.0.5) Updates `github.com/prometheus/client_golang` from 1.24.0 to 1.24.1 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/v1.24.1/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.24.0...v1.24.1) Updates `golang.org/x/tools` from 0.47.0 to 0.48.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.47.0...v0.48.0) Updates `github.com/mdlayher/netlink` from 1.9.0 to 1.11.2 - [Release notes](https://github.com/mdlayher/netlink/releases) - [Changelog](https://github.com/mdlayher/netlink/blob/main/CHANGELOG.md) - [Commits](mdlayher/netlink@v1.9.0...v1.11.2) --- updated-dependencies: - dependency-name: charm.land/bubbletea/v2 dependency-version: 2.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: charm.land/lipgloss/v2 dependency-version: 2.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: github.com/prometheus/client_golang dependency-version: 1.24.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: golang.org/x/tools dependency-version: 0.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/mdlayher/netlink dependency-version: 1.11.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules ... Signed-off-by: dependabot[bot] <support@github.com>
thomas-mangin
added a commit
that referenced
this pull request
Jul 25, 2026
bubbletea 2.0.8, lipgloss 2.0.5, client_golang 1.24.1, x/tools 0.48.0, netlink 1.11.2. Transitive: ultraviolet, klauspost/compress 1.19.1, prometheus/common 0.70.1, x/telemetry. netlink 1.11.x fixes an unaligned-message panic, a pooled-buffer overwrite in Receive, and Receive blocking a concurrent Send. Ze consumes it in internal/plugins/flowexport (conntrack, sampling/psample). client_golang 1.24.1 guards a nil req.URL in promhttp. go mod vendor reverted the gokrazy/updater hard-fork hardening; re-applied with scripts/dev/reapply-updater-fixes.py (5 http.NoBody, 2 io.LimitReader caps, slices.Contains). TestUpdaterHardeningMarkersPresent passes. Supersedes dependabot PR #9, cut against the old codeberg.org/thomas-mangin/ze module path.
Contributor
Author
|
Looks like these dependencies are no longer updatable, so this is no longer needed. |
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.
Bumps the go-modules group with 5 updates in the / directory:
2.0.72.0.82.0.42.0.51.24.01.24.10.47.00.48.01.9.01.11.2Updates
charm.land/bubbletea/v2from 2.0.7 to 2.0.8Release notes
Sourced from charm.land/bubbletea/v2's releases.
Commits
fc707bbchore(examples): go mod tidydb569adchore(deps): bump ultraviolet for emoji-related rendering fixesUpdates
charm.land/lipgloss/v2from 2.0.4 to 2.0.5Release notes
Sourced from charm.land/lipgloss/v2's releases.
Commits
5bd778dchore(deps): bump actions/checkout from 6 to 7 in the all group (#703)f2a46bachore(deps): bump golang.org/x/sys in the all group (#701)Updates
github.com/prometheus/client_golangfrom 1.24.0 to 1.24.1Release notes
Sourced from github.com/prometheus/client_golang's releases.
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
Commits
d6087eerelease: cut v1.24.1 (#2076)Updates
golang.org/x/toolsfrom 0.47.0 to 0.48.0Commits
05f9cb5go.mod: update golang.org/x dependencies745d7aegopls: add CompiledAsmFiles in cache.Package797ee67go/ssa: make Const(unsafe.Pointer, nil).IsNil() true9751125gopls/internal/test: Completion benchmarks use empty range8786a96internal/stdlib: update stdlib index for Go 1.27 Release Candidate 2425085fgopls/internal/server: modify return of parseAction30c4f87go/analysis/passes/nilness: skip magic cgo functions9e6441dgopls/internal/protocol/generate: remove manual rename overwrittendf96841gopls/internal/protocol: use Debug log level278f062gopls/internal/protocol: update to LSP 3.18Updates
github.com/mdlayher/netlinkfrom 1.9.0 to 1.11.2Release notes
Sourced from github.com/mdlayher/netlink's releases.
Changelog
Sourced from github.com/mdlayher/netlink's changelog.
... (truncated)
Commits
847c7b8CHANGELOG: release v1.11.2 (#292)2a76054conn: fix Receive blocking Send (#291)3881416build(deps): bump golang.org/x/net in / (#289)45ff015CHANGELOG: release v1.11.1 (#285)8788303netlink: fix UnmarshalBinary rejecting valid unpadded netlink messages (#283)bf38b16conn_linux: copy pooled receive buffers before parsing (#284)c24d516Improve error handling (#282)f1e0776CHANGELOG: release v1.11.0 (#281)1ae4967conn: align receive buffer to nlmsgAlign boundary (#280)a044567nlenc: add big-endian test fixtures and deprecate endian helpers (#276)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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