Bump github.com/samber/slog-common from 0.18.1 to 0.22.0 in /cpdaemon - #220
Merged
rivercg merged 1 commit intoJun 15, 2026
Conversation
Bumps [github.com/samber/slog-common](https://github.com/samber/slog-common) from 0.18.1 to 0.22.0. - [Release notes](https://github.com/samber/slog-common/releases) - [Commits](samber/slog-common@v0.18.1...v0.22.0) --- updated-dependencies: - dependency-name: github.com/samber/slog-common dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/cpdaemon/github.com/samber/slog-common-0.22.0
branch
from
June 12, 2026 08:04
990f8a1 to
b4caefc
Compare
rivercg
approved these changes
Jun 15, 2026
rivercg
left a comment
Contributor
There was a problem hiding this comment.
Verified: applied this bump together with the other open Dependabot bumps onto 0.9.x and ran the full local verify (cpworker C build + Unity, plus go test ./... for cpdaemon/cpctl/cpgolib) — all green, mirroring CI. Direct, in-use dependency. Approving.
rivercg
deleted the
dependabot/go_modules/cpdaemon/github.com/samber/slog-common-0.22.0
branch
June 15, 2026 14:49
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 github.com/samber/slog-common from 0.18.1 to 0.22.0.
Release notes
Sourced from github.com/samber/slog-common's releases.
... (truncated)
Commits
844fd11bump v0.22.05de6b94fix: resolve LogValuer before processing in attribute helpers (#39)651ecd9chore(deps): bump codecov/codecov-action from 5 to 6 (#38)694d1fdfix: RecordToAttrsMap slice pre-allocation and FindAttrByGroupAndKey group tr...2da7764test: add unit tests, benchmarks, and fuzz tests (#36)56a9a78chore(deps): bump github.com/samber/lo from 1.52.0 to 1.53.0 (#35)45677e6feat(formaterror): add support for log valuer (#9)a49b298fix: set resolved LogValue back to the original attr.Value (#34)d9bc3e1fix: handler should inline group with empty key (#33)beda76fUpdate README.md