Skip to content

chore(deps): upgrading samber/slog-common#48

Merged
samber merged 1 commit intomainfrom
chore/upgrade-slog-common
Feb 2, 2026
Merged

chore(deps): upgrading samber/slog-common#48
samber merged 1 commit intomainfrom
chore/upgrade-slog-common

Conversation

@samber
Copy link
Owner

@samber samber commented Feb 2, 2026

No description provided.

Copilot AI review requested due to automatic review settings February 2, 2026 17:40
@samber samber merged commit 047aba8 into main Feb 2, 2026
15 of 17 checks passed
@codecov
Copy link

codecov bot commented Feb 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 29.20%. Comparing base (858ff7f) to head (85f6431).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #48   +/-   ##
=======================================
  Coverage   29.20%   29.20%           
=======================================
  Files          16       16           
  Lines         493      493           
=======================================
  Hits          144      144           
  Misses        340      340           
  Partials        9        9           
Flag Coverage Δ
unittests 29.20% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@samber samber deleted the chore/upgrade-slog-common branch February 2, 2026 17:42
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR upgrades the samber/slog-common dependency from v0.19.0 to v0.20.0. The changes include updates to Go module files and their checksums, as well as an unrelated CI workflow modification.

Changes:

  • Upgraded github.com/samber/slog-common from v0.19.0 to v0.20.0
  • Upgraded github.com/samber/lo from v1.51.0 to v1.52.0 (indirect dependency)
  • Added fail-fast: false to the test workflow strategy

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.

File Description
go.mod Updates slog-common version from v0.19.0 to v0.20.0
go.sum Updates checksums for slog-common v0.20.0
go.work.sum Updates workspace checksums for slog-common v0.20.0 and lo v1.52.0, removes stale entries
.github/workflows/test.yml Adds fail-fast: false to test matrix strategy

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Copy link

Copilot AI Feb 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This workflow change appears unrelated to the dependency upgrade described in the PR title. The addition of fail-fast: false is a testing strategy change that should ideally be in a separate PR or be explained in the PR description. If this change is intentional and related to the dependency upgrade, please clarify the relationship in the PR description.

Copilot uses AI. Check for mistakes.
Comment on lines +5 to +6
github.com/samber/lo v1.52.0 h1:Rvi+3BFHES3A8meP33VPAxiBZX/Aws5RxrschYGjomw=
github.com/samber/lo v1.52.0/go.mod h1:4+MXEGsJzbKGaUEQFKBq2xtfuznW9oz/WrgyzMzRoM0=
Copy link

Copilot AI Feb 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR also upgrades github.com/samber/lo from v1.51.0 to v1.52.0 (visible in go.work.sum lines 5-6), but this is not mentioned in the PR title or description. While this might be an indirect dependency update triggered by the slog-common upgrade, it should be documented in the PR description for clarity.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants